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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-container {
  width: 100%;
}

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

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

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

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

/* Global */

button,
select,
input {
  outline: none !important;
}

/* Dropdowns */

.select-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.116 11.375'%3E%3Cpath d='M4.126,1.573a1,1,0,0,1,1.748,0l3.3,5.941A1,1,0,0,1,8.3,9H1.7A1,1,0,0,1,.825,7.514Z' transform='translate(-1.265 7.622) rotate(-61)' fill='%23295a72'/%3E%3C/svg%3E%0A");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 95%;
}

/* Image Aspect Ratio */

.image-aspect {
  padding: 25% 0;
  min-height: 15rem;
}

@media (min-width: 768px) {
  .image-aspect {
    padding: 45% 0 0;
    min-height: 0;
  }
}

@media (min-width: 1024px) {
  .image-aspect.flex-image {
    padding: 0;
    max-height: 19rem;
  }
}

@media (min-width: 1280px) {
  .image-aspect {
    padding-top: 40%;
  }
}

/* Translate Up */

.translate-up {
  transform: translateY(-8.5rem);
}

/* Linear Gradient Backgrounds */

.gradient-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  width: 100%;
  background-repeat: no-repeat;
}

/* Table Row Border Element */

.row-border::after {
  position: absolute;
  content: "";
  left: -2rem;
  right: -2rem;
  bottom: 1rem;
  height: 1px;
}

@media (min-width: 1024px) {
  .row-border::after {
    bottom: 0.5rem;
    right: 0.5rem;
    left: 0;
  }
}

/* Variables */

:root {
  --gradient-one: #ba8e0a;
  --gradient-two: #e3ac06;
  --gradient-three: #ffc726;
  --gradient-four: #e3ab07;
  --gradient-five: #235d71;
  --gradient-six: #0c899c;
  --gradient-seven: #087083;
  --gradient-eight: #11899c;
  --placeholder-text: #1a202c;
  --border-color: #dddddd;
  --usca-teal: #285b72;
  --usca-yellow: #e3a909;
  --usca-beige-100: #f7f9f9;
  --usca-gray-500: #727374;
  --usca-gray-800: #373a3c;
}

/* Form Placeholder */

.input-salary::-webkit-input-placeholder {
  color: var(--placeholder-text);
}

.input-salary::-moz-placeholder {
  color: var(--placeholder-text);
}

.input-salary:-ms-input-placeholder {
  color: var(--placeholder-text);
}

.input-salary::-ms-input-placeholder {
  color: var(--placeholder-text);
}

.input-salary::placeholder {
  color: var(--placeholder-text);
}

/* BG Colors */

.col-header {
  background-color: var(--usca-teal);
}

/* Text colors */

.results-table-header,
.row-header {
  color: var(--usca-gray-800);
}

.results-table-footer {
  color: var(--usca-gray-500);
}

.col-calculate {
  background-color: var(--usca-yellow);
}

.results-wrapper,
.results-table {
  background-color: var(--usca-beige-100);
}

/* Linear Gradient Backgrounds */

.gradient-bg::before {
  background-image: linear-gradient(var(--gradient-one), var(--gradient-one)),
    linear-gradient(var(--gradient-two), var(--gradient-two)),
    linear-gradient(var(--gradient-three), var(--gradient-three)),
    linear-gradient(var(--gradient-four), var(--gradient-four));
  background-size: 25% 100%, 50% 100%, 75% 100%, 100% 100%;
}

/* Optional Alternate Gradient */

.gradient-bg.alternate-gradient::before {
  background-image: linear-gradient(var(--gradient-five), var(--gradient-five)),
    linear-gradient(var(--gradient-six), var(--gradient-six)),
    linear-gradient(var(--gradient-seven), var(--gradient-seven)),
    linear-gradient(var(--gradient-eight), var(--gradient-eight));
}

/* Table Row Border Element */

.row-border::after {
  background-color: var(--border-color);
}

/* purgecss start ignore */

.results-container p:first-of-type {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.5rem;
  }

@media (min-width: 1024px) {

.results-container p:first-of-type {
      font-size: 1.875rem
  }
    }

.results-container p:last-of-type {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
  }

@media (min-width: 1024px) {

.results-container p:last-of-type {
      font-size: 1.25rem;

      width: 66.666667%
  }
    }

.col-intro-container h3 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    font-weight: 400;
  }

@media (min-width: 1024px) {

.col-intro-container h3 {
      font-size: 4rem;

      margin-top: 1rem
  }
    }

.col-intro-container p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

@media (min-width: 1024px) {

.col-intro-container p {
      font-size: 1.125rem
  }
    }

@media (min-width: 1280px) {

.col-intro-container p {
      padding-right: 6rem
  }
    }

/* Rotate Arrow SVG */

.rotate-180 {
  transform: rotate(180deg);
}

.results-container {
  color: #326579;
}

.col-intro-container {
  color: #326579;
}

.col-intro-container h3 {
    font-family: "Blonde Script", cursive;
  }

/* Cost of Living Menu Item */

/* #menu-item-2061 .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 9995;
  visibility: visible;
} */

@media (min-width: 1280px) {
  .menu-item-has-children.menu-item-2061 .sub-menu {
    padding-bottom: 0;
  }

  li.dci-col-tool {
    position: relative;
    transform: translateX(-15px);
    width: calc(100% + 30px);
  }
    li.dci-col-tool:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 10px;
      background-color: #e3ad05;
      z-index: 1;
    }
    li.dci-col-tool a {
      position: relative;
      padding: 10% 0 10% 1.5rem;
      margin: 0;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.144 41.144'%3E%3Cpath d='M20.568 36.326a.8.8 0 10.8.8.8.8 0 00-.8-.8zm0 0' fill='%23e3ae03'/%3E%3Cpath d='M4.824 22.859l.48-.491v13.954H4.5a2.414 2.414 0 00-2.411 2.411v1.607a.8.8 0 00.8.8h35.362a.8.8 0 00.8-.8v-1.607a2.414 2.414 0 00-2.411-2.411h-.8V22.369l.479.49a2.81234368 2.81234368 0 104.022-3.932l-4.5-4.59V3.858a.8.8 0 00-.8-.8h-4.826a.8.8 0 00-.8.8v3.926L22.584.822a2.871 2.871 0 00-4.022 0L.8 18.928a2.81235177 2.81235177 0 004.023 3.931zm29.409 13.463H23.786a.8035.8035 0 100 1.607h12.858a.8.8 0 01.8.8v.8H3.7v-.8a.8.8 0 01.8-.8h12.857a.8035.8035 0 100-1.607H6.911v-15.6L20.572 6.756l13.661 13.969zM31.019 4.661h3.214V12.7l-3.214-3.278zM1.949 20.052L19.71 1.946a1.267 1.267 0 011.725 0l17.758 18.1a1.205 1.205 0 11-1.724 1.684L21.147 5.045a.8.8 0 00-1.149 0L3.675 21.735a1.20535939 1.20535939 0 01-1.726-1.683zm0 0' fill='%23e3ae03'/%3E%3Cpath d='M19.849 19.712v.942a2.411 2.411 0 00.8 4.683.8035.8035 0 110 1.607 1.455 1.455 0 01-1.043-.608.80343886.80343886 0 00-1.23 1.034 3.333 3.333 0 001.47 1.047v.938a.8035.8035 0 001.607 0v-.942a2.411 2.411 0 00-.8-4.683.8035.8035 0 010-1.607 1.291 1.291 0 01.869.42.80373332.80373332 0 001.118-1.155 3.108 3.108 0 00-1.183-.74v-.936a.8035.8035 0 10-1.607 0zm0 0' fill='%23f2f4f5'/%3E%3Cpath d='M11.729 24.59a8.839 8.839 0 108.839-8.84 8.849 8.849 0 00-8.839 8.84zm16.072 0a7.232 7.232 0 11-7.232-7.232 7.24 7.24 0 017.236 7.232zm0 0' fill='%23fff'/%3E%3C/svg%3E%0A")
        no-repeat 105% 50%/100px 50px !important;
    }
      li.dci-col-tool a span {
        max-width: 150px;
      }
}

/* purgecss end ignore */

/* @import "custom"; */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .tw-border-black {
  border-color: #000;
}

#app .tw-border-white {
  border-color: #fff;
}

#app .tw-border-gray-100 {
  border-color: #f7fafc;
}

#app .tw-border-gray-200 {
  border-color: #edf2f7;
}

#app .tw-border-gray-300 {
  border-color: #e2e8f0;
}

#app .tw-border-gray-400 {
  border-color: #cbd5e0;
}

#app .tw-border-gray-500 {
  border-color: #a0aec0;
}

#app .tw-border-gray-600 {
  border-color: #718096;
}

#app .tw-border-gray-700 {
  border-color: #4a5568;
}

#app .tw-border-gray-800 {
  border-color: #2d3748;
}

#app .tw-border-gray-900 {
  border-color: #1a202c;
}

#app .tw-border-red-100 {
  border-color: #fff5f5;
}

#app .tw-border-red-200 {
  border-color: #fed7d7;
}

#app .tw-border-red-300 {
  border-color: #feb2b2;
}

#app .tw-border-red-400 {
  border-color: #fc8181;
}

#app .tw-border-red-500 {
  border-color: #f56565;
}

#app .tw-border-red-600 {
  border-color: #e53e3e;
}

#app .tw-border-red-700 {
  border-color: #c53030;
}

#app .tw-border-red-800 {
  border-color: #9b2c2c;
}

#app .tw-border-red-900 {
  border-color: #742a2a;
}

#app .tw-border-orange-100 {
  border-color: #fffaf0;
}

#app .tw-border-orange-200 {
  border-color: #feebc8;
}

#app .tw-border-orange-300 {
  border-color: #fbd38d;
}

#app .tw-border-orange-400 {
  border-color: #f6ad55;
}

#app .tw-border-orange-500 {
  border-color: #ed8936;
}

#app .tw-border-orange-600 {
  border-color: #dd6b20;
}

#app .tw-border-orange-700 {
  border-color: #c05621;
}

#app .tw-border-orange-800 {
  border-color: #9c4221;
}

#app .tw-border-orange-900 {
  border-color: #7b341e;
}

#app .tw-border-yellow-100 {
  border-color: #fffff0;
}

#app .tw-border-yellow-200 {
  border-color: #fefcbf;
}

#app .tw-border-yellow-300 {
  border-color: #faf089;
}

#app .tw-border-yellow-400 {
  border-color: #f6e05e;
}

#app .tw-border-yellow-500 {
  border-color: #ecc94b;
}

#app .tw-border-yellow-600 {
  border-color: #d69e2e;
}

#app .tw-border-yellow-700 {
  border-color: #b7791f;
}

#app .tw-border-yellow-800 {
  border-color: #975a16;
}

#app .tw-border-yellow-900 {
  border-color: #744210;
}

#app .tw-border-green-100 {
  border-color: #f0fff4;
}

#app .tw-border-green-200 {
  border-color: #c6f6d5;
}

#app .tw-border-green-300 {
  border-color: #9ae6b4;
}

#app .tw-border-green-400 {
  border-color: #68d391;
}

#app .tw-border-green-500 {
  border-color: #48bb78;
}

#app .tw-border-green-600 {
  border-color: #38a169;
}

#app .tw-border-green-700 {
  border-color: #2f855a;
}

#app .tw-border-green-800 {
  border-color: #276749;
}

#app .tw-border-green-900 {
  border-color: #22543d;
}

#app .tw-border-teal-100 {
  border-color: #e6fffa;
}

#app .tw-border-teal-200 {
  border-color: #b2f5ea;
}

#app .tw-border-teal-300 {
  border-color: #81e6d9;
}

#app .tw-border-teal-400 {
  border-color: #4fd1c5;
}

#app .tw-border-teal-500 {
  border-color: #38b2ac;
}

#app .tw-border-teal-600 {
  border-color: #319795;
}

#app .tw-border-teal-700 {
  border-color: #2c7a7b;
}

#app .tw-border-teal-800 {
  border-color: #285e61;
}

#app .tw-border-teal-900 {
  border-color: #234e52;
}

#app .tw-border-blue-100 {
  border-color: #ebf8ff;
}

#app .tw-border-blue-200 {
  border-color: #bee3f8;
}

#app .tw-border-blue-300 {
  border-color: #90cdf4;
}

#app .tw-border-blue-400 {
  border-color: #63b3ed;
}

#app .tw-border-blue-500 {
  border-color: #4299e1;
}

#app .tw-border-blue-600 {
  border-color: #3182ce;
}

#app .tw-border-blue-700 {
  border-color: #2b6cb0;
}

#app .tw-border-blue-800 {
  border-color: #2c5282;
}

#app .tw-border-blue-900 {
  border-color: #2a4365;
}

#app .tw-border-indigo-100 {
  border-color: #ebf4ff;
}

#app .tw-border-indigo-200 {
  border-color: #c3dafe;
}

#app .tw-border-indigo-300 {
  border-color: #a3bffa;
}

#app .tw-border-indigo-400 {
  border-color: #7f9cf5;
}

#app .tw-border-indigo-500 {
  border-color: #667eea;
}

#app .tw-border-indigo-600 {
  border-color: #5a67d8;
}

#app .tw-border-indigo-700 {
  border-color: #4c51bf;
}

#app .tw-border-indigo-800 {
  border-color: #434190;
}

#app .tw-border-indigo-900 {
  border-color: #3c366b;
}

#app .tw-border-purple-100 {
  border-color: #faf5ff;
}

#app .tw-border-purple-200 {
  border-color: #e9d8fd;
}

#app .tw-border-purple-300 {
  border-color: #d6bcfa;
}

#app .tw-border-purple-400 {
  border-color: #b794f4;
}

#app .tw-border-purple-500 {
  border-color: #9f7aea;
}

#app .tw-border-purple-600 {
  border-color: #805ad5;
}

#app .tw-border-purple-700 {
  border-color: #6b46c1;
}

#app .tw-border-purple-800 {
  border-color: #553c9a;
}

#app .tw-border-purple-900 {
  border-color: #44337a;
}

#app .tw-border-pink-100 {
  border-color: #fff5f7;
}

#app .tw-border-pink-200 {
  border-color: #fed7e2;
}

#app .tw-border-pink-300 {
  border-color: #fbb6ce;
}

#app .tw-border-pink-400 {
  border-color: #f687b3;
}

#app .tw-border-pink-500 {
  border-color: #ed64a6;
}

#app .tw-border-pink-600 {
  border-color: #d53f8c;
}

#app .tw-border-pink-700 {
  border-color: #b83280;
}

#app .tw-border-pink-800 {
  border-color: #97266d;
}

#app .tw-border-pink-900 {
  border-color: #702459;
}

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

#app .hover\:tw-border-black:hover {
  border-color: #000;
}

#app .hover\:tw-border-white:hover {
  border-color: #fff;
}

#app .hover\:tw-border-gray-100:hover {
  border-color: #f7fafc;
}

#app .hover\:tw-border-gray-200:hover {
  border-color: #edf2f7;
}

#app .hover\:tw-border-gray-300:hover {
  border-color: #e2e8f0;
}

#app .hover\:tw-border-gray-400:hover {
  border-color: #cbd5e0;
}

#app .hover\:tw-border-gray-500:hover {
  border-color: #a0aec0;
}

#app .hover\:tw-border-gray-600:hover {
  border-color: #718096;
}

#app .hover\:tw-border-gray-700:hover {
  border-color: #4a5568;
}

#app .hover\:tw-border-gray-800:hover {
  border-color: #2d3748;
}

#app .hover\:tw-border-gray-900:hover {
  border-color: #1a202c;
}

#app .hover\:tw-border-red-100:hover {
  border-color: #fff5f5;
}

#app .hover\:tw-border-red-200:hover {
  border-color: #fed7d7;
}

#app .hover\:tw-border-red-300:hover {
  border-color: #feb2b2;
}

#app .hover\:tw-border-red-400:hover {
  border-color: #fc8181;
}

#app .hover\:tw-border-red-500:hover {
  border-color: #f56565;
}

#app .hover\:tw-border-red-600:hover {
  border-color: #e53e3e;
}

#app .hover\:tw-border-red-700:hover {
  border-color: #c53030;
}

#app .hover\:tw-border-red-800:hover {
  border-color: #9b2c2c;
}

#app .hover\:tw-border-red-900:hover {
  border-color: #742a2a;
}

#app .hover\:tw-border-orange-100:hover {
  border-color: #fffaf0;
}

#app .hover\:tw-border-orange-200:hover {
  border-color: #feebc8;
}

#app .hover\:tw-border-orange-300:hover {
  border-color: #fbd38d;
}

#app .hover\:tw-border-orange-400:hover {
  border-color: #f6ad55;
}

#app .hover\:tw-border-orange-500:hover {
  border-color: #ed8936;
}

#app .hover\:tw-border-orange-600:hover {
  border-color: #dd6b20;
}

#app .hover\:tw-border-orange-700:hover {
  border-color: #c05621;
}

#app .hover\:tw-border-orange-800:hover {
  border-color: #9c4221;
}

#app .hover\:tw-border-orange-900:hover {
  border-color: #7b341e;
}

#app .hover\:tw-border-yellow-100:hover {
  border-color: #fffff0;
}

#app .hover\:tw-border-yellow-200:hover {
  border-color: #fefcbf;
}

#app .hover\:tw-border-yellow-300:hover {
  border-color: #faf089;
}

#app .hover\:tw-border-yellow-400:hover {
  border-color: #f6e05e;
}

#app .hover\:tw-border-yellow-500:hover {
  border-color: #ecc94b;
}

#app .hover\:tw-border-yellow-600:hover {
  border-color: #d69e2e;
}

#app .hover\:tw-border-yellow-700:hover {
  border-color: #b7791f;
}

#app .hover\:tw-border-yellow-800:hover {
  border-color: #975a16;
}

#app .hover\:tw-border-yellow-900:hover {
  border-color: #744210;
}

#app .hover\:tw-border-green-100:hover {
  border-color: #f0fff4;
}

#app .hover\:tw-border-green-200:hover {
  border-color: #c6f6d5;
}

#app .hover\:tw-border-green-300:hover {
  border-color: #9ae6b4;
}

#app .hover\:tw-border-green-400:hover {
  border-color: #68d391;
}

#app .hover\:tw-border-green-500:hover {
  border-color: #48bb78;
}

#app .hover\:tw-border-green-600:hover {
  border-color: #38a169;
}

#app .hover\:tw-border-green-700:hover {
  border-color: #2f855a;
}

#app .hover\:tw-border-green-800:hover {
  border-color: #276749;
}

#app .hover\:tw-border-green-900:hover {
  border-color: #22543d;
}

#app .hover\:tw-border-teal-100:hover {
  border-color: #e6fffa;
}

#app .hover\:tw-border-teal-200:hover {
  border-color: #b2f5ea;
}

#app .hover\:tw-border-teal-300:hover {
  border-color: #81e6d9;
}

#app .hover\:tw-border-teal-400:hover {
  border-color: #4fd1c5;
}

#app .hover\:tw-border-teal-500:hover {
  border-color: #38b2ac;
}

#app .hover\:tw-border-teal-600:hover {
  border-color: #319795;
}

#app .hover\:tw-border-teal-700:hover {
  border-color: #2c7a7b;
}

#app .hover\:tw-border-teal-800:hover {
  border-color: #285e61;
}

#app .hover\:tw-border-teal-900:hover {
  border-color: #234e52;
}

#app .hover\:tw-border-blue-100:hover {
  border-color: #ebf8ff;
}

#app .hover\:tw-border-blue-200:hover {
  border-color: #bee3f8;
}

#app .hover\:tw-border-blue-300:hover {
  border-color: #90cdf4;
}

#app .hover\:tw-border-blue-400:hover {
  border-color: #63b3ed;
}

#app .hover\:tw-border-blue-500:hover {
  border-color: #4299e1;
}

#app .hover\:tw-border-blue-600:hover {
  border-color: #3182ce;
}

#app .hover\:tw-border-blue-700:hover {
  border-color: #2b6cb0;
}

#app .hover\:tw-border-blue-800:hover {
  border-color: #2c5282;
}

#app .hover\:tw-border-blue-900:hover {
  border-color: #2a4365;
}

#app .hover\:tw-border-indigo-100:hover {
  border-color: #ebf4ff;
}

#app .hover\:tw-border-indigo-200:hover {
  border-color: #c3dafe;
}

#app .hover\:tw-border-indigo-300:hover {
  border-color: #a3bffa;
}

#app .hover\:tw-border-indigo-400:hover {
  border-color: #7f9cf5;
}

#app .hover\:tw-border-indigo-500:hover {
  border-color: #667eea;
}

#app .hover\:tw-border-indigo-600:hover {
  border-color: #5a67d8;
}

#app .hover\:tw-border-indigo-700:hover {
  border-color: #4c51bf;
}

#app .hover\:tw-border-indigo-800:hover {
  border-color: #434190;
}

#app .hover\:tw-border-indigo-900:hover {
  border-color: #3c366b;
}

#app .hover\:tw-border-purple-100:hover {
  border-color: #faf5ff;
}

#app .hover\:tw-border-purple-200:hover {
  border-color: #e9d8fd;
}

#app .hover\:tw-border-purple-300:hover {
  border-color: #d6bcfa;
}

#app .hover\:tw-border-purple-400:hover {
  border-color: #b794f4;
}

#app .hover\:tw-border-purple-500:hover {
  border-color: #9f7aea;
}

#app .hover\:tw-border-purple-600:hover {
  border-color: #805ad5;
}

#app .hover\:tw-border-purple-700:hover {
  border-color: #6b46c1;
}

#app .hover\:tw-border-purple-800:hover {
  border-color: #553c9a;
}

#app .hover\:tw-border-purple-900:hover {
  border-color: #44337a;
}

#app .hover\:tw-border-pink-100:hover {
  border-color: #fff5f7;
}

#app .hover\:tw-border-pink-200:hover {
  border-color: #fed7e2;
}

#app .hover\:tw-border-pink-300:hover {
  border-color: #fbb6ce;
}

#app .hover\:tw-border-pink-400:hover {
  border-color: #f687b3;
}

#app .hover\:tw-border-pink-500:hover {
  border-color: #ed64a6;
}

#app .hover\:tw-border-pink-600:hover {
  border-color: #d53f8c;
}

#app .hover\:tw-border-pink-700:hover {
  border-color: #b83280;
}

#app .hover\:tw-border-pink-800:hover {
  border-color: #97266d;
}

#app .hover\:tw-border-pink-900:hover {
  border-color: #702459;
}

#app .focus\:tw-border-transparent:focus {
  border-color: transparent;
}

#app .focus\:tw-border-black:focus {
  border-color: #000;
}

#app .focus\:tw-border-white:focus {
  border-color: #fff;
}

#app .focus\:tw-border-gray-100:focus {
  border-color: #f7fafc;
}

#app .focus\:tw-border-gray-200:focus {
  border-color: #edf2f7;
}

#app .focus\:tw-border-gray-300:focus {
  border-color: #e2e8f0;
}

#app .focus\:tw-border-gray-400:focus {
  border-color: #cbd5e0;
}

#app .focus\:tw-border-gray-500:focus {
  border-color: #a0aec0;
}

#app .focus\:tw-border-gray-600:focus {
  border-color: #718096;
}

#app .focus\:tw-border-gray-700:focus {
  border-color: #4a5568;
}

#app .focus\:tw-border-gray-800:focus {
  border-color: #2d3748;
}

#app .focus\:tw-border-gray-900:focus {
  border-color: #1a202c;
}

#app .focus\:tw-border-red-100:focus {
  border-color: #fff5f5;
}

#app .focus\:tw-border-red-200:focus {
  border-color: #fed7d7;
}

#app .focus\:tw-border-red-300:focus {
  border-color: #feb2b2;
}

#app .focus\:tw-border-red-400:focus {
  border-color: #fc8181;
}

#app .focus\:tw-border-red-500:focus {
  border-color: #f56565;
}

#app .focus\:tw-border-red-600:focus {
  border-color: #e53e3e;
}

#app .focus\:tw-border-red-700:focus {
  border-color: #c53030;
}

#app .focus\:tw-border-red-800:focus {
  border-color: #9b2c2c;
}

#app .focus\:tw-border-red-900:focus {
  border-color: #742a2a;
}

#app .focus\:tw-border-orange-100:focus {
  border-color: #fffaf0;
}

#app .focus\:tw-border-orange-200:focus {
  border-color: #feebc8;
}

#app .focus\:tw-border-orange-300:focus {
  border-color: #fbd38d;
}

#app .focus\:tw-border-orange-400:focus {
  border-color: #f6ad55;
}

#app .focus\:tw-border-orange-500:focus {
  border-color: #ed8936;
}

#app .focus\:tw-border-orange-600:focus {
  border-color: #dd6b20;
}

#app .focus\:tw-border-orange-700:focus {
  border-color: #c05621;
}

#app .focus\:tw-border-orange-800:focus {
  border-color: #9c4221;
}

#app .focus\:tw-border-orange-900:focus {
  border-color: #7b341e;
}

#app .focus\:tw-border-yellow-100:focus {
  border-color: #fffff0;
}

#app .focus\:tw-border-yellow-200:focus {
  border-color: #fefcbf;
}

#app .focus\:tw-border-yellow-300:focus {
  border-color: #faf089;
}

#app .focus\:tw-border-yellow-400:focus {
  border-color: #f6e05e;
}

#app .focus\:tw-border-yellow-500:focus {
  border-color: #ecc94b;
}

#app .focus\:tw-border-yellow-600:focus {
  border-color: #d69e2e;
}

#app .focus\:tw-border-yellow-700:focus {
  border-color: #b7791f;
}

#app .focus\:tw-border-yellow-800:focus {
  border-color: #975a16;
}

#app .focus\:tw-border-yellow-900:focus {
  border-color: #744210;
}

#app .focus\:tw-border-green-100:focus {
  border-color: #f0fff4;
}

#app .focus\:tw-border-green-200:focus {
  border-color: #c6f6d5;
}

#app .focus\:tw-border-green-300:focus {
  border-color: #9ae6b4;
}

#app .focus\:tw-border-green-400:focus {
  border-color: #68d391;
}

#app .focus\:tw-border-green-500:focus {
  border-color: #48bb78;
}

#app .focus\:tw-border-green-600:focus {
  border-color: #38a169;
}

#app .focus\:tw-border-green-700:focus {
  border-color: #2f855a;
}

#app .focus\:tw-border-green-800:focus {
  border-color: #276749;
}

#app .focus\:tw-border-green-900:focus {
  border-color: #22543d;
}

#app .focus\:tw-border-teal-100:focus {
  border-color: #e6fffa;
}

#app .focus\:tw-border-teal-200:focus {
  border-color: #b2f5ea;
}

#app .focus\:tw-border-teal-300:focus {
  border-color: #81e6d9;
}

#app .focus\:tw-border-teal-400:focus {
  border-color: #4fd1c5;
}

#app .focus\:tw-border-teal-500:focus {
  border-color: #38b2ac;
}

#app .focus\:tw-border-teal-600:focus {
  border-color: #319795;
}

#app .focus\:tw-border-teal-700:focus {
  border-color: #2c7a7b;
}

#app .focus\:tw-border-teal-800:focus {
  border-color: #285e61;
}

#app .focus\:tw-border-teal-900:focus {
  border-color: #234e52;
}

#app .focus\:tw-border-blue-100:focus {
  border-color: #ebf8ff;
}

#app .focus\:tw-border-blue-200:focus {
  border-color: #bee3f8;
}

#app .focus\:tw-border-blue-300:focus {
  border-color: #90cdf4;
}

#app .focus\:tw-border-blue-400:focus {
  border-color: #63b3ed;
}

#app .focus\:tw-border-blue-500:focus {
  border-color: #4299e1;
}

#app .focus\:tw-border-blue-600:focus {
  border-color: #3182ce;
}

#app .focus\:tw-border-blue-700:focus {
  border-color: #2b6cb0;
}

#app .focus\:tw-border-blue-800:focus {
  border-color: #2c5282;
}

#app .focus\:tw-border-blue-900:focus {
  border-color: #2a4365;
}

#app .focus\:tw-border-indigo-100:focus {
  border-color: #ebf4ff;
}

#app .focus\:tw-border-indigo-200:focus {
  border-color: #c3dafe;
}

#app .focus\:tw-border-indigo-300:focus {
  border-color: #a3bffa;
}

#app .focus\:tw-border-indigo-400:focus {
  border-color: #7f9cf5;
}

#app .focus\:tw-border-indigo-500:focus {
  border-color: #667eea;
}

#app .focus\:tw-border-indigo-600:focus {
  border-color: #5a67d8;
}

#app .focus\:tw-border-indigo-700:focus {
  border-color: #4c51bf;
}

#app .focus\:tw-border-indigo-800:focus {
  border-color: #434190;
}

#app .focus\:tw-border-indigo-900:focus {
  border-color: #3c366b;
}

#app .focus\:tw-border-purple-100:focus {
  border-color: #faf5ff;
}

#app .focus\:tw-border-purple-200:focus {
  border-color: #e9d8fd;
}

#app .focus\:tw-border-purple-300:focus {
  border-color: #d6bcfa;
}

#app .focus\:tw-border-purple-400:focus {
  border-color: #b794f4;
}

#app .focus\:tw-border-purple-500:focus {
  border-color: #9f7aea;
}

#app .focus\:tw-border-purple-600:focus {
  border-color: #805ad5;
}

#app .focus\:tw-border-purple-700:focus {
  border-color: #6b46c1;
}

#app .focus\:tw-border-purple-800:focus {
  border-color: #553c9a;
}

#app .focus\:tw-border-purple-900:focus {
  border-color: #44337a;
}

#app .focus\:tw-border-pink-100:focus {
  border-color: #fff5f7;
}

#app .focus\:tw-border-pink-200:focus {
  border-color: #fed7e2;
}

#app .focus\:tw-border-pink-300:focus {
  border-color: #fbb6ce;
}

#app .focus\:tw-border-pink-400:focus {
  border-color: #f687b3;
}

#app .focus\:tw-border-pink-500:focus {
  border-color: #ed64a6;
}

#app .focus\:tw-border-pink-600:focus {
  border-color: #d53f8c;
}

#app .focus\:tw-border-pink-700:focus {
  border-color: #b83280;
}

#app .focus\:tw-border-pink-800:focus {
  border-color: #97266d;
}

#app .focus\:tw-border-pink-900:focus {
  border-color: #702459;
}

#app .tw-rounded-none {
  border-radius: 0;
}

#app .tw-rounded-sm {
  border-radius: 0.125rem;
}

#app .tw-rounded {
  border-radius: 0.25rem;
}

#app .tw-rounded-md {
  border-radius: 0.375rem;
}

#app .tw-rounded-lg {
  border-radius: 0.5rem;
}

#app .tw-rounded-full {
  border-radius: 9999px;
}

#app .tw-rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#app .tw-rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#app .tw-rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#app .tw-rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#app .tw-rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

#app .tw-rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

#app .tw-rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

#app .tw-rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

#app .tw-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#app .tw-rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

#app .tw-rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#app .tw-rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#app .tw-rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

#app .tw-rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

#app .tw-rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#app .tw-rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#app .tw-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

#app .tw-rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

#app .tw-rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

#app .tw-rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

#app .tw-rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

#app .tw-rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

#app .tw-rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

#app .tw-rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

#app .tw-rounded-tl-none {
  border-top-left-radius: 0;
}

#app .tw-rounded-tr-none {
  border-top-right-radius: 0;
}

#app .tw-rounded-br-none {
  border-bottom-right-radius: 0;
}

#app .tw-rounded-bl-none {
  border-bottom-left-radius: 0;
}

#app .tw-rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

#app .tw-rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

#app .tw-rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

#app .tw-rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

#app .tw-rounded-tl {
  border-top-left-radius: 0.25rem;
}

#app .tw-rounded-tr {
  border-top-right-radius: 0.25rem;
}

#app .tw-rounded-br {
  border-bottom-right-radius: 0.25rem;
}

#app .tw-rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

#app .tw-rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

#app .tw-rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

#app .tw-rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

#app .tw-rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

#app .tw-rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

#app .tw-rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

#app .tw-rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

#app .tw-rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

#app .tw-rounded-tl-full {
  border-top-left-radius: 9999px;
}

#app .tw-rounded-tr-full {
  border-top-right-radius: 9999px;
}

#app .tw-rounded-br-full {
  border-bottom-right-radius: 9999px;
}

#app .tw-rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

#app .tw-border-solid {
  border-style: solid;
}

#app .tw-border-dashed {
  border-style: dashed;
}

#app .tw-border-dotted {
  border-style: dotted;
}

#app .tw-border-double {
  border-style: double;
}

#app .tw-border-none {
  border-style: none;
}

#app .tw-border-0 {
  border-width: 0;
}

#app .tw-border-2 {
  border-width: 2px;
}

#app .tw-border-4 {
  border-width: 4px;
}

#app .tw-border-8 {
  border-width: 8px;
}

#app .tw-border {
  border-width: 1px;
}

#app .tw-border-t-0 {
  border-top-width: 0;
}

#app .tw-border-r-0 {
  border-right-width: 0;
}

#app .tw-border-b-0 {
  border-bottom-width: 0;
}

#app .tw-border-l-0 {
  border-left-width: 0;
}

#app .tw-border-t-2 {
  border-top-width: 2px;
}

#app .tw-border-r-2 {
  border-right-width: 2px;
}

#app .tw-border-b-2 {
  border-bottom-width: 2px;
}

#app .tw-border-l-2 {
  border-left-width: 2px;
}

#app .tw-border-t-4 {
  border-top-width: 4px;
}

#app .tw-border-r-4 {
  border-right-width: 4px;
}

#app .tw-border-b-4 {
  border-bottom-width: 4px;
}

#app .tw-border-l-4 {
  border-left-width: 4px;
}

#app .tw-border-t-8 {
  border-top-width: 8px;
}

#app .tw-border-r-8 {
  border-right-width: 8px;
}

#app .tw-border-b-8 {
  border-bottom-width: 8px;
}

#app .tw-border-l-8 {
  border-left-width: 8px;
}

#app .tw-border-t {
  border-top-width: 1px;
}

#app .tw-border-r {
  border-right-width: 1px;
}

#app .tw-border-b {
  border-bottom-width: 1px;
}

#app .tw-border-l {
  border-left-width: 1px;
}

#app .tw-box-border {
  box-sizing: border-box;
}

#app .tw-box-content {
  box-sizing: content-box;
}

#app .tw-cursor-auto {
  cursor: auto;
}

#app .tw-cursor-default {
  cursor: default;
}

#app .tw-cursor-pointer {
  cursor: pointer;
}

#app .tw-cursor-wait {
  cursor: wait;
}

#app .tw-cursor-text {
  cursor: text;
}

#app .tw-cursor-move {
  cursor: move;
}

#app .tw-cursor-not-allowed {
  cursor: not-allowed;
}

#app .tw-block {
  display: block;
}

#app .tw-inline-block {
  display: inline-block;
}

#app .tw-inline {
  display: inline;
}

#app .tw-flex {
  display: flex;
}

#app .tw-inline-flex {
  display: inline-flex;
}

#app .tw-grid {
  display: grid;
}

#app .tw-table {
  display: table;
}

#app .tw-table-caption {
  display: table-caption;
}

#app .tw-table-cell {
  display: table-cell;
}

#app .tw-table-column {
  display: table-column;
}

#app .tw-table-column-group {
  display: table-column-group;
}

#app .tw-table-footer-group {
  display: table-footer-group;
}

#app .tw-table-header-group {
  display: table-header-group;
}

#app .tw-table-row-group {
  display: table-row-group;
}

#app .tw-table-row {
  display: table-row;
}

#app .tw-hidden {
  display: none;
}

#app .tw-flex-row {
  flex-direction: row;
}

#app .tw-flex-row-reverse {
  flex-direction: row-reverse;
}

#app .tw-flex-col {
  flex-direction: column;
}

#app .tw-flex-col-reverse {
  flex-direction: column-reverse;
}

#app .tw-flex-wrap {
  flex-wrap: wrap;
}

#app .tw-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

#app .tw-flex-no-wrap {
  flex-wrap: nowrap;
}

#app .tw-items-start {
  align-items: flex-start;
}

#app .tw-items-end {
  align-items: flex-end;
}

#app .tw-items-center {
  align-items: center;
}

#app .tw-items-baseline {
  align-items: baseline;
}

#app .tw-items-stretch {
  align-items: stretch;
}

#app .tw-self-auto {
  align-self: auto;
}

#app .tw-self-start {
  align-self: flex-start;
}

#app .tw-self-end {
  align-self: flex-end;
}

#app .tw-self-center {
  align-self: center;
}

#app .tw-self-stretch {
  align-self: stretch;
}

#app .tw-justify-start {
  justify-content: flex-start;
}

#app .tw-justify-end {
  justify-content: flex-end;
}

#app .tw-justify-center {
  justify-content: center;
}

#app .tw-justify-between {
  justify-content: space-between;
}

#app .tw-justify-around {
  justify-content: space-around;
}

#app .tw-justify-evenly {
  justify-content: space-evenly;
}

#app .tw-content-center {
  align-content: center;
}

#app .tw-content-start {
  align-content: flex-start;
}

#app .tw-content-end {
  align-content: flex-end;
}

#app .tw-content-between {
  align-content: space-between;
}

#app .tw-content-around {
  align-content: space-around;
}

#app .tw-flex-1 {
  flex: 1 1 0%;
}

#app .tw-flex-auto {
  flex: 1 1 auto;
}

#app .tw-flex-initial {
  flex: 0 1 auto;
}

#app .tw-flex-none {
  flex: none;
}

#app .tw-flex-grow-0 {
  flex-grow: 0;
}

#app .tw-flex-grow {
  flex-grow: 1;
}

#app .tw-flex-shrink-0 {
  flex-shrink: 0;
}

#app .tw-flex-shrink {
  flex-shrink: 1;
}

#app .tw-order-1 {
  order: 1;
}

#app .tw-order-2 {
  order: 2;
}

#app .tw-order-3 {
  order: 3;
}

#app .tw-order-4 {
  order: 4;
}

#app .tw-order-5 {
  order: 5;
}

#app .tw-order-6 {
  order: 6;
}

#app .tw-order-7 {
  order: 7;
}

#app .tw-order-8 {
  order: 8;
}

#app .tw-order-9 {
  order: 9;
}

#app .tw-order-10 {
  order: 10;
}

#app .tw-order-11 {
  order: 11;
}

#app .tw-order-12 {
  order: 12;
}

#app .tw-order-first {
  order: -9999;
}

#app .tw-order-last {
  order: 9999;
}

#app .tw-order-none {
  order: 0;
}

#app .tw-float-right {
  float: right;
}

#app .tw-float-left {
  float: left;
}

#app .tw-float-none {
  float: none;
}

#app .tw-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#app .tw-clear-left {
  clear: left;
}

#app .tw-clear-right {
  clear: right;
}

#app .tw-clear-both {
  clear: both;
}

#app .tw-font-sans {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#app .tw-font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

#app .tw-font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#app .tw-font-hairline {
  font-weight: 100;
}

#app .tw-font-thin {
  font-weight: 200;
}

#app .tw-font-light {
  font-weight: 300;
}

#app .tw-font-normal {
  font-weight: 400;
}

#app .tw-font-medium {
  font-weight: 500;
}

#app .tw-font-semibold {
  font-weight: 600;
}

#app .tw-font-bold {
  font-weight: 700;
}

#app .tw-font-extrabold {
  font-weight: 800;
}

#app .tw-font-black {
  font-weight: 900;
}

#app .hover\:tw-font-hairline:hover {
  font-weight: 100;
}

#app .hover\:tw-font-thin:hover {
  font-weight: 200;
}

#app .hover\:tw-font-light:hover {
  font-weight: 300;
}

#app .hover\:tw-font-normal:hover {
  font-weight: 400;
}

#app .hover\:tw-font-medium:hover {
  font-weight: 500;
}

#app .hover\:tw-font-semibold:hover {
  font-weight: 600;
}

#app .hover\:tw-font-bold:hover {
  font-weight: 700;
}

#app .hover\:tw-font-extrabold:hover {
  font-weight: 800;
}

#app .hover\:tw-font-black:hover {
  font-weight: 900;
}

#app .focus\:tw-font-hairline:focus {
  font-weight: 100;
}

#app .focus\:tw-font-thin:focus {
  font-weight: 200;
}

#app .focus\:tw-font-light:focus {
  font-weight: 300;
}

#app .focus\:tw-font-normal:focus {
  font-weight: 400;
}

#app .focus\:tw-font-medium:focus {
  font-weight: 500;
}

#app .focus\:tw-font-semibold:focus {
  font-weight: 600;
}

#app .focus\:tw-font-bold:focus {
  font-weight: 700;
}

#app .focus\:tw-font-extrabold:focus {
  font-weight: 800;
}

#app .focus\:tw-font-black:focus {
  font-weight: 900;
}

#app .tw-h-0 {
  height: 0;
}

#app .tw-h-1 {
  height: 0.25rem;
}

#app .tw-h-2 {
  height: 0.5rem;
}

#app .tw-h-3 {
  height: 0.75rem;
}

#app .tw-h-4 {
  height: 1rem;
}

#app .tw-h-5 {
  height: 1.25rem;
}

#app .tw-h-6 {
  height: 1.5rem;
}

#app .tw-h-8 {
  height: 2rem;
}

#app .tw-h-10 {
  height: 2.5rem;
}

#app .tw-h-12 {
  height: 3rem;
}

#app .tw-h-16 {
  height: 4rem;
}

#app .tw-h-20 {
  height: 5rem;
}

#app .tw-h-24 {
  height: 6rem;
}

#app .tw-h-32 {
  height: 8rem;
}

#app .tw-h-40 {
  height: 10rem;
}

#app .tw-h-48 {
  height: 12rem;
}

#app .tw-h-56 {
  height: 14rem;
}

#app .tw-h-64 {
  height: 16rem;
}

#app .tw-h-auto {
  height: auto;
}

#app .tw-h-px {
  height: 1px;
}

#app .tw-h-full {
  height: 100%;
}

#app .tw-h-screen {
  height: 100vh;
}

#app .tw-leading-3 {
  line-height: .75rem;
}

#app .tw-leading-4 {
  line-height: 1rem;
}

#app .tw-leading-5 {
  line-height: 1.25rem;
}

#app .tw-leading-6 {
  line-height: 1.5rem;
}

#app .tw-leading-7 {
  line-height: 1.75rem;
}

#app .tw-leading-8 {
  line-height: 2rem;
}

#app .tw-leading-9 {
  line-height: 2.25rem;
}

#app .tw-leading-10 {
  line-height: 2.5rem;
}

#app .tw-leading-none {
  line-height: 1;
}

#app .tw-leading-tight {
  line-height: 1.25;
}

#app .tw-leading-snug {
  line-height: 1.375;
}

#app .tw-leading-normal {
  line-height: 1.5;
}

#app .tw-leading-relaxed {
  line-height: 1.625;
}

#app .tw-leading-loose {
  line-height: 2;
}

#app .tw-list-inside {
  list-style-position: inside;
}

#app .tw-list-outside {
  list-style-position: outside;
}

#app .tw-list-none {
  list-style-type: none;
}

#app .tw-list-disc {
  list-style-type: disc;
}

#app .tw-list-decimal {
  list-style-type: decimal;
}

#app .tw-m-0 {
  margin: 0;
}

#app .tw-m-1 {
  margin: 0.25rem;
}

#app .tw-m-2 {
  margin: 0.5rem;
}

#app .tw-m-3 {
  margin: 0.75rem;
}

#app .tw-m-4 {
  margin: 1rem;
}

#app .tw-m-5 {
  margin: 1.25rem;
}

#app .tw-m-6 {
  margin: 1.5rem;
}

#app .tw-m-8 {
  margin: 2rem;
}

#app .tw-m-10 {
  margin: 2.5rem;
}

#app .tw-m-12 {
  margin: 3rem;
}

#app .tw-m-16 {
  margin: 4rem;
}

#app .tw-m-20 {
  margin: 5rem;
}

#app .tw-m-24 {
  margin: 6rem;
}

#app .tw-m-32 {
  margin: 8rem;
}

#app .tw-m-40 {
  margin: 10rem;
}

#app .tw-m-48 {
  margin: 12rem;
}

#app .tw-m-56 {
  margin: 14rem;
}

#app .tw-m-64 {
  margin: 16rem;
}

#app .tw-m-auto {
  margin: auto;
}

#app .tw-m-px {
  margin: 1px;
}

#app .tw--m-1 {
  margin: -0.25rem;
}

#app .tw--m-2 {
  margin: -0.5rem;
}

#app .tw--m-3 {
  margin: -0.75rem;
}

#app .tw--m-4 {
  margin: -1rem;
}

#app .tw--m-5 {
  margin: -1.25rem;
}

#app .tw--m-6 {
  margin: -1.5rem;
}

#app .tw--m-8 {
  margin: -2rem;
}

#app .tw--m-10 {
  margin: -2.5rem;
}

#app .tw--m-12 {
  margin: -3rem;
}

#app .tw--m-16 {
  margin: -4rem;
}

#app .tw--m-20 {
  margin: -5rem;
}

#app .tw--m-24 {
  margin: -6rem;
}

#app .tw--m-32 {
  margin: -8rem;
}

#app .tw--m-40 {
  margin: -10rem;
}

#app .tw--m-48 {
  margin: -12rem;
}

#app .tw--m-56 {
  margin: -14rem;
}

#app .tw--m-64 {
  margin: -16rem;
}

#app .tw--m-px {
  margin: -1px;
}

#app .tw-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

#app .tw-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

#app .tw-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#app .tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

#app .tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#app .tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#app .tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#app .tw-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

#app .tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#app .tw-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

#app .tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#app .tw-mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

#app .tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#app .tw-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

#app .tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#app .tw-mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

#app .tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

#app .tw-mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

#app .tw-my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#app .tw-mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

#app .tw-my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#app .tw-mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

#app .tw-my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#app .tw-mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

#app .tw-my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

#app .tw-mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

#app .tw-my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

#app .tw-mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

#app .tw-my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

#app .tw-mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

#app .tw-my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

#app .tw-mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

#app .tw-my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

#app .tw-mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

#app .tw-my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

#app .tw-mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

#app .tw-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

#app .tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

#app .tw-my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

#app .tw-mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

#app .tw--my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

#app .tw--mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

#app .tw--my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

#app .tw--mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

#app .tw--my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

#app .tw--mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

#app .tw--my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

#app .tw--mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

#app .tw--my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

#app .tw--mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

#app .tw--my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

#app .tw--mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

#app .tw--my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

#app .tw--mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

#app .tw--my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

#app .tw--mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

#app .tw--my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

#app .tw--mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

#app .tw--my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

#app .tw--mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

#app .tw--my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

#app .tw--mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

#app .tw--my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

#app .tw--mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

#app .tw--my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

#app .tw--mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

#app .tw--my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

#app .tw--mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

#app .tw--my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

#app .tw--mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

#app .tw--my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

#app .tw--mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

#app .tw--my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

#app .tw--mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

#app .tw--my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

#app .tw--mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

#app .tw-mt-0 {
  margin-top: 0;
}

#app .tw-mr-0 {
  margin-right: 0;
}

#app .tw-mb-0 {
  margin-bottom: 0;
}

#app .tw-ml-0 {
  margin-left: 0;
}

#app .tw-mt-1 {
  margin-top: 0.25rem;
}

#app .tw-mr-1 {
  margin-right: 0.25rem;
}

#app .tw-mb-1 {
  margin-bottom: 0.25rem;
}

#app .tw-ml-1 {
  margin-left: 0.25rem;
}

#app .tw-mt-2 {
  margin-top: 0.5rem;
}

#app .tw-mr-2 {
  margin-right: 0.5rem;
}

#app .tw-mb-2 {
  margin-bottom: 0.5rem;
}

#app .tw-ml-2 {
  margin-left: 0.5rem;
}

#app .tw-mt-3 {
  margin-top: 0.75rem;
}

#app .tw-mr-3 {
  margin-right: 0.75rem;
}

#app .tw-mb-3 {
  margin-bottom: 0.75rem;
}

#app .tw-ml-3 {
  margin-left: 0.75rem;
}

#app .tw-mt-4 {
  margin-top: 1rem;
}

#app .tw-mr-4 {
  margin-right: 1rem;
}

#app .tw-mb-4 {
  margin-bottom: 1rem;
}

#app .tw-ml-4 {
  margin-left: 1rem;
}

#app .tw-mt-5 {
  margin-top: 1.25rem;
}

#app .tw-mr-5 {
  margin-right: 1.25rem;
}

#app .tw-mb-5 {
  margin-bottom: 1.25rem;
}

#app .tw-ml-5 {
  margin-left: 1.25rem;
}

#app .tw-mt-6 {
  margin-top: 1.5rem;
}

#app .tw-mr-6 {
  margin-right: 1.5rem;
}

#app .tw-mb-6 {
  margin-bottom: 1.5rem;
}

#app .tw-ml-6 {
  margin-left: 1.5rem;
}

#app .tw-mt-8 {
  margin-top: 2rem;
}

#app .tw-mr-8 {
  margin-right: 2rem;
}

#app .tw-mb-8 {
  margin-bottom: 2rem;
}

#app .tw-ml-8 {
  margin-left: 2rem;
}

#app .tw-mt-10 {
  margin-top: 2.5rem;
}

#app .tw-mr-10 {
  margin-right: 2.5rem;
}

#app .tw-mb-10 {
  margin-bottom: 2.5rem;
}

#app .tw-ml-10 {
  margin-left: 2.5rem;
}

#app .tw-mt-12 {
  margin-top: 3rem;
}

#app .tw-mr-12 {
  margin-right: 3rem;
}

#app .tw-mb-12 {
  margin-bottom: 3rem;
}

#app .tw-ml-12 {
  margin-left: 3rem;
}

#app .tw-mt-16 {
  margin-top: 4rem;
}

#app .tw-mr-16 {
  margin-right: 4rem;
}

#app .tw-mb-16 {
  margin-bottom: 4rem;
}

#app .tw-ml-16 {
  margin-left: 4rem;
}

#app .tw-mt-20 {
  margin-top: 5rem;
}

#app .tw-mr-20 {
  margin-right: 5rem;
}

#app .tw-mb-20 {
  margin-bottom: 5rem;
}

#app .tw-ml-20 {
  margin-left: 5rem;
}

#app .tw-mt-24 {
  margin-top: 6rem;
}

#app .tw-mr-24 {
  margin-right: 6rem;
}

#app .tw-mb-24 {
  margin-bottom: 6rem;
}

#app .tw-ml-24 {
  margin-left: 6rem;
}

#app .tw-mt-32 {
  margin-top: 8rem;
}

#app .tw-mr-32 {
  margin-right: 8rem;
}

#app .tw-mb-32 {
  margin-bottom: 8rem;
}

#app .tw-ml-32 {
  margin-left: 8rem;
}

#app .tw-mt-40 {
  margin-top: 10rem;
}

#app .tw-mr-40 {
  margin-right: 10rem;
}

#app .tw-mb-40 {
  margin-bottom: 10rem;
}

#app .tw-ml-40 {
  margin-left: 10rem;
}

#app .tw-mt-48 {
  margin-top: 12rem;
}

#app .tw-mr-48 {
  margin-right: 12rem;
}

#app .tw-mb-48 {
  margin-bottom: 12rem;
}

#app .tw-ml-48 {
  margin-left: 12rem;
}

#app .tw-mt-56 {
  margin-top: 14rem;
}

#app .tw-mr-56 {
  margin-right: 14rem;
}

#app .tw-mb-56 {
  margin-bottom: 14rem;
}

#app .tw-ml-56 {
  margin-left: 14rem;
}

#app .tw-mt-64 {
  margin-top: 16rem;
}

#app .tw-mr-64 {
  margin-right: 16rem;
}

#app .tw-mb-64 {
  margin-bottom: 16rem;
}

#app .tw-ml-64 {
  margin-left: 16rem;
}

#app .tw-mt-auto {
  margin-top: auto;
}

#app .tw-mr-auto {
  margin-right: auto;
}

#app .tw-mb-auto {
  margin-bottom: auto;
}

#app .tw-ml-auto {
  margin-left: auto;
}

#app .tw-mt-px {
  margin-top: 1px;
}

#app .tw-mr-px {
  margin-right: 1px;
}

#app .tw-mb-px {
  margin-bottom: 1px;
}

#app .tw-ml-px {
  margin-left: 1px;
}

#app .tw--mt-1 {
  margin-top: -0.25rem;
}

#app .tw--mr-1 {
  margin-right: -0.25rem;
}

#app .tw--mb-1 {
  margin-bottom: -0.25rem;
}

#app .tw--ml-1 {
  margin-left: -0.25rem;
}

#app .tw--mt-2 {
  margin-top: -0.5rem;
}

#app .tw--mr-2 {
  margin-right: -0.5rem;
}

#app .tw--mb-2 {
  margin-bottom: -0.5rem;
}

#app .tw--ml-2 {
  margin-left: -0.5rem;
}

#app .tw--mt-3 {
  margin-top: -0.75rem;
}

#app .tw--mr-3 {
  margin-right: -0.75rem;
}

#app .tw--mb-3 {
  margin-bottom: -0.75rem;
}

#app .tw--ml-3 {
  margin-left: -0.75rem;
}

#app .tw--mt-4 {
  margin-top: -1rem;
}

#app .tw--mr-4 {
  margin-right: -1rem;
}

#app .tw--mb-4 {
  margin-bottom: -1rem;
}

#app .tw--ml-4 {
  margin-left: -1rem;
}

#app .tw--mt-5 {
  margin-top: -1.25rem;
}

#app .tw--mr-5 {
  margin-right: -1.25rem;
}

#app .tw--mb-5 {
  margin-bottom: -1.25rem;
}

#app .tw--ml-5 {
  margin-left: -1.25rem;
}

#app .tw--mt-6 {
  margin-top: -1.5rem;
}

#app .tw--mr-6 {
  margin-right: -1.5rem;
}

#app .tw--mb-6 {
  margin-bottom: -1.5rem;
}

#app .tw--ml-6 {
  margin-left: -1.5rem;
}

#app .tw--mt-8 {
  margin-top: -2rem;
}

#app .tw--mr-8 {
  margin-right: -2rem;
}

#app .tw--mb-8 {
  margin-bottom: -2rem;
}

#app .tw--ml-8 {
  margin-left: -2rem;
}

#app .tw--mt-10 {
  margin-top: -2.5rem;
}

#app .tw--mr-10 {
  margin-right: -2.5rem;
}

#app .tw--mb-10 {
  margin-bottom: -2.5rem;
}

#app .tw--ml-10 {
  margin-left: -2.5rem;
}

#app .tw--mt-12 {
  margin-top: -3rem;
}

#app .tw--mr-12 {
  margin-right: -3rem;
}

#app .tw--mb-12 {
  margin-bottom: -3rem;
}

#app .tw--ml-12 {
  margin-left: -3rem;
}

#app .tw--mt-16 {
  margin-top: -4rem;
}

#app .tw--mr-16 {
  margin-right: -4rem;
}

#app .tw--mb-16 {
  margin-bottom: -4rem;
}

#app .tw--ml-16 {
  margin-left: -4rem;
}

#app .tw--mt-20 {
  margin-top: -5rem;
}

#app .tw--mr-20 {
  margin-right: -5rem;
}

#app .tw--mb-20 {
  margin-bottom: -5rem;
}

#app .tw--ml-20 {
  margin-left: -5rem;
}

#app .tw--mt-24 {
  margin-top: -6rem;
}

#app .tw--mr-24 {
  margin-right: -6rem;
}

#app .tw--mb-24 {
  margin-bottom: -6rem;
}

#app .tw--ml-24 {
  margin-left: -6rem;
}

#app .tw--mt-32 {
  margin-top: -8rem;
}

#app .tw--mr-32 {
  margin-right: -8rem;
}

#app .tw--mb-32 {
  margin-bottom: -8rem;
}

#app .tw--ml-32 {
  margin-left: -8rem;
}

#app .tw--mt-40 {
  margin-top: -10rem;
}

#app .tw--mr-40 {
  margin-right: -10rem;
}

#app .tw--mb-40 {
  margin-bottom: -10rem;
}

#app .tw--ml-40 {
  margin-left: -10rem;
}

#app .tw--mt-48 {
  margin-top: -12rem;
}

#app .tw--mr-48 {
  margin-right: -12rem;
}

#app .tw--mb-48 {
  margin-bottom: -12rem;
}

#app .tw--ml-48 {
  margin-left: -12rem;
}

#app .tw--mt-56 {
  margin-top: -14rem;
}

#app .tw--mr-56 {
  margin-right: -14rem;
}

#app .tw--mb-56 {
  margin-bottom: -14rem;
}

#app .tw--ml-56 {
  margin-left: -14rem;
}

#app .tw--mt-64 {
  margin-top: -16rem;
}

#app .tw--mr-64 {
  margin-right: -16rem;
}

#app .tw--mb-64 {
  margin-bottom: -16rem;
}

#app .tw--ml-64 {
  margin-left: -16rem;
}

#app .tw--mt-px {
  margin-top: -1px;
}

#app .tw--mr-px {
  margin-right: -1px;
}

#app .tw--mb-px {
  margin-bottom: -1px;
}

#app .tw--ml-px {
  margin-left: -1px;
}

#app .tw-max-h-full {
  max-height: 100%;
}

#app .tw-max-h-screen {
  max-height: 100vh;
}

#app .tw-max-w-none {
  max-width: none;
}

#app .tw-max-w-xs {
  max-width: 20rem;
}

#app .tw-max-w-sm {
  max-width: 24rem;
}

#app .tw-max-w-md {
  max-width: 28rem;
}

#app .tw-max-w-lg {
  max-width: 32rem;
}

#app .tw-max-w-xl {
  max-width: 36rem;
}

#app .tw-max-w-2xl {
  max-width: 42rem;
}

#app .tw-max-w-3xl {
  max-width: 48rem;
}

#app .tw-max-w-4xl {
  max-width: 56rem;
}

#app .tw-max-w-5xl {
  max-width: 64rem;
}

#app .tw-max-w-6xl {
  max-width: 72rem;
}

#app .tw-max-w-full {
  max-width: 100%;
}

#app .tw-max-w-screen-sm {
  max-width: 640px;
}

#app .tw-max-w-screen-md {
  max-width: 768px;
}

#app .tw-max-w-screen-lg {
  max-width: 1024px;
}

#app .tw-max-w-screen-xl {
  max-width: 1280px;
}

#app .tw-min-h-0 {
  min-height: 0;
}

#app .tw-min-h-full {
  min-height: 100%;
}

#app .tw-min-h-screen {
  min-height: 100vh;
}

#app .tw-min-w-0 {
  min-width: 0;
}

#app .tw-min-w-full {
  min-width: 100%;
}

#app .tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

#app .tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

#app .tw-object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

#app .tw-object-none {
  -o-object-fit: none;
     object-fit: none;
}

#app .tw-object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

#app .tw-object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

#app .tw-object-center {
  -o-object-position: center;
     object-position: center;
}

#app .tw-object-left {
  -o-object-position: left;
     object-position: left;
}

#app .tw-object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

#app .tw-object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

#app .tw-object-right {
  -o-object-position: right;
     object-position: right;
}

#app .tw-object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

#app .tw-object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

#app .tw-object-top {
  -o-object-position: top;
     object-position: top;
}

#app .tw-opacity-0 {
  opacity: 0;
}

#app .tw-opacity-25 {
  opacity: 0.25;
}

#app .tw-opacity-50 {
  opacity: 0.5;
}

#app .tw-opacity-75 {
  opacity: 0.75;
}

#app .tw-opacity-100 {
  opacity: 1;
}

#app .hover\:tw-opacity-0:hover {
  opacity: 0;
}

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

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

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

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

#app .focus\:tw-opacity-0:focus {
  opacity: 0;
}

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

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

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

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

#app .tw-outline-none {
  outline: 0;
}

#app .focus\:tw-outline-none:focus {
  outline: 0;
}

#app .tw-overflow-auto {
  overflow: auto;
}

#app .tw-overflow-hidden {
  overflow: hidden;
}

#app .tw-overflow-visible {
  overflow: visible;
}

#app .tw-overflow-scroll {
  overflow: scroll;
}

#app .tw-overflow-x-auto {
  overflow-x: auto;
}

#app .tw-overflow-y-auto {
  overflow-y: auto;
}

#app .tw-overflow-x-hidden {
  overflow-x: hidden;
}

#app .tw-overflow-y-hidden {
  overflow-y: hidden;
}

#app .tw-overflow-x-visible {
  overflow-x: visible;
}

#app .tw-overflow-y-visible {
  overflow-y: visible;
}

#app .tw-overflow-x-scroll {
  overflow-x: scroll;
}

#app .tw-overflow-y-scroll {
  overflow-y: scroll;
}

#app .tw-scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

#app .tw-scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

#app .tw-p-0 {
  padding: 0;
}

#app .tw-p-1 {
  padding: 0.25rem;
}

#app .tw-p-2 {
  padding: 0.5rem;
}

#app .tw-p-3 {
  padding: 0.75rem;
}

#app .tw-p-4 {
  padding: 1rem;
}

#app .tw-p-5 {
  padding: 1.25rem;
}

#app .tw-p-6 {
  padding: 1.5rem;
}

#app .tw-p-8 {
  padding: 2rem;
}

#app .tw-p-10 {
  padding: 2.5rem;
}

#app .tw-p-12 {
  padding: 3rem;
}

#app .tw-p-16 {
  padding: 4rem;
}

#app .tw-p-20 {
  padding: 5rem;
}

#app .tw-p-24 {
  padding: 6rem;
}

#app .tw-p-32 {
  padding: 8rem;
}

#app .tw-p-40 {
  padding: 10rem;
}

#app .tw-p-48 {
  padding: 12rem;
}

#app .tw-p-56 {
  padding: 14rem;
}

#app .tw-p-64 {
  padding: 16rem;
}

#app .tw-p-px {
  padding: 1px;
}

#app .tw-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

#app .tw-px-0 {
  padding-left: 0;
  padding-right: 0;
}

#app .tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#app .tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

#app .tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#app .tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#app .tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#app .tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#app .tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#app .tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

#app .tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#app .tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#app .tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#app .tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#app .tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#app .tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

#app .tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#app .tw-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#app .tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#app .tw-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

#app .tw-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#app .tw-px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

#app .tw-py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#app .tw-px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

#app .tw-py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#app .tw-px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

#app .tw-py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#app .tw-px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

#app .tw-py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#app .tw-px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

#app .tw-py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

#app .tw-px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

#app .tw-py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#app .tw-px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

#app .tw-py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

#app .tw-px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

#app .tw-py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

#app .tw-px-px {
  padding-left: 1px;
  padding-right: 1px;
}

#app .tw-pt-0 {
  padding-top: 0;
}

#app .tw-pr-0 {
  padding-right: 0;
}

#app .tw-pb-0 {
  padding-bottom: 0;
}

#app .tw-pl-0 {
  padding-left: 0;
}

#app .tw-pt-1 {
  padding-top: 0.25rem;
}

#app .tw-pr-1 {
  padding-right: 0.25rem;
}

#app .tw-pb-1 {
  padding-bottom: 0.25rem;
}

#app .tw-pl-1 {
  padding-left: 0.25rem;
}

#app .tw-pt-2 {
  padding-top: 0.5rem;
}

#app .tw-pr-2 {
  padding-right: 0.5rem;
}

#app .tw-pb-2 {
  padding-bottom: 0.5rem;
}

#app .tw-pl-2 {
  padding-left: 0.5rem;
}

#app .tw-pt-3 {
  padding-top: 0.75rem;
}

#app .tw-pr-3 {
  padding-right: 0.75rem;
}

#app .tw-pb-3 {
  padding-bottom: 0.75rem;
}

#app .tw-pl-3 {
  padding-left: 0.75rem;
}

#app .tw-pt-4 {
  padding-top: 1rem;
}

#app .tw-pr-4 {
  padding-right: 1rem;
}

#app .tw-pb-4 {
  padding-bottom: 1rem;
}

#app .tw-pl-4 {
  padding-left: 1rem;
}

#app .tw-pt-5 {
  padding-top: 1.25rem;
}

#app .tw-pr-5 {
  padding-right: 1.25rem;
}

#app .tw-pb-5 {
  padding-bottom: 1.25rem;
}

#app .tw-pl-5 {
  padding-left: 1.25rem;
}

#app .tw-pt-6 {
  padding-top: 1.5rem;
}

#app .tw-pr-6 {
  padding-right: 1.5rem;
}

#app .tw-pb-6 {
  padding-bottom: 1.5rem;
}

#app .tw-pl-6 {
  padding-left: 1.5rem;
}

#app .tw-pt-8 {
  padding-top: 2rem;
}

#app .tw-pr-8 {
  padding-right: 2rem;
}

#app .tw-pb-8 {
  padding-bottom: 2rem;
}

#app .tw-pl-8 {
  padding-left: 2rem;
}

#app .tw-pt-10 {
  padding-top: 2.5rem;
}

#app .tw-pr-10 {
  padding-right: 2.5rem;
}

#app .tw-pb-10 {
  padding-bottom: 2.5rem;
}

#app .tw-pl-10 {
  padding-left: 2.5rem;
}

#app .tw-pt-12 {
  padding-top: 3rem;
}

#app .tw-pr-12 {
  padding-right: 3rem;
}

#app .tw-pb-12 {
  padding-bottom: 3rem;
}

#app .tw-pl-12 {
  padding-left: 3rem;
}

#app .tw-pt-16 {
  padding-top: 4rem;
}

#app .tw-pr-16 {
  padding-right: 4rem;
}

#app .tw-pb-16 {
  padding-bottom: 4rem;
}

#app .tw-pl-16 {
  padding-left: 4rem;
}

#app .tw-pt-20 {
  padding-top: 5rem;
}

#app .tw-pr-20 {
  padding-right: 5rem;
}

#app .tw-pb-20 {
  padding-bottom: 5rem;
}

#app .tw-pl-20 {
  padding-left: 5rem;
}

#app .tw-pt-24 {
  padding-top: 6rem;
}

#app .tw-pr-24 {
  padding-right: 6rem;
}

#app .tw-pb-24 {
  padding-bottom: 6rem;
}

#app .tw-pl-24 {
  padding-left: 6rem;
}

#app .tw-pt-32 {
  padding-top: 8rem;
}

#app .tw-pr-32 {
  padding-right: 8rem;
}

#app .tw-pb-32 {
  padding-bottom: 8rem;
}

#app .tw-pl-32 {
  padding-left: 8rem;
}

#app .tw-pt-40 {
  padding-top: 10rem;
}

#app .tw-pr-40 {
  padding-right: 10rem;
}

#app .tw-pb-40 {
  padding-bottom: 10rem;
}

#app .tw-pl-40 {
  padding-left: 10rem;
}

#app .tw-pt-48 {
  padding-top: 12rem;
}

#app .tw-pr-48 {
  padding-right: 12rem;
}

#app .tw-pb-48 {
  padding-bottom: 12rem;
}

#app .tw-pl-48 {
  padding-left: 12rem;
}

#app .tw-pt-56 {
  padding-top: 14rem;
}

#app .tw-pr-56 {
  padding-right: 14rem;
}

#app .tw-pb-56 {
  padding-bottom: 14rem;
}

#app .tw-pl-56 {
  padding-left: 14rem;
}

#app .tw-pt-64 {
  padding-top: 16rem;
}

#app .tw-pr-64 {
  padding-right: 16rem;
}

#app .tw-pb-64 {
  padding-bottom: 16rem;
}

#app .tw-pl-64 {
  padding-left: 16rem;
}

#app .tw-pt-px {
  padding-top: 1px;
}

#app .tw-pr-px {
  padding-right: 1px;
}

#app .tw-pb-px {
  padding-bottom: 1px;
}

#app .tw-pl-px {
  padding-left: 1px;
}

#app .first\:tw-p-0:first-child {
  padding: 0;
}

#app .first\:tw-p-1:first-child {
  padding: 0.25rem;
}

#app .first\:tw-p-2:first-child {
  padding: 0.5rem;
}

#app .first\:tw-p-3:first-child {
  padding: 0.75rem;
}

#app .first\:tw-p-4:first-child {
  padding: 1rem;
}

#app .first\:tw-p-5:first-child {
  padding: 1.25rem;
}

#app .first\:tw-p-6:first-child {
  padding: 1.5rem;
}

#app .first\:tw-p-8:first-child {
  padding: 2rem;
}

#app .first\:tw-p-10:first-child {
  padding: 2.5rem;
}

#app .first\:tw-p-12:first-child {
  padding: 3rem;
}

#app .first\:tw-p-16:first-child {
  padding: 4rem;
}

#app .first\:tw-p-20:first-child {
  padding: 5rem;
}

#app .first\:tw-p-24:first-child {
  padding: 6rem;
}

#app .first\:tw-p-32:first-child {
  padding: 8rem;
}

#app .first\:tw-p-40:first-child {
  padding: 10rem;
}

#app .first\:tw-p-48:first-child {
  padding: 12rem;
}

#app .first\:tw-p-56:first-child {
  padding: 14rem;
}

#app .first\:tw-p-64:first-child {
  padding: 16rem;
}

#app .first\:tw-p-px:first-child {
  padding: 1px;
}

#app .first\:tw-py-0:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

#app .first\:tw-px-0:first-child {
  padding-left: 0;
  padding-right: 0;
}

#app .first\:tw-py-1:first-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#app .first\:tw-px-1:first-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

#app .first\:tw-py-2:first-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#app .first\:tw-px-2:first-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#app .first\:tw-py-3:first-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#app .first\:tw-px-3:first-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#app .first\:tw-py-4:first-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#app .first\:tw-px-4:first-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

#app .first\:tw-py-5:first-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#app .first\:tw-px-5:first-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#app .first\:tw-py-6:first-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#app .first\:tw-px-6:first-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#app .first\:tw-py-8:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#app .first\:tw-px-8:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

#app .first\:tw-py-10:first-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#app .first\:tw-px-10:first-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#app .first\:tw-py-12:first-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#app .first\:tw-px-12:first-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

#app .first\:tw-py-16:first-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#app .first\:tw-px-16:first-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

#app .first\:tw-py-20:first-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#app .first\:tw-px-20:first-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

#app .first\:tw-py-24:first-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#app .first\:tw-px-24:first-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

#app .first\:tw-py-32:first-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#app .first\:tw-px-32:first-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

#app .first\:tw-py-40:first-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#app .first\:tw-px-40:first-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

#app .first\:tw-py-48:first-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

#app .first\:tw-px-48:first-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

#app .first\:tw-py-56:first-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#app .first\:tw-px-56:first-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

#app .first\:tw-py-64:first-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

#app .first\:tw-px-64:first-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

#app .first\:tw-py-px:first-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

#app .first\:tw-px-px:first-child {
  padding-left: 1px;
  padding-right: 1px;
}

#app .first\:tw-pt-0:first-child {
  padding-top: 0;
}

#app .first\:tw-pr-0:first-child {
  padding-right: 0;
}

#app .first\:tw-pb-0:first-child {
  padding-bottom: 0;
}

#app .first\:tw-pl-0:first-child {
  padding-left: 0;
}

#app .first\:tw-pt-1:first-child {
  padding-top: 0.25rem;
}

#app .first\:tw-pr-1:first-child {
  padding-right: 0.25rem;
}

#app .first\:tw-pb-1:first-child {
  padding-bottom: 0.25rem;
}

#app .first\:tw-pl-1:first-child {
  padding-left: 0.25rem;
}

#app .first\:tw-pt-2:first-child {
  padding-top: 0.5rem;
}

#app .first\:tw-pr-2:first-child {
  padding-right: 0.5rem;
}

#app .first\:tw-pb-2:first-child {
  padding-bottom: 0.5rem;
}

#app .first\:tw-pl-2:first-child {
  padding-left: 0.5rem;
}

#app .first\:tw-pt-3:first-child {
  padding-top: 0.75rem;
}

#app .first\:tw-pr-3:first-child {
  padding-right: 0.75rem;
}

#app .first\:tw-pb-3:first-child {
  padding-bottom: 0.75rem;
}

#app .first\:tw-pl-3:first-child {
  padding-left: 0.75rem;
}

#app .first\:tw-pt-4:first-child {
  padding-top: 1rem;
}

#app .first\:tw-pr-4:first-child {
  padding-right: 1rem;
}

#app .first\:tw-pb-4:first-child {
  padding-bottom: 1rem;
}

#app .first\:tw-pl-4:first-child {
  padding-left: 1rem;
}

#app .first\:tw-pt-5:first-child {
  padding-top: 1.25rem;
}

#app .first\:tw-pr-5:first-child {
  padding-right: 1.25rem;
}

#app .first\:tw-pb-5:first-child {
  padding-bottom: 1.25rem;
}

#app .first\:tw-pl-5:first-child {
  padding-left: 1.25rem;
}

#app .first\:tw-pt-6:first-child {
  padding-top: 1.5rem;
}

#app .first\:tw-pr-6:first-child {
  padding-right: 1.5rem;
}

#app .first\:tw-pb-6:first-child {
  padding-bottom: 1.5rem;
}

#app .first\:tw-pl-6:first-child {
  padding-left: 1.5rem;
}

#app .first\:tw-pt-8:first-child {
  padding-top: 2rem;
}

#app .first\:tw-pr-8:first-child {
  padding-right: 2rem;
}

#app .first\:tw-pb-8:first-child {
  padding-bottom: 2rem;
}

#app .first\:tw-pl-8:first-child {
  padding-left: 2rem;
}

#app .first\:tw-pt-10:first-child {
  padding-top: 2.5rem;
}

#app .first\:tw-pr-10:first-child {
  padding-right: 2.5rem;
}

#app .first\:tw-pb-10:first-child {
  padding-bottom: 2.5rem;
}

#app .first\:tw-pl-10:first-child {
  padding-left: 2.5rem;
}

#app .first\:tw-pt-12:first-child {
  padding-top: 3rem;
}

#app .first\:tw-pr-12:first-child {
  padding-right: 3rem;
}

#app .first\:tw-pb-12:first-child {
  padding-bottom: 3rem;
}

#app .first\:tw-pl-12:first-child {
  padding-left: 3rem;
}

#app .first\:tw-pt-16:first-child {
  padding-top: 4rem;
}

#app .first\:tw-pr-16:first-child {
  padding-right: 4rem;
}

#app .first\:tw-pb-16:first-child {
  padding-bottom: 4rem;
}

#app .first\:tw-pl-16:first-child {
  padding-left: 4rem;
}

#app .first\:tw-pt-20:first-child {
  padding-top: 5rem;
}

#app .first\:tw-pr-20:first-child {
  padding-right: 5rem;
}

#app .first\:tw-pb-20:first-child {
  padding-bottom: 5rem;
}

#app .first\:tw-pl-20:first-child {
  padding-left: 5rem;
}

#app .first\:tw-pt-24:first-child {
  padding-top: 6rem;
}

#app .first\:tw-pr-24:first-child {
  padding-right: 6rem;
}

#app .first\:tw-pb-24:first-child {
  padding-bottom: 6rem;
}

#app .first\:tw-pl-24:first-child {
  padding-left: 6rem;
}

#app .first\:tw-pt-32:first-child {
  padding-top: 8rem;
}

#app .first\:tw-pr-32:first-child {
  padding-right: 8rem;
}

#app .first\:tw-pb-32:first-child {
  padding-bottom: 8rem;
}

#app .first\:tw-pl-32:first-child {
  padding-left: 8rem;
}

#app .first\:tw-pt-40:first-child {
  padding-top: 10rem;
}

#app .first\:tw-pr-40:first-child {
  padding-right: 10rem;
}

#app .first\:tw-pb-40:first-child {
  padding-bottom: 10rem;
}

#app .first\:tw-pl-40:first-child {
  padding-left: 10rem;
}

#app .first\:tw-pt-48:first-child {
  padding-top: 12rem;
}

#app .first\:tw-pr-48:first-child {
  padding-right: 12rem;
}

#app .first\:tw-pb-48:first-child {
  padding-bottom: 12rem;
}

#app .first\:tw-pl-48:first-child {
  padding-left: 12rem;
}

#app .first\:tw-pt-56:first-child {
  padding-top: 14rem;
}

#app .first\:tw-pr-56:first-child {
  padding-right: 14rem;
}

#app .first\:tw-pb-56:first-child {
  padding-bottom: 14rem;
}

#app .first\:tw-pl-56:first-child {
  padding-left: 14rem;
}

#app .first\:tw-pt-64:first-child {
  padding-top: 16rem;
}

#app .first\:tw-pr-64:first-child {
  padding-right: 16rem;
}

#app .first\:tw-pb-64:first-child {
  padding-bottom: 16rem;
}

#app .first\:tw-pl-64:first-child {
  padding-left: 16rem;
}

#app .first\:tw-pt-px:first-child {
  padding-top: 1px;
}

#app .first\:tw-pr-px:first-child {
  padding-right: 1px;
}

#app .first\:tw-pb-px:first-child {
  padding-bottom: 1px;
}

#app .first\:tw-pl-px:first-child {
  padding-left: 1px;
}

#app .tw-placeholder-transparent::-webkit-input-placeholder {
  color: transparent;
}

#app .tw-placeholder-transparent::-moz-placeholder {
  color: transparent;
}

#app .tw-placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

#app .tw-placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

#app .tw-placeholder-transparent::placeholder {
  color: transparent;
}

#app .tw-placeholder-black::-webkit-input-placeholder {
  color: #000;
}

#app .tw-placeholder-black::-moz-placeholder {
  color: #000;
}

#app .tw-placeholder-black:-ms-input-placeholder {
  color: #000;
}

#app .tw-placeholder-black::-ms-input-placeholder {
  color: #000;
}

#app .tw-placeholder-black::placeholder {
  color: #000;
}

#app .tw-placeholder-white::-webkit-input-placeholder {
  color: #fff;
}

#app .tw-placeholder-white::-moz-placeholder {
  color: #fff;
}

#app .tw-placeholder-white:-ms-input-placeholder {
  color: #fff;
}

#app .tw-placeholder-white::-ms-input-placeholder {
  color: #fff;
}

#app .tw-placeholder-white::placeholder {
  color: #fff;
}

#app .tw-placeholder-gray-100::-webkit-input-placeholder {
  color: #f7fafc;
}

#app .tw-placeholder-gray-100::-moz-placeholder {
  color: #f7fafc;
}

#app .tw-placeholder-gray-100:-ms-input-placeholder {
  color: #f7fafc;
}

#app .tw-placeholder-gray-100::-ms-input-placeholder {
  color: #f7fafc;
}

#app .tw-placeholder-gray-100::placeholder {
  color: #f7fafc;
}

#app .tw-placeholder-gray-200::-webkit-input-placeholder {
  color: #edf2f7;
}

#app .tw-placeholder-gray-200::-moz-placeholder {
  color: #edf2f7;
}

#app .tw-placeholder-gray-200:-ms-input-placeholder {
  color: #edf2f7;
}

#app .tw-placeholder-gray-200::-ms-input-placeholder {
  color: #edf2f7;
}

#app .tw-placeholder-gray-200::placeholder {
  color: #edf2f7;
}

#app .tw-placeholder-gray-300::-webkit-input-placeholder {
  color: #e2e8f0;
}

#app .tw-placeholder-gray-300::-moz-placeholder {
  color: #e2e8f0;
}

#app .tw-placeholder-gray-300:-ms-input-placeholder {
  color: #e2e8f0;
}

#app .tw-placeholder-gray-300::-ms-input-placeholder {
  color: #e2e8f0;
}

#app .tw-placeholder-gray-300::placeholder {
  color: #e2e8f0;
}

#app .tw-placeholder-gray-400::-webkit-input-placeholder {
  color: #cbd5e0;
}

#app .tw-placeholder-gray-400::-moz-placeholder {
  color: #cbd5e0;
}

#app .tw-placeholder-gray-400:-ms-input-placeholder {
  color: #cbd5e0;
}

#app .tw-placeholder-gray-400::-ms-input-placeholder {
  color: #cbd5e0;
}

#app .tw-placeholder-gray-400::placeholder {
  color: #cbd5e0;
}

#app .tw-placeholder-gray-500::-webkit-input-placeholder {
  color: #a0aec0;
}

#app .tw-placeholder-gray-500::-moz-placeholder {
  color: #a0aec0;
}

#app .tw-placeholder-gray-500:-ms-input-placeholder {
  color: #a0aec0;
}

#app .tw-placeholder-gray-500::-ms-input-placeholder {
  color: #a0aec0;
}

#app .tw-placeholder-gray-500::placeholder {
  color: #a0aec0;
}

#app .tw-placeholder-gray-600::-webkit-input-placeholder {
  color: #718096;
}

#app .tw-placeholder-gray-600::-moz-placeholder {
  color: #718096;
}

#app .tw-placeholder-gray-600:-ms-input-placeholder {
  color: #718096;
}

#app .tw-placeholder-gray-600::-ms-input-placeholder {
  color: #718096;
}

#app .tw-placeholder-gray-600::placeholder {
  color: #718096;
}

#app .tw-placeholder-gray-700::-webkit-input-placeholder {
  color: #4a5568;
}

#app .tw-placeholder-gray-700::-moz-placeholder {
  color: #4a5568;
}

#app .tw-placeholder-gray-700:-ms-input-placeholder {
  color: #4a5568;
}

#app .tw-placeholder-gray-700::-ms-input-placeholder {
  color: #4a5568;
}

#app .tw-placeholder-gray-700::placeholder {
  color: #4a5568;
}

#app .tw-placeholder-gray-800::-webkit-input-placeholder {
  color: #2d3748;
}

#app .tw-placeholder-gray-800::-moz-placeholder {
  color: #2d3748;
}

#app .tw-placeholder-gray-800:-ms-input-placeholder {
  color: #2d3748;
}

#app .tw-placeholder-gray-800::-ms-input-placeholder {
  color: #2d3748;
}

#app .tw-placeholder-gray-800::placeholder {
  color: #2d3748;
}

#app .tw-placeholder-gray-900::-webkit-input-placeholder {
  color: #1a202c;
}

#app .tw-placeholder-gray-900::-moz-placeholder {
  color: #1a202c;
}

#app .tw-placeholder-gray-900:-ms-input-placeholder {
  color: #1a202c;
}

#app .tw-placeholder-gray-900::-ms-input-placeholder {
  color: #1a202c;
}

#app .tw-placeholder-gray-900::placeholder {
  color: #1a202c;
}

#app .tw-placeholder-red-100::-webkit-input-placeholder {
  color: #fff5f5;
}

#app .tw-placeholder-red-100::-moz-placeholder {
  color: #fff5f5;
}

#app .tw-placeholder-red-100:-ms-input-placeholder {
  color: #fff5f5;
}

#app .tw-placeholder-red-100::-ms-input-placeholder {
  color: #fff5f5;
}

#app .tw-placeholder-red-100::placeholder {
  color: #fff5f5;
}

#app .tw-placeholder-red-200::-webkit-input-placeholder {
  color: #fed7d7;
}

#app .tw-placeholder-red-200::-moz-placeholder {
  color: #fed7d7;
}

#app .tw-placeholder-red-200:-ms-input-placeholder {
  color: #fed7d7;
}

#app .tw-placeholder-red-200::-ms-input-placeholder {
  color: #fed7d7;
}

#app .tw-placeholder-red-200::placeholder {
  color: #fed7d7;
}

#app .tw-placeholder-red-300::-webkit-input-placeholder {
  color: #feb2b2;
}

#app .tw-placeholder-red-300::-moz-placeholder {
  color: #feb2b2;
}

#app .tw-placeholder-red-300:-ms-input-placeholder {
  color: #feb2b2;
}

#app .tw-placeholder-red-300::-ms-input-placeholder {
  color: #feb2b2;
}

#app .tw-placeholder-red-300::placeholder {
  color: #feb2b2;
}

#app .tw-placeholder-red-400::-webkit-input-placeholder {
  color: #fc8181;
}

#app .tw-placeholder-red-400::-moz-placeholder {
  color: #fc8181;
}

#app .tw-placeholder-red-400:-ms-input-placeholder {
  color: #fc8181;
}

#app .tw-placeholder-red-400::-ms-input-placeholder {
  color: #fc8181;
}

#app .tw-placeholder-red-400::placeholder {
  color: #fc8181;
}

#app .tw-placeholder-red-500::-webkit-input-placeholder {
  color: #f56565;
}

#app .tw-placeholder-red-500::-moz-placeholder {
  color: #f56565;
}

#app .tw-placeholder-red-500:-ms-input-placeholder {
  color: #f56565;
}

#app .tw-placeholder-red-500::-ms-input-placeholder {
  color: #f56565;
}

#app .tw-placeholder-red-500::placeholder {
  color: #f56565;
}

#app .tw-placeholder-red-600::-webkit-input-placeholder {
  color: #e53e3e;
}

#app .tw-placeholder-red-600::-moz-placeholder {
  color: #e53e3e;
}

#app .tw-placeholder-red-600:-ms-input-placeholder {
  color: #e53e3e;
}

#app .tw-placeholder-red-600::-ms-input-placeholder {
  color: #e53e3e;
}

#app .tw-placeholder-red-600::placeholder {
  color: #e53e3e;
}

#app .tw-placeholder-red-700::-webkit-input-placeholder {
  color: #c53030;
}

#app .tw-placeholder-red-700::-moz-placeholder {
  color: #c53030;
}

#app .tw-placeholder-red-700:-ms-input-placeholder {
  color: #c53030;
}

#app .tw-placeholder-red-700::-ms-input-placeholder {
  color: #c53030;
}

#app .tw-placeholder-red-700::placeholder {
  color: #c53030;
}

#app .tw-placeholder-red-800::-webkit-input-placeholder {
  color: #9b2c2c;
}

#app .tw-placeholder-red-800::-moz-placeholder {
  color: #9b2c2c;
}

#app .tw-placeholder-red-800:-ms-input-placeholder {
  color: #9b2c2c;
}

#app .tw-placeholder-red-800::-ms-input-placeholder {
  color: #9b2c2c;
}

#app .tw-placeholder-red-800::placeholder {
  color: #9b2c2c;
}

#app .tw-placeholder-red-900::-webkit-input-placeholder {
  color: #742a2a;
}

#app .tw-placeholder-red-900::-moz-placeholder {
  color: #742a2a;
}

#app .tw-placeholder-red-900:-ms-input-placeholder {
  color: #742a2a;
}

#app .tw-placeholder-red-900::-ms-input-placeholder {
  color: #742a2a;
}

#app .tw-placeholder-red-900::placeholder {
  color: #742a2a;
}

#app .tw-placeholder-orange-100::-webkit-input-placeholder {
  color: #fffaf0;
}

#app .tw-placeholder-orange-100::-moz-placeholder {
  color: #fffaf0;
}

#app .tw-placeholder-orange-100:-ms-input-placeholder {
  color: #fffaf0;
}

#app .tw-placeholder-orange-100::-ms-input-placeholder {
  color: #fffaf0;
}

#app .tw-placeholder-orange-100::placeholder {
  color: #fffaf0;
}

#app .tw-placeholder-orange-200::-webkit-input-placeholder {
  color: #feebc8;
}

#app .tw-placeholder-orange-200::-moz-placeholder {
  color: #feebc8;
}

#app .tw-placeholder-orange-200:-ms-input-placeholder {
  color: #feebc8;
}

#app .tw-placeholder-orange-200::-ms-input-placeholder {
  color: #feebc8;
}

#app .tw-placeholder-orange-200::placeholder {
  color: #feebc8;
}

#app .tw-placeholder-orange-300::-webkit-input-placeholder {
  color: #fbd38d;
}

#app .tw-placeholder-orange-300::-moz-placeholder {
  color: #fbd38d;
}

#app .tw-placeholder-orange-300:-ms-input-placeholder {
  color: #fbd38d;
}

#app .tw-placeholder-orange-300::-ms-input-placeholder {
  color: #fbd38d;
}

#app .tw-placeholder-orange-300::placeholder {
  color: #fbd38d;
}

#app .tw-placeholder-orange-400::-webkit-input-placeholder {
  color: #f6ad55;
}

#app .tw-placeholder-orange-400::-moz-placeholder {
  color: #f6ad55;
}

#app .tw-placeholder-orange-400:-ms-input-placeholder {
  color: #f6ad55;
}

#app .tw-placeholder-orange-400::-ms-input-placeholder {
  color: #f6ad55;
}

#app .tw-placeholder-orange-400::placeholder {
  color: #f6ad55;
}

#app .tw-placeholder-orange-500::-webkit-input-placeholder {
  color: #ed8936;
}

#app .tw-placeholder-orange-500::-moz-placeholder {
  color: #ed8936;
}

#app .tw-placeholder-orange-500:-ms-input-placeholder {
  color: #ed8936;
}

#app .tw-placeholder-orange-500::-ms-input-placeholder {
  color: #ed8936;
}

#app .tw-placeholder-orange-500::placeholder {
  color: #ed8936;
}

#app .tw-placeholder-orange-600::-webkit-input-placeholder {
  color: #dd6b20;
}

#app .tw-placeholder-orange-600::-moz-placeholder {
  color: #dd6b20;
}

#app .tw-placeholder-orange-600:-ms-input-placeholder {
  color: #dd6b20;
}

#app .tw-placeholder-orange-600::-ms-input-placeholder {
  color: #dd6b20;
}

#app .tw-placeholder-orange-600::placeholder {
  color: #dd6b20;
}

#app .tw-placeholder-orange-700::-webkit-input-placeholder {
  color: #c05621;
}

#app .tw-placeholder-orange-700::-moz-placeholder {
  color: #c05621;
}

#app .tw-placeholder-orange-700:-ms-input-placeholder {
  color: #c05621;
}

#app .tw-placeholder-orange-700::-ms-input-placeholder {
  color: #c05621;
}

#app .tw-placeholder-orange-700::placeholder {
  color: #c05621;
}

#app .tw-placeholder-orange-800::-webkit-input-placeholder {
  color: #9c4221;
}

#app .tw-placeholder-orange-800::-moz-placeholder {
  color: #9c4221;
}

#app .tw-placeholder-orange-800:-ms-input-placeholder {
  color: #9c4221;
}

#app .tw-placeholder-orange-800::-ms-input-placeholder {
  color: #9c4221;
}

#app .tw-placeholder-orange-800::placeholder {
  color: #9c4221;
}

#app .tw-placeholder-orange-900::-webkit-input-placeholder {
  color: #7b341e;
}

#app .tw-placeholder-orange-900::-moz-placeholder {
  color: #7b341e;
}

#app .tw-placeholder-orange-900:-ms-input-placeholder {
  color: #7b341e;
}

#app .tw-placeholder-orange-900::-ms-input-placeholder {
  color: #7b341e;
}

#app .tw-placeholder-orange-900::placeholder {
  color: #7b341e;
}

#app .tw-placeholder-yellow-100::-webkit-input-placeholder {
  color: #fffff0;
}

#app .tw-placeholder-yellow-100::-moz-placeholder {
  color: #fffff0;
}

#app .tw-placeholder-yellow-100:-ms-input-placeholder {
  color: #fffff0;
}

#app .tw-placeholder-yellow-100::-ms-input-placeholder {
  color: #fffff0;
}

#app .tw-placeholder-yellow-100::placeholder {
  color: #fffff0;
}

#app .tw-placeholder-yellow-200::-webkit-input-placeholder {
  color: #fefcbf;
}

#app .tw-placeholder-yellow-200::-moz-placeholder {
  color: #fefcbf;
}

#app .tw-placeholder-yellow-200:-ms-input-placeholder {
  color: #fefcbf;
}

#app .tw-placeholder-yellow-200::-ms-input-placeholder {
  color: #fefcbf;
}

#app .tw-placeholder-yellow-200::placeholder {
  color: #fefcbf;
}

#app .tw-placeholder-yellow-300::-webkit-input-placeholder {
  color: #faf089;
}

#app .tw-placeholder-yellow-300::-moz-placeholder {
  color: #faf089;
}

#app .tw-placeholder-yellow-300:-ms-input-placeholder {
  color: #faf089;
}

#app .tw-placeholder-yellow-300::-ms-input-placeholder {
  color: #faf089;
}

#app .tw-placeholder-yellow-300::placeholder {
  color: #faf089;
}

#app .tw-placeholder-yellow-400::-webkit-input-placeholder {
  color: #f6e05e;
}

#app .tw-placeholder-yellow-400::-moz-placeholder {
  color: #f6e05e;
}

#app .tw-placeholder-yellow-400:-ms-input-placeholder {
  color: #f6e05e;
}

#app .tw-placeholder-yellow-400::-ms-input-placeholder {
  color: #f6e05e;
}

#app .tw-placeholder-yellow-400::placeholder {
  color: #f6e05e;
}

#app .tw-placeholder-yellow-500::-webkit-input-placeholder {
  color: #ecc94b;
}

#app .tw-placeholder-yellow-500::-moz-placeholder {
  color: #ecc94b;
}

#app .tw-placeholder-yellow-500:-ms-input-placeholder {
  color: #ecc94b;
}

#app .tw-placeholder-yellow-500::-ms-input-placeholder {
  color: #ecc94b;
}

#app .tw-placeholder-yellow-500::placeholder {
  color: #ecc94b;
}

#app .tw-placeholder-yellow-600::-webkit-input-placeholder {
  color: #d69e2e;
}

#app .tw-placeholder-yellow-600::-moz-placeholder {
  color: #d69e2e;
}

#app .tw-placeholder-yellow-600:-ms-input-placeholder {
  color: #d69e2e;
}

#app .tw-placeholder-yellow-600::-ms-input-placeholder {
  color: #d69e2e;
}

#app .tw-placeholder-yellow-600::placeholder {
  color: #d69e2e;
}

#app .tw-placeholder-yellow-700::-webkit-input-placeholder {
  color: #b7791f;
}

#app .tw-placeholder-yellow-700::-moz-placeholder {
  color: #b7791f;
}

#app .tw-placeholder-yellow-700:-ms-input-placeholder {
  color: #b7791f;
}

#app .tw-placeholder-yellow-700::-ms-input-placeholder {
  color: #b7791f;
}

#app .tw-placeholder-yellow-700::placeholder {
  color: #b7791f;
}

#app .tw-placeholder-yellow-800::-webkit-input-placeholder {
  color: #975a16;
}

#app .tw-placeholder-yellow-800::-moz-placeholder {
  color: #975a16;
}

#app .tw-placeholder-yellow-800:-ms-input-placeholder {
  color: #975a16;
}

#app .tw-placeholder-yellow-800::-ms-input-placeholder {
  color: #975a16;
}

#app .tw-placeholder-yellow-800::placeholder {
  color: #975a16;
}

#app .tw-placeholder-yellow-900::-webkit-input-placeholder {
  color: #744210;
}

#app .tw-placeholder-yellow-900::-moz-placeholder {
  color: #744210;
}

#app .tw-placeholder-yellow-900:-ms-input-placeholder {
  color: #744210;
}

#app .tw-placeholder-yellow-900::-ms-input-placeholder {
  color: #744210;
}

#app .tw-placeholder-yellow-900::placeholder {
  color: #744210;
}

#app .tw-placeholder-green-100::-webkit-input-placeholder {
  color: #f0fff4;
}

#app .tw-placeholder-green-100::-moz-placeholder {
  color: #f0fff4;
}

#app .tw-placeholder-green-100:-ms-input-placeholder {
  color: #f0fff4;
}

#app .tw-placeholder-green-100::-ms-input-placeholder {
  color: #f0fff4;
}

#app .tw-placeholder-green-100::placeholder {
  color: #f0fff4;
}

#app .tw-placeholder-green-200::-webkit-input-placeholder {
  color: #c6f6d5;
}

#app .tw-placeholder-green-200::-moz-placeholder {
  color: #c6f6d5;
}

#app .tw-placeholder-green-200:-ms-input-placeholder {
  color: #c6f6d5;
}

#app .tw-placeholder-green-200::-ms-input-placeholder {
  color: #c6f6d5;
}

#app .tw-placeholder-green-200::placeholder {
  color: #c6f6d5;
}

#app .tw-placeholder-green-300::-webkit-input-placeholder {
  color: #9ae6b4;
}

#app .tw-placeholder-green-300::-moz-placeholder {
  color: #9ae6b4;
}

#app .tw-placeholder-green-300:-ms-input-placeholder {
  color: #9ae6b4;
}

#app .tw-placeholder-green-300::-ms-input-placeholder {
  color: #9ae6b4;
}

#app .tw-placeholder-green-300::placeholder {
  color: #9ae6b4;
}

#app .tw-placeholder-green-400::-webkit-input-placeholder {
  color: #68d391;
}

#app .tw-placeholder-green-400::-moz-placeholder {
  color: #68d391;
}

#app .tw-placeholder-green-400:-ms-input-placeholder {
  color: #68d391;
}

#app .tw-placeholder-green-400::-ms-input-placeholder {
  color: #68d391;
}

#app .tw-placeholder-green-400::placeholder {
  color: #68d391;
}

#app .tw-placeholder-green-500::-webkit-input-placeholder {
  color: #48bb78;
}

#app .tw-placeholder-green-500::-moz-placeholder {
  color: #48bb78;
}

#app .tw-placeholder-green-500:-ms-input-placeholder {
  color: #48bb78;
}

#app .tw-placeholder-green-500::-ms-input-placeholder {
  color: #48bb78;
}

#app .tw-placeholder-green-500::placeholder {
  color: #48bb78;
}

#app .tw-placeholder-green-600::-webkit-input-placeholder {
  color: #38a169;
}

#app .tw-placeholder-green-600::-moz-placeholder {
  color: #38a169;
}

#app .tw-placeholder-green-600:-ms-input-placeholder {
  color: #38a169;
}

#app .tw-placeholder-green-600::-ms-input-placeholder {
  color: #38a169;
}

#app .tw-placeholder-green-600::placeholder {
  color: #38a169;
}

#app .tw-placeholder-green-700::-webkit-input-placeholder {
  color: #2f855a;
}

#app .tw-placeholder-green-700::-moz-placeholder {
  color: #2f855a;
}

#app .tw-placeholder-green-700:-ms-input-placeholder {
  color: #2f855a;
}

#app .tw-placeholder-green-700::-ms-input-placeholder {
  color: #2f855a;
}

#app .tw-placeholder-green-700::placeholder {
  color: #2f855a;
}

#app .tw-placeholder-green-800::-webkit-input-placeholder {
  color: #276749;
}

#app .tw-placeholder-green-800::-moz-placeholder {
  color: #276749;
}

#app .tw-placeholder-green-800:-ms-input-placeholder {
  color: #276749;
}

#app .tw-placeholder-green-800::-ms-input-placeholder {
  color: #276749;
}

#app .tw-placeholder-green-800::placeholder {
  color: #276749;
}

#app .tw-placeholder-green-900::-webkit-input-placeholder {
  color: #22543d;
}

#app .tw-placeholder-green-900::-moz-placeholder {
  color: #22543d;
}

#app .tw-placeholder-green-900:-ms-input-placeholder {
  color: #22543d;
}

#app .tw-placeholder-green-900::-ms-input-placeholder {
  color: #22543d;
}

#app .tw-placeholder-green-900::placeholder {
  color: #22543d;
}

#app .tw-placeholder-teal-100::-webkit-input-placeholder {
  color: #e6fffa;
}

#app .tw-placeholder-teal-100::-moz-placeholder {
  color: #e6fffa;
}

#app .tw-placeholder-teal-100:-ms-input-placeholder {
  color: #e6fffa;
}

#app .tw-placeholder-teal-100::-ms-input-placeholder {
  color: #e6fffa;
}

#app .tw-placeholder-teal-100::placeholder {
  color: #e6fffa;
}

#app .tw-placeholder-teal-200::-webkit-input-placeholder {
  color: #b2f5ea;
}

#app .tw-placeholder-teal-200::-moz-placeholder {
  color: #b2f5ea;
}

#app .tw-placeholder-teal-200:-ms-input-placeholder {
  color: #b2f5ea;
}

#app .tw-placeholder-teal-200::-ms-input-placeholder {
  color: #b2f5ea;
}

#app .tw-placeholder-teal-200::placeholder {
  color: #b2f5ea;
}

#app .tw-placeholder-teal-300::-webkit-input-placeholder {
  color: #81e6d9;
}

#app .tw-placeholder-teal-300::-moz-placeholder {
  color: #81e6d9;
}

#app .tw-placeholder-teal-300:-ms-input-placeholder {
  color: #81e6d9;
}

#app .tw-placeholder-teal-300::-ms-input-placeholder {
  color: #81e6d9;
}

#app .tw-placeholder-teal-300::placeholder {
  color: #81e6d9;
}

#app .tw-placeholder-teal-400::-webkit-input-placeholder {
  color: #4fd1c5;
}

#app .tw-placeholder-teal-400::-moz-placeholder {
  color: #4fd1c5;
}

#app .tw-placeholder-teal-400:-ms-input-placeholder {
  color: #4fd1c5;
}

#app .tw-placeholder-teal-400::-ms-input-placeholder {
  color: #4fd1c5;
}

#app .tw-placeholder-teal-400::placeholder {
  color: #4fd1c5;
}

#app .tw-placeholder-teal-500::-webkit-input-placeholder {
  color: #38b2ac;
}

#app .tw-placeholder-teal-500::-moz-placeholder {
  color: #38b2ac;
}

#app .tw-placeholder-teal-500:-ms-input-placeholder {
  color: #38b2ac;
}

#app .tw-placeholder-teal-500::-ms-input-placeholder {
  color: #38b2ac;
}

#app .tw-placeholder-teal-500::placeholder {
  color: #38b2ac;
}

#app .tw-placeholder-teal-600::-webkit-input-placeholder {
  color: #319795;
}

#app .tw-placeholder-teal-600::-moz-placeholder {
  color: #319795;
}

#app .tw-placeholder-teal-600:-ms-input-placeholder {
  color: #319795;
}

#app .tw-placeholder-teal-600::-ms-input-placeholder {
  color: #319795;
}

#app .tw-placeholder-teal-600::placeholder {
  color: #319795;
}

#app .tw-placeholder-teal-700::-webkit-input-placeholder {
  color: #2c7a7b;
}

#app .tw-placeholder-teal-700::-moz-placeholder {
  color: #2c7a7b;
}

#app .tw-placeholder-teal-700:-ms-input-placeholder {
  color: #2c7a7b;
}

#app .tw-placeholder-teal-700::-ms-input-placeholder {
  color: #2c7a7b;
}

#app .tw-placeholder-teal-700::placeholder {
  color: #2c7a7b;
}

#app .tw-placeholder-teal-800::-webkit-input-placeholder {
  color: #285e61;
}

#app .tw-placeholder-teal-800::-moz-placeholder {
  color: #285e61;
}

#app .tw-placeholder-teal-800:-ms-input-placeholder {
  color: #285e61;
}

#app .tw-placeholder-teal-800::-ms-input-placeholder {
  color: #285e61;
}

#app .tw-placeholder-teal-800::placeholder {
  color: #285e61;
}

#app .tw-placeholder-teal-900::-webkit-input-placeholder {
  color: #234e52;
}

#app .tw-placeholder-teal-900::-moz-placeholder {
  color: #234e52;
}

#app .tw-placeholder-teal-900:-ms-input-placeholder {
  color: #234e52;
}

#app .tw-placeholder-teal-900::-ms-input-placeholder {
  color: #234e52;
}

#app .tw-placeholder-teal-900::placeholder {
  color: #234e52;
}

#app .tw-placeholder-blue-100::-webkit-input-placeholder {
  color: #ebf8ff;
}

#app .tw-placeholder-blue-100::-moz-placeholder {
  color: #ebf8ff;
}

#app .tw-placeholder-blue-100:-ms-input-placeholder {
  color: #ebf8ff;
}

#app .tw-placeholder-blue-100::-ms-input-placeholder {
  color: #ebf8ff;
}

#app .tw-placeholder-blue-100::placeholder {
  color: #ebf8ff;
}

#app .tw-placeholder-blue-200::-webkit-input-placeholder {
  color: #bee3f8;
}

#app .tw-placeholder-blue-200::-moz-placeholder {
  color: #bee3f8;
}

#app .tw-placeholder-blue-200:-ms-input-placeholder {
  color: #bee3f8;
}

#app .tw-placeholder-blue-200::-ms-input-placeholder {
  color: #bee3f8;
}

#app .tw-placeholder-blue-200::placeholder {
  color: #bee3f8;
}

#app .tw-placeholder-blue-300::-webkit-input-placeholder {
  color: #90cdf4;
}

#app .tw-placeholder-blue-300::-moz-placeholder {
  color: #90cdf4;
}

#app .tw-placeholder-blue-300:-ms-input-placeholder {
  color: #90cdf4;
}

#app .tw-placeholder-blue-300::-ms-input-placeholder {
  color: #90cdf4;
}

#app .tw-placeholder-blue-300::placeholder {
  color: #90cdf4;
}

#app .tw-placeholder-blue-400::-webkit-input-placeholder {
  color: #63b3ed;
}

#app .tw-placeholder-blue-400::-moz-placeholder {
  color: #63b3ed;
}

#app .tw-placeholder-blue-400:-ms-input-placeholder {
  color: #63b3ed;
}

#app .tw-placeholder-blue-400::-ms-input-placeholder {
  color: #63b3ed;
}

#app .tw-placeholder-blue-400::placeholder {
  color: #63b3ed;
}

#app .tw-placeholder-blue-500::-webkit-input-placeholder {
  color: #4299e1;
}

#app .tw-placeholder-blue-500::-moz-placeholder {
  color: #4299e1;
}

#app .tw-placeholder-blue-500:-ms-input-placeholder {
  color: #4299e1;
}

#app .tw-placeholder-blue-500::-ms-input-placeholder {
  color: #4299e1;
}

#app .tw-placeholder-blue-500::placeholder {
  color: #4299e1;
}

#app .tw-placeholder-blue-600::-webkit-input-placeholder {
  color: #3182ce;
}

#app .tw-placeholder-blue-600::-moz-placeholder {
  color: #3182ce;
}

#app .tw-placeholder-blue-600:-ms-input-placeholder {
  color: #3182ce;
}

#app .tw-placeholder-blue-600::-ms-input-placeholder {
  color: #3182ce;
}

#app .tw-placeholder-blue-600::placeholder {
  color: #3182ce;
}

#app .tw-placeholder-blue-700::-webkit-input-placeholder {
  color: #2b6cb0;
}

#app .tw-placeholder-blue-700::-moz-placeholder {
  color: #2b6cb0;
}

#app .tw-placeholder-blue-700:-ms-input-placeholder {
  color: #2b6cb0;
}

#app .tw-placeholder-blue-700::-ms-input-placeholder {
  color: #2b6cb0;
}

#app .tw-placeholder-blue-700::placeholder {
  color: #2b6cb0;
}

#app .tw-placeholder-blue-800::-webkit-input-placeholder {
  color: #2c5282;
}

#app .tw-placeholder-blue-800::-moz-placeholder {
  color: #2c5282;
}

#app .tw-placeholder-blue-800:-ms-input-placeholder {
  color: #2c5282;
}

#app .tw-placeholder-blue-800::-ms-input-placeholder {
  color: #2c5282;
}

#app .tw-placeholder-blue-800::placeholder {
  color: #2c5282;
}

#app .tw-placeholder-blue-900::-webkit-input-placeholder {
  color: #2a4365;
}

#app .tw-placeholder-blue-900::-moz-placeholder {
  color: #2a4365;
}

#app .tw-placeholder-blue-900:-ms-input-placeholder {
  color: #2a4365;
}

#app .tw-placeholder-blue-900::-ms-input-placeholder {
  color: #2a4365;
}

#app .tw-placeholder-blue-900::placeholder {
  color: #2a4365;
}

#app .tw-placeholder-indigo-100::-webkit-input-placeholder {
  color: #ebf4ff;
}

#app .tw-placeholder-indigo-100::-moz-placeholder {
  color: #ebf4ff;
}

#app .tw-placeholder-indigo-100:-ms-input-placeholder {
  color: #ebf4ff;
}

#app .tw-placeholder-indigo-100::-ms-input-placeholder {
  color: #ebf4ff;
}

#app .tw-placeholder-indigo-100::placeholder {
  color: #ebf4ff;
}

#app .tw-placeholder-indigo-200::-webkit-input-placeholder {
  color: #c3dafe;
}

#app .tw-placeholder-indigo-200::-moz-placeholder {
  color: #c3dafe;
}

#app .tw-placeholder-indigo-200:-ms-input-placeholder {
  color: #c3dafe;
}

#app .tw-placeholder-indigo-200::-ms-input-placeholder {
  color: #c3dafe;
}

#app .tw-placeholder-indigo-200::placeholder {
  color: #c3dafe;
}

#app .tw-placeholder-indigo-300::-webkit-input-placeholder {
  color: #a3bffa;
}

#app .tw-placeholder-indigo-300::-moz-placeholder {
  color: #a3bffa;
}

#app .tw-placeholder-indigo-300:-ms-input-placeholder {
  color: #a3bffa;
}

#app .tw-placeholder-indigo-300::-ms-input-placeholder {
  color: #a3bffa;
}

#app .tw-placeholder-indigo-300::placeholder {
  color: #a3bffa;
}

#app .tw-placeholder-indigo-400::-webkit-input-placeholder {
  color: #7f9cf5;
}

#app .tw-placeholder-indigo-400::-moz-placeholder {
  color: #7f9cf5;
}

#app .tw-placeholder-indigo-400:-ms-input-placeholder {
  color: #7f9cf5;
}

#app .tw-placeholder-indigo-400::-ms-input-placeholder {
  color: #7f9cf5;
}

#app .tw-placeholder-indigo-400::placeholder {
  color: #7f9cf5;
}

#app .tw-placeholder-indigo-500::-webkit-input-placeholder {
  color: #667eea;
}

#app .tw-placeholder-indigo-500::-moz-placeholder {
  color: #667eea;
}

#app .tw-placeholder-indigo-500:-ms-input-placeholder {
  color: #667eea;
}

#app .tw-placeholder-indigo-500::-ms-input-placeholder {
  color: #667eea;
}

#app .tw-placeholder-indigo-500::placeholder {
  color: #667eea;
}

#app .tw-placeholder-indigo-600::-webkit-input-placeholder {
  color: #5a67d8;
}

#app .tw-placeholder-indigo-600::-moz-placeholder {
  color: #5a67d8;
}

#app .tw-placeholder-indigo-600:-ms-input-placeholder {
  color: #5a67d8;
}

#app .tw-placeholder-indigo-600::-ms-input-placeholder {
  color: #5a67d8;
}

#app .tw-placeholder-indigo-600::placeholder {
  color: #5a67d8;
}

#app .tw-placeholder-indigo-700::-webkit-input-placeholder {
  color: #4c51bf;
}

#app .tw-placeholder-indigo-700::-moz-placeholder {
  color: #4c51bf;
}

#app .tw-placeholder-indigo-700:-ms-input-placeholder {
  color: #4c51bf;
}

#app .tw-placeholder-indigo-700::-ms-input-placeholder {
  color: #4c51bf;
}

#app .tw-placeholder-indigo-700::placeholder {
  color: #4c51bf;
}

#app .tw-placeholder-indigo-800::-webkit-input-placeholder {
  color: #434190;
}

#app .tw-placeholder-indigo-800::-moz-placeholder {
  color: #434190;
}

#app .tw-placeholder-indigo-800:-ms-input-placeholder {
  color: #434190;
}

#app .tw-placeholder-indigo-800::-ms-input-placeholder {
  color: #434190;
}

#app .tw-placeholder-indigo-800::placeholder {
  color: #434190;
}

#app .tw-placeholder-indigo-900::-webkit-input-placeholder {
  color: #3c366b;
}

#app .tw-placeholder-indigo-900::-moz-placeholder {
  color: #3c366b;
}

#app .tw-placeholder-indigo-900:-ms-input-placeholder {
  color: #3c366b;
}

#app .tw-placeholder-indigo-900::-ms-input-placeholder {
  color: #3c366b;
}

#app .tw-placeholder-indigo-900::placeholder {
  color: #3c366b;
}

#app .tw-placeholder-purple-100::-webkit-input-placeholder {
  color: #faf5ff;
}

#app .tw-placeholder-purple-100::-moz-placeholder {
  color: #faf5ff;
}

#app .tw-placeholder-purple-100:-ms-input-placeholder {
  color: #faf5ff;
}

#app .tw-placeholder-purple-100::-ms-input-placeholder {
  color: #faf5ff;
}

#app .tw-placeholder-purple-100::placeholder {
  color: #faf5ff;
}

#app .tw-placeholder-purple-200::-webkit-input-placeholder {
  color: #e9d8fd;
}

#app .tw-placeholder-purple-200::-moz-placeholder {
  color: #e9d8fd;
}

#app .tw-placeholder-purple-200:-ms-input-placeholder {
  color: #e9d8fd;
}

#app .tw-placeholder-purple-200::-ms-input-placeholder {
  color: #e9d8fd;
}

#app .tw-placeholder-purple-200::placeholder {
  color: #e9d8fd;
}

#app .tw-placeholder-purple-300::-webkit-input-placeholder {
  color: #d6bcfa;
}

#app .tw-placeholder-purple-300::-moz-placeholder {
  color: #d6bcfa;
}

#app .tw-placeholder-purple-300:-ms-input-placeholder {
  color: #d6bcfa;
}

#app .tw-placeholder-purple-300::-ms-input-placeholder {
  color: #d6bcfa;
}

#app .tw-placeholder-purple-300::placeholder {
  color: #d6bcfa;
}

#app .tw-placeholder-purple-400::-webkit-input-placeholder {
  color: #b794f4;
}

#app .tw-placeholder-purple-400::-moz-placeholder {
  color: #b794f4;
}

#app .tw-placeholder-purple-400:-ms-input-placeholder {
  color: #b794f4;
}

#app .tw-placeholder-purple-400::-ms-input-placeholder {
  color: #b794f4;
}

#app .tw-placeholder-purple-400::placeholder {
  color: #b794f4;
}

#app .tw-placeholder-purple-500::-webkit-input-placeholder {
  color: #9f7aea;
}

#app .tw-placeholder-purple-500::-moz-placeholder {
  color: #9f7aea;
}

#app .tw-placeholder-purple-500:-ms-input-placeholder {
  color: #9f7aea;
}

#app .tw-placeholder-purple-500::-ms-input-placeholder {
  color: #9f7aea;
}

#app .tw-placeholder-purple-500::placeholder {
  color: #9f7aea;
}

#app .tw-placeholder-purple-600::-webkit-input-placeholder {
  color: #805ad5;
}

#app .tw-placeholder-purple-600::-moz-placeholder {
  color: #805ad5;
}

#app .tw-placeholder-purple-600:-ms-input-placeholder {
  color: #805ad5;
}

#app .tw-placeholder-purple-600::-ms-input-placeholder {
  color: #805ad5;
}

#app .tw-placeholder-purple-600::placeholder {
  color: #805ad5;
}

#app .tw-placeholder-purple-700::-webkit-input-placeholder {
  color: #6b46c1;
}

#app .tw-placeholder-purple-700::-moz-placeholder {
  color: #6b46c1;
}

#app .tw-placeholder-purple-700:-ms-input-placeholder {
  color: #6b46c1;
}

#app .tw-placeholder-purple-700::-ms-input-placeholder {
  color: #6b46c1;
}

#app .tw-placeholder-purple-700::placeholder {
  color: #6b46c1;
}

#app .tw-placeholder-purple-800::-webkit-input-placeholder {
  color: #553c9a;
}

#app .tw-placeholder-purple-800::-moz-placeholder {
  color: #553c9a;
}

#app .tw-placeholder-purple-800:-ms-input-placeholder {
  color: #553c9a;
}

#app .tw-placeholder-purple-800::-ms-input-placeholder {
  color: #553c9a;
}

#app .tw-placeholder-purple-800::placeholder {
  color: #553c9a;
}

#app .tw-placeholder-purple-900::-webkit-input-placeholder {
  color: #44337a;
}

#app .tw-placeholder-purple-900::-moz-placeholder {
  color: #44337a;
}

#app .tw-placeholder-purple-900:-ms-input-placeholder {
  color: #44337a;
}

#app .tw-placeholder-purple-900::-ms-input-placeholder {
  color: #44337a;
}

#app .tw-placeholder-purple-900::placeholder {
  color: #44337a;
}

#app .tw-placeholder-pink-100::-webkit-input-placeholder {
  color: #fff5f7;
}

#app .tw-placeholder-pink-100::-moz-placeholder {
  color: #fff5f7;
}

#app .tw-placeholder-pink-100:-ms-input-placeholder {
  color: #fff5f7;
}

#app .tw-placeholder-pink-100::-ms-input-placeholder {
  color: #fff5f7;
}

#app .tw-placeholder-pink-100::placeholder {
  color: #fff5f7;
}

#app .tw-placeholder-pink-200::-webkit-input-placeholder {
  color: #fed7e2;
}

#app .tw-placeholder-pink-200::-moz-placeholder {
  color: #fed7e2;
}

#app .tw-placeholder-pink-200:-ms-input-placeholder {
  color: #fed7e2;
}

#app .tw-placeholder-pink-200::-ms-input-placeholder {
  color: #fed7e2;
}

#app .tw-placeholder-pink-200::placeholder {
  color: #fed7e2;
}

#app .tw-placeholder-pink-300::-webkit-input-placeholder {
  color: #fbb6ce;
}

#app .tw-placeholder-pink-300::-moz-placeholder {
  color: #fbb6ce;
}

#app .tw-placeholder-pink-300:-ms-input-placeholder {
  color: #fbb6ce;
}

#app .tw-placeholder-pink-300::-ms-input-placeholder {
  color: #fbb6ce;
}

#app .tw-placeholder-pink-300::placeholder {
  color: #fbb6ce;
}

#app .tw-placeholder-pink-400::-webkit-input-placeholder {
  color: #f687b3;
}

#app .tw-placeholder-pink-400::-moz-placeholder {
  color: #f687b3;
}

#app .tw-placeholder-pink-400:-ms-input-placeholder {
  color: #f687b3;
}

#app .tw-placeholder-pink-400::-ms-input-placeholder {
  color: #f687b3;
}

#app .tw-placeholder-pink-400::placeholder {
  color: #f687b3;
}

#app .tw-placeholder-pink-500::-webkit-input-placeholder {
  color: #ed64a6;
}

#app .tw-placeholder-pink-500::-moz-placeholder {
  color: #ed64a6;
}

#app .tw-placeholder-pink-500:-ms-input-placeholder {
  color: #ed64a6;
}

#app .tw-placeholder-pink-500::-ms-input-placeholder {
  color: #ed64a6;
}

#app .tw-placeholder-pink-500::placeholder {
  color: #ed64a6;
}

#app .tw-placeholder-pink-600::-webkit-input-placeholder {
  color: #d53f8c;
}

#app .tw-placeholder-pink-600::-moz-placeholder {
  color: #d53f8c;
}

#app .tw-placeholder-pink-600:-ms-input-placeholder {
  color: #d53f8c;
}

#app .tw-placeholder-pink-600::-ms-input-placeholder {
  color: #d53f8c;
}

#app .tw-placeholder-pink-600::placeholder {
  color: #d53f8c;
}

#app .tw-placeholder-pink-700::-webkit-input-placeholder {
  color: #b83280;
}

#app .tw-placeholder-pink-700::-moz-placeholder {
  color: #b83280;
}

#app .tw-placeholder-pink-700:-ms-input-placeholder {
  color: #b83280;
}

#app .tw-placeholder-pink-700::-ms-input-placeholder {
  color: #b83280;
}

#app .tw-placeholder-pink-700::placeholder {
  color: #b83280;
}

#app .tw-placeholder-pink-800::-webkit-input-placeholder {
  color: #97266d;
}

#app .tw-placeholder-pink-800::-moz-placeholder {
  color: #97266d;
}

#app .tw-placeholder-pink-800:-ms-input-placeholder {
  color: #97266d;
}

#app .tw-placeholder-pink-800::-ms-input-placeholder {
  color: #97266d;
}

#app .tw-placeholder-pink-800::placeholder {
  color: #97266d;
}

#app .tw-placeholder-pink-900::-webkit-input-placeholder {
  color: #702459;
}

#app .tw-placeholder-pink-900::-moz-placeholder {
  color: #702459;
}

#app .tw-placeholder-pink-900:-ms-input-placeholder {
  color: #702459;
}

#app .tw-placeholder-pink-900::-ms-input-placeholder {
  color: #702459;
}

#app .tw-placeholder-pink-900::placeholder {
  color: #702459;
}

#app .focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent;
}

#app .focus\:tw-placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

#app .focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

#app .focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}

#app .focus\:tw-placeholder-transparent:focus::placeholder {
  color: transparent;
}

#app .focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
  color: #000;
}

#app .focus\:tw-placeholder-black:focus::-moz-placeholder {
  color: #000;
}

#app .focus\:tw-placeholder-black:focus:-ms-input-placeholder {
  color: #000;
}

#app .focus\:tw-placeholder-black:focus::-ms-input-placeholder {
  color: #000;
}

#app .focus\:tw-placeholder-black:focus::placeholder {
  color: #000;
}

#app .focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
  color: #fff;
}

#app .focus\:tw-placeholder-white:focus::-moz-placeholder {
  color: #fff;
}

#app .focus\:tw-placeholder-white:focus:-ms-input-placeholder {
  color: #fff;
}

#app .focus\:tw-placeholder-white:focus::-ms-input-placeholder {
  color: #fff;
}

#app .focus\:tw-placeholder-white:focus::placeholder {
  color: #fff;
}

#app .focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
  color: #f7fafc;
}

#app .focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
  color: #f7fafc;
}

#app .focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
  color: #f7fafc;
}

#app .focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
  color: #f7fafc;
}

#app .focus\:tw-placeholder-gray-100:focus::placeholder {
  color: #f7fafc;
}

#app .focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
  color: #edf2f7;
}

#app .focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
  color: #edf2f7;
}

#app .focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
  color: #edf2f7;
}

#app .focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
  color: #edf2f7;
}

#app .focus\:tw-placeholder-gray-200:focus::placeholder {
  color: #edf2f7;
}

#app .focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
  color: #e2e8f0;
}

#app .focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
  color: #e2e8f0;
}

#app .focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
  color: #e2e8f0;
}

#app .focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
  color: #e2e8f0;
}

#app .focus\:tw-placeholder-gray-300:focus::placeholder {
  color: #e2e8f0;
}

#app .focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
  color: #cbd5e0;
}

#app .focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
  color: #cbd5e0;
}

#app .focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
  color: #cbd5e0;
}

#app .focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
  color: #cbd5e0;
}

#app .focus\:tw-placeholder-gray-400:focus::placeholder {
  color: #cbd5e0;
}

#app .focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
  color: #a0aec0;
}

#app .focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
  color: #a0aec0;
}

#app .focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
  color: #a0aec0;
}

#app .focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
  color: #a0aec0;
}

#app .focus\:tw-placeholder-gray-500:focus::placeholder {
  color: #a0aec0;
}

#app .focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
  color: #718096;
}

#app .focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
  color: #718096;
}

#app .focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
  color: #718096;
}

#app .focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
  color: #718096;
}

#app .focus\:tw-placeholder-gray-600:focus::placeholder {
  color: #718096;
}

#app .focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
  color: #4a5568;
}

#app .focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
  color: #4a5568;
}

#app .focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
  color: #4a5568;
}

#app .focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
  color: #4a5568;
}

#app .focus\:tw-placeholder-gray-700:focus::placeholder {
  color: #4a5568;
}

#app .focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
  color: #2d3748;
}

#app .focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
  color: #2d3748;
}

#app .focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
  color: #2d3748;
}

#app .focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
  color: #2d3748;
}

#app .focus\:tw-placeholder-gray-800:focus::placeholder {
  color: #2d3748;
}

#app .focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder {
  color: #1a202c;
}

#app .focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
  color: #1a202c;
}

#app .focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
  color: #1a202c;
}

#app .focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder {
  color: #1a202c;
}

#app .focus\:tw-placeholder-gray-900:focus::placeholder {
  color: #1a202c;
}

#app .focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder {
  color: #fff5f5;
}

#app .focus\:tw-placeholder-red-100:focus::-moz-placeholder {
  color: #fff5f5;
}

#app .focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
  color: #fff5f5;
}

#app .focus\:tw-placeholder-red-100:focus::-ms-input-placeholder {
  color: #fff5f5;
}

#app .focus\:tw-placeholder-red-100:focus::placeholder {
  color: #fff5f5;
}

#app .focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder {
  color: #fed7d7;
}

#app .focus\:tw-placeholder-red-200:focus::-moz-placeholder {
  color: #fed7d7;
}

#app .focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
  color: #fed7d7;
}

#app .focus\:tw-placeholder-red-200:focus::-ms-input-placeholder {
  color: #fed7d7;
}

#app .focus\:tw-placeholder-red-200:focus::placeholder {
  color: #fed7d7;
}

#app .focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder {
  color: #feb2b2;
}

#app .focus\:tw-placeholder-red-300:focus::-moz-placeholder {
  color: #feb2b2;
}

#app .focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
  color: #feb2b2;
}

#app .focus\:tw-placeholder-red-300:focus::-ms-input-placeholder {
  color: #feb2b2;
}

#app .focus\:tw-placeholder-red-300:focus::placeholder {
  color: #feb2b2;
}

#app .focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder {
  color: #fc8181;
}

#app .focus\:tw-placeholder-red-400:focus::-moz-placeholder {
  color: #fc8181;
}

#app .focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
  color: #fc8181;
}

#app .focus\:tw-placeholder-red-400:focus::-ms-input-placeholder {
  color: #fc8181;
}

#app .focus\:tw-placeholder-red-400:focus::placeholder {
  color: #fc8181;
}

#app .focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
  color: #f56565;
}

#app .focus\:tw-placeholder-red-500:focus::-moz-placeholder {
  color: #f56565;
}

#app .focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
  color: #f56565;
}

#app .focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
  color: #f56565;
}

#app .focus\:tw-placeholder-red-500:focus::placeholder {
  color: #f56565;
}

#app .focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder {
  color: #e53e3e;
}

#app .focus\:tw-placeholder-red-600:focus::-moz-placeholder {
  color: #e53e3e;
}

#app .focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
  color: #e53e3e;
}

#app .focus\:tw-placeholder-red-600:focus::-ms-input-placeholder {
  color: #e53e3e;
}

#app .focus\:tw-placeholder-red-600:focus::placeholder {
  color: #e53e3e;
}

#app .focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
  color: #c53030;
}

#app .focus\:tw-placeholder-red-700:focus::-moz-placeholder {
  color: #c53030;
}

#app .focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
  color: #c53030;
}

#app .focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
  color: #c53030;
}

#app .focus\:tw-placeholder-red-700:focus::placeholder {
  color: #c53030;
}

#app .focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder {
  color: #9b2c2c;
}

#app .focus\:tw-placeholder-red-800:focus::-moz-placeholder {
  color: #9b2c2c;
}

#app .focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
  color: #9b2c2c;
}

#app .focus\:tw-placeholder-red-800:focus::-ms-input-placeholder {
  color: #9b2c2c;
}

#app .focus\:tw-placeholder-red-800:focus::placeholder {
  color: #9b2c2c;
}

#app .focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder {
  color: #742a2a;
}

#app .focus\:tw-placeholder-red-900:focus::-moz-placeholder {
  color: #742a2a;
}

#app .focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
  color: #742a2a;
}

#app .focus\:tw-placeholder-red-900:focus::-ms-input-placeholder {
  color: #742a2a;
}

#app .focus\:tw-placeholder-red-900:focus::placeholder {
  color: #742a2a;
}

#app .focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder {
  color: #fffaf0;
}

#app .focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
  color: #fffaf0;
}

#app .focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
  color: #fffaf0;
}

#app .focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder {
  color: #fffaf0;
}

#app .focus\:tw-placeholder-orange-100:focus::placeholder {
  color: #fffaf0;
}

#app .focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder {
  color: #feebc8;
}

#app .focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
  color: #feebc8;
}

#app .focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
  color: #feebc8;
}

#app .focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder {
  color: #feebc8;
}

#app .focus\:tw-placeholder-orange-200:focus::placeholder {
  color: #feebc8;
}

#app .focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder {
  color: #fbd38d;
}

#app .focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
  color: #fbd38d;
}

#app .focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
  color: #fbd38d;
}

#app .focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder {
  color: #fbd38d;
}

#app .focus\:tw-placeholder-orange-300:focus::placeholder {
  color: #fbd38d;
}

#app .focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder {
  color: #f6ad55;
}

#app .focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
  color: #f6ad55;
}

#app .focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
  color: #f6ad55;
}

#app .focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder {
  color: #f6ad55;
}

#app .focus\:tw-placeholder-orange-400:focus::placeholder {
  color: #f6ad55;
}

#app .focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
  color: #ed8936;
}

#app .focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
  color: #ed8936;
}

#app .focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
  color: #ed8936;
}

#app .focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
  color: #ed8936;
}

#app .focus\:tw-placeholder-orange-500:focus::placeholder {
  color: #ed8936;
}

#app .focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder {
  color: #dd6b20;
}

#app .focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
  color: #dd6b20;
}

#app .focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
  color: #dd6b20;
}

#app .focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder {
  color: #dd6b20;
}

#app .focus\:tw-placeholder-orange-600:focus::placeholder {
  color: #dd6b20;
}

#app .focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder {
  color: #c05621;
}

#app .focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
  color: #c05621;
}

#app .focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
  color: #c05621;
}

#app .focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder {
  color: #c05621;
}

#app .focus\:tw-placeholder-orange-700:focus::placeholder {
  color: #c05621;
}

#app .focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder {
  color: #9c4221;
}

#app .focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
  color: #9c4221;
}

#app .focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
  color: #9c4221;
}

#app .focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder {
  color: #9c4221;
}

#app .focus\:tw-placeholder-orange-800:focus::placeholder {
  color: #9c4221;
}

#app .focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder {
  color: #7b341e;
}

#app .focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
  color: #7b341e;
}

#app .focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
  color: #7b341e;
}

#app .focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder {
  color: #7b341e;
}

#app .focus\:tw-placeholder-orange-900:focus::placeholder {
  color: #7b341e;
}

#app .focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder {
  color: #fffff0;
}

#app .focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
  color: #fffff0;
}

#app .focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
  color: #fffff0;
}

#app .focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder {
  color: #fffff0;
}

#app .focus\:tw-placeholder-yellow-100:focus::placeholder {
  color: #fffff0;
}

#app .focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder {
  color: #fefcbf;
}

#app .focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
  color: #fefcbf;
}

#app .focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
  color: #fefcbf;
}

#app .focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder {
  color: #fefcbf;
}

#app .focus\:tw-placeholder-yellow-200:focus::placeholder {
  color: #fefcbf;
}

#app .focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder {
  color: #faf089;
}

#app .focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
  color: #faf089;
}

#app .focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
  color: #faf089;
}

#app .focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder {
  color: #faf089;
}

#app .focus\:tw-placeholder-yellow-300:focus::placeholder {
  color: #faf089;
}

#app .focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder {
  color: #f6e05e;
}

#app .focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
  color: #f6e05e;
}

#app .focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
  color: #f6e05e;
}

#app .focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder {
  color: #f6e05e;
}

#app .focus\:tw-placeholder-yellow-400:focus::placeholder {
  color: #f6e05e;
}

#app .focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder {
  color: #ecc94b;
}

#app .focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
  color: #ecc94b;
}

#app .focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
  color: #ecc94b;
}

#app .focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder {
  color: #ecc94b;
}

#app .focus\:tw-placeholder-yellow-500:focus::placeholder {
  color: #ecc94b;
}

#app .focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder {
  color: #d69e2e;
}

#app .focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
  color: #d69e2e;
}

#app .focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
  color: #d69e2e;
}

#app .focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder {
  color: #d69e2e;
}

#app .focus\:tw-placeholder-yellow-600:focus::placeholder {
  color: #d69e2e;
}

#app .focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder {
  color: #b7791f;
}

#app .focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
  color: #b7791f;
}

#app .focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
  color: #b7791f;
}

#app .focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder {
  color: #b7791f;
}

#app .focus\:tw-placeholder-yellow-700:focus::placeholder {
  color: #b7791f;
}

#app .focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder {
  color: #975a16;
}

#app .focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
  color: #975a16;
}

#app .focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
  color: #975a16;
}

#app .focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder {
  color: #975a16;
}

#app .focus\:tw-placeholder-yellow-800:focus::placeholder {
  color: #975a16;
}

#app .focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder {
  color: #744210;
}

#app .focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
  color: #744210;
}

#app .focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
  color: #744210;
}

#app .focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder {
  color: #744210;
}

#app .focus\:tw-placeholder-yellow-900:focus::placeholder {
  color: #744210;
}

#app .focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder {
  color: #f0fff4;
}

#app .focus\:tw-placeholder-green-100:focus::-moz-placeholder {
  color: #f0fff4;
}

#app .focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
  color: #f0fff4;
}

#app .focus\:tw-placeholder-green-100:focus::-ms-input-placeholder {
  color: #f0fff4;
}

#app .focus\:tw-placeholder-green-100:focus::placeholder {
  color: #f0fff4;
}

#app .focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder {
  color: #c6f6d5;
}

#app .focus\:tw-placeholder-green-200:focus::-moz-placeholder {
  color: #c6f6d5;
}

#app .focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
  color: #c6f6d5;
}

#app .focus\:tw-placeholder-green-200:focus::-ms-input-placeholder {
  color: #c6f6d5;
}

#app .focus\:tw-placeholder-green-200:focus::placeholder {
  color: #c6f6d5;
}

#app .focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder {
  color: #9ae6b4;
}

#app .focus\:tw-placeholder-green-300:focus::-moz-placeholder {
  color: #9ae6b4;
}

#app .focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
  color: #9ae6b4;
}

#app .focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
  color: #9ae6b4;
}

#app .focus\:tw-placeholder-green-300:focus::placeholder {
  color: #9ae6b4;
}

#app .focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder {
  color: #68d391;
}

#app .focus\:tw-placeholder-green-400:focus::-moz-placeholder {
  color: #68d391;
}

#app .focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
  color: #68d391;
}

#app .focus\:tw-placeholder-green-400:focus::-ms-input-placeholder {
  color: #68d391;
}

#app .focus\:tw-placeholder-green-400:focus::placeholder {
  color: #68d391;
}

#app .focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
  color: #48bb78;
}

#app .focus\:tw-placeholder-green-500:focus::-moz-placeholder {
  color: #48bb78;
}

#app .focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
  color: #48bb78;
}

#app .focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
  color: #48bb78;
}

#app .focus\:tw-placeholder-green-500:focus::placeholder {
  color: #48bb78;
}

#app .focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder {
  color: #38a169;
}

#app .focus\:tw-placeholder-green-600:focus::-moz-placeholder {
  color: #38a169;
}

#app .focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
  color: #38a169;
}

#app .focus\:tw-placeholder-green-600:focus::-ms-input-placeholder {
  color: #38a169;
}

#app .focus\:tw-placeholder-green-600:focus::placeholder {
  color: #38a169;
}

#app .focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder {
  color: #2f855a;
}

#app .focus\:tw-placeholder-green-700:focus::-moz-placeholder {
  color: #2f855a;
}

#app .focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
  color: #2f855a;
}

#app .focus\:tw-placeholder-green-700:focus::-ms-input-placeholder {
  color: #2f855a;
}

#app .focus\:tw-placeholder-green-700:focus::placeholder {
  color: #2f855a;
}

#app .focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder {
  color: #276749;
}

#app .focus\:tw-placeholder-green-800:focus::-moz-placeholder {
  color: #276749;
}

#app .focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
  color: #276749;
}

#app .focus\:tw-placeholder-green-800:focus::-ms-input-placeholder {
  color: #276749;
}

#app .focus\:tw-placeholder-green-800:focus::placeholder {
  color: #276749;
}

#app .focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder {
  color: #22543d;
}

#app .focus\:tw-placeholder-green-900:focus::-moz-placeholder {
  color: #22543d;
}

#app .focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
  color: #22543d;
}

#app .focus\:tw-placeholder-green-900:focus::-ms-input-placeholder {
  color: #22543d;
}

#app .focus\:tw-placeholder-green-900:focus::placeholder {
  color: #22543d;
}

#app .focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder {
  color: #e6fffa;
}

#app .focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
  color: #e6fffa;
}

#app .focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
  color: #e6fffa;
}

#app .focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder {
  color: #e6fffa;
}

#app .focus\:tw-placeholder-teal-100:focus::placeholder {
  color: #e6fffa;
}

#app .focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder {
  color: #b2f5ea;
}

#app .focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
  color: #b2f5ea;
}

#app .focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
  color: #b2f5ea;
}

#app .focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder {
  color: #b2f5ea;
}

#app .focus\:tw-placeholder-teal-200:focus::placeholder {
  color: #b2f5ea;
}

#app .focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder {
  color: #81e6d9;
}

#app .focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
  color: #81e6d9;
}

#app .focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
  color: #81e6d9;
}

#app .focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder {
  color: #81e6d9;
}

#app .focus\:tw-placeholder-teal-300:focus::placeholder {
  color: #81e6d9;
}

#app .focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder {
  color: #4fd1c5;
}

#app .focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
  color: #4fd1c5;
}

#app .focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
  color: #4fd1c5;
}

#app .focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder {
  color: #4fd1c5;
}

#app .focus\:tw-placeholder-teal-400:focus::placeholder {
  color: #4fd1c5;
}

#app .focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder {
  color: #38b2ac;
}

#app .focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
  color: #38b2ac;
}

#app .focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
  color: #38b2ac;
}

#app .focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder {
  color: #38b2ac;
}

#app .focus\:tw-placeholder-teal-500:focus::placeholder {
  color: #38b2ac;
}

#app .focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder {
  color: #319795;
}

#app .focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
  color: #319795;
}

#app .focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
  color: #319795;
}

#app .focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder {
  color: #319795;
}

#app .focus\:tw-placeholder-teal-600:focus::placeholder {
  color: #319795;
}

#app .focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder {
  color: #2c7a7b;
}

#app .focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
  color: #2c7a7b;
}

#app .focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
  color: #2c7a7b;
}

#app .focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder {
  color: #2c7a7b;
}

#app .focus\:tw-placeholder-teal-700:focus::placeholder {
  color: #2c7a7b;
}

#app .focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder {
  color: #285e61;
}

#app .focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
  color: #285e61;
}

#app .focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
  color: #285e61;
}

#app .focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder {
  color: #285e61;
}

#app .focus\:tw-placeholder-teal-800:focus::placeholder {
  color: #285e61;
}

#app .focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder {
  color: #234e52;
}

#app .focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
  color: #234e52;
}

#app .focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
  color: #234e52;
}

#app .focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder {
  color: #234e52;
}

#app .focus\:tw-placeholder-teal-900:focus::placeholder {
  color: #234e52;
}

#app .focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
  color: #ebf8ff;
}

#app .focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
  color: #ebf8ff;
}

#app .focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
  color: #ebf8ff;
}

#app .focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
  color: #ebf8ff;
}

#app .focus\:tw-placeholder-blue-100:focus::placeholder {
  color: #ebf8ff;
}

#app .focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder {
  color: #bee3f8;
}

#app .focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
  color: #bee3f8;
}

#app .focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
  color: #bee3f8;
}

#app .focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder {
  color: #bee3f8;
}

#app .focus\:tw-placeholder-blue-200:focus::placeholder {
  color: #bee3f8;
}

#app .focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
  color: #90cdf4;
}

#app .focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
  color: #90cdf4;
}

#app .focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
  color: #90cdf4;
}

#app .focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
  color: #90cdf4;
}

#app .focus\:tw-placeholder-blue-300:focus::placeholder {
  color: #90cdf4;
}

#app .focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder {
  color: #63b3ed;
}

#app .focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
  color: #63b3ed;
}

#app .focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
  color: #63b3ed;
}

#app .focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder {
  color: #63b3ed;
}

#app .focus\:tw-placeholder-blue-400:focus::placeholder {
  color: #63b3ed;
}

#app .focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
  color: #4299e1;
}

#app .focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
  color: #4299e1;
}

#app .focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
  color: #4299e1;
}

#app .focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
  color: #4299e1;
}

#app .focus\:tw-placeholder-blue-500:focus::placeholder {
  color: #4299e1;
}

#app .focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder {
  color: #3182ce;
}

#app .focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
  color: #3182ce;
}

#app .focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
  color: #3182ce;
}

#app .focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder {
  color: #3182ce;
}

#app .focus\:tw-placeholder-blue-600:focus::placeholder {
  color: #3182ce;
}

#app .focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
  color: #2b6cb0;
}

#app .focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
  color: #2b6cb0;
}

#app .focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
  color: #2b6cb0;
}

#app .focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
  color: #2b6cb0;
}

#app .focus\:tw-placeholder-blue-700:focus::placeholder {
  color: #2b6cb0;
}

#app .focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder {
  color: #2c5282;
}

#app .focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
  color: #2c5282;
}

#app .focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
  color: #2c5282;
}

#app .focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder {
  color: #2c5282;
}

#app .focus\:tw-placeholder-blue-800:focus::placeholder {
  color: #2c5282;
}

#app .focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder {
  color: #2a4365;
}

#app .focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
  color: #2a4365;
}

#app .focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
  color: #2a4365;
}

#app .focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder {
  color: #2a4365;
}

#app .focus\:tw-placeholder-blue-900:focus::placeholder {
  color: #2a4365;
}

#app .focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder {
  color: #ebf4ff;
}

#app .focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
  color: #ebf4ff;
}

#app .focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
  color: #ebf4ff;
}

#app .focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder {
  color: #ebf4ff;
}

#app .focus\:tw-placeholder-indigo-100:focus::placeholder {
  color: #ebf4ff;
}

#app .focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder {
  color: #c3dafe;
}

#app .focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
  color: #c3dafe;
}

#app .focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
  color: #c3dafe;
}

#app .focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder {
  color: #c3dafe;
}

#app .focus\:tw-placeholder-indigo-200:focus::placeholder {
  color: #c3dafe;
}

#app .focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder {
  color: #a3bffa;
}

#app .focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
  color: #a3bffa;
}

#app .focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
  color: #a3bffa;
}

#app .focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder {
  color: #a3bffa;
}

#app .focus\:tw-placeholder-indigo-300:focus::placeholder {
  color: #a3bffa;
}

#app .focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder {
  color: #7f9cf5;
}

#app .focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
  color: #7f9cf5;
}

#app .focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
  color: #7f9cf5;
}

#app .focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder {
  color: #7f9cf5;
}

#app .focus\:tw-placeholder-indigo-400:focus::placeholder {
  color: #7f9cf5;
}

#app .focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder {
  color: #667eea;
}

#app .focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
  color: #667eea;
}

#app .focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
  color: #667eea;
}

#app .focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder {
  color: #667eea;
}

#app .focus\:tw-placeholder-indigo-500:focus::placeholder {
  color: #667eea;
}

#app .focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder {
  color: #5a67d8;
}

#app .focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
  color: #5a67d8;
}

#app .focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
  color: #5a67d8;
}

#app .focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder {
  color: #5a67d8;
}

#app .focus\:tw-placeholder-indigo-600:focus::placeholder {
  color: #5a67d8;
}

#app .focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder {
  color: #4c51bf;
}

#app .focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
  color: #4c51bf;
}

#app .focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
  color: #4c51bf;
}

#app .focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder {
  color: #4c51bf;
}

#app .focus\:tw-placeholder-indigo-700:focus::placeholder {
  color: #4c51bf;
}

#app .focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder {
  color: #434190;
}

#app .focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
  color: #434190;
}

#app .focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
  color: #434190;
}

#app .focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder {
  color: #434190;
}

#app .focus\:tw-placeholder-indigo-800:focus::placeholder {
  color: #434190;
}

#app .focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder {
  color: #3c366b;
}

#app .focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
  color: #3c366b;
}

#app .focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
  color: #3c366b;
}

#app .focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder {
  color: #3c366b;
}

#app .focus\:tw-placeholder-indigo-900:focus::placeholder {
  color: #3c366b;
}

#app .focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder {
  color: #faf5ff;
}

#app .focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
  color: #faf5ff;
}

#app .focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
  color: #faf5ff;
}

#app .focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder {
  color: #faf5ff;
}

#app .focus\:tw-placeholder-purple-100:focus::placeholder {
  color: #faf5ff;
}

#app .focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder {
  color: #e9d8fd;
}

#app .focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
  color: #e9d8fd;
}

#app .focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
  color: #e9d8fd;
}

#app .focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder {
  color: #e9d8fd;
}

#app .focus\:tw-placeholder-purple-200:focus::placeholder {
  color: #e9d8fd;
}

#app .focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder {
  color: #d6bcfa;
}

#app .focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
  color: #d6bcfa;
}

#app .focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
  color: #d6bcfa;
}

#app .focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder {
  color: #d6bcfa;
}

#app .focus\:tw-placeholder-purple-300:focus::placeholder {
  color: #d6bcfa;
}

#app .focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder {
  color: #b794f4;
}

#app .focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
  color: #b794f4;
}

#app .focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
  color: #b794f4;
}

#app .focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder {
  color: #b794f4;
}

#app .focus\:tw-placeholder-purple-400:focus::placeholder {
  color: #b794f4;
}

#app .focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder {
  color: #9f7aea;
}

#app .focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
  color: #9f7aea;
}

#app .focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
  color: #9f7aea;
}

#app .focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder {
  color: #9f7aea;
}

#app .focus\:tw-placeholder-purple-500:focus::placeholder {
  color: #9f7aea;
}

#app .focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder {
  color: #805ad5;
}

#app .focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
  color: #805ad5;
}

#app .focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
  color: #805ad5;
}

#app .focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder {
  color: #805ad5;
}

#app .focus\:tw-placeholder-purple-600:focus::placeholder {
  color: #805ad5;
}

#app .focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder {
  color: #6b46c1;
}

#app .focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
  color: #6b46c1;
}

#app .focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
  color: #6b46c1;
}

#app .focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder {
  color: #6b46c1;
}

#app .focus\:tw-placeholder-purple-700:focus::placeholder {
  color: #6b46c1;
}

#app .focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder {
  color: #553c9a;
}

#app .focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
  color: #553c9a;
}

#app .focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
  color: #553c9a;
}

#app .focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder {
  color: #553c9a;
}

#app .focus\:tw-placeholder-purple-800:focus::placeholder {
  color: #553c9a;
}

#app .focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder {
  color: #44337a;
}

#app .focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
  color: #44337a;
}

#app .focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
  color: #44337a;
}

#app .focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder {
  color: #44337a;
}

#app .focus\:tw-placeholder-purple-900:focus::placeholder {
  color: #44337a;
}

#app .focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder {
  color: #fff5f7;
}

#app .focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
  color: #fff5f7;
}

#app .focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
  color: #fff5f7;
}

#app .focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder {
  color: #fff5f7;
}

#app .focus\:tw-placeholder-pink-100:focus::placeholder {
  color: #fff5f7;
}

#app .focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder {
  color: #fed7e2;
}

#app .focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
  color: #fed7e2;
}

#app .focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
  color: #fed7e2;
}

#app .focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder {
  color: #fed7e2;
}

#app .focus\:tw-placeholder-pink-200:focus::placeholder {
  color: #fed7e2;
}

#app .focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder {
  color: #fbb6ce;
}

#app .focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
  color: #fbb6ce;
}

#app .focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
  color: #fbb6ce;
}

#app .focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder {
  color: #fbb6ce;
}

#app .focus\:tw-placeholder-pink-300:focus::placeholder {
  color: #fbb6ce;
}

#app .focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder {
  color: #f687b3;
}

#app .focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
  color: #f687b3;
}

#app .focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
  color: #f687b3;
}

#app .focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder {
  color: #f687b3;
}

#app .focus\:tw-placeholder-pink-400:focus::placeholder {
  color: #f687b3;
}

#app .focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder {
  color: #ed64a6;
}

#app .focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
  color: #ed64a6;
}

#app .focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
  color: #ed64a6;
}

#app .focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder {
  color: #ed64a6;
}

#app .focus\:tw-placeholder-pink-500:focus::placeholder {
  color: #ed64a6;
}

#app .focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder {
  color: #d53f8c;
}

#app .focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
  color: #d53f8c;
}

#app .focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
  color: #d53f8c;
}

#app .focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder {
  color: #d53f8c;
}

#app .focus\:tw-placeholder-pink-600:focus::placeholder {
  color: #d53f8c;
}

#app .focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder {
  color: #b83280;
}

#app .focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
  color: #b83280;
}

#app .focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
  color: #b83280;
}

#app .focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder {
  color: #b83280;
}

#app .focus\:tw-placeholder-pink-700:focus::placeholder {
  color: #b83280;
}

#app .focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder {
  color: #97266d;
}

#app .focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
  color: #97266d;
}

#app .focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
  color: #97266d;
}

#app .focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder {
  color: #97266d;
}

#app .focus\:tw-placeholder-pink-800:focus::placeholder {
  color: #97266d;
}

#app .focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder {
  color: #702459;
}

#app .focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
  color: #702459;
}

#app .focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
  color: #702459;
}

#app .focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder {
  color: #702459;
}

#app .focus\:tw-placeholder-pink-900:focus::placeholder {
  color: #702459;
}

#app .tw-pointer-events-none {
  pointer-events: none;
}

#app .tw-pointer-events-auto {
  pointer-events: auto;
}

#app .tw-static {
  position: static;
}

#app .tw-fixed {
  position: fixed;
}

#app .tw-absolute {
  position: absolute;
}

#app .tw-relative {
  position: relative;
}

#app .tw-sticky {
  position: -webkit-sticky;
  position: sticky;
}

#app .tw-inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#app .tw-inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

#app .tw-inset-y-0 {
  top: 0;
  bottom: 0;
}

#app .tw-inset-x-0 {
  right: 0;
  left: 0;
}

#app .tw-inset-y-auto {
  top: auto;
  bottom: auto;
}

#app .tw-inset-x-auto {
  right: auto;
  left: auto;
}

#app .tw-top-0 {
  top: 0;
}

#app .tw-right-0 {
  right: 0;
}

#app .tw-bottom-0 {
  bottom: 0;
}

#app .tw-left-0 {
  left: 0;
}

#app .tw-top-auto {
  top: auto;
}

#app .tw-right-auto {
  right: auto;
}

#app .tw-bottom-auto {
  bottom: auto;
}

#app .tw-left-auto {
  left: auto;
}

#app .tw-resize-none {
  resize: none;
}

#app .tw-resize-y {
  resize: vertical;
}

#app .tw-resize-x {
  resize: horizontal;
}

#app .tw-resize {
  resize: both;
}

#app .tw-shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

#app .tw-shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#app .tw-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

#app .tw-shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#app .tw-shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

#app .tw-shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#app .tw-shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

#app .tw-shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

#app .tw-shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

#app .tw-shadow-none {
  box-shadow: none;
}

#app .hover\:tw-shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

#app .hover\:tw-shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#app .hover\:tw-shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

#app .hover\:tw-shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#app .hover\:tw-shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

#app .hover\:tw-shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#app .hover\:tw-shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

#app .hover\:tw-shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

#app .hover\:tw-shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

#app .hover\:tw-shadow-none:hover {
  box-shadow: none;
}

#app .focus\:tw-shadow-xs:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

#app .focus\:tw-shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#app .focus\:tw-shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

#app .focus\:tw-shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#app .focus\:tw-shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

#app .focus\:tw-shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#app .focus\:tw-shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

#app .focus\:tw-shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

#app .focus\:tw-shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

#app .focus\:tw-shadow-none:focus {
  box-shadow: none;
}

#app .tw-fill-current {
  fill: currentColor;
}

#app .tw-stroke-current {
  stroke: currentColor;
}

#app .tw-stroke-0 {
  stroke-width: 0;
}

#app .tw-stroke-1 {
  stroke-width: 1;
}

#app .tw-stroke-2 {
  stroke-width: 2;
}

#app .tw-table-auto {
  table-layout: auto;
}

#app .tw-table-fixed {
  table-layout: fixed;
}

#app .tw-text-left {
  text-align: left;
}

#app .tw-text-center {
  text-align: center;
}

#app .tw-text-right {
  text-align: right;
}

#app .tw-text-justify {
  text-align: justify;
}

#app .tw-text-transparent {
  color: transparent;
}

#app .tw-text-black {
  color: #000;
}

#app .tw-text-white {
  color: #fff;
}

#app .tw-text-gray-100 {
  color: #f7fafc;
}

#app .tw-text-gray-200 {
  color: #edf2f7;
}

#app .tw-text-gray-300 {
  color: #e2e8f0;
}

#app .tw-text-gray-400 {
  color: #cbd5e0;
}

#app .tw-text-gray-500 {
  color: #a0aec0;
}

#app .tw-text-gray-600 {
  color: #718096;
}

#app .tw-text-gray-700 {
  color: #4a5568;
}

#app .tw-text-gray-800 {
  color: #2d3748;
}

#app .tw-text-gray-900 {
  color: #1a202c;
}

#app .tw-text-red-100 {
  color: #fff5f5;
}

#app .tw-text-red-200 {
  color: #fed7d7;
}

#app .tw-text-red-300 {
  color: #feb2b2;
}

#app .tw-text-red-400 {
  color: #fc8181;
}

#app .tw-text-red-500 {
  color: #f56565;
}

#app .tw-text-red-600 {
  color: #e53e3e;
}

#app .tw-text-red-700 {
  color: #c53030;
}

#app .tw-text-red-800 {
  color: #9b2c2c;
}

#app .tw-text-red-900 {
  color: #742a2a;
}

#app .tw-text-orange-100 {
  color: #fffaf0;
}

#app .tw-text-orange-200 {
  color: #feebc8;
}

#app .tw-text-orange-300 {
  color: #fbd38d;
}

#app .tw-text-orange-400 {
  color: #f6ad55;
}

#app .tw-text-orange-500 {
  color: #ed8936;
}

#app .tw-text-orange-600 {
  color: #dd6b20;
}

#app .tw-text-orange-700 {
  color: #c05621;
}

#app .tw-text-orange-800 {
  color: #9c4221;
}

#app .tw-text-orange-900 {
  color: #7b341e;
}

#app .tw-text-yellow-100 {
  color: #fffff0;
}

#app .tw-text-yellow-200 {
  color: #fefcbf;
}

#app .tw-text-yellow-300 {
  color: #faf089;
}

#app .tw-text-yellow-400 {
  color: #f6e05e;
}

#app .tw-text-yellow-500 {
  color: #ecc94b;
}

#app .tw-text-yellow-600 {
  color: #d69e2e;
}

#app .tw-text-yellow-700 {
  color: #b7791f;
}

#app .tw-text-yellow-800 {
  color: #975a16;
}

#app .tw-text-yellow-900 {
  color: #744210;
}

#app .tw-text-green-100 {
  color: #f0fff4;
}

#app .tw-text-green-200 {
  color: #c6f6d5;
}

#app .tw-text-green-300 {
  color: #9ae6b4;
}

#app .tw-text-green-400 {
  color: #68d391;
}

#app .tw-text-green-500 {
  color: #48bb78;
}

#app .tw-text-green-600 {
  color: #38a169;
}

#app .tw-text-green-700 {
  color: #2f855a;
}

#app .tw-text-green-800 {
  color: #276749;
}

#app .tw-text-green-900 {
  color: #22543d;
}

#app .tw-text-teal-100 {
  color: #e6fffa;
}

#app .tw-text-teal-200 {
  color: #b2f5ea;
}

#app .tw-text-teal-300 {
  color: #81e6d9;
}

#app .tw-text-teal-400 {
  color: #4fd1c5;
}

#app .tw-text-teal-500 {
  color: #38b2ac;
}

#app .tw-text-teal-600 {
  color: #319795;
}

#app .tw-text-teal-700 {
  color: #2c7a7b;
}

#app .tw-text-teal-800 {
  color: #285e61;
}

#app .tw-text-teal-900 {
  color: #234e52;
}

#app .tw-text-blue-100 {
  color: #ebf8ff;
}

#app .tw-text-blue-200 {
  color: #bee3f8;
}

#app .tw-text-blue-300 {
  color: #90cdf4;
}

#app .tw-text-blue-400 {
  color: #63b3ed;
}

#app .tw-text-blue-500 {
  color: #4299e1;
}

#app .tw-text-blue-600 {
  color: #3182ce;
}

#app .tw-text-blue-700 {
  color: #2b6cb0;
}

#app .tw-text-blue-800 {
  color: #2c5282;
}

#app .tw-text-blue-900 {
  color: #2a4365;
}

#app .tw-text-indigo-100 {
  color: #ebf4ff;
}

#app .tw-text-indigo-200 {
  color: #c3dafe;
}

#app .tw-text-indigo-300 {
  color: #a3bffa;
}

#app .tw-text-indigo-400 {
  color: #7f9cf5;
}

#app .tw-text-indigo-500 {
  color: #667eea;
}

#app .tw-text-indigo-600 {
  color: #5a67d8;
}

#app .tw-text-indigo-700 {
  color: #4c51bf;
}

#app .tw-text-indigo-800 {
  color: #434190;
}

#app .tw-text-indigo-900 {
  color: #3c366b;
}

#app .tw-text-purple-100 {
  color: #faf5ff;
}

#app .tw-text-purple-200 {
  color: #e9d8fd;
}

#app .tw-text-purple-300 {
  color: #d6bcfa;
}

#app .tw-text-purple-400 {
  color: #b794f4;
}

#app .tw-text-purple-500 {
  color: #9f7aea;
}

#app .tw-text-purple-600 {
  color: #805ad5;
}

#app .tw-text-purple-700 {
  color: #6b46c1;
}

#app .tw-text-purple-800 {
  color: #553c9a;
}

#app .tw-text-purple-900 {
  color: #44337a;
}

#app .tw-text-pink-100 {
  color: #fff5f7;
}

#app .tw-text-pink-200 {
  color: #fed7e2;
}

#app .tw-text-pink-300 {
  color: #fbb6ce;
}

#app .tw-text-pink-400 {
  color: #f687b3;
}

#app .tw-text-pink-500 {
  color: #ed64a6;
}

#app .tw-text-pink-600 {
  color: #d53f8c;
}

#app .tw-text-pink-700 {
  color: #b83280;
}

#app .tw-text-pink-800 {
  color: #97266d;
}

#app .tw-text-pink-900 {
  color: #702459;
}

#app .hover\:tw-text-transparent:hover {
  color: transparent;
}

#app .hover\:tw-text-black:hover {
  color: #000;
}

#app .hover\:tw-text-white:hover {
  color: #fff;
}

#app .hover\:tw-text-gray-100:hover {
  color: #f7fafc;
}

#app .hover\:tw-text-gray-200:hover {
  color: #edf2f7;
}

#app .hover\:tw-text-gray-300:hover {
  color: #e2e8f0;
}

#app .hover\:tw-text-gray-400:hover {
  color: #cbd5e0;
}

#app .hover\:tw-text-gray-500:hover {
  color: #a0aec0;
}

#app .hover\:tw-text-gray-600:hover {
  color: #718096;
}

#app .hover\:tw-text-gray-700:hover {
  color: #4a5568;
}

#app .hover\:tw-text-gray-800:hover {
  color: #2d3748;
}

#app .hover\:tw-text-gray-900:hover {
  color: #1a202c;
}

#app .hover\:tw-text-red-100:hover {
  color: #fff5f5;
}

#app .hover\:tw-text-red-200:hover {
  color: #fed7d7;
}

#app .hover\:tw-text-red-300:hover {
  color: #feb2b2;
}

#app .hover\:tw-text-red-400:hover {
  color: #fc8181;
}

#app .hover\:tw-text-red-500:hover {
  color: #f56565;
}

#app .hover\:tw-text-red-600:hover {
  color: #e53e3e;
}

#app .hover\:tw-text-red-700:hover {
  color: #c53030;
}

#app .hover\:tw-text-red-800:hover {
  color: #9b2c2c;
}

#app .hover\:tw-text-red-900:hover {
  color: #742a2a;
}

#app .hover\:tw-text-orange-100:hover {
  color: #fffaf0;
}

#app .hover\:tw-text-orange-200:hover {
  color: #feebc8;
}

#app .hover\:tw-text-orange-300:hover {
  color: #fbd38d;
}

#app .hover\:tw-text-orange-400:hover {
  color: #f6ad55;
}

#app .hover\:tw-text-orange-500:hover {
  color: #ed8936;
}

#app .hover\:tw-text-orange-600:hover {
  color: #dd6b20;
}

#app .hover\:tw-text-orange-700:hover {
  color: #c05621;
}

#app .hover\:tw-text-orange-800:hover {
  color: #9c4221;
}

#app .hover\:tw-text-orange-900:hover {
  color: #7b341e;
}

#app .hover\:tw-text-yellow-100:hover {
  color: #fffff0;
}

#app .hover\:tw-text-yellow-200:hover {
  color: #fefcbf;
}

#app .hover\:tw-text-yellow-300:hover {
  color: #faf089;
}

#app .hover\:tw-text-yellow-400:hover {
  color: #f6e05e;
}

#app .hover\:tw-text-yellow-500:hover {
  color: #ecc94b;
}

#app .hover\:tw-text-yellow-600:hover {
  color: #d69e2e;
}

#app .hover\:tw-text-yellow-700:hover {
  color: #b7791f;
}

#app .hover\:tw-text-yellow-800:hover {
  color: #975a16;
}

#app .hover\:tw-text-yellow-900:hover {
  color: #744210;
}

#app .hover\:tw-text-green-100:hover {
  color: #f0fff4;
}

#app .hover\:tw-text-green-200:hover {
  color: #c6f6d5;
}

#app .hover\:tw-text-green-300:hover {
  color: #9ae6b4;
}

#app .hover\:tw-text-green-400:hover {
  color: #68d391;
}

#app .hover\:tw-text-green-500:hover {
  color: #48bb78;
}

#app .hover\:tw-text-green-600:hover {
  color: #38a169;
}

#app .hover\:tw-text-green-700:hover {
  color: #2f855a;
}

#app .hover\:tw-text-green-800:hover {
  color: #276749;
}

#app .hover\:tw-text-green-900:hover {
  color: #22543d;
}

#app .hover\:tw-text-teal-100:hover {
  color: #e6fffa;
}

#app .hover\:tw-text-teal-200:hover {
  color: #b2f5ea;
}

#app .hover\:tw-text-teal-300:hover {
  color: #81e6d9;
}

#app .hover\:tw-text-teal-400:hover {
  color: #4fd1c5;
}

#app .hover\:tw-text-teal-500:hover {
  color: #38b2ac;
}

#app .hover\:tw-text-teal-600:hover {
  color: #319795;
}

#app .hover\:tw-text-teal-700:hover {
  color: #2c7a7b;
}

#app .hover\:tw-text-teal-800:hover {
  color: #285e61;
}

#app .hover\:tw-text-teal-900:hover {
  color: #234e52;
}

#app .hover\:tw-text-blue-100:hover {
  color: #ebf8ff;
}

#app .hover\:tw-text-blue-200:hover {
  color: #bee3f8;
}

#app .hover\:tw-text-blue-300:hover {
  color: #90cdf4;
}

#app .hover\:tw-text-blue-400:hover {
  color: #63b3ed;
}

#app .hover\:tw-text-blue-500:hover {
  color: #4299e1;
}

#app .hover\:tw-text-blue-600:hover {
  color: #3182ce;
}

#app .hover\:tw-text-blue-700:hover {
  color: #2b6cb0;
}

#app .hover\:tw-text-blue-800:hover {
  color: #2c5282;
}

#app .hover\:tw-text-blue-900:hover {
  color: #2a4365;
}

#app .hover\:tw-text-indigo-100:hover {
  color: #ebf4ff;
}

#app .hover\:tw-text-indigo-200:hover {
  color: #c3dafe;
}

#app .hover\:tw-text-indigo-300:hover {
  color: #a3bffa;
}

#app .hover\:tw-text-indigo-400:hover {
  color: #7f9cf5;
}

#app .hover\:tw-text-indigo-500:hover {
  color: #667eea;
}

#app .hover\:tw-text-indigo-600:hover {
  color: #5a67d8;
}

#app .hover\:tw-text-indigo-700:hover {
  color: #4c51bf;
}

#app .hover\:tw-text-indigo-800:hover {
  color: #434190;
}

#app .hover\:tw-text-indigo-900:hover {
  color: #3c366b;
}

#app .hover\:tw-text-purple-100:hover {
  color: #faf5ff;
}

#app .hover\:tw-text-purple-200:hover {
  color: #e9d8fd;
}

#app .hover\:tw-text-purple-300:hover {
  color: #d6bcfa;
}

#app .hover\:tw-text-purple-400:hover {
  color: #b794f4;
}

#app .hover\:tw-text-purple-500:hover {
  color: #9f7aea;
}

#app .hover\:tw-text-purple-600:hover {
  color: #805ad5;
}

#app .hover\:tw-text-purple-700:hover {
  color: #6b46c1;
}

#app .hover\:tw-text-purple-800:hover {
  color: #553c9a;
}

#app .hover\:tw-text-purple-900:hover {
  color: #44337a;
}

#app .hover\:tw-text-pink-100:hover {
  color: #fff5f7;
}

#app .hover\:tw-text-pink-200:hover {
  color: #fed7e2;
}

#app .hover\:tw-text-pink-300:hover {
  color: #fbb6ce;
}

#app .hover\:tw-text-pink-400:hover {
  color: #f687b3;
}

#app .hover\:tw-text-pink-500:hover {
  color: #ed64a6;
}

#app .hover\:tw-text-pink-600:hover {
  color: #d53f8c;
}

#app .hover\:tw-text-pink-700:hover {
  color: #b83280;
}

#app .hover\:tw-text-pink-800:hover {
  color: #97266d;
}

#app .hover\:tw-text-pink-900:hover {
  color: #702459;
}

#app .focus\:tw-text-transparent:focus {
  color: transparent;
}

#app .focus\:tw-text-black:focus {
  color: #000;
}

#app .focus\:tw-text-white:focus {
  color: #fff;
}

#app .focus\:tw-text-gray-100:focus {
  color: #f7fafc;
}

#app .focus\:tw-text-gray-200:focus {
  color: #edf2f7;
}

#app .focus\:tw-text-gray-300:focus {
  color: #e2e8f0;
}

#app .focus\:tw-text-gray-400:focus {
  color: #cbd5e0;
}

#app .focus\:tw-text-gray-500:focus {
  color: #a0aec0;
}

#app .focus\:tw-text-gray-600:focus {
  color: #718096;
}

#app .focus\:tw-text-gray-700:focus {
  color: #4a5568;
}

#app .focus\:tw-text-gray-800:focus {
  color: #2d3748;
}

#app .focus\:tw-text-gray-900:focus {
  color: #1a202c;
}

#app .focus\:tw-text-red-100:focus {
  color: #fff5f5;
}

#app .focus\:tw-text-red-200:focus {
  color: #fed7d7;
}

#app .focus\:tw-text-red-300:focus {
  color: #feb2b2;
}

#app .focus\:tw-text-red-400:focus {
  color: #fc8181;
}

#app .focus\:tw-text-red-500:focus {
  color: #f56565;
}

#app .focus\:tw-text-red-600:focus {
  color: #e53e3e;
}

#app .focus\:tw-text-red-700:focus {
  color: #c53030;
}

#app .focus\:tw-text-red-800:focus {
  color: #9b2c2c;
}

#app .focus\:tw-text-red-900:focus {
  color: #742a2a;
}

#app .focus\:tw-text-orange-100:focus {
  color: #fffaf0;
}

#app .focus\:tw-text-orange-200:focus {
  color: #feebc8;
}

#app .focus\:tw-text-orange-300:focus {
  color: #fbd38d;
}

#app .focus\:tw-text-orange-400:focus {
  color: #f6ad55;
}

#app .focus\:tw-text-orange-500:focus {
  color: #ed8936;
}

#app .focus\:tw-text-orange-600:focus {
  color: #dd6b20;
}

#app .focus\:tw-text-orange-700:focus {
  color: #c05621;
}

#app .focus\:tw-text-orange-800:focus {
  color: #9c4221;
}

#app .focus\:tw-text-orange-900:focus {
  color: #7b341e;
}

#app .focus\:tw-text-yellow-100:focus {
  color: #fffff0;
}

#app .focus\:tw-text-yellow-200:focus {
  color: #fefcbf;
}

#app .focus\:tw-text-yellow-300:focus {
  color: #faf089;
}

#app .focus\:tw-text-yellow-400:focus {
  color: #f6e05e;
}

#app .focus\:tw-text-yellow-500:focus {
  color: #ecc94b;
}

#app .focus\:tw-text-yellow-600:focus {
  color: #d69e2e;
}

#app .focus\:tw-text-yellow-700:focus {
  color: #b7791f;
}

#app .focus\:tw-text-yellow-800:focus {
  color: #975a16;
}

#app .focus\:tw-text-yellow-900:focus {
  color: #744210;
}

#app .focus\:tw-text-green-100:focus {
  color: #f0fff4;
}

#app .focus\:tw-text-green-200:focus {
  color: #c6f6d5;
}

#app .focus\:tw-text-green-300:focus {
  color: #9ae6b4;
}

#app .focus\:tw-text-green-400:focus {
  color: #68d391;
}

#app .focus\:tw-text-green-500:focus {
  color: #48bb78;
}

#app .focus\:tw-text-green-600:focus {
  color: #38a169;
}

#app .focus\:tw-text-green-700:focus {
  color: #2f855a;
}

#app .focus\:tw-text-green-800:focus {
  color: #276749;
}

#app .focus\:tw-text-green-900:focus {
  color: #22543d;
}

#app .focus\:tw-text-teal-100:focus {
  color: #e6fffa;
}

#app .focus\:tw-text-teal-200:focus {
  color: #b2f5ea;
}

#app .focus\:tw-text-teal-300:focus {
  color: #81e6d9;
}

#app .focus\:tw-text-teal-400:focus {
  color: #4fd1c5;
}

#app .focus\:tw-text-teal-500:focus {
  color: #38b2ac;
}

#app .focus\:tw-text-teal-600:focus {
  color: #319795;
}

#app .focus\:tw-text-teal-700:focus {
  color: #2c7a7b;
}

#app .focus\:tw-text-teal-800:focus {
  color: #285e61;
}

#app .focus\:tw-text-teal-900:focus {
  color: #234e52;
}

#app .focus\:tw-text-blue-100:focus {
  color: #ebf8ff;
}

#app .focus\:tw-text-blue-200:focus {
  color: #bee3f8;
}

#app .focus\:tw-text-blue-300:focus {
  color: #90cdf4;
}

#app .focus\:tw-text-blue-400:focus {
  color: #63b3ed;
}

#app .focus\:tw-text-blue-500:focus {
  color: #4299e1;
}

#app .focus\:tw-text-blue-600:focus {
  color: #3182ce;
}

#app .focus\:tw-text-blue-700:focus {
  color: #2b6cb0;
}

#app .focus\:tw-text-blue-800:focus {
  color: #2c5282;
}

#app .focus\:tw-text-blue-900:focus {
  color: #2a4365;
}

#app .focus\:tw-text-indigo-100:focus {
  color: #ebf4ff;
}

#app .focus\:tw-text-indigo-200:focus {
  color: #c3dafe;
}

#app .focus\:tw-text-indigo-300:focus {
  color: #a3bffa;
}

#app .focus\:tw-text-indigo-400:focus {
  color: #7f9cf5;
}

#app .focus\:tw-text-indigo-500:focus {
  color: #667eea;
}

#app .focus\:tw-text-indigo-600:focus {
  color: #5a67d8;
}

#app .focus\:tw-text-indigo-700:focus {
  color: #4c51bf;
}

#app .focus\:tw-text-indigo-800:focus {
  color: #434190;
}

#app .focus\:tw-text-indigo-900:focus {
  color: #3c366b;
}

#app .focus\:tw-text-purple-100:focus {
  color: #faf5ff;
}

#app .focus\:tw-text-purple-200:focus {
  color: #e9d8fd;
}

#app .focus\:tw-text-purple-300:focus {
  color: #d6bcfa;
}

#app .focus\:tw-text-purple-400:focus {
  color: #b794f4;
}

#app .focus\:tw-text-purple-500:focus {
  color: #9f7aea;
}

#app .focus\:tw-text-purple-600:focus {
  color: #805ad5;
}

#app .focus\:tw-text-purple-700:focus {
  color: #6b46c1;
}

#app .focus\:tw-text-purple-800:focus {
  color: #553c9a;
}

#app .focus\:tw-text-purple-900:focus {
  color: #44337a;
}

#app .focus\:tw-text-pink-100:focus {
  color: #fff5f7;
}

#app .focus\:tw-text-pink-200:focus {
  color: #fed7e2;
}

#app .focus\:tw-text-pink-300:focus {
  color: #fbb6ce;
}

#app .focus\:tw-text-pink-400:focus {
  color: #f687b3;
}

#app .focus\:tw-text-pink-500:focus {
  color: #ed64a6;
}

#app .focus\:tw-text-pink-600:focus {
  color: #d53f8c;
}

#app .focus\:tw-text-pink-700:focus {
  color: #b83280;
}

#app .focus\:tw-text-pink-800:focus {
  color: #97266d;
}

#app .focus\:tw-text-pink-900:focus {
  color: #702459;
}

#app .tw-text-xs {
  font-size: 0.75rem;
}

#app .tw-text-sm {
  font-size: 0.875rem;
}

#app .tw-text-base {
  font-size: 1rem;
}

#app .tw-text-lg {
  font-size: 1.125rem;
}

#app .tw-text-xl {
  font-size: 1.25rem;
}

#app .tw-text-2xl {
  font-size: 1.5rem;
}

#app .tw-text-3xl {
  font-size: 1.875rem;
}

#app .tw-text-4xl {
  font-size: 2.25rem;
}

#app .tw-text-5xl {
  font-size: 3rem;
}

#app .tw-text-6xl {
  font-size: 4rem;
}

#app .tw-italic {
  font-style: italic;
}

#app .tw-not-italic {
  font-style: normal;
}

#app .tw-uppercase {
  text-transform: uppercase;
}

#app .tw-lowercase {
  text-transform: lowercase;
}

#app .tw-capitalize {
  text-transform: capitalize;
}

#app .tw-normal-case {
  text-transform: none;
}

#app .tw-underline {
  text-decoration: underline;
}

#app .tw-line-through {
  text-decoration: line-through;
}

#app .tw-no-underline {
  text-decoration: none;
}

#app .hover\:tw-underline:hover {
  text-decoration: underline;
}

#app .hover\:tw-line-through:hover {
  text-decoration: line-through;
}

#app .hover\:tw-no-underline:hover {
  text-decoration: none;
}

#app .focus\:tw-underline:focus {
  text-decoration: underline;
}

#app .focus\:tw-line-through:focus {
  text-decoration: line-through;
}

#app .focus\:tw-no-underline:focus {
  text-decoration: none;
}

#app .tw-antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#app .tw-subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

#app .tw-tracking-tighter {
  letter-spacing: -0.05em;
}

#app .tw-tracking-tight {
  letter-spacing: -0.025em;
}

#app .tw-tracking-normal {
  letter-spacing: 0;
}

#app .tw-tracking-wide {
  letter-spacing: 0.025em;
}

#app .tw-tracking-wider {
  letter-spacing: 0.05em;
}

#app .tw-tracking-widest {
  letter-spacing: 0.1em;
}

#app .tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#app .tw-select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

#app .tw-select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

#app .tw-select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

#app .tw-align-baseline {
  vertical-align: baseline;
}

#app .tw-align-top {
  vertical-align: top;
}

#app .tw-align-middle {
  vertical-align: middle;
}

#app .tw-align-bottom {
  vertical-align: bottom;
}

#app .tw-align-text-top {
  vertical-align: text-top;
}

#app .tw-align-text-bottom {
  vertical-align: text-bottom;
}

#app .tw-visible {
  visibility: visible;
}

#app .tw-invisible {
  visibility: hidden;
}

#app .tw-whitespace-normal {
  white-space: normal;
}

#app .tw-whitespace-no-wrap {
  white-space: nowrap;
}

#app .tw-whitespace-pre {
  white-space: pre;
}

#app .tw-whitespace-pre-line {
  white-space: pre-line;
}

#app .tw-whitespace-pre-wrap {
  white-space: pre-wrap;
}

#app .tw-break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

#app .tw-break-words {
  overflow-wrap: break-word;
}

#app .tw-break-all {
  word-break: break-all;
}

#app .tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#app .tw-w-0 {
  width: 0;
}

#app .tw-w-1 {
  width: 0.25rem;
}

#app .tw-w-2 {
  width: 0.5rem;
}

#app .tw-w-3 {
  width: 0.75rem;
}

#app .tw-w-4 {
  width: 1rem;
}

#app .tw-w-5 {
  width: 1.25rem;
}

#app .tw-w-6 {
  width: 1.5rem;
}

#app .tw-w-8 {
  width: 2rem;
}

#app .tw-w-10 {
  width: 2.5rem;
}

#app .tw-w-12 {
  width: 3rem;
}

#app .tw-w-16 {
  width: 4rem;
}

#app .tw-w-20 {
  width: 5rem;
}

#app .tw-w-24 {
  width: 6rem;
}

#app .tw-w-32 {
  width: 8rem;
}

#app .tw-w-40 {
  width: 10rem;
}

#app .tw-w-48 {
  width: 12rem;
}

#app .tw-w-56 {
  width: 14rem;
}

#app .tw-w-64 {
  width: 16rem;
}

#app .tw-w-auto {
  width: auto;
}

#app .tw-w-px {
  width: 1px;
}

#app .tw-w-1\/2 {
  width: 50%;
}

#app .tw-w-1\/3 {
  width: 33.333333%;
}

#app .tw-w-2\/3 {
  width: 66.666667%;
}

#app .tw-w-1\/4 {
  width: 25%;
}

#app .tw-w-2\/4 {
  width: 50%;
}

#app .tw-w-3\/4 {
  width: 75%;
}

#app .tw-w-1\/5 {
  width: 20%;
}

#app .tw-w-2\/5 {
  width: 40%;
}

#app .tw-w-3\/5 {
  width: 60%;
}

#app .tw-w-4\/5 {
  width: 80%;
}

#app .tw-w-1\/6 {
  width: 16.666667%;
}

#app .tw-w-2\/6 {
  width: 33.333333%;
}

#app .tw-w-3\/6 {
  width: 50%;
}

#app .tw-w-4\/6 {
  width: 66.666667%;
}

#app .tw-w-5\/6 {
  width: 83.333333%;
}

#app .tw-w-1\/12 {
  width: 8.333333%;
}

#app .tw-w-2\/12 {
  width: 16.666667%;
}

#app .tw-w-3\/12 {
  width: 25%;
}

#app .tw-w-4\/12 {
  width: 33.333333%;
}

#app .tw-w-5\/12 {
  width: 41.666667%;
}

#app .tw-w-6\/12 {
  width: 50%;
}

#app .tw-w-7\/12 {
  width: 58.333333%;
}

#app .tw-w-8\/12 {
  width: 66.666667%;
}

#app .tw-w-9\/12 {
  width: 75%;
}

#app .tw-w-10\/12 {
  width: 83.333333%;
}

#app .tw-w-11\/12 {
  width: 91.666667%;
}

#app .tw-w-full {
  width: 100%;
}

#app .tw-w-screen {
  width: 100vw;
}

#app .tw-z-0 {
  z-index: 0;
}

#app .tw-z-10 {
  z-index: 10;
}

#app .tw-z-20 {
  z-index: 20;
}

#app .tw-z-30 {
  z-index: 30;
}

#app .tw-z-40 {
  z-index: 40;
}

#app .tw-z-50 {
  z-index: 50;
}

#app .tw-z-auto {
  z-index: auto;
}

#app .tw-gap-0 {
  grid-gap: 0;
  gap: 0;
}

#app .tw-gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

#app .tw-gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

#app .tw-gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

#app .tw-gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

#app .tw-gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

#app .tw-gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

#app .tw-gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}

#app .tw-gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

#app .tw-gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}

#app .tw-gap-16 {
  grid-gap: 4rem;
  gap: 4rem;
}

#app .tw-gap-20 {
  grid-gap: 5rem;
  gap: 5rem;
}

#app .tw-gap-24 {
  grid-gap: 6rem;
  gap: 6rem;
}

#app .tw-gap-32 {
  grid-gap: 8rem;
  gap: 8rem;
}

#app .tw-gap-40 {
  grid-gap: 10rem;
  gap: 10rem;
}

#app .tw-gap-48 {
  grid-gap: 12rem;
  gap: 12rem;
}

#app .tw-gap-56 {
  grid-gap: 14rem;
  gap: 14rem;
}

#app .tw-gap-64 {
  grid-gap: 16rem;
  gap: 16rem;
}

#app .tw-gap-px {
  grid-gap: 1px;
  gap: 1px;
}

#app .tw-col-gap-0 {
  grid-column-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

#app .tw-col-gap-1 {
  grid-column-gap: 0.25rem;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

#app .tw-col-gap-2 {
  grid-column-gap: 0.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

#app .tw-col-gap-3 {
  grid-column-gap: 0.75rem;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

#app .tw-col-gap-4 {
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

#app .tw-col-gap-5 {
  grid-column-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

#app .tw-col-gap-6 {
  grid-column-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

#app .tw-col-gap-8 {
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

#app .tw-col-gap-10 {
  grid-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

#app .tw-col-gap-12 {
  grid-column-gap: 3rem;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

#app .tw-col-gap-16 {
  grid-column-gap: 4rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

#app .tw-col-gap-20 {
  grid-column-gap: 5rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

#app .tw-col-gap-24 {
  grid-column-gap: 6rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

#app .tw-col-gap-32 {
  grid-column-gap: 8rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

#app .tw-col-gap-40 {
  grid-column-gap: 10rem;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

#app .tw-col-gap-48 {
  grid-column-gap: 12rem;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}

#app .tw-col-gap-56 {
  grid-column-gap: 14rem;
  -webkit-column-gap: 14rem;
     -moz-column-gap: 14rem;
          column-gap: 14rem;
}

#app .tw-col-gap-64 {
  grid-column-gap: 16rem;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

#app .tw-col-gap-px {
  grid-column-gap: 1px;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}

#app .tw-row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0;
}

#app .tw-row-gap-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

#app .tw-row-gap-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

#app .tw-row-gap-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

#app .tw-row-gap-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

#app .tw-row-gap-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

#app .tw-row-gap-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

#app .tw-row-gap-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

#app .tw-row-gap-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

#app .tw-row-gap-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

#app .tw-row-gap-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

#app .tw-row-gap-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

#app .tw-row-gap-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

#app .tw-row-gap-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

#app .tw-row-gap-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

#app .tw-row-gap-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

#app .tw-row-gap-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

#app .tw-row-gap-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

#app .tw-row-gap-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}

#app .tw-grid-flow-row {
  grid-auto-flow: row;
}

#app .tw-grid-flow-col {
  grid-auto-flow: column;
}

#app .tw-grid-flow-row-dense {
  grid-auto-flow: row dense;
}

#app .tw-grid-flow-col-dense {
  grid-auto-flow: column dense;
}

#app .tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

#app .tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#app .tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#app .tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#app .tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#app .tw-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

#app .tw-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

#app .tw-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

#app .tw-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

#app .tw-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

#app .tw-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

#app .tw-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

#app .tw-grid-cols-none {
  grid-template-columns: none;
}

#app .tw-col-auto {
  grid-column: auto;
}

#app .tw-col-span-1 {
  grid-column: span 1 / span 1;
}

#app .tw-col-span-2 {
  grid-column: span 2 / span 2;
}

#app .tw-col-span-3 {
  grid-column: span 3 / span 3;
}

#app .tw-col-span-4 {
  grid-column: span 4 / span 4;
}

#app .tw-col-span-5 {
  grid-column: span 5 / span 5;
}

#app .tw-col-span-6 {
  grid-column: span 6 / span 6;
}

#app .tw-col-span-7 {
  grid-column: span 7 / span 7;
}

#app .tw-col-span-8 {
  grid-column: span 8 / span 8;
}

#app .tw-col-span-9 {
  grid-column: span 9 / span 9;
}

#app .tw-col-span-10 {
  grid-column: span 10 / span 10;
}

#app .tw-col-span-11 {
  grid-column: span 11 / span 11;
}

#app .tw-col-span-12 {
  grid-column: span 12 / span 12;
}

#app .tw-col-start-1 {
  grid-column-start: 1;
}

#app .tw-col-start-2 {
  grid-column-start: 2;
}

#app .tw-col-start-3 {
  grid-column-start: 3;
}

#app .tw-col-start-4 {
  grid-column-start: 4;
}

#app .tw-col-start-5 {
  grid-column-start: 5;
}

#app .tw-col-start-6 {
  grid-column-start: 6;
}

#app .tw-col-start-7 {
  grid-column-start: 7;
}

#app .tw-col-start-8 {
  grid-column-start: 8;
}

#app .tw-col-start-9 {
  grid-column-start: 9;
}

#app .tw-col-start-10 {
  grid-column-start: 10;
}

#app .tw-col-start-11 {
  grid-column-start: 11;
}

#app .tw-col-start-12 {
  grid-column-start: 12;
}

#app .tw-col-start-13 {
  grid-column-start: 13;
}

#app .tw-col-start-auto {
  grid-column-start: auto;
}

#app .tw-col-end-1 {
  grid-column-end: 1;
}

#app .tw-col-end-2 {
  grid-column-end: 2;
}

#app .tw-col-end-3 {
  grid-column-end: 3;
}

#app .tw-col-end-4 {
  grid-column-end: 4;
}

#app .tw-col-end-5 {
  grid-column-end: 5;
}

#app .tw-col-end-6 {
  grid-column-end: 6;
}

#app .tw-col-end-7 {
  grid-column-end: 7;
}

#app .tw-col-end-8 {
  grid-column-end: 8;
}

#app .tw-col-end-9 {
  grid-column-end: 9;
}

#app .tw-col-end-10 {
  grid-column-end: 10;
}

#app .tw-col-end-11 {
  grid-column-end: 11;
}

#app .tw-col-end-12 {
  grid-column-end: 12;
}

#app .tw-col-end-13 {
  grid-column-end: 13;
}

#app .tw-col-end-auto {
  grid-column-end: auto;
}

#app .tw-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

#app .tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

#app .tw-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

#app .tw-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

#app .tw-grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

#app .tw-grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

#app .tw-grid-rows-none {
  grid-template-rows: none;
}

#app .tw-row-auto {
  grid-row: auto;
}

#app .tw-row-span-1 {
  grid-row: span 1 / span 1;
}

#app .tw-row-span-2 {
  grid-row: span 2 / span 2;
}

#app .tw-row-span-3 {
  grid-row: span 3 / span 3;
}

#app .tw-row-span-4 {
  grid-row: span 4 / span 4;
}

#app .tw-row-span-5 {
  grid-row: span 5 / span 5;
}

#app .tw-row-span-6 {
  grid-row: span 6 / span 6;
}

#app .tw-row-start-1 {
  grid-row-start: 1;
}

#app .tw-row-start-2 {
  grid-row-start: 2;
}

#app .tw-row-start-3 {
  grid-row-start: 3;
}

#app .tw-row-start-4 {
  grid-row-start: 4;
}

#app .tw-row-start-5 {
  grid-row-start: 5;
}

#app .tw-row-start-6 {
  grid-row-start: 6;
}

#app .tw-row-start-7 {
  grid-row-start: 7;
}

#app .tw-row-start-auto {
  grid-row-start: auto;
}

#app .tw-row-end-1 {
  grid-row-end: 1;
}

#app .tw-row-end-2 {
  grid-row-end: 2;
}

#app .tw-row-end-3 {
  grid-row-end: 3;
}

#app .tw-row-end-4 {
  grid-row-end: 4;
}

#app .tw-row-end-5 {
  grid-row-end: 5;
}

#app .tw-row-end-6 {
  grid-row-end: 6;
}

#app .tw-row-end-7 {
  grid-row-end: 7;
}

#app .tw-row-end-auto {
  grid-row-end: auto;
}

#app .tw-transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

#app .tw-transform-none {
  transform: none;
}

#app .tw-origin-center {
  transform-origin: center;
}

#app .tw-origin-top {
  transform-origin: top;
}

#app .tw-origin-top-right {
  transform-origin: top right;
}

#app .tw-origin-right {
  transform-origin: right;
}

#app .tw-origin-bottom-right {
  transform-origin: bottom right;
}

#app .tw-origin-bottom {
  transform-origin: bottom;
}

#app .tw-origin-bottom-left {
  transform-origin: bottom left;
}

#app .tw-origin-left {
  transform-origin: left;
}

#app .tw-origin-top-left {
  transform-origin: top left;
}

#app .tw-scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

#app .tw-scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

#app .tw-scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

#app .tw-scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

#app .tw-scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

#app .tw-scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

#app .tw-scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

#app .tw-scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

#app .tw-scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

#app .tw-scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

#app .tw-scale-x-0 {
  --transform-scale-x: 0;
}

#app .tw-scale-x-50 {
  --transform-scale-x: .5;
}

#app .tw-scale-x-75 {
  --transform-scale-x: .75;
}

#app .tw-scale-x-90 {
  --transform-scale-x: .9;
}

#app .tw-scale-x-95 {
  --transform-scale-x: .95;
}

#app .tw-scale-x-100 {
  --transform-scale-x: 1;
}

#app .tw-scale-x-105 {
  --transform-scale-x: 1.05;
}

#app .tw-scale-x-110 {
  --transform-scale-x: 1.1;
}

#app .tw-scale-x-125 {
  --transform-scale-x: 1.25;
}

#app .tw-scale-x-150 {
  --transform-scale-x: 1.5;
}

#app .tw-scale-y-0 {
  --transform-scale-y: 0;
}

#app .tw-scale-y-50 {
  --transform-scale-y: .5;
}

#app .tw-scale-y-75 {
  --transform-scale-y: .75;
}

#app .tw-scale-y-90 {
  --transform-scale-y: .9;
}

#app .tw-scale-y-95 {
  --transform-scale-y: .95;
}

#app .tw-scale-y-100 {
  --transform-scale-y: 1;
}

#app .tw-scale-y-105 {
  --transform-scale-y: 1.05;
}

#app .tw-scale-y-110 {
  --transform-scale-y: 1.1;
}

#app .tw-scale-y-125 {
  --transform-scale-y: 1.25;
}

#app .tw-scale-y-150 {
  --transform-scale-y: 1.5;
}

#app .hover\:tw-scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

#app .hover\:tw-scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

#app .hover\:tw-scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

#app .hover\:tw-scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

#app .hover\:tw-scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

#app .hover\:tw-scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

#app .hover\:tw-scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

#app .hover\:tw-scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

#app .hover\:tw-scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

#app .hover\:tw-scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

#app .hover\:tw-scale-x-0:hover {
  --transform-scale-x: 0;
}

#app .hover\:tw-scale-x-50:hover {
  --transform-scale-x: .5;
}

#app .hover\:tw-scale-x-75:hover {
  --transform-scale-x: .75;
}

#app .hover\:tw-scale-x-90:hover {
  --transform-scale-x: .9;
}

#app .hover\:tw-scale-x-95:hover {
  --transform-scale-x: .95;
}

#app .hover\:tw-scale-x-100:hover {
  --transform-scale-x: 1;
}

#app .hover\:tw-scale-x-105:hover {
  --transform-scale-x: 1.05;
}

#app .hover\:tw-scale-x-110:hover {
  --transform-scale-x: 1.1;
}

#app .hover\:tw-scale-x-125:hover {
  --transform-scale-x: 1.25;
}

#app .hover\:tw-scale-x-150:hover {
  --transform-scale-x: 1.5;
}

#app .hover\:tw-scale-y-0:hover {
  --transform-scale-y: 0;
}

#app .hover\:tw-scale-y-50:hover {
  --transform-scale-y: .5;
}

#app .hover\:tw-scale-y-75:hover {
  --transform-scale-y: .75;
}

#app .hover\:tw-scale-y-90:hover {
  --transform-scale-y: .9;
}

#app .hover\:tw-scale-y-95:hover {
  --transform-scale-y: .95;
}

#app .hover\:tw-scale-y-100:hover {
  --transform-scale-y: 1;
}

#app .hover\:tw-scale-y-105:hover {
  --transform-scale-y: 1.05;
}

#app .hover\:tw-scale-y-110:hover {
  --transform-scale-y: 1.1;
}

#app .hover\:tw-scale-y-125:hover {
  --transform-scale-y: 1.25;
}

#app .hover\:tw-scale-y-150:hover {
  --transform-scale-y: 1.5;
}

#app .focus\:tw-scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

#app .focus\:tw-scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

#app .focus\:tw-scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

#app .focus\:tw-scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

#app .focus\:tw-scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

#app .focus\:tw-scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

#app .focus\:tw-scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

#app .focus\:tw-scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

#app .focus\:tw-scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

#app .focus\:tw-scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

#app .focus\:tw-scale-x-0:focus {
  --transform-scale-x: 0;
}

#app .focus\:tw-scale-x-50:focus {
  --transform-scale-x: .5;
}

#app .focus\:tw-scale-x-75:focus {
  --transform-scale-x: .75;
}

#app .focus\:tw-scale-x-90:focus {
  --transform-scale-x: .9;
}

#app .focus\:tw-scale-x-95:focus {
  --transform-scale-x: .95;
}

#app .focus\:tw-scale-x-100:focus {
  --transform-scale-x: 1;
}

#app .focus\:tw-scale-x-105:focus {
  --transform-scale-x: 1.05;
}

#app .focus\:tw-scale-x-110:focus {
  --transform-scale-x: 1.1;
}

#app .focus\:tw-scale-x-125:focus {
  --transform-scale-x: 1.25;
}

#app .focus\:tw-scale-x-150:focus {
  --transform-scale-x: 1.5;
}

#app .focus\:tw-scale-y-0:focus {
  --transform-scale-y: 0;
}

#app .focus\:tw-scale-y-50:focus {
  --transform-scale-y: .5;
}

#app .focus\:tw-scale-y-75:focus {
  --transform-scale-y: .75;
}

#app .focus\:tw-scale-y-90:focus {
  --transform-scale-y: .9;
}

#app .focus\:tw-scale-y-95:focus {
  --transform-scale-y: .95;
}

#app .focus\:tw-scale-y-100:focus {
  --transform-scale-y: 1;
}

#app .focus\:tw-scale-y-105:focus {
  --transform-scale-y: 1.05;
}

#app .focus\:tw-scale-y-110:focus {
  --transform-scale-y: 1.1;
}

#app .focus\:tw-scale-y-125:focus {
  --transform-scale-y: 1.25;
}

#app .focus\:tw-scale-y-150:focus {
  --transform-scale-y: 1.5;
}

#app .tw-rotate-0 {
  --transform-rotate: 0;
}

#app .tw-rotate-45 {
  --transform-rotate: 45deg;
}

#app .tw-rotate-90 {
  --transform-rotate: 90deg;
}

#app .tw-rotate-180 {
  --transform-rotate: 180deg;
}

#app .tw--rotate-180 {
  --transform-rotate: -180deg;
}

#app .tw--rotate-90 {
  --transform-rotate: -90deg;
}

#app .tw--rotate-45 {
  --transform-rotate: -45deg;
}

#app .hover\:tw-rotate-0:hover {
  --transform-rotate: 0;
}

#app .hover\:tw-rotate-45:hover {
  --transform-rotate: 45deg;
}

#app .hover\:tw-rotate-90:hover {
  --transform-rotate: 90deg;
}

#app .hover\:tw-rotate-180:hover {
  --transform-rotate: 180deg;
}

#app .hover\:tw--rotate-180:hover {
  --transform-rotate: -180deg;
}

#app .hover\:tw--rotate-90:hover {
  --transform-rotate: -90deg;
}

#app .hover\:tw--rotate-45:hover {
  --transform-rotate: -45deg;
}

#app .focus\:tw-rotate-0:focus {
  --transform-rotate: 0;
}

#app .focus\:tw-rotate-45:focus {
  --transform-rotate: 45deg;
}

#app .focus\:tw-rotate-90:focus {
  --transform-rotate: 90deg;
}

#app .focus\:tw-rotate-180:focus {
  --transform-rotate: 180deg;
}

#app .focus\:tw--rotate-180:focus {
  --transform-rotate: -180deg;
}

#app .focus\:tw--rotate-90:focus {
  --transform-rotate: -90deg;
}

#app .focus\:tw--rotate-45:focus {
  --transform-rotate: -45deg;
}

#app .tw-translate-x-0 {
  --transform-translate-x: 0;
}

#app .tw-translate-x-1 {
  --transform-translate-x: 0.25rem;
}

#app .tw-translate-x-2 {
  --transform-translate-x: 0.5rem;
}

#app .tw-translate-x-3 {
  --transform-translate-x: 0.75rem;
}

#app .tw-translate-x-4 {
  --transform-translate-x: 1rem;
}

#app .tw-translate-x-5 {
  --transform-translate-x: 1.25rem;
}

#app .tw-translate-x-6 {
  --transform-translate-x: 1.5rem;
}

#app .tw-translate-x-8 {
  --transform-translate-x: 2rem;
}

#app .tw-translate-x-10 {
  --transform-translate-x: 2.5rem;
}

#app .tw-translate-x-12 {
  --transform-translate-x: 3rem;
}

#app .tw-translate-x-16 {
  --transform-translate-x: 4rem;
}

#app .tw-translate-x-20 {
  --transform-translate-x: 5rem;
}

#app .tw-translate-x-24 {
  --transform-translate-x: 6rem;
}

#app .tw-translate-x-32 {
  --transform-translate-x: 8rem;
}

#app .tw-translate-x-40 {
  --transform-translate-x: 10rem;
}

#app .tw-translate-x-48 {
  --transform-translate-x: 12rem;
}

#app .tw-translate-x-56 {
  --transform-translate-x: 14rem;
}

#app .tw-translate-x-64 {
  --transform-translate-x: 16rem;
}

#app .tw-translate-x-px {
  --transform-translate-x: 1px;
}

#app .tw--translate-x-1 {
  --transform-translate-x: -0.25rem;
}

#app .tw--translate-x-2 {
  --transform-translate-x: -0.5rem;
}

#app .tw--translate-x-3 {
  --transform-translate-x: -0.75rem;
}

#app .tw--translate-x-4 {
  --transform-translate-x: -1rem;
}

#app .tw--translate-x-5 {
  --transform-translate-x: -1.25rem;
}

#app .tw--translate-x-6 {
  --transform-translate-x: -1.5rem;
}

#app .tw--translate-x-8 {
  --transform-translate-x: -2rem;
}

#app .tw--translate-x-10 {
  --transform-translate-x: -2.5rem;
}

#app .tw--translate-x-12 {
  --transform-translate-x: -3rem;
}

#app .tw--translate-x-16 {
  --transform-translate-x: -4rem;
}

#app .tw--translate-x-20 {
  --transform-translate-x: -5rem;
}

#app .tw--translate-x-24 {
  --transform-translate-x: -6rem;
}

#app .tw--translate-x-32 {
  --transform-translate-x: -8rem;
}

#app .tw--translate-x-40 {
  --transform-translate-x: -10rem;
}

#app .tw--translate-x-48 {
  --transform-translate-x: -12rem;
}

#app .tw--translate-x-56 {
  --transform-translate-x: -14rem;
}

#app .tw--translate-x-64 {
  --transform-translate-x: -16rem;
}

#app .tw--translate-x-px {
  --transform-translate-x: -1px;
}

#app .tw--translate-x-full {
  --transform-translate-x: -100%;
}

#app .tw--translate-x-1\/2 {
  --transform-translate-x: -50%;
}

#app .tw-translate-x-1\/2 {
  --transform-translate-x: 50%;
}

#app .tw-translate-x-full {
  --transform-translate-x: 100%;
}

#app .tw-translate-y-0 {
  --transform-translate-y: 0;
}

#app .tw-translate-y-1 {
  --transform-translate-y: 0.25rem;
}

#app .tw-translate-y-2 {
  --transform-translate-y: 0.5rem;
}

#app .tw-translate-y-3 {
  --transform-translate-y: 0.75rem;
}

#app .tw-translate-y-4 {
  --transform-translate-y: 1rem;
}

#app .tw-translate-y-5 {
  --transform-translate-y: 1.25rem;
}

#app .tw-translate-y-6 {
  --transform-translate-y: 1.5rem;
}

#app .tw-translate-y-8 {
  --transform-translate-y: 2rem;
}

#app .tw-translate-y-10 {
  --transform-translate-y: 2.5rem;
}

#app .tw-translate-y-12 {
  --transform-translate-y: 3rem;
}

#app .tw-translate-y-16 {
  --transform-translate-y: 4rem;
}

#app .tw-translate-y-20 {
  --transform-translate-y: 5rem;
}

#app .tw-translate-y-24 {
  --transform-translate-y: 6rem;
}

#app .tw-translate-y-32 {
  --transform-translate-y: 8rem;
}

#app .tw-translate-y-40 {
  --transform-translate-y: 10rem;
}

#app .tw-translate-y-48 {
  --transform-translate-y: 12rem;
}

#app .tw-translate-y-56 {
  --transform-translate-y: 14rem;
}

#app .tw-translate-y-64 {
  --transform-translate-y: 16rem;
}

#app .tw-translate-y-px {
  --transform-translate-y: 1px;
}

#app .tw--translate-y-1 {
  --transform-translate-y: -0.25rem;
}

#app .tw--translate-y-2 {
  --transform-translate-y: -0.5rem;
}

#app .tw--translate-y-3 {
  --transform-translate-y: -0.75rem;
}

#app .tw--translate-y-4 {
  --transform-translate-y: -1rem;
}

#app .tw--translate-y-5 {
  --transform-translate-y: -1.25rem;
}

#app .tw--translate-y-6 {
  --transform-translate-y: -1.5rem;
}

#app .tw--translate-y-8 {
  --transform-translate-y: -2rem;
}

#app .tw--translate-y-10 {
  --transform-translate-y: -2.5rem;
}

#app .tw--translate-y-12 {
  --transform-translate-y: -3rem;
}

#app .tw--translate-y-16 {
  --transform-translate-y: -4rem;
}

#app .tw--translate-y-20 {
  --transform-translate-y: -5rem;
}

#app .tw--translate-y-24 {
  --transform-translate-y: -6rem;
}

#app .tw--translate-y-32 {
  --transform-translate-y: -8rem;
}

#app .tw--translate-y-40 {
  --transform-translate-y: -10rem;
}

#app .tw--translate-y-48 {
  --transform-translate-y: -12rem;
}

#app .tw--translate-y-56 {
  --transform-translate-y: -14rem;
}

#app .tw--translate-y-64 {
  --transform-translate-y: -16rem;
}

#app .tw--translate-y-px {
  --transform-translate-y: -1px;
}

#app .tw--translate-y-full {
  --transform-translate-y: -100%;
}

#app .tw--translate-y-1\/2 {
  --transform-translate-y: -50%;
}

#app .tw-translate-y-1\/2 {
  --transform-translate-y: 50%;
}

#app .tw-translate-y-full {
  --transform-translate-y: 100%;
}

#app .hover\:tw-translate-x-0:hover {
  --transform-translate-x: 0;
}

#app .hover\:tw-translate-x-1:hover {
  --transform-translate-x: 0.25rem;
}

#app .hover\:tw-translate-x-2:hover {
  --transform-translate-x: 0.5rem;
}

#app .hover\:tw-translate-x-3:hover {
  --transform-translate-x: 0.75rem;
}

#app .hover\:tw-translate-x-4:hover {
  --transform-translate-x: 1rem;
}

#app .hover\:tw-translate-x-5:hover {
  --transform-translate-x: 1.25rem;
}

#app .hover\:tw-translate-x-6:hover {
  --transform-translate-x: 1.5rem;
}

#app .hover\:tw-translate-x-8:hover {
  --transform-translate-x: 2rem;
}

#app .hover\:tw-translate-x-10:hover {
  --transform-translate-x: 2.5rem;
}

#app .hover\:tw-translate-x-12:hover {
  --transform-translate-x: 3rem;
}

#app .hover\:tw-translate-x-16:hover {
  --transform-translate-x: 4rem;
}

#app .hover\:tw-translate-x-20:hover {
  --transform-translate-x: 5rem;
}

#app .hover\:tw-translate-x-24:hover {
  --transform-translate-x: 6rem;
}

#app .hover\:tw-translate-x-32:hover {
  --transform-translate-x: 8rem;
}

#app .hover\:tw-translate-x-40:hover {
  --transform-translate-x: 10rem;
}

#app .hover\:tw-translate-x-48:hover {
  --transform-translate-x: 12rem;
}

#app .hover\:tw-translate-x-56:hover {
  --transform-translate-x: 14rem;
}

#app .hover\:tw-translate-x-64:hover {
  --transform-translate-x: 16rem;
}

#app .hover\:tw-translate-x-px:hover {
  --transform-translate-x: 1px;
}

#app .hover\:tw--translate-x-1:hover {
  --transform-translate-x: -0.25rem;
}

#app .hover\:tw--translate-x-2:hover {
  --transform-translate-x: -0.5rem;
}

#app .hover\:tw--translate-x-3:hover {
  --transform-translate-x: -0.75rem;
}

#app .hover\:tw--translate-x-4:hover {
  --transform-translate-x: -1rem;
}

#app .hover\:tw--translate-x-5:hover {
  --transform-translate-x: -1.25rem;
}

#app .hover\:tw--translate-x-6:hover {
  --transform-translate-x: -1.5rem;
}

#app .hover\:tw--translate-x-8:hover {
  --transform-translate-x: -2rem;
}

#app .hover\:tw--translate-x-10:hover {
  --transform-translate-x: -2.5rem;
}

#app .hover\:tw--translate-x-12:hover {
  --transform-translate-x: -3rem;
}

#app .hover\:tw--translate-x-16:hover {
  --transform-translate-x: -4rem;
}

#app .hover\:tw--translate-x-20:hover {
  --transform-translate-x: -5rem;
}

#app .hover\:tw--translate-x-24:hover {
  --transform-translate-x: -6rem;
}

#app .hover\:tw--translate-x-32:hover {
  --transform-translate-x: -8rem;
}

#app .hover\:tw--translate-x-40:hover {
  --transform-translate-x: -10rem;
}

#app .hover\:tw--translate-x-48:hover {
  --transform-translate-x: -12rem;
}

#app .hover\:tw--translate-x-56:hover {
  --transform-translate-x: -14rem;
}

#app .hover\:tw--translate-x-64:hover {
  --transform-translate-x: -16rem;
}

#app .hover\:tw--translate-x-px:hover {
  --transform-translate-x: -1px;
}

#app .hover\:tw--translate-x-full:hover {
  --transform-translate-x: -100%;
}

#app .hover\:tw--translate-x-1\/2:hover {
  --transform-translate-x: -50%;
}

#app .hover\:tw-translate-x-1\/2:hover {
  --transform-translate-x: 50%;
}

#app .hover\:tw-translate-x-full:hover {
  --transform-translate-x: 100%;
}

#app .hover\:tw-translate-y-0:hover {
  --transform-translate-y: 0;
}

#app .hover\:tw-translate-y-1:hover {
  --transform-translate-y: 0.25rem;
}

#app .hover\:tw-translate-y-2:hover {
  --transform-translate-y: 0.5rem;
}

#app .hover\:tw-translate-y-3:hover {
  --transform-translate-y: 0.75rem;
}

#app .hover\:tw-translate-y-4:hover {
  --transform-translate-y: 1rem;
}

#app .hover\:tw-translate-y-5:hover {
  --transform-translate-y: 1.25rem;
}

#app .hover\:tw-translate-y-6:hover {
  --transform-translate-y: 1.5rem;
}

#app .hover\:tw-translate-y-8:hover {
  --transform-translate-y: 2rem;
}

#app .hover\:tw-translate-y-10:hover {
  --transform-translate-y: 2.5rem;
}

#app .hover\:tw-translate-y-12:hover {
  --transform-translate-y: 3rem;
}

#app .hover\:tw-translate-y-16:hover {
  --transform-translate-y: 4rem;
}

#app .hover\:tw-translate-y-20:hover {
  --transform-translate-y: 5rem;
}

#app .hover\:tw-translate-y-24:hover {
  --transform-translate-y: 6rem;
}

#app .hover\:tw-translate-y-32:hover {
  --transform-translate-y: 8rem;
}

#app .hover\:tw-translate-y-40:hover {
  --transform-translate-y: 10rem;
}

#app .hover\:tw-translate-y-48:hover {
  --transform-translate-y: 12rem;
}

#app .hover\:tw-translate-y-56:hover {
  --transform-translate-y: 14rem;
}

#app .hover\:tw-translate-y-64:hover {
  --transform-translate-y: 16rem;
}

#app .hover\:tw-translate-y-px:hover {
  --transform-translate-y: 1px;
}

#app .hover\:tw--translate-y-1:hover {
  --transform-translate-y: -0.25rem;
}

#app .hover\:tw--translate-y-2:hover {
  --transform-translate-y: -0.5rem;
}

#app .hover\:tw--translate-y-3:hover {
  --transform-translate-y: -0.75rem;
}

#app .hover\:tw--translate-y-4:hover {
  --transform-translate-y: -1rem;
}

#app .hover\:tw--translate-y-5:hover {
  --transform-translate-y: -1.25rem;
}

#app .hover\:tw--translate-y-6:hover {
  --transform-translate-y: -1.5rem;
}

#app .hover\:tw--translate-y-8:hover {
  --transform-translate-y: -2rem;
}

#app .hover\:tw--translate-y-10:hover {
  --transform-translate-y: -2.5rem;
}

#app .hover\:tw--translate-y-12:hover {
  --transform-translate-y: -3rem;
}

#app .hover\:tw--translate-y-16:hover {
  --transform-translate-y: -4rem;
}

#app .hover\:tw--translate-y-20:hover {
  --transform-translate-y: -5rem;
}

#app .hover\:tw--translate-y-24:hover {
  --transform-translate-y: -6rem;
}

#app .hover\:tw--translate-y-32:hover {
  --transform-translate-y: -8rem;
}

#app .hover\:tw--translate-y-40:hover {
  --transform-translate-y: -10rem;
}

#app .hover\:tw--translate-y-48:hover {
  --transform-translate-y: -12rem;
}

#app .hover\:tw--translate-y-56:hover {
  --transform-translate-y: -14rem;
}

#app .hover\:tw--translate-y-64:hover {
  --transform-translate-y: -16rem;
}

#app .hover\:tw--translate-y-px:hover {
  --transform-translate-y: -1px;
}

#app .hover\:tw--translate-y-full:hover {
  --transform-translate-y: -100%;
}

#app .hover\:tw--translate-y-1\/2:hover {
  --transform-translate-y: -50%;
}

#app .hover\:tw-translate-y-1\/2:hover {
  --transform-translate-y: 50%;
}

#app .hover\:tw-translate-y-full:hover {
  --transform-translate-y: 100%;
}

#app .focus\:tw-translate-x-0:focus {
  --transform-translate-x: 0;
}

#app .focus\:tw-translate-x-1:focus {
  --transform-translate-x: 0.25rem;
}

#app .focus\:tw-translate-x-2:focus {
  --transform-translate-x: 0.5rem;
}

#app .focus\:tw-translate-x-3:focus {
  --transform-translate-x: 0.75rem;
}

#app .focus\:tw-translate-x-4:focus {
  --transform-translate-x: 1rem;
}

#app .focus\:tw-translate-x-5:focus {
  --transform-translate-x: 1.25rem;
}

#app .focus\:tw-translate-x-6:focus {
  --transform-translate-x: 1.5rem;
}

#app .focus\:tw-translate-x-8:focus {
  --transform-translate-x: 2rem;
}

#app .focus\:tw-translate-x-10:focus {
  --transform-translate-x: 2.5rem;
}

#app .focus\:tw-translate-x-12:focus {
  --transform-translate-x: 3rem;
}

#app .focus\:tw-translate-x-16:focus {
  --transform-translate-x: 4rem;
}

#app .focus\:tw-translate-x-20:focus {
  --transform-translate-x: 5rem;
}

#app .focus\:tw-translate-x-24:focus {
  --transform-translate-x: 6rem;
}

#app .focus\:tw-translate-x-32:focus {
  --transform-translate-x: 8rem;
}

#app .focus\:tw-translate-x-40:focus {
  --transform-translate-x: 10rem;
}

#app .focus\:tw-translate-x-48:focus {
  --transform-translate-x: 12rem;
}

#app .focus\:tw-translate-x-56:focus {
  --transform-translate-x: 14rem;
}

#app .focus\:tw-translate-x-64:focus {
  --transform-translate-x: 16rem;
}

#app .focus\:tw-translate-x-px:focus {
  --transform-translate-x: 1px;
}

#app .focus\:tw--translate-x-1:focus {
  --transform-translate-x: -0.25rem;
}

#app .focus\:tw--translate-x-2:focus {
  --transform-translate-x: -0.5rem;
}

#app .focus\:tw--translate-x-3:focus {
  --transform-translate-x: -0.75rem;
}

#app .focus\:tw--translate-x-4:focus {
  --transform-translate-x: -1rem;
}

#app .focus\:tw--translate-x-5:focus {
  --transform-translate-x: -1.25rem;
}

#app .focus\:tw--translate-x-6:focus {
  --transform-translate-x: -1.5rem;
}

#app .focus\:tw--translate-x-8:focus {
  --transform-translate-x: -2rem;
}

#app .focus\:tw--translate-x-10:focus {
  --transform-translate-x: -2.5rem;
}

#app .focus\:tw--translate-x-12:focus {
  --transform-translate-x: -3rem;
}

#app .focus\:tw--translate-x-16:focus {
  --transform-translate-x: -4rem;
}

#app .focus\:tw--translate-x-20:focus {
  --transform-translate-x: -5rem;
}

#app .focus\:tw--translate-x-24:focus {
  --transform-translate-x: -6rem;
}

#app .focus\:tw--translate-x-32:focus {
  --transform-translate-x: -8rem;
}

#app .focus\:tw--translate-x-40:focus {
  --transform-translate-x: -10rem;
}

#app .focus\:tw--translate-x-48:focus {
  --transform-translate-x: -12rem;
}

#app .focus\:tw--translate-x-56:focus {
  --transform-translate-x: -14rem;
}

#app .focus\:tw--translate-x-64:focus {
  --transform-translate-x: -16rem;
}

#app .focus\:tw--translate-x-px:focus {
  --transform-translate-x: -1px;
}

#app .focus\:tw--translate-x-full:focus {
  --transform-translate-x: -100%;
}

#app .focus\:tw--translate-x-1\/2:focus {
  --transform-translate-x: -50%;
}

#app .focus\:tw-translate-x-1\/2:focus {
  --transform-translate-x: 50%;
}

#app .focus\:tw-translate-x-full:focus {
  --transform-translate-x: 100%;
}

#app .focus\:tw-translate-y-0:focus {
  --transform-translate-y: 0;
}

#app .focus\:tw-translate-y-1:focus {
  --transform-translate-y: 0.25rem;
}

#app .focus\:tw-translate-y-2:focus {
  --transform-translate-y: 0.5rem;
}

#app .focus\:tw-translate-y-3:focus {
  --transform-translate-y: 0.75rem;
}

#app .focus\:tw-translate-y-4:focus {
  --transform-translate-y: 1rem;
}

#app .focus\:tw-translate-y-5:focus {
  --transform-translate-y: 1.25rem;
}

#app .focus\:tw-translate-y-6:focus {
  --transform-translate-y: 1.5rem;
}

#app .focus\:tw-translate-y-8:focus {
  --transform-translate-y: 2rem;
}

#app .focus\:tw-translate-y-10:focus {
  --transform-translate-y: 2.5rem;
}

#app .focus\:tw-translate-y-12:focus {
  --transform-translate-y: 3rem;
}

#app .focus\:tw-translate-y-16:focus {
  --transform-translate-y: 4rem;
}

#app .focus\:tw-translate-y-20:focus {
  --transform-translate-y: 5rem;
}

#app .focus\:tw-translate-y-24:focus {
  --transform-translate-y: 6rem;
}

#app .focus\:tw-translate-y-32:focus {
  --transform-translate-y: 8rem;
}

#app .focus\:tw-translate-y-40:focus {
  --transform-translate-y: 10rem;
}

#app .focus\:tw-translate-y-48:focus {
  --transform-translate-y: 12rem;
}

#app .focus\:tw-translate-y-56:focus {
  --transform-translate-y: 14rem;
}

#app .focus\:tw-translate-y-64:focus {
  --transform-translate-y: 16rem;
}

#app .focus\:tw-translate-y-px:focus {
  --transform-translate-y: 1px;
}

#app .focus\:tw--translate-y-1:focus {
  --transform-translate-y: -0.25rem;
}

#app .focus\:tw--translate-y-2:focus {
  --transform-translate-y: -0.5rem;
}

#app .focus\:tw--translate-y-3:focus {
  --transform-translate-y: -0.75rem;
}

#app .focus\:tw--translate-y-4:focus {
  --transform-translate-y: -1rem;
}

#app .focus\:tw--translate-y-5:focus {
  --transform-translate-y: -1.25rem;
}

#app .focus\:tw--translate-y-6:focus {
  --transform-translate-y: -1.5rem;
}

#app .focus\:tw--translate-y-8:focus {
  --transform-translate-y: -2rem;
}

#app .focus\:tw--translate-y-10:focus {
  --transform-translate-y: -2.5rem;
}

#app .focus\:tw--translate-y-12:focus {
  --transform-translate-y: -3rem;
}

#app .focus\:tw--translate-y-16:focus {
  --transform-translate-y: -4rem;
}

#app .focus\:tw--translate-y-20:focus {
  --transform-translate-y: -5rem;
}

#app .focus\:tw--translate-y-24:focus {
  --transform-translate-y: -6rem;
}

#app .focus\:tw--translate-y-32:focus {
  --transform-translate-y: -8rem;
}

#app .focus\:tw--translate-y-40:focus {
  --transform-translate-y: -10rem;
}

#app .focus\:tw--translate-y-48:focus {
  --transform-translate-y: -12rem;
}

#app .focus\:tw--translate-y-56:focus {
  --transform-translate-y: -14rem;
}

#app .focus\:tw--translate-y-64:focus {
  --transform-translate-y: -16rem;
}

#app .focus\:tw--translate-y-px:focus {
  --transform-translate-y: -1px;
}

#app .focus\:tw--translate-y-full:focus {
  --transform-translate-y: -100%;
}

#app .focus\:tw--translate-y-1\/2:focus {
  --transform-translate-y: -50%;
}

#app .focus\:tw-translate-y-1\/2:focus {
  --transform-translate-y: 50%;
}

#app .focus\:tw-translate-y-full:focus {
  --transform-translate-y: 100%;
}

#app .tw-skew-x-0 {
  --transform-skew-x: 0;
}

#app .tw-skew-x-3 {
  --transform-skew-x: 3deg;
}

#app .tw-skew-x-6 {
  --transform-skew-x: 6deg;
}

#app .tw-skew-x-12 {
  --transform-skew-x: 12deg;
}

#app .tw--skew-x-12 {
  --transform-skew-x: -12deg;
}

#app .tw--skew-x-6 {
  --transform-skew-x: -6deg;
}

#app .tw--skew-x-3 {
  --transform-skew-x: -3deg;
}

#app .tw-skew-y-0 {
  --transform-skew-y: 0;
}

#app .tw-skew-y-3 {
  --transform-skew-y: 3deg;
}

#app .tw-skew-y-6 {
  --transform-skew-y: 6deg;
}

#app .tw-skew-y-12 {
  --transform-skew-y: 12deg;
}

#app .tw--skew-y-12 {
  --transform-skew-y: -12deg;
}

#app .tw--skew-y-6 {
  --transform-skew-y: -6deg;
}

#app .tw--skew-y-3 {
  --transform-skew-y: -3deg;
}

#app .hover\:tw-skew-x-0:hover {
  --transform-skew-x: 0;
}

#app .hover\:tw-skew-x-3:hover {
  --transform-skew-x: 3deg;
}

#app .hover\:tw-skew-x-6:hover {
  --transform-skew-x: 6deg;
}

#app .hover\:tw-skew-x-12:hover {
  --transform-skew-x: 12deg;
}

#app .hover\:tw--skew-x-12:hover {
  --transform-skew-x: -12deg;
}

#app .hover\:tw--skew-x-6:hover {
  --transform-skew-x: -6deg;
}

#app .hover\:tw--skew-x-3:hover {
  --transform-skew-x: -3deg;
}

#app .hover\:tw-skew-y-0:hover {
  --transform-skew-y: 0;
}

#app .hover\:tw-skew-y-3:hover {
  --transform-skew-y: 3deg;
}

#app .hover\:tw-skew-y-6:hover {
  --transform-skew-y: 6deg;
}

#app .hover\:tw-skew-y-12:hover {
  --transform-skew-y: 12deg;
}

#app .hover\:tw--skew-y-12:hover {
  --transform-skew-y: -12deg;
}

#app .hover\:tw--skew-y-6:hover {
  --transform-skew-y: -6deg;
}

#app .hover\:tw--skew-y-3:hover {
  --transform-skew-y: -3deg;
}

#app .focus\:tw-skew-x-0:focus {
  --transform-skew-x: 0;
}

#app .focus\:tw-skew-x-3:focus {
  --transform-skew-x: 3deg;
}

#app .focus\:tw-skew-x-6:focus {
  --transform-skew-x: 6deg;
}

#app .focus\:tw-skew-x-12:focus {
  --transform-skew-x: 12deg;
}

#app .focus\:tw--skew-x-12:focus {
  --transform-skew-x: -12deg;
}

#app .focus\:tw--skew-x-6:focus {
  --transform-skew-x: -6deg;
}

#app .focus\:tw--skew-x-3:focus {
  --transform-skew-x: -3deg;
}

#app .focus\:tw-skew-y-0:focus {
  --transform-skew-y: 0;
}

#app .focus\:tw-skew-y-3:focus {
  --transform-skew-y: 3deg;
}

#app .focus\:tw-skew-y-6:focus {
  --transform-skew-y: 6deg;
}

#app .focus\:tw-skew-y-12:focus {
  --transform-skew-y: 12deg;
}

#app .focus\:tw--skew-y-12:focus {
  --transform-skew-y: -12deg;
}

#app .focus\:tw--skew-y-6:focus {
  --transform-skew-y: -6deg;
}

#app .focus\:tw--skew-y-3:focus {
  --transform-skew-y: -3deg;
}

#app .tw-transition-none {
  transition-property: none;
}

#app .tw-transition-all {
  transition-property: all;
}

#app .tw-transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

#app .tw-transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}

#app .tw-transition-opacity {
  transition-property: opacity;
}

#app .tw-transition-shadow {
  transition-property: box-shadow;
}

#app .tw-transition-transform {
  transition-property: transform;
}

#app .tw-ease-linear {
  transition-timing-function: linear;
}

#app .tw-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

#app .tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#app .tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#app .tw-duration-75 {
  transition-duration: 75ms;
}

#app .tw-duration-100 {
  transition-duration: 100ms;
}

#app .tw-duration-150 {
  transition-duration: 150ms;
}

#app .tw-duration-200 {
  transition-duration: 200ms;
}

#app .tw-duration-300 {
  transition-duration: 300ms;
}

#app .tw-duration-500 {
  transition-duration: 500ms;
}

#app .tw-duration-700 {
  transition-duration: 700ms;
}

#app .tw-duration-1000 {
  transition-duration: 1000ms;
}

@media (min-width: 640px) {
  #app .sm\:tw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

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

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

  #app .sm\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  #app .sm\:tw-bg-fixed {
    background-attachment: fixed;
  }

  #app .sm\:tw-bg-local {
    background-attachment: local;
  }

  #app .sm\:tw-bg-scroll {
    background-attachment: scroll;
  }

  #app .sm\:tw-bg-transparent {
    background-color: transparent;
  }

  #app .sm\:tw-bg-black {
    background-color: #000;
  }

  #app .sm\:tw-bg-white {
    background-color: #fff;
  }

  #app .sm\:tw-bg-gray-100 {
    background-color: #f7fafc;
  }

  #app .sm\:tw-bg-gray-200 {
    background-color: #edf2f7;
  }

  #app .sm\:tw-bg-gray-300 {
    background-color: #e2e8f0;
  }

  #app .sm\:tw-bg-gray-400 {
    background-color: #cbd5e0;
  }

  #app .sm\:tw-bg-gray-500 {
    background-color: #a0aec0;
  }

  #app .sm\:tw-bg-gray-600 {
    background-color: #718096;
  }

  #app .sm\:tw-bg-gray-700 {
    background-color: #4a5568;
  }

  #app .sm\:tw-bg-gray-800 {
    background-color: #2d3748;
  }

  #app .sm\:tw-bg-gray-900 {
    background-color: #1a202c;
  }

  #app .sm\:tw-bg-red-100 {
    background-color: #fff5f5;
  }

  #app .sm\:tw-bg-red-200 {
    background-color: #fed7d7;
  }

  #app .sm\:tw-bg-red-300 {
    background-color: #feb2b2;
  }

  #app .sm\:tw-bg-red-400 {
    background-color: #fc8181;
  }

  #app .sm\:tw-bg-red-500 {
    background-color: #f56565;
  }

  #app .sm\:tw-bg-red-600 {
    background-color: #e53e3e;
  }

  #app .sm\:tw-bg-red-700 {
    background-color: #c53030;
  }

  #app .sm\:tw-bg-red-800 {
    background-color: #9b2c2c;
  }

  #app .sm\:tw-bg-red-900 {
    background-color: #742a2a;
  }

  #app .sm\:tw-bg-orange-100 {
    background-color: #fffaf0;
  }

  #app .sm\:tw-bg-orange-200 {
    background-color: #feebc8;
  }

  #app .sm\:tw-bg-orange-300 {
    background-color: #fbd38d;
  }

  #app .sm\:tw-bg-orange-400 {
    background-color: #f6ad55;
  }

  #app .sm\:tw-bg-orange-500 {
    background-color: #ed8936;
  }

  #app .sm\:tw-bg-orange-600 {
    background-color: #dd6b20;
  }

  #app .sm\:tw-bg-orange-700 {
    background-color: #c05621;
  }

  #app .sm\:tw-bg-orange-800 {
    background-color: #9c4221;
  }

  #app .sm\:tw-bg-orange-900 {
    background-color: #7b341e;
  }

  #app .sm\:tw-bg-yellow-100 {
    background-color: #fffff0;
  }

  #app .sm\:tw-bg-yellow-200 {
    background-color: #fefcbf;
  }

  #app .sm\:tw-bg-yellow-300 {
    background-color: #faf089;
  }

  #app .sm\:tw-bg-yellow-400 {
    background-color: #f6e05e;
  }

  #app .sm\:tw-bg-yellow-500 {
    background-color: #ecc94b;
  }

  #app .sm\:tw-bg-yellow-600 {
    background-color: #d69e2e;
  }

  #app .sm\:tw-bg-yellow-700 {
    background-color: #b7791f;
  }

  #app .sm\:tw-bg-yellow-800 {
    background-color: #975a16;
  }

  #app .sm\:tw-bg-yellow-900 {
    background-color: #744210;
  }

  #app .sm\:tw-bg-green-100 {
    background-color: #f0fff4;
  }

  #app .sm\:tw-bg-green-200 {
    background-color: #c6f6d5;
  }

  #app .sm\:tw-bg-green-300 {
    background-color: #9ae6b4;
  }

  #app .sm\:tw-bg-green-400 {
    background-color: #68d391;
  }

  #app .sm\:tw-bg-green-500 {
    background-color: #48bb78;
  }

  #app .sm\:tw-bg-green-600 {
    background-color: #38a169;
  }

  #app .sm\:tw-bg-green-700 {
    background-color: #2f855a;
  }

  #app .sm\:tw-bg-green-800 {
    background-color: #276749;
  }

  #app .sm\:tw-bg-green-900 {
    background-color: #22543d;
  }

  #app .sm\:tw-bg-teal-100 {
    background-color: #e6fffa;
  }

  #app .sm\:tw-bg-teal-200 {
    background-color: #b2f5ea;
  }

  #app .sm\:tw-bg-teal-300 {
    background-color: #81e6d9;
  }

  #app .sm\:tw-bg-teal-400 {
    background-color: #4fd1c5;
  }

  #app .sm\:tw-bg-teal-500 {
    background-color: #38b2ac;
  }

  #app .sm\:tw-bg-teal-600 {
    background-color: #319795;
  }

  #app .sm\:tw-bg-teal-700 {
    background-color: #2c7a7b;
  }

  #app .sm\:tw-bg-teal-800 {
    background-color: #285e61;
  }

  #app .sm\:tw-bg-teal-900 {
    background-color: #234e52;
  }

  #app .sm\:tw-bg-blue-100 {
    background-color: #ebf8ff;
  }

  #app .sm\:tw-bg-blue-200 {
    background-color: #bee3f8;
  }

  #app .sm\:tw-bg-blue-300 {
    background-color: #90cdf4;
  }

  #app .sm\:tw-bg-blue-400 {
    background-color: #63b3ed;
  }

  #app .sm\:tw-bg-blue-500 {
    background-color: #4299e1;
  }

  #app .sm\:tw-bg-blue-600 {
    background-color: #3182ce;
  }

  #app .sm\:tw-bg-blue-700 {
    background-color: #2b6cb0;
  }

  #app .sm\:tw-bg-blue-800 {
    background-color: #2c5282;
  }

  #app .sm\:tw-bg-blue-900 {
    background-color: #2a4365;
  }

  #app .sm\:tw-bg-indigo-100 {
    background-color: #ebf4ff;
  }

  #app .sm\:tw-bg-indigo-200 {
    background-color: #c3dafe;
  }

  #app .sm\:tw-bg-indigo-300 {
    background-color: #a3bffa;
  }

  #app .sm\:tw-bg-indigo-400 {
    background-color: #7f9cf5;
  }

  #app .sm\:tw-bg-indigo-500 {
    background-color: #667eea;
  }

  #app .sm\:tw-bg-indigo-600 {
    background-color: #5a67d8;
  }

  #app .sm\:tw-bg-indigo-700 {
    background-color: #4c51bf;
  }

  #app .sm\:tw-bg-indigo-800 {
    background-color: #434190;
  }

  #app .sm\:tw-bg-indigo-900 {
    background-color: #3c366b;
  }

  #app .sm\:tw-bg-purple-100 {
    background-color: #faf5ff;
  }

  #app .sm\:tw-bg-purple-200 {
    background-color: #e9d8fd;
  }

  #app .sm\:tw-bg-purple-300 {
    background-color: #d6bcfa;
  }

  #app .sm\:tw-bg-purple-400 {
    background-color: #b794f4;
  }

  #app .sm\:tw-bg-purple-500 {
    background-color: #9f7aea;
  }

  #app .sm\:tw-bg-purple-600 {
    background-color: #805ad5;
  }

  #app .sm\:tw-bg-purple-700 {
    background-color: #6b46c1;
  }

  #app .sm\:tw-bg-purple-800 {
    background-color: #553c9a;
  }

  #app .sm\:tw-bg-purple-900 {
    background-color: #44337a;
  }

  #app .sm\:tw-bg-pink-100 {
    background-color: #fff5f7;
  }

  #app .sm\:tw-bg-pink-200 {
    background-color: #fed7e2;
  }

  #app .sm\:tw-bg-pink-300 {
    background-color: #fbb6ce;
  }

  #app .sm\:tw-bg-pink-400 {
    background-color: #f687b3;
  }

  #app .sm\:tw-bg-pink-500 {
    background-color: #ed64a6;
  }

  #app .sm\:tw-bg-pink-600 {
    background-color: #d53f8c;
  }

  #app .sm\:tw-bg-pink-700 {
    background-color: #b83280;
  }

  #app .sm\:tw-bg-pink-800 {
    background-color: #97266d;
  }

  #app .sm\:tw-bg-pink-900 {
    background-color: #702459;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #app .sm\:hover\:tw-bg-red-500:hover {
    background-color: #f56565;
  }

  #app .sm\:hover\:tw-bg-red-600:hover {
    background-color: #e53e3e;
  }

  #app .sm\:hover\:tw-bg-red-700:hover {
    background-color: #c53030;
  }

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

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

  #app .sm\:hover\:tw-bg-orange-100:hover {
    background-color: #fffaf0;
  }

  #app .sm\:hover\:tw-bg-orange-200:hover {
    background-color: #feebc8;
  }

  #app .sm\:hover\:tw-bg-orange-300:hover {
    background-color: #fbd38d;
  }

  #app .sm\:hover\:tw-bg-orange-400:hover {
    background-color: #f6ad55;
  }

  #app .sm\:hover\:tw-bg-orange-500:hover {
    background-color: #ed8936;
  }

  #app .sm\:hover\:tw-bg-orange-600:hover {
    background-color: #dd6b20;
  }

  #app .sm\:hover\:tw-bg-orange-700:hover {
    background-color: #c05621;
  }

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

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

  #app .sm\:hover\:tw-bg-yellow-100:hover {
    background-color: #fffff0;
  }

  #app .sm\:hover\:tw-bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  #app .sm\:hover\:tw-bg-yellow-300:hover {
    background-color: #faf089;
  }

  #app .sm\:hover\:tw-bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  #app .sm\:hover\:tw-bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  #app .sm\:hover\:tw-bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  #app .sm\:hover\:tw-bg-yellow-700:hover {
    background-color: #b7791f;
  }

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

  #app .sm\:hover\:tw-bg-yellow-900:hover {
    background-color: #744210;
  }

  #app .sm\:hover\:tw-bg-green-100:hover {
    background-color: #f0fff4;
  }

  #app .sm\:hover\:tw-bg-green-200:hover {
    background-color: #c6f6d5;
  }

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

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

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

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

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

  #app .sm\:hover\:tw-bg-green-800:hover {
    background-color: #276749;
  }

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

  #app .sm\:hover\:tw-bg-teal-100:hover {
    background-color: #e6fffa;
  }

  #app .sm\:hover\:tw-bg-teal-200:hover {
    background-color: #b2f5ea;
  }

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

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

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

  #app .sm\:hover\:tw-bg-teal-600:hover {
    background-color: #319795;
  }

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

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

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

  #app .sm\:hover\:tw-bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  #app .sm\:hover\:tw-bg-blue-200:hover {
    background-color: #bee3f8;
  }

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

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

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

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

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

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

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

  #app .sm\:hover\:tw-bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  #app .sm\:hover\:tw-bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  #app .sm\:hover\:tw-bg-indigo-300:hover {
    background-color: #a3bffa;
  }

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

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

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

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

  #app .sm\:hover\:tw-bg-indigo-800:hover {
    background-color: #434190;
  }

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

  #app .sm\:hover\:tw-bg-purple-100:hover {
    background-color: #faf5ff;
  }

  #app .sm\:hover\:tw-bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  #app .sm\:hover\:tw-bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  #app .sm\:hover\:tw-bg-purple-400:hover {
    background-color: #b794f4;
  }

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

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

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

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

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

  #app .sm\:hover\:tw-bg-pink-100:hover {
    background-color: #fff5f7;
  }

  #app .sm\:hover\:tw-bg-pink-200:hover {
    background-color: #fed7e2;
  }

  #app .sm\:hover\:tw-bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  #app .sm\:hover\:tw-bg-pink-400:hover {
    background-color: #f687b3;
  }

  #app .sm\:hover\:tw-bg-pink-500:hover {
    background-color: #ed64a6;
  }

  #app .sm\:hover\:tw-bg-pink-600:hover {
    background-color: #d53f8c;
  }

  #app .sm\:hover\:tw-bg-pink-700:hover {
    background-color: #b83280;
  }

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

  #app .sm\:hover\:tw-bg-pink-900:hover {
    background-color: #702459;
  }

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

  #app .sm\:focus\:tw-bg-black:focus {
    background-color: #000;
  }

  #app .sm\:focus\:tw-bg-white:focus {
    background-color: #fff;
  }

  #app .sm\:focus\:tw-bg-gray-100:focus {
    background-color: #f7fafc;
  }

  #app .sm\:focus\:tw-bg-gray-200:focus {
    background-color: #edf2f7;
  }

  #app .sm\:focus\:tw-bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  #app .sm\:focus\:tw-bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  #app .sm\:focus\:tw-bg-gray-500:focus {
    background-color: #a0aec0;
  }

  #app .sm\:focus\:tw-bg-gray-600:focus {
    background-color: #718096;
  }

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

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

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

  #app .sm\:focus\:tw-bg-red-100:focus {
    background-color: #fff5f5;
  }

  #app .sm\:focus\:tw-bg-red-200:focus {
    background-color: #fed7d7;
  }

  #app .sm\:focus\:tw-bg-red-300:focus {
    background-color: #feb2b2;
  }

  #app .sm\:focus\:tw-bg-red-400:focus {
    background-color: #fc8181;
  }

  #app .sm\:focus\:tw-bg-red-500:focus {
    background-color: #f56565;
  }

  #app .sm\:focus\:tw-bg-red-600:focus {
    background-color: #e53e3e;
  }

  #app .sm\:focus\:tw-bg-red-700:focus {
    background-color: #c53030;
  }

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

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

  #app .sm\:focus\:tw-bg-orange-100:focus {
    background-color: #fffaf0;
  }

  #app .sm\:focus\:tw-bg-orange-200:focus {
    background-color: #feebc8;
  }

  #app .sm\:focus\:tw-bg-orange-300:focus {
    background-color: #fbd38d;
  }

  #app .sm\:focus\:tw-bg-orange-400:focus {
    background-color: #f6ad55;
  }

  #app .sm\:focus\:tw-bg-orange-500:focus {
    background-color: #ed8936;
  }

  #app .sm\:focus\:tw-bg-orange-600:focus {
    background-color: #dd6b20;
  }

  #app .sm\:focus\:tw-bg-orange-700:focus {
    background-color: #c05621;
  }

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

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

  #app .sm\:focus\:tw-bg-yellow-100:focus {
    background-color: #fffff0;
  }

  #app .sm\:focus\:tw-bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  #app .sm\:focus\:tw-bg-yellow-300:focus {
    background-color: #faf089;
  }

  #app .sm\:focus\:tw-bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  #app .sm\:focus\:tw-bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  #app .sm\:focus\:tw-bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  #app .sm\:focus\:tw-bg-yellow-700:focus {
    background-color: #b7791f;
  }

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

  #app .sm\:focus\:tw-bg-yellow-900:focus {
    background-color: #744210;
  }

  #app .sm\:focus\:tw-bg-green-100:focus {
    background-color: #f0fff4;
  }

  #app .sm\:focus\:tw-bg-green-200:focus {
    background-color: #c6f6d5;
  }

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

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

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

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

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

  #app .sm\:focus\:tw-bg-green-800:focus {
    background-color: #276749;
  }

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

  #app .sm\:focus\:tw-bg-teal-100:focus {
    background-color: #e6fffa;
  }

  #app .sm\:focus\:tw-bg-teal-200:focus {
    background-color: #b2f5ea;
  }

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

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

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

  #app .sm\:focus\:tw-bg-teal-600:focus {
    background-color: #319795;
  }

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

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

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

  #app .sm\:focus\:tw-bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  #app .sm\:focus\:tw-bg-blue-200:focus {
    background-color: #bee3f8;
  }

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

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

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

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

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

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

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

  #app .sm\:focus\:tw-bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  #app .sm\:focus\:tw-bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  #app .sm\:focus\:tw-bg-indigo-300:focus {
    background-color: #a3bffa;
  }

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

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

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

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

  #app .sm\:focus\:tw-bg-indigo-800:focus {
    background-color: #434190;
  }

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

  #app .sm\:focus\:tw-bg-purple-100:focus {
    background-color: #faf5ff;
  }

  #app .sm\:focus\:tw-bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  #app .sm\:focus\:tw-bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  #app .sm\:focus\:tw-bg-purple-400:focus {
    background-color: #b794f4;
  }

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

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

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

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

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

  #app .sm\:focus\:tw-bg-pink-100:focus {
    background-color: #fff5f7;
  }

  #app .sm\:focus\:tw-bg-pink-200:focus {
    background-color: #fed7e2;
  }

  #app .sm\:focus\:tw-bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  #app .sm\:focus\:tw-bg-pink-400:focus {
    background-color: #f687b3;
  }

  #app .sm\:focus\:tw-bg-pink-500:focus {
    background-color: #ed64a6;
  }

  #app .sm\:focus\:tw-bg-pink-600:focus {
    background-color: #d53f8c;
  }

  #app .sm\:focus\:tw-bg-pink-700:focus {
    background-color: #b83280;
  }

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

  #app .sm\:focus\:tw-bg-pink-900:focus {
    background-color: #702459;
  }

  #app .sm\:tw-bg-bottom {
    background-position: bottom;
  }

  #app .sm\:tw-bg-center {
    background-position: center;
  }

  #app .sm\:tw-bg-left {
    background-position: left;
  }

  #app .sm\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  #app .sm\:tw-bg-left-top {
    background-position: left top;
  }

  #app .sm\:tw-bg-right {
    background-position: right;
  }

  #app .sm\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  #app .sm\:tw-bg-right-top {
    background-position: right top;
  }

  #app .sm\:tw-bg-top {
    background-position: top;
  }

  #app .sm\:tw-bg-repeat {
    background-repeat: repeat;
  }

  #app .sm\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  #app .sm\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  #app .sm\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  #app .sm\:tw-bg-repeat-round {
    background-repeat: round;
  }

  #app .sm\:tw-bg-repeat-space {
    background-repeat: space;
  }

  #app .sm\:tw-bg-auto {
    background-size: auto;
  }

  #app .sm\:tw-bg-cover {
    background-size: cover;
  }

  #app .sm\:tw-bg-contain {
    background-size: contain;
  }

  #app .sm\:tw-border-collapse {
    border-collapse: collapse;
  }

  #app .sm\:tw-border-separate {
    border-collapse: separate;
  }

  #app .sm\:tw-border-transparent {
    border-color: transparent;
  }

  #app .sm\:tw-border-black {
    border-color: #000;
  }

  #app .sm\:tw-border-white {
    border-color: #fff;
  }

  #app .sm\:tw-border-gray-100 {
    border-color: #f7fafc;
  }

  #app .sm\:tw-border-gray-200 {
    border-color: #edf2f7;
  }

  #app .sm\:tw-border-gray-300 {
    border-color: #e2e8f0;
  }

  #app .sm\:tw-border-gray-400 {
    border-color: #cbd5e0;
  }

  #app .sm\:tw-border-gray-500 {
    border-color: #a0aec0;
  }

  #app .sm\:tw-border-gray-600 {
    border-color: #718096;
  }

  #app .sm\:tw-border-gray-700 {
    border-color: #4a5568;
  }

  #app .sm\:tw-border-gray-800 {
    border-color: #2d3748;
  }

  #app .sm\:tw-border-gray-900 {
    border-color: #1a202c;
  }

  #app .sm\:tw-border-red-100 {
    border-color: #fff5f5;
  }

  #app .sm\:tw-border-red-200 {
    border-color: #fed7d7;
  }

  #app .sm\:tw-border-red-300 {
    border-color: #feb2b2;
  }

  #app .sm\:tw-border-red-400 {
    border-color: #fc8181;
  }

  #app .sm\:tw-border-red-500 {
    border-color: #f56565;
  }

  #app .sm\:tw-border-red-600 {
    border-color: #e53e3e;
  }

  #app .sm\:tw-border-red-700 {
    border-color: #c53030;
  }

  #app .sm\:tw-border-red-800 {
    border-color: #9b2c2c;
  }

  #app .sm\:tw-border-red-900 {
    border-color: #742a2a;
  }

  #app .sm\:tw-border-orange-100 {
    border-color: #fffaf0;
  }

  #app .sm\:tw-border-orange-200 {
    border-color: #feebc8;
  }

  #app .sm\:tw-border-orange-300 {
    border-color: #fbd38d;
  }

  #app .sm\:tw-border-orange-400 {
    border-color: #f6ad55;
  }

  #app .sm\:tw-border-orange-500 {
    border-color: #ed8936;
  }

  #app .sm\:tw-border-orange-600 {
    border-color: #dd6b20;
  }

  #app .sm\:tw-border-orange-700 {
    border-color: #c05621;
  }

  #app .sm\:tw-border-orange-800 {
    border-color: #9c4221;
  }

  #app .sm\:tw-border-orange-900 {
    border-color: #7b341e;
  }

  #app .sm\:tw-border-yellow-100 {
    border-color: #fffff0;
  }

  #app .sm\:tw-border-yellow-200 {
    border-color: #fefcbf;
  }

  #app .sm\:tw-border-yellow-300 {
    border-color: #faf089;
  }

  #app .sm\:tw-border-yellow-400 {
    border-color: #f6e05e;
  }

  #app .sm\:tw-border-yellow-500 {
    border-color: #ecc94b;
  }

  #app .sm\:tw-border-yellow-600 {
    border-color: #d69e2e;
  }

  #app .sm\:tw-border-yellow-700 {
    border-color: #b7791f;
  }

  #app .sm\:tw-border-yellow-800 {
    border-color: #975a16;
  }

  #app .sm\:tw-border-yellow-900 {
    border-color: #744210;
  }

  #app .sm\:tw-border-green-100 {
    border-color: #f0fff4;
  }

  #app .sm\:tw-border-green-200 {
    border-color: #c6f6d5;
  }

  #app .sm\:tw-border-green-300 {
    border-color: #9ae6b4;
  }

  #app .sm\:tw-border-green-400 {
    border-color: #68d391;
  }

  #app .sm\:tw-border-green-500 {
    border-color: #48bb78;
  }

  #app .sm\:tw-border-green-600 {
    border-color: #38a169;
  }

  #app .sm\:tw-border-green-700 {
    border-color: #2f855a;
  }

  #app .sm\:tw-border-green-800 {
    border-color: #276749;
  }

  #app .sm\:tw-border-green-900 {
    border-color: #22543d;
  }

  #app .sm\:tw-border-teal-100 {
    border-color: #e6fffa;
  }

  #app .sm\:tw-border-teal-200 {
    border-color: #b2f5ea;
  }

  #app .sm\:tw-border-teal-300 {
    border-color: #81e6d9;
  }

  #app .sm\:tw-border-teal-400 {
    border-color: #4fd1c5;
  }

  #app .sm\:tw-border-teal-500 {
    border-color: #38b2ac;
  }

  #app .sm\:tw-border-teal-600 {
    border-color: #319795;
  }

  #app .sm\:tw-border-teal-700 {
    border-color: #2c7a7b;
  }

  #app .sm\:tw-border-teal-800 {
    border-color: #285e61;
  }

  #app .sm\:tw-border-teal-900 {
    border-color: #234e52;
  }

  #app .sm\:tw-border-blue-100 {
    border-color: #ebf8ff;
  }

  #app .sm\:tw-border-blue-200 {
    border-color: #bee3f8;
  }

  #app .sm\:tw-border-blue-300 {
    border-color: #90cdf4;
  }

  #app .sm\:tw-border-blue-400 {
    border-color: #63b3ed;
  }

  #app .sm\:tw-border-blue-500 {
    border-color: #4299e1;
  }

  #app .sm\:tw-border-blue-600 {
    border-color: #3182ce;
  }

  #app .sm\:tw-border-blue-700 {
    border-color: #2b6cb0;
  }

  #app .sm\:tw-border-blue-800 {
    border-color: #2c5282;
  }

  #app .sm\:tw-border-blue-900 {
    border-color: #2a4365;
  }

  #app .sm\:tw-border-indigo-100 {
    border-color: #ebf4ff;
  }

  #app .sm\:tw-border-indigo-200 {
    border-color: #c3dafe;
  }

  #app .sm\:tw-border-indigo-300 {
    border-color: #a3bffa;
  }

  #app .sm\:tw-border-indigo-400 {
    border-color: #7f9cf5;
  }

  #app .sm\:tw-border-indigo-500 {
    border-color: #667eea;
  }

  #app .sm\:tw-border-indigo-600 {
    border-color: #5a67d8;
  }

  #app .sm\:tw-border-indigo-700 {
    border-color: #4c51bf;
  }

  #app .sm\:tw-border-indigo-800 {
    border-color: #434190;
  }

  #app .sm\:tw-border-indigo-900 {
    border-color: #3c366b;
  }

  #app .sm\:tw-border-purple-100 {
    border-color: #faf5ff;
  }

  #app .sm\:tw-border-purple-200 {
    border-color: #e9d8fd;
  }

  #app .sm\:tw-border-purple-300 {
    border-color: #d6bcfa;
  }

  #app .sm\:tw-border-purple-400 {
    border-color: #b794f4;
  }

  #app .sm\:tw-border-purple-500 {
    border-color: #9f7aea;
  }

  #app .sm\:tw-border-purple-600 {
    border-color: #805ad5;
  }

  #app .sm\:tw-border-purple-700 {
    border-color: #6b46c1;
  }

  #app .sm\:tw-border-purple-800 {
    border-color: #553c9a;
  }

  #app .sm\:tw-border-purple-900 {
    border-color: #44337a;
  }

  #app .sm\:tw-border-pink-100 {
    border-color: #fff5f7;
  }

  #app .sm\:tw-border-pink-200 {
    border-color: #fed7e2;
  }

  #app .sm\:tw-border-pink-300 {
    border-color: #fbb6ce;
  }

  #app .sm\:tw-border-pink-400 {
    border-color: #f687b3;
  }

  #app .sm\:tw-border-pink-500 {
    border-color: #ed64a6;
  }

  #app .sm\:tw-border-pink-600 {
    border-color: #d53f8c;
  }

  #app .sm\:tw-border-pink-700 {
    border-color: #b83280;
  }

  #app .sm\:tw-border-pink-800 {
    border-color: #97266d;
  }

  #app .sm\:tw-border-pink-900 {
    border-color: #702459;
  }

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

  #app .sm\:hover\:tw-border-black:hover {
    border-color: #000;
  }

  #app .sm\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  #app .sm\:hover\:tw-border-gray-100:hover {
    border-color: #f7fafc;
  }

  #app .sm\:hover\:tw-border-gray-200:hover {
    border-color: #edf2f7;
  }

  #app .sm\:hover\:tw-border-gray-300:hover {
    border-color: #e2e8f0;
  }

  #app .sm\:hover\:tw-border-gray-400:hover {
    border-color: #cbd5e0;
  }

  #app .sm\:hover\:tw-border-gray-500:hover {
    border-color: #a0aec0;
  }

  #app .sm\:hover\:tw-border-gray-600:hover {
    border-color: #718096;
  }

  #app .sm\:hover\:tw-border-gray-700:hover {
    border-color: #4a5568;
  }

  #app .sm\:hover\:tw-border-gray-800:hover {
    border-color: #2d3748;
  }

  #app .sm\:hover\:tw-border-gray-900:hover {
    border-color: #1a202c;
  }

  #app .sm\:hover\:tw-border-red-100:hover {
    border-color: #fff5f5;
  }

  #app .sm\:hover\:tw-border-red-200:hover {
    border-color: #fed7d7;
  }

  #app .sm\:hover\:tw-border-red-300:hover {
    border-color: #feb2b2;
  }

  #app .sm\:hover\:tw-border-red-400:hover {
    border-color: #fc8181;
  }

  #app .sm\:hover\:tw-border-red-500:hover {
    border-color: #f56565;
  }

  #app .sm\:hover\:tw-border-red-600:hover {
    border-color: #e53e3e;
  }

  #app .sm\:hover\:tw-border-red-700:hover {
    border-color: #c53030;
  }

  #app .sm\:hover\:tw-border-red-800:hover {
    border-color: #9b2c2c;
  }

  #app .sm\:hover\:tw-border-red-900:hover {
    border-color: #742a2a;
  }

  #app .sm\:hover\:tw-border-orange-100:hover {
    border-color: #fffaf0;
  }

  #app .sm\:hover\:tw-border-orange-200:hover {
    border-color: #feebc8;
  }

  #app .sm\:hover\:tw-border-orange-300:hover {
    border-color: #fbd38d;
  }

  #app .sm\:hover\:tw-border-orange-400:hover {
    border-color: #f6ad55;
  }

  #app .sm\:hover\:tw-border-orange-500:hover {
    border-color: #ed8936;
  }

  #app .sm\:hover\:tw-border-orange-600:hover {
    border-color: #dd6b20;
  }

  #app .sm\:hover\:tw-border-orange-700:hover {
    border-color: #c05621;
  }

  #app .sm\:hover\:tw-border-orange-800:hover {
    border-color: #9c4221;
  }

  #app .sm\:hover\:tw-border-orange-900:hover {
    border-color: #7b341e;
  }

  #app .sm\:hover\:tw-border-yellow-100:hover {
    border-color: #fffff0;
  }

  #app .sm\:hover\:tw-border-yellow-200:hover {
    border-color: #fefcbf;
  }

  #app .sm\:hover\:tw-border-yellow-300:hover {
    border-color: #faf089;
  }

  #app .sm\:hover\:tw-border-yellow-400:hover {
    border-color: #f6e05e;
  }

  #app .sm\:hover\:tw-border-yellow-500:hover {
    border-color: #ecc94b;
  }

  #app .sm\:hover\:tw-border-yellow-600:hover {
    border-color: #d69e2e;
  }

  #app .sm\:hover\:tw-border-yellow-700:hover {
    border-color: #b7791f;
  }

  #app .sm\:hover\:tw-border-yellow-800:hover {
    border-color: #975a16;
  }

  #app .sm\:hover\:tw-border-yellow-900:hover {
    border-color: #744210;
  }

  #app .sm\:hover\:tw-border-green-100:hover {
    border-color: #f0fff4;
  }

  #app .sm\:hover\:tw-border-green-200:hover {
    border-color: #c6f6d5;
  }

  #app .sm\:hover\:tw-border-green-300:hover {
    border-color: #9ae6b4;
  }

  #app .sm\:hover\:tw-border-green-400:hover {
    border-color: #68d391;
  }

  #app .sm\:hover\:tw-border-green-500:hover {
    border-color: #48bb78;
  }

  #app .sm\:hover\:tw-border-green-600:hover {
    border-color: #38a169;
  }

  #app .sm\:hover\:tw-border-green-700:hover {
    border-color: #2f855a;
  }

  #app .sm\:hover\:tw-border-green-800:hover {
    border-color: #276749;
  }

  #app .sm\:hover\:tw-border-green-900:hover {
    border-color: #22543d;
  }

  #app .sm\:hover\:tw-border-teal-100:hover {
    border-color: #e6fffa;
  }

  #app .sm\:hover\:tw-border-teal-200:hover {
    border-color: #b2f5ea;
  }

  #app .sm\:hover\:tw-border-teal-300:hover {
    border-color: #81e6d9;
  }

  #app .sm\:hover\:tw-border-teal-400:hover {
    border-color: #4fd1c5;
  }

  #app .sm\:hover\:tw-border-teal-500:hover {
    border-color: #38b2ac;
  }

  #app .sm\:hover\:tw-border-teal-600:hover {
    border-color: #319795;
  }

  #app .sm\:hover\:tw-border-teal-700:hover {
    border-color: #2c7a7b;
  }

  #app .sm\:hover\:tw-border-teal-800:hover {
    border-color: #285e61;
  }

  #app .sm\:hover\:tw-border-teal-900:hover {
    border-color: #234e52;
  }

  #app .sm\:hover\:tw-border-blue-100:hover {
    border-color: #ebf8ff;
  }

  #app .sm\:hover\:tw-border-blue-200:hover {
    border-color: #bee3f8;
  }

  #app .sm\:hover\:tw-border-blue-300:hover {
    border-color: #90cdf4;
  }

  #app .sm\:hover\:tw-border-blue-400:hover {
    border-color: #63b3ed;
  }

  #app .sm\:hover\:tw-border-blue-500:hover {
    border-color: #4299e1;
  }

  #app .sm\:hover\:tw-border-blue-600:hover {
    border-color: #3182ce;
  }

  #app .sm\:hover\:tw-border-blue-700:hover {
    border-color: #2b6cb0;
  }

  #app .sm\:hover\:tw-border-blue-800:hover {
    border-color: #2c5282;
  }

  #app .sm\:hover\:tw-border-blue-900:hover {
    border-color: #2a4365;
  }

  #app .sm\:hover\:tw-border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  #app .sm\:hover\:tw-border-indigo-200:hover {
    border-color: #c3dafe;
  }

  #app .sm\:hover\:tw-border-indigo-300:hover {
    border-color: #a3bffa;
  }

  #app .sm\:hover\:tw-border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  #app .sm\:hover\:tw-border-indigo-500:hover {
    border-color: #667eea;
  }

  #app .sm\:hover\:tw-border-indigo-600:hover {
    border-color: #5a67d8;
  }

  #app .sm\:hover\:tw-border-indigo-700:hover {
    border-color: #4c51bf;
  }

  #app .sm\:hover\:tw-border-indigo-800:hover {
    border-color: #434190;
  }

  #app .sm\:hover\:tw-border-indigo-900:hover {
    border-color: #3c366b;
  }

  #app .sm\:hover\:tw-border-purple-100:hover {
    border-color: #faf5ff;
  }

  #app .sm\:hover\:tw-border-purple-200:hover {
    border-color: #e9d8fd;
  }

  #app .sm\:hover\:tw-border-purple-300:hover {
    border-color: #d6bcfa;
  }

  #app .sm\:hover\:tw-border-purple-400:hover {
    border-color: #b794f4;
  }

  #app .sm\:hover\:tw-border-purple-500:hover {
    border-color: #9f7aea;
  }

  #app .sm\:hover\:tw-border-purple-600:hover {
    border-color: #805ad5;
  }

  #app .sm\:hover\:tw-border-purple-700:hover {
    border-color: #6b46c1;
  }

  #app .sm\:hover\:tw-border-purple-800:hover {
    border-color: #553c9a;
  }

  #app .sm\:hover\:tw-border-purple-900:hover {
    border-color: #44337a;
  }

  #app .sm\:hover\:tw-border-pink-100:hover {
    border-color: #fff5f7;
  }

  #app .sm\:hover\:tw-border-pink-200:hover {
    border-color: #fed7e2;
  }

  #app .sm\:hover\:tw-border-pink-300:hover {
    border-color: #fbb6ce;
  }

  #app .sm\:hover\:tw-border-pink-400:hover {
    border-color: #f687b3;
  }

  #app .sm\:hover\:tw-border-pink-500:hover {
    border-color: #ed64a6;
  }

  #app .sm\:hover\:tw-border-pink-600:hover {
    border-color: #d53f8c;
  }

  #app .sm\:hover\:tw-border-pink-700:hover {
    border-color: #b83280;
  }

  #app .sm\:hover\:tw-border-pink-800:hover {
    border-color: #97266d;
  }

  #app .sm\:hover\:tw-border-pink-900:hover {
    border-color: #702459;
  }

  #app .sm\:focus\:tw-border-transparent:focus {
    border-color: transparent;
  }

  #app .sm\:focus\:tw-border-black:focus {
    border-color: #000;
  }

  #app .sm\:focus\:tw-border-white:focus {
    border-color: #fff;
  }

  #app .sm\:focus\:tw-border-gray-100:focus {
    border-color: #f7fafc;
  }

  #app .sm\:focus\:tw-border-gray-200:focus {
    border-color: #edf2f7;
  }

  #app .sm\:focus\:tw-border-gray-300:focus {
    border-color: #e2e8f0;
  }

  #app .sm\:focus\:tw-border-gray-400:focus {
    border-color: #cbd5e0;
  }

  #app .sm\:focus\:tw-border-gray-500:focus {
    border-color: #a0aec0;
  }

  #app .sm\:focus\:tw-border-gray-600:focus {
    border-color: #718096;
  }

  #app .sm\:focus\:tw-border-gray-700:focus {
    border-color: #4a5568;
  }

  #app .sm\:focus\:tw-border-gray-800:focus {
    border-color: #2d3748;
  }

  #app .sm\:focus\:tw-border-gray-900:focus {
    border-color: #1a202c;
  }

  #app .sm\:focus\:tw-border-red-100:focus {
    border-color: #fff5f5;
  }

  #app .sm\:focus\:tw-border-red-200:focus {
    border-color: #fed7d7;
  }

  #app .sm\:focus\:tw-border-red-300:focus {
    border-color: #feb2b2;
  }

  #app .sm\:focus\:tw-border-red-400:focus {
    border-color: #fc8181;
  }

  #app .sm\:focus\:tw-border-red-500:focus {
    border-color: #f56565;
  }

  #app .sm\:focus\:tw-border-red-600:focus {
    border-color: #e53e3e;
  }

  #app .sm\:focus\:tw-border-red-700:focus {
    border-color: #c53030;
  }

  #app .sm\:focus\:tw-border-red-800:focus {
    border-color: #9b2c2c;
  }

  #app .sm\:focus\:tw-border-red-900:focus {
    border-color: #742a2a;
  }

  #app .sm\:focus\:tw-border-orange-100:focus {
    border-color: #fffaf0;
  }

  #app .sm\:focus\:tw-border-orange-200:focus {
    border-color: #feebc8;
  }

  #app .sm\:focus\:tw-border-orange-300:focus {
    border-color: #fbd38d;
  }

  #app .sm\:focus\:tw-border-orange-400:focus {
    border-color: #f6ad55;
  }

  #app .sm\:focus\:tw-border-orange-500:focus {
    border-color: #ed8936;
  }

  #app .sm\:focus\:tw-border-orange-600:focus {
    border-color: #dd6b20;
  }

  #app .sm\:focus\:tw-border-orange-700:focus {
    border-color: #c05621;
  }

  #app .sm\:focus\:tw-border-orange-800:focus {
    border-color: #9c4221;
  }

  #app .sm\:focus\:tw-border-orange-900:focus {
    border-color: #7b341e;
  }

  #app .sm\:focus\:tw-border-yellow-100:focus {
    border-color: #fffff0;
  }

  #app .sm\:focus\:tw-border-yellow-200:focus {
    border-color: #fefcbf;
  }

  #app .sm\:focus\:tw-border-yellow-300:focus {
    border-color: #faf089;
  }

  #app .sm\:focus\:tw-border-yellow-400:focus {
    border-color: #f6e05e;
  }

  #app .sm\:focus\:tw-border-yellow-500:focus {
    border-color: #ecc94b;
  }

  #app .sm\:focus\:tw-border-yellow-600:focus {
    border-color: #d69e2e;
  }

  #app .sm\:focus\:tw-border-yellow-700:focus {
    border-color: #b7791f;
  }

  #app .sm\:focus\:tw-border-yellow-800:focus {
    border-color: #975a16;
  }

  #app .sm\:focus\:tw-border-yellow-900:focus {
    border-color: #744210;
  }

  #app .sm\:focus\:tw-border-green-100:focus {
    border-color: #f0fff4;
  }

  #app .sm\:focus\:tw-border-green-200:focus {
    border-color: #c6f6d5;
  }

  #app .sm\:focus\:tw-border-green-300:focus {
    border-color: #9ae6b4;
  }

  #app .sm\:focus\:tw-border-green-400:focus {
    border-color: #68d391;
  }

  #app .sm\:focus\:tw-border-green-500:focus {
    border-color: #48bb78;
  }

  #app .sm\:focus\:tw-border-green-600:focus {
    border-color: #38a169;
  }

  #app .sm\:focus\:tw-border-green-700:focus {
    border-color: #2f855a;
  }

  #app .sm\:focus\:tw-border-green-800:focus {
    border-color: #276749;
  }

  #app .sm\:focus\:tw-border-green-900:focus {
    border-color: #22543d;
  }

  #app .sm\:focus\:tw-border-teal-100:focus {
    border-color: #e6fffa;
  }

  #app .sm\:focus\:tw-border-teal-200:focus {
    border-color: #b2f5ea;
  }

  #app .sm\:focus\:tw-border-teal-300:focus {
    border-color: #81e6d9;
  }

  #app .sm\:focus\:tw-border-teal-400:focus {
    border-color: #4fd1c5;
  }

  #app .sm\:focus\:tw-border-teal-500:focus {
    border-color: #38b2ac;
  }

  #app .sm\:focus\:tw-border-teal-600:focus {
    border-color: #319795;
  }

  #app .sm\:focus\:tw-border-teal-700:focus {
    border-color: #2c7a7b;
  }

  #app .sm\:focus\:tw-border-teal-800:focus {
    border-color: #285e61;
  }

  #app .sm\:focus\:tw-border-teal-900:focus {
    border-color: #234e52;
  }

  #app .sm\:focus\:tw-border-blue-100:focus {
    border-color: #ebf8ff;
  }

  #app .sm\:focus\:tw-border-blue-200:focus {
    border-color: #bee3f8;
  }

  #app .sm\:focus\:tw-border-blue-300:focus {
    border-color: #90cdf4;
  }

  #app .sm\:focus\:tw-border-blue-400:focus {
    border-color: #63b3ed;
  }

  #app .sm\:focus\:tw-border-blue-500:focus {
    border-color: #4299e1;
  }

  #app .sm\:focus\:tw-border-blue-600:focus {
    border-color: #3182ce;
  }

  #app .sm\:focus\:tw-border-blue-700:focus {
    border-color: #2b6cb0;
  }

  #app .sm\:focus\:tw-border-blue-800:focus {
    border-color: #2c5282;
  }

  #app .sm\:focus\:tw-border-blue-900:focus {
    border-color: #2a4365;
  }

  #app .sm\:focus\:tw-border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  #app .sm\:focus\:tw-border-indigo-200:focus {
    border-color: #c3dafe;
  }

  #app .sm\:focus\:tw-border-indigo-300:focus {
    border-color: #a3bffa;
  }

  #app .sm\:focus\:tw-border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  #app .sm\:focus\:tw-border-indigo-500:focus {
    border-color: #667eea;
  }

  #app .sm\:focus\:tw-border-indigo-600:focus {
    border-color: #5a67d8;
  }

  #app .sm\:focus\:tw-border-indigo-700:focus {
    border-color: #4c51bf;
  }

  #app .sm\:focus\:tw-border-indigo-800:focus {
    border-color: #434190;
  }

  #app .sm\:focus\:tw-border-indigo-900:focus {
    border-color: #3c366b;
  }

  #app .sm\:focus\:tw-border-purple-100:focus {
    border-color: #faf5ff;
  }

  #app .sm\:focus\:tw-border-purple-200:focus {
    border-color: #e9d8fd;
  }

  #app .sm\:focus\:tw-border-purple-300:focus {
    border-color: #d6bcfa;
  }

  #app .sm\:focus\:tw-border-purple-400:focus {
    border-color: #b794f4;
  }

  #app .sm\:focus\:tw-border-purple-500:focus {
    border-color: #9f7aea;
  }

  #app .sm\:focus\:tw-border-purple-600:focus {
    border-color: #805ad5;
  }

  #app .sm\:focus\:tw-border-purple-700:focus {
    border-color: #6b46c1;
  }

  #app .sm\:focus\:tw-border-purple-800:focus {
    border-color: #553c9a;
  }

  #app .sm\:focus\:tw-border-purple-900:focus {
    border-color: #44337a;
  }

  #app .sm\:focus\:tw-border-pink-100:focus {
    border-color: #fff5f7;
  }

  #app .sm\:focus\:tw-border-pink-200:focus {
    border-color: #fed7e2;
  }

  #app .sm\:focus\:tw-border-pink-300:focus {
    border-color: #fbb6ce;
  }

  #app .sm\:focus\:tw-border-pink-400:focus {
    border-color: #f687b3;
  }

  #app .sm\:focus\:tw-border-pink-500:focus {
    border-color: #ed64a6;
  }

  #app .sm\:focus\:tw-border-pink-600:focus {
    border-color: #d53f8c;
  }

  #app .sm\:focus\:tw-border-pink-700:focus {
    border-color: #b83280;
  }

  #app .sm\:focus\:tw-border-pink-800:focus {
    border-color: #97266d;
  }

  #app .sm\:focus\:tw-border-pink-900:focus {
    border-color: #702459;
  }

  #app .sm\:tw-rounded-none {
    border-radius: 0;
  }

  #app .sm\:tw-rounded-sm {
    border-radius: 0.125rem;
  }

  #app .sm\:tw-rounded {
    border-radius: 0.25rem;
  }

  #app .sm\:tw-rounded-md {
    border-radius: 0.375rem;
  }

  #app .sm\:tw-rounded-lg {
    border-radius: 0.5rem;
  }

  #app .sm\:tw-rounded-full {
    border-radius: 9999px;
  }

  #app .sm\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #app .sm\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  #app .sm\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  #app .sm\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  #app .sm\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .sm\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .sm\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:tw-rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .sm\:tw-rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .sm\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:tw-rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .sm\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .sm\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .sm\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .sm\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .sm\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .sm\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  #app .sm\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  #app .sm\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  #app .sm\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  #app .sm\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  #app .sm\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  #app .sm\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  #app .sm\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:tw-rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  #app .sm\:tw-rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  #app .sm\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  #app .sm\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  #app .sm\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  #app .sm\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  #app .sm\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  #app .sm\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  #app .sm\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  #app .sm\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  #app .sm\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  #app .sm\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  #app .sm\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:tw-border-solid {
    border-style: solid;
  }

  #app .sm\:tw-border-dashed {
    border-style: dashed;
  }

  #app .sm\:tw-border-dotted {
    border-style: dotted;
  }

  #app .sm\:tw-border-double {
    border-style: double;
  }

  #app .sm\:tw-border-none {
    border-style: none;
  }

  #app .sm\:tw-border-0 {
    border-width: 0;
  }

  #app .sm\:tw-border-2 {
    border-width: 2px;
  }

  #app .sm\:tw-border-4 {
    border-width: 4px;
  }

  #app .sm\:tw-border-8 {
    border-width: 8px;
  }

  #app .sm\:tw-border {
    border-width: 1px;
  }

  #app .sm\:tw-border-t-0 {
    border-top-width: 0;
  }

  #app .sm\:tw-border-r-0 {
    border-right-width: 0;
  }

  #app .sm\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  #app .sm\:tw-border-l-0 {
    border-left-width: 0;
  }

  #app .sm\:tw-border-t-2 {
    border-top-width: 2px;
  }

  #app .sm\:tw-border-r-2 {
    border-right-width: 2px;
  }

  #app .sm\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  #app .sm\:tw-border-l-2 {
    border-left-width: 2px;
  }

  #app .sm\:tw-border-t-4 {
    border-top-width: 4px;
  }

  #app .sm\:tw-border-r-4 {
    border-right-width: 4px;
  }

  #app .sm\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  #app .sm\:tw-border-l-4 {
    border-left-width: 4px;
  }

  #app .sm\:tw-border-t-8 {
    border-top-width: 8px;
  }

  #app .sm\:tw-border-r-8 {
    border-right-width: 8px;
  }

  #app .sm\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  #app .sm\:tw-border-l-8 {
    border-left-width: 8px;
  }

  #app .sm\:tw-border-t {
    border-top-width: 1px;
  }

  #app .sm\:tw-border-r {
    border-right-width: 1px;
  }

  #app .sm\:tw-border-b {
    border-bottom-width: 1px;
  }

  #app .sm\:tw-border-l {
    border-left-width: 1px;
  }

  #app .sm\:tw-box-border {
    box-sizing: border-box;
  }

  #app .sm\:tw-box-content {
    box-sizing: content-box;
  }

  #app .sm\:tw-cursor-auto {
    cursor: auto;
  }

  #app .sm\:tw-cursor-default {
    cursor: default;
  }

  #app .sm\:tw-cursor-pointer {
    cursor: pointer;
  }

  #app .sm\:tw-cursor-wait {
    cursor: wait;
  }

  #app .sm\:tw-cursor-text {
    cursor: text;
  }

  #app .sm\:tw-cursor-move {
    cursor: move;
  }

  #app .sm\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  #app .sm\:tw-block {
    display: block;
  }

  #app .sm\:tw-inline-block {
    display: inline-block;
  }

  #app .sm\:tw-inline {
    display: inline;
  }

  #app .sm\:tw-flex {
    display: flex;
  }

  #app .sm\:tw-inline-flex {
    display: inline-flex;
  }

  #app .sm\:tw-grid {
    display: grid;
  }

  #app .sm\:tw-table {
    display: table;
  }

  #app .sm\:tw-table-caption {
    display: table-caption;
  }

  #app .sm\:tw-table-cell {
    display: table-cell;
  }

  #app .sm\:tw-table-column {
    display: table-column;
  }

  #app .sm\:tw-table-column-group {
    display: table-column-group;
  }

  #app .sm\:tw-table-footer-group {
    display: table-footer-group;
  }

  #app .sm\:tw-table-header-group {
    display: table-header-group;
  }

  #app .sm\:tw-table-row-group {
    display: table-row-group;
  }

  #app .sm\:tw-table-row {
    display: table-row;
  }

  #app .sm\:tw-hidden {
    display: none;
  }

  #app .sm\:tw-flex-row {
    flex-direction: row;
  }

  #app .sm\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  #app .sm\:tw-flex-col {
    flex-direction: column;
  }

  #app .sm\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  #app .sm\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  #app .sm\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #app .sm\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  #app .sm\:tw-items-start {
    align-items: flex-start;
  }

  #app .sm\:tw-items-end {
    align-items: flex-end;
  }

  #app .sm\:tw-items-center {
    align-items: center;
  }

  #app .sm\:tw-items-baseline {
    align-items: baseline;
  }

  #app .sm\:tw-items-stretch {
    align-items: stretch;
  }

  #app .sm\:tw-self-auto {
    align-self: auto;
  }

  #app .sm\:tw-self-start {
    align-self: flex-start;
  }

  #app .sm\:tw-self-end {
    align-self: flex-end;
  }

  #app .sm\:tw-self-center {
    align-self: center;
  }

  #app .sm\:tw-self-stretch {
    align-self: stretch;
  }

  #app .sm\:tw-justify-start {
    justify-content: flex-start;
  }

  #app .sm\:tw-justify-end {
    justify-content: flex-end;
  }

  #app .sm\:tw-justify-center {
    justify-content: center;
  }

  #app .sm\:tw-justify-between {
    justify-content: space-between;
  }

  #app .sm\:tw-justify-around {
    justify-content: space-around;
  }

  #app .sm\:tw-justify-evenly {
    justify-content: space-evenly;
  }

  #app .sm\:tw-content-center {
    align-content: center;
  }

  #app .sm\:tw-content-start {
    align-content: flex-start;
  }

  #app .sm\:tw-content-end {
    align-content: flex-end;
  }

  #app .sm\:tw-content-between {
    align-content: space-between;
  }

  #app .sm\:tw-content-around {
    align-content: space-around;
  }

  #app .sm\:tw-flex-1 {
    flex: 1 1 0%;
  }

  #app .sm\:tw-flex-auto {
    flex: 1 1 auto;
  }

  #app .sm\:tw-flex-initial {
    flex: 0 1 auto;
  }

  #app .sm\:tw-flex-none {
    flex: none;
  }

  #app .sm\:tw-flex-grow-0 {
    flex-grow: 0;
  }

  #app .sm\:tw-flex-grow {
    flex-grow: 1;
  }

  #app .sm\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  #app .sm\:tw-flex-shrink {
    flex-shrink: 1;
  }

  #app .sm\:tw-order-1 {
    order: 1;
  }

  #app .sm\:tw-order-2 {
    order: 2;
  }

  #app .sm\:tw-order-3 {
    order: 3;
  }

  #app .sm\:tw-order-4 {
    order: 4;
  }

  #app .sm\:tw-order-5 {
    order: 5;
  }

  #app .sm\:tw-order-6 {
    order: 6;
  }

  #app .sm\:tw-order-7 {
    order: 7;
  }

  #app .sm\:tw-order-8 {
    order: 8;
  }

  #app .sm\:tw-order-9 {
    order: 9;
  }

  #app .sm\:tw-order-10 {
    order: 10;
  }

  #app .sm\:tw-order-11 {
    order: 11;
  }

  #app .sm\:tw-order-12 {
    order: 12;
  }

  #app .sm\:tw-order-first {
    order: -9999;
  }

  #app .sm\:tw-order-last {
    order: 9999;
  }

  #app .sm\:tw-order-none {
    order: 0;
  }

  #app .sm\:tw-float-right {
    float: right;
  }

  #app .sm\:tw-float-left {
    float: left;
  }

  #app .sm\:tw-float-none {
    float: none;
  }

  #app .sm\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  #app .sm\:tw-clear-left {
    clear: left;
  }

  #app .sm\:tw-clear-right {
    clear: right;
  }

  #app .sm\:tw-clear-both {
    clear: both;
  }

  #app .sm\:tw-font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #app .sm\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  #app .sm\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  #app .sm\:tw-font-hairline {
    font-weight: 100;
  }

  #app .sm\:tw-font-thin {
    font-weight: 200;
  }

  #app .sm\:tw-font-light {
    font-weight: 300;
  }

  #app .sm\:tw-font-normal {
    font-weight: 400;
  }

  #app .sm\:tw-font-medium {
    font-weight: 500;
  }

  #app .sm\:tw-font-semibold {
    font-weight: 600;
  }

  #app .sm\:tw-font-bold {
    font-weight: 700;
  }

  #app .sm\:tw-font-extrabold {
    font-weight: 800;
  }

  #app .sm\:tw-font-black {
    font-weight: 900;
  }

  #app .sm\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  #app .sm\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  #app .sm\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  #app .sm\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  #app .sm\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  #app .sm\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  #app .sm\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  #app .sm\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  #app .sm\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

  #app .sm\:focus\:tw-font-hairline:focus {
    font-weight: 100;
  }

  #app .sm\:focus\:tw-font-thin:focus {
    font-weight: 200;
  }

  #app .sm\:focus\:tw-font-light:focus {
    font-weight: 300;
  }

  #app .sm\:focus\:tw-font-normal:focus {
    font-weight: 400;
  }

  #app .sm\:focus\:tw-font-medium:focus {
    font-weight: 500;
  }

  #app .sm\:focus\:tw-font-semibold:focus {
    font-weight: 600;
  }

  #app .sm\:focus\:tw-font-bold:focus {
    font-weight: 700;
  }

  #app .sm\:focus\:tw-font-extrabold:focus {
    font-weight: 800;
  }

  #app .sm\:focus\:tw-font-black:focus {
    font-weight: 900;
  }

  #app .sm\:tw-h-0 {
    height: 0;
  }

  #app .sm\:tw-h-1 {
    height: 0.25rem;
  }

  #app .sm\:tw-h-2 {
    height: 0.5rem;
  }

  #app .sm\:tw-h-3 {
    height: 0.75rem;
  }

  #app .sm\:tw-h-4 {
    height: 1rem;
  }

  #app .sm\:tw-h-5 {
    height: 1.25rem;
  }

  #app .sm\:tw-h-6 {
    height: 1.5rem;
  }

  #app .sm\:tw-h-8 {
    height: 2rem;
  }

  #app .sm\:tw-h-10 {
    height: 2.5rem;
  }

  #app .sm\:tw-h-12 {
    height: 3rem;
  }

  #app .sm\:tw-h-16 {
    height: 4rem;
  }

  #app .sm\:tw-h-20 {
    height: 5rem;
  }

  #app .sm\:tw-h-24 {
    height: 6rem;
  }

  #app .sm\:tw-h-32 {
    height: 8rem;
  }

  #app .sm\:tw-h-40 {
    height: 10rem;
  }

  #app .sm\:tw-h-48 {
    height: 12rem;
  }

  #app .sm\:tw-h-56 {
    height: 14rem;
  }

  #app .sm\:tw-h-64 {
    height: 16rem;
  }

  #app .sm\:tw-h-auto {
    height: auto;
  }

  #app .sm\:tw-h-px {
    height: 1px;
  }

  #app .sm\:tw-h-full {
    height: 100%;
  }

  #app .sm\:tw-h-screen {
    height: 100vh;
  }

  #app .sm\:tw-leading-3 {
    line-height: .75rem;
  }

  #app .sm\:tw-leading-4 {
    line-height: 1rem;
  }

  #app .sm\:tw-leading-5 {
    line-height: 1.25rem;
  }

  #app .sm\:tw-leading-6 {
    line-height: 1.5rem;
  }

  #app .sm\:tw-leading-7 {
    line-height: 1.75rem;
  }

  #app .sm\:tw-leading-8 {
    line-height: 2rem;
  }

  #app .sm\:tw-leading-9 {
    line-height: 2.25rem;
  }

  #app .sm\:tw-leading-10 {
    line-height: 2.5rem;
  }

  #app .sm\:tw-leading-none {
    line-height: 1;
  }

  #app .sm\:tw-leading-tight {
    line-height: 1.25;
  }

  #app .sm\:tw-leading-snug {
    line-height: 1.375;
  }

  #app .sm\:tw-leading-normal {
    line-height: 1.5;
  }

  #app .sm\:tw-leading-relaxed {
    line-height: 1.625;
  }

  #app .sm\:tw-leading-loose {
    line-height: 2;
  }

  #app .sm\:tw-list-inside {
    list-style-position: inside;
  }

  #app .sm\:tw-list-outside {
    list-style-position: outside;
  }

  #app .sm\:tw-list-none {
    list-style-type: none;
  }

  #app .sm\:tw-list-disc {
    list-style-type: disc;
  }

  #app .sm\:tw-list-decimal {
    list-style-type: decimal;
  }

  #app .sm\:tw-m-0 {
    margin: 0;
  }

  #app .sm\:tw-m-1 {
    margin: 0.25rem;
  }

  #app .sm\:tw-m-2 {
    margin: 0.5rem;
  }

  #app .sm\:tw-m-3 {
    margin: 0.75rem;
  }

  #app .sm\:tw-m-4 {
    margin: 1rem;
  }

  #app .sm\:tw-m-5 {
    margin: 1.25rem;
  }

  #app .sm\:tw-m-6 {
    margin: 1.5rem;
  }

  #app .sm\:tw-m-8 {
    margin: 2rem;
  }

  #app .sm\:tw-m-10 {
    margin: 2.5rem;
  }

  #app .sm\:tw-m-12 {
    margin: 3rem;
  }

  #app .sm\:tw-m-16 {
    margin: 4rem;
  }

  #app .sm\:tw-m-20 {
    margin: 5rem;
  }

  #app .sm\:tw-m-24 {
    margin: 6rem;
  }

  #app .sm\:tw-m-32 {
    margin: 8rem;
  }

  #app .sm\:tw-m-40 {
    margin: 10rem;
  }

  #app .sm\:tw-m-48 {
    margin: 12rem;
  }

  #app .sm\:tw-m-56 {
    margin: 14rem;
  }

  #app .sm\:tw-m-64 {
    margin: 16rem;
  }

  #app .sm\:tw-m-auto {
    margin: auto;
  }

  #app .sm\:tw-m-px {
    margin: 1px;
  }

  #app .sm\:tw--m-1 {
    margin: -0.25rem;
  }

  #app .sm\:tw--m-2 {
    margin: -0.5rem;
  }

  #app .sm\:tw--m-3 {
    margin: -0.75rem;
  }

  #app .sm\:tw--m-4 {
    margin: -1rem;
  }

  #app .sm\:tw--m-5 {
    margin: -1.25rem;
  }

  #app .sm\:tw--m-6 {
    margin: -1.5rem;
  }

  #app .sm\:tw--m-8 {
    margin: -2rem;
  }

  #app .sm\:tw--m-10 {
    margin: -2.5rem;
  }

  #app .sm\:tw--m-12 {
    margin: -3rem;
  }

  #app .sm\:tw--m-16 {
    margin: -4rem;
  }

  #app .sm\:tw--m-20 {
    margin: -5rem;
  }

  #app .sm\:tw--m-24 {
    margin: -6rem;
  }

  #app .sm\:tw--m-32 {
    margin: -8rem;
  }

  #app .sm\:tw--m-40 {
    margin: -10rem;
  }

  #app .sm\:tw--m-48 {
    margin: -12rem;
  }

  #app .sm\:tw--m-56 {
    margin: -14rem;
  }

  #app .sm\:tw--m-64 {
    margin: -16rem;
  }

  #app .sm\:tw--m-px {
    margin: -1px;
  }

  #app .sm\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #app .sm\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #app .sm\:tw-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #app .sm\:tw-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #app .sm\:tw-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #app .sm\:tw-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #app .sm\:tw-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #app .sm\:tw-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #app .sm\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #app .sm\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #app .sm\:tw-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #app .sm\:tw-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #app .sm\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #app .sm\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #app .sm\:tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #app .sm\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #app .sm\:tw-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #app .sm\:tw-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #app .sm\:tw-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #app .sm\:tw-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #app .sm\:tw-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #app .sm\:tw-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #app .sm\:tw-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #app .sm\:tw-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #app .sm\:tw-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #app .sm\:tw-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #app .sm\:tw-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #app .sm\:tw-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #app .sm\:tw-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  #app .sm\:tw-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  #app .sm\:tw-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  #app .sm\:tw-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  #app .sm\:tw-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  #app .sm\:tw-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  #app .sm\:tw-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  #app .sm\:tw-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  #app .sm\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #app .sm\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #app .sm\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  #app .sm\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  #app .sm\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  #app .sm\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  #app .sm\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #app .sm\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #app .sm\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  #app .sm\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  #app .sm\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #app .sm\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #app .sm\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  #app .sm\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  #app .sm\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #app .sm\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #app .sm\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #app .sm\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #app .sm\:tw--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  #app .sm\:tw--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  #app .sm\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  #app .sm\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  #app .sm\:tw--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  #app .sm\:tw--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  #app .sm\:tw--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  #app .sm\:tw--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  #app .sm\:tw--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  #app .sm\:tw--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  #app .sm\:tw--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  #app .sm\:tw--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  #app .sm\:tw--my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  #app .sm\:tw--mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  #app .sm\:tw--my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  #app .sm\:tw--mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  #app .sm\:tw--my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  #app .sm\:tw--mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  #app .sm\:tw--my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  #app .sm\:tw--mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  #app .sm\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  #app .sm\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  #app .sm\:tw-mt-0 {
    margin-top: 0;
  }

  #app .sm\:tw-mr-0 {
    margin-right: 0;
  }

  #app .sm\:tw-mb-0 {
    margin-bottom: 0;
  }

  #app .sm\:tw-ml-0 {
    margin-left: 0;
  }

  #app .sm\:tw-mt-1 {
    margin-top: 0.25rem;
  }

  #app .sm\:tw-mr-1 {
    margin-right: 0.25rem;
  }

  #app .sm\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  #app .sm\:tw-ml-1 {
    margin-left: 0.25rem;
  }

  #app .sm\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  #app .sm\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  #app .sm\:tw-mb-2 {
    margin-bottom: 0.5rem;
  }

  #app .sm\:tw-ml-2 {
    margin-left: 0.5rem;
  }

  #app .sm\:tw-mt-3 {
    margin-top: 0.75rem;
  }

  #app .sm\:tw-mr-3 {
    margin-right: 0.75rem;
  }

  #app .sm\:tw-mb-3 {
    margin-bottom: 0.75rem;
  }

  #app .sm\:tw-ml-3 {
    margin-left: 0.75rem;
  }

  #app .sm\:tw-mt-4 {
    margin-top: 1rem;
  }

  #app .sm\:tw-mr-4 {
    margin-right: 1rem;
  }

  #app .sm\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  #app .sm\:tw-ml-4 {
    margin-left: 1rem;
  }

  #app .sm\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  #app .sm\:tw-mr-5 {
    margin-right: 1.25rem;
  }

  #app .sm\:tw-mb-5 {
    margin-bottom: 1.25rem;
  }

  #app .sm\:tw-ml-5 {
    margin-left: 1.25rem;
  }

  #app .sm\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  #app .sm\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  #app .sm\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  #app .sm\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  #app .sm\:tw-mt-8 {
    margin-top: 2rem;
  }

  #app .sm\:tw-mr-8 {
    margin-right: 2rem;
  }

  #app .sm\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  #app .sm\:tw-ml-8 {
    margin-left: 2rem;
  }

  #app .sm\:tw-mt-10 {
    margin-top: 2.5rem;
  }

  #app .sm\:tw-mr-10 {
    margin-right: 2.5rem;
  }

  #app .sm\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }

  #app .sm\:tw-ml-10 {
    margin-left: 2.5rem;
  }

  #app .sm\:tw-mt-12 {
    margin-top: 3rem;
  }

  #app .sm\:tw-mr-12 {
    margin-right: 3rem;
  }

  #app .sm\:tw-mb-12 {
    margin-bottom: 3rem;
  }

  #app .sm\:tw-ml-12 {
    margin-left: 3rem;
  }

  #app .sm\:tw-mt-16 {
    margin-top: 4rem;
  }

  #app .sm\:tw-mr-16 {
    margin-right: 4rem;
  }

  #app .sm\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  #app .sm\:tw-ml-16 {
    margin-left: 4rem;
  }

  #app .sm\:tw-mt-20 {
    margin-top: 5rem;
  }

  #app .sm\:tw-mr-20 {
    margin-right: 5rem;
  }

  #app .sm\:tw-mb-20 {
    margin-bottom: 5rem;
  }

  #app .sm\:tw-ml-20 {
    margin-left: 5rem;
  }

  #app .sm\:tw-mt-24 {
    margin-top: 6rem;
  }

  #app .sm\:tw-mr-24 {
    margin-right: 6rem;
  }

  #app .sm\:tw-mb-24 {
    margin-bottom: 6rem;
  }

  #app .sm\:tw-ml-24 {
    margin-left: 6rem;
  }

  #app .sm\:tw-mt-32 {
    margin-top: 8rem;
  }

  #app .sm\:tw-mr-32 {
    margin-right: 8rem;
  }

  #app .sm\:tw-mb-32 {
    margin-bottom: 8rem;
  }

  #app .sm\:tw-ml-32 {
    margin-left: 8rem;
  }

  #app .sm\:tw-mt-40 {
    margin-top: 10rem;
  }

  #app .sm\:tw-mr-40 {
    margin-right: 10rem;
  }

  #app .sm\:tw-mb-40 {
    margin-bottom: 10rem;
  }

  #app .sm\:tw-ml-40 {
    margin-left: 10rem;
  }

  #app .sm\:tw-mt-48 {
    margin-top: 12rem;
  }

  #app .sm\:tw-mr-48 {
    margin-right: 12rem;
  }

  #app .sm\:tw-mb-48 {
    margin-bottom: 12rem;
  }

  #app .sm\:tw-ml-48 {
    margin-left: 12rem;
  }

  #app .sm\:tw-mt-56 {
    margin-top: 14rem;
  }

  #app .sm\:tw-mr-56 {
    margin-right: 14rem;
  }

  #app .sm\:tw-mb-56 {
    margin-bottom: 14rem;
  }

  #app .sm\:tw-ml-56 {
    margin-left: 14rem;
  }

  #app .sm\:tw-mt-64 {
    margin-top: 16rem;
  }

  #app .sm\:tw-mr-64 {
    margin-right: 16rem;
  }

  #app .sm\:tw-mb-64 {
    margin-bottom: 16rem;
  }

  #app .sm\:tw-ml-64 {
    margin-left: 16rem;
  }

  #app .sm\:tw-mt-auto {
    margin-top: auto;
  }

  #app .sm\:tw-mr-auto {
    margin-right: auto;
  }

  #app .sm\:tw-mb-auto {
    margin-bottom: auto;
  }

  #app .sm\:tw-ml-auto {
    margin-left: auto;
  }

  #app .sm\:tw-mt-px {
    margin-top: 1px;
  }

  #app .sm\:tw-mr-px {
    margin-right: 1px;
  }

  #app .sm\:tw-mb-px {
    margin-bottom: 1px;
  }

  #app .sm\:tw-ml-px {
    margin-left: 1px;
  }

  #app .sm\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  #app .sm\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  #app .sm\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  #app .sm\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  #app .sm\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  #app .sm\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  #app .sm\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  #app .sm\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  #app .sm\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  #app .sm\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  #app .sm\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  #app .sm\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  #app .sm\:tw--mt-4 {
    margin-top: -1rem;
  }

  #app .sm\:tw--mr-4 {
    margin-right: -1rem;
  }

  #app .sm\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  #app .sm\:tw--ml-4 {
    margin-left: -1rem;
  }

  #app .sm\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  #app .sm\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  #app .sm\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  #app .sm\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  #app .sm\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  #app .sm\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  #app .sm\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  #app .sm\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  #app .sm\:tw--mt-8 {
    margin-top: -2rem;
  }

  #app .sm\:tw--mr-8 {
    margin-right: -2rem;
  }

  #app .sm\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  #app .sm\:tw--ml-8 {
    margin-left: -2rem;
  }

  #app .sm\:tw--mt-10 {
    margin-top: -2.5rem;
  }

  #app .sm\:tw--mr-10 {
    margin-right: -2.5rem;
  }

  #app .sm\:tw--mb-10 {
    margin-bottom: -2.5rem;
  }

  #app .sm\:tw--ml-10 {
    margin-left: -2.5rem;
  }

  #app .sm\:tw--mt-12 {
    margin-top: -3rem;
  }

  #app .sm\:tw--mr-12 {
    margin-right: -3rem;
  }

  #app .sm\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  #app .sm\:tw--ml-12 {
    margin-left: -3rem;
  }

  #app .sm\:tw--mt-16 {
    margin-top: -4rem;
  }

  #app .sm\:tw--mr-16 {
    margin-right: -4rem;
  }

  #app .sm\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  #app .sm\:tw--ml-16 {
    margin-left: -4rem;
  }

  #app .sm\:tw--mt-20 {
    margin-top: -5rem;
  }

  #app .sm\:tw--mr-20 {
    margin-right: -5rem;
  }

  #app .sm\:tw--mb-20 {
    margin-bottom: -5rem;
  }

  #app .sm\:tw--ml-20 {
    margin-left: -5rem;
  }

  #app .sm\:tw--mt-24 {
    margin-top: -6rem;
  }

  #app .sm\:tw--mr-24 {
    margin-right: -6rem;
  }

  #app .sm\:tw--mb-24 {
    margin-bottom: -6rem;
  }

  #app .sm\:tw--ml-24 {
    margin-left: -6rem;
  }

  #app .sm\:tw--mt-32 {
    margin-top: -8rem;
  }

  #app .sm\:tw--mr-32 {
    margin-right: -8rem;
  }

  #app .sm\:tw--mb-32 {
    margin-bottom: -8rem;
  }

  #app .sm\:tw--ml-32 {
    margin-left: -8rem;
  }

  #app .sm\:tw--mt-40 {
    margin-top: -10rem;
  }

  #app .sm\:tw--mr-40 {
    margin-right: -10rem;
  }

  #app .sm\:tw--mb-40 {
    margin-bottom: -10rem;
  }

  #app .sm\:tw--ml-40 {
    margin-left: -10rem;
  }

  #app .sm\:tw--mt-48 {
    margin-top: -12rem;
  }

  #app .sm\:tw--mr-48 {
    margin-right: -12rem;
  }

  #app .sm\:tw--mb-48 {
    margin-bottom: -12rem;
  }

  #app .sm\:tw--ml-48 {
    margin-left: -12rem;
  }

  #app .sm\:tw--mt-56 {
    margin-top: -14rem;
  }

  #app .sm\:tw--mr-56 {
    margin-right: -14rem;
  }

  #app .sm\:tw--mb-56 {
    margin-bottom: -14rem;
  }

  #app .sm\:tw--ml-56 {
    margin-left: -14rem;
  }

  #app .sm\:tw--mt-64 {
    margin-top: -16rem;
  }

  #app .sm\:tw--mr-64 {
    margin-right: -16rem;
  }

  #app .sm\:tw--mb-64 {
    margin-bottom: -16rem;
  }

  #app .sm\:tw--ml-64 {
    margin-left: -16rem;
  }

  #app .sm\:tw--mt-px {
    margin-top: -1px;
  }

  #app .sm\:tw--mr-px {
    margin-right: -1px;
  }

  #app .sm\:tw--mb-px {
    margin-bottom: -1px;
  }

  #app .sm\:tw--ml-px {
    margin-left: -1px;
  }

  #app .sm\:tw-max-h-full {
    max-height: 100%;
  }

  #app .sm\:tw-max-h-screen {
    max-height: 100vh;
  }

  #app .sm\:tw-max-w-none {
    max-width: none;
  }

  #app .sm\:tw-max-w-xs {
    max-width: 20rem;
  }

  #app .sm\:tw-max-w-sm {
    max-width: 24rem;
  }

  #app .sm\:tw-max-w-md {
    max-width: 28rem;
  }

  #app .sm\:tw-max-w-lg {
    max-width: 32rem;
  }

  #app .sm\:tw-max-w-xl {
    max-width: 36rem;
  }

  #app .sm\:tw-max-w-2xl {
    max-width: 42rem;
  }

  #app .sm\:tw-max-w-3xl {
    max-width: 48rem;
  }

  #app .sm\:tw-max-w-4xl {
    max-width: 56rem;
  }

  #app .sm\:tw-max-w-5xl {
    max-width: 64rem;
  }

  #app .sm\:tw-max-w-6xl {
    max-width: 72rem;
  }

  #app .sm\:tw-max-w-full {
    max-width: 100%;
  }

  #app .sm\:tw-max-w-screen-sm {
    max-width: 640px;
  }

  #app .sm\:tw-max-w-screen-md {
    max-width: 768px;
  }

  #app .sm\:tw-max-w-screen-lg {
    max-width: 1024px;
  }

  #app .sm\:tw-max-w-screen-xl {
    max-width: 1280px;
  }

  #app .sm\:tw-min-h-0 {
    min-height: 0;
  }

  #app .sm\:tw-min-h-full {
    min-height: 100%;
  }

  #app .sm\:tw-min-h-screen {
    min-height: 100vh;
  }

  #app .sm\:tw-min-w-0 {
    min-width: 0;
  }

  #app .sm\:tw-min-w-full {
    min-width: 100%;
  }

  #app .sm\:tw-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  #app .sm\:tw-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  #app .sm\:tw-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  #app .sm\:tw-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  #app .sm\:tw-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  #app .sm\:tw-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  #app .sm\:tw-object-center {
    -o-object-position: center;
       object-position: center;
  }

  #app .sm\:tw-object-left {
    -o-object-position: left;
       object-position: left;
  }

  #app .sm\:tw-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  #app .sm\:tw-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  #app .sm\:tw-object-right {
    -o-object-position: right;
       object-position: right;
  }

  #app .sm\:tw-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  #app .sm\:tw-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  #app .sm\:tw-object-top {
    -o-object-position: top;
       object-position: top;
  }

  #app .sm\:tw-opacity-0 {
    opacity: 0;
  }

  #app .sm\:tw-opacity-25 {
    opacity: 0.25;
  }

  #app .sm\:tw-opacity-50 {
    opacity: 0.5;
  }

  #app .sm\:tw-opacity-75 {
    opacity: 0.75;
  }

  #app .sm\:tw-opacity-100 {
    opacity: 1;
  }

  #app .sm\:hover\:tw-opacity-0:hover {
    opacity: 0;
  }

  #app .sm\:hover\:tw-opacity-25:hover {
    opacity: 0.25;
  }

  #app .sm\:hover\:tw-opacity-50:hover {
    opacity: 0.5;
  }

  #app .sm\:hover\:tw-opacity-75:hover {
    opacity: 0.75;
  }

  #app .sm\:hover\:tw-opacity-100:hover {
    opacity: 1;
  }

  #app .sm\:focus\:tw-opacity-0:focus {
    opacity: 0;
  }

  #app .sm\:focus\:tw-opacity-25:focus {
    opacity: 0.25;
  }

  #app .sm\:focus\:tw-opacity-50:focus {
    opacity: 0.5;
  }

  #app .sm\:focus\:tw-opacity-75:focus {
    opacity: 0.75;
  }

  #app .sm\:focus\:tw-opacity-100:focus {
    opacity: 1;
  }

  #app .sm\:tw-outline-none {
    outline: 0;
  }

  #app .sm\:focus\:tw-outline-none:focus {
    outline: 0;
  }

  #app .sm\:tw-overflow-auto {
    overflow: auto;
  }

  #app .sm\:tw-overflow-hidden {
    overflow: hidden;
  }

  #app .sm\:tw-overflow-visible {
    overflow: visible;
  }

  #app .sm\:tw-overflow-scroll {
    overflow: scroll;
  }

  #app .sm\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  #app .sm\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  #app .sm\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  #app .sm\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  #app .sm\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  #app .sm\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  #app .sm\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  #app .sm\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  #app .sm\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #app .sm\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #app .sm\:tw-p-0 {
    padding: 0;
  }

  #app .sm\:tw-p-1 {
    padding: 0.25rem;
  }

  #app .sm\:tw-p-2 {
    padding: 0.5rem;
  }

  #app .sm\:tw-p-3 {
    padding: 0.75rem;
  }

  #app .sm\:tw-p-4 {
    padding: 1rem;
  }

  #app .sm\:tw-p-5 {
    padding: 1.25rem;
  }

  #app .sm\:tw-p-6 {
    padding: 1.5rem;
  }

  #app .sm\:tw-p-8 {
    padding: 2rem;
  }

  #app .sm\:tw-p-10 {
    padding: 2.5rem;
  }

  #app .sm\:tw-p-12 {
    padding: 3rem;
  }

  #app .sm\:tw-p-16 {
    padding: 4rem;
  }

  #app .sm\:tw-p-20 {
    padding: 5rem;
  }

  #app .sm\:tw-p-24 {
    padding: 6rem;
  }

  #app .sm\:tw-p-32 {
    padding: 8rem;
  }

  #app .sm\:tw-p-40 {
    padding: 10rem;
  }

  #app .sm\:tw-p-48 {
    padding: 12rem;
  }

  #app .sm\:tw-p-56 {
    padding: 14rem;
  }

  #app .sm\:tw-p-64 {
    padding: 16rem;
  }

  #app .sm\:tw-p-px {
    padding: 1px;
  }

  #app .sm\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #app .sm\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #app .sm\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .sm\:tw-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .sm\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .sm\:tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .sm\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .sm\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .sm\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .sm\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .sm\:tw-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .sm\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .sm\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .sm\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .sm\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .sm\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .sm\:tw-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .sm\:tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .sm\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .sm\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .sm\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .sm\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .sm\:tw-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .sm\:tw-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .sm\:tw-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .sm\:tw-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .sm\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .sm\:tw-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .sm\:tw-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .sm\:tw-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .sm\:tw-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .sm\:tw-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .sm\:tw-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .sm\:tw-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .sm\:tw-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .sm\:tw-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .sm\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .sm\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .sm\:tw-pt-0 {
    padding-top: 0;
  }

  #app .sm\:tw-pr-0 {
    padding-right: 0;
  }

  #app .sm\:tw-pb-0 {
    padding-bottom: 0;
  }

  #app .sm\:tw-pl-0 {
    padding-left: 0;
  }

  #app .sm\:tw-pt-1 {
    padding-top: 0.25rem;
  }

  #app .sm\:tw-pr-1 {
    padding-right: 0.25rem;
  }

  #app .sm\:tw-pb-1 {
    padding-bottom: 0.25rem;
  }

  #app .sm\:tw-pl-1 {
    padding-left: 0.25rem;
  }

  #app .sm\:tw-pt-2 {
    padding-top: 0.5rem;
  }

  #app .sm\:tw-pr-2 {
    padding-right: 0.5rem;
  }

  #app .sm\:tw-pb-2 {
    padding-bottom: 0.5rem;
  }

  #app .sm\:tw-pl-2 {
    padding-left: 0.5rem;
  }

  #app .sm\:tw-pt-3 {
    padding-top: 0.75rem;
  }

  #app .sm\:tw-pr-3 {
    padding-right: 0.75rem;
  }

  #app .sm\:tw-pb-3 {
    padding-bottom: 0.75rem;
  }

  #app .sm\:tw-pl-3 {
    padding-left: 0.75rem;
  }

  #app .sm\:tw-pt-4 {
    padding-top: 1rem;
  }

  #app .sm\:tw-pr-4 {
    padding-right: 1rem;
  }

  #app .sm\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  #app .sm\:tw-pl-4 {
    padding-left: 1rem;
  }

  #app .sm\:tw-pt-5 {
    padding-top: 1.25rem;
  }

  #app .sm\:tw-pr-5 {
    padding-right: 1.25rem;
  }

  #app .sm\:tw-pb-5 {
    padding-bottom: 1.25rem;
  }

  #app .sm\:tw-pl-5 {
    padding-left: 1.25rem;
  }

  #app .sm\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  #app .sm\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  #app .sm\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  #app .sm\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  #app .sm\:tw-pt-8 {
    padding-top: 2rem;
  }

  #app .sm\:tw-pr-8 {
    padding-right: 2rem;
  }

  #app .sm\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  #app .sm\:tw-pl-8 {
    padding-left: 2rem;
  }

  #app .sm\:tw-pt-10 {
    padding-top: 2.5rem;
  }

  #app .sm\:tw-pr-10 {
    padding-right: 2.5rem;
  }

  #app .sm\:tw-pb-10 {
    padding-bottom: 2.5rem;
  }

  #app .sm\:tw-pl-10 {
    padding-left: 2.5rem;
  }

  #app .sm\:tw-pt-12 {
    padding-top: 3rem;
  }

  #app .sm\:tw-pr-12 {
    padding-right: 3rem;
  }

  #app .sm\:tw-pb-12 {
    padding-bottom: 3rem;
  }

  #app .sm\:tw-pl-12 {
    padding-left: 3rem;
  }

  #app .sm\:tw-pt-16 {
    padding-top: 4rem;
  }

  #app .sm\:tw-pr-16 {
    padding-right: 4rem;
  }

  #app .sm\:tw-pb-16 {
    padding-bottom: 4rem;
  }

  #app .sm\:tw-pl-16 {
    padding-left: 4rem;
  }

  #app .sm\:tw-pt-20 {
    padding-top: 5rem;
  }

  #app .sm\:tw-pr-20 {
    padding-right: 5rem;
  }

  #app .sm\:tw-pb-20 {
    padding-bottom: 5rem;
  }

  #app .sm\:tw-pl-20 {
    padding-left: 5rem;
  }

  #app .sm\:tw-pt-24 {
    padding-top: 6rem;
  }

  #app .sm\:tw-pr-24 {
    padding-right: 6rem;
  }

  #app .sm\:tw-pb-24 {
    padding-bottom: 6rem;
  }

  #app .sm\:tw-pl-24 {
    padding-left: 6rem;
  }

  #app .sm\:tw-pt-32 {
    padding-top: 8rem;
  }

  #app .sm\:tw-pr-32 {
    padding-right: 8rem;
  }

  #app .sm\:tw-pb-32 {
    padding-bottom: 8rem;
  }

  #app .sm\:tw-pl-32 {
    padding-left: 8rem;
  }

  #app .sm\:tw-pt-40 {
    padding-top: 10rem;
  }

  #app .sm\:tw-pr-40 {
    padding-right: 10rem;
  }

  #app .sm\:tw-pb-40 {
    padding-bottom: 10rem;
  }

  #app .sm\:tw-pl-40 {
    padding-left: 10rem;
  }

  #app .sm\:tw-pt-48 {
    padding-top: 12rem;
  }

  #app .sm\:tw-pr-48 {
    padding-right: 12rem;
  }

  #app .sm\:tw-pb-48 {
    padding-bottom: 12rem;
  }

  #app .sm\:tw-pl-48 {
    padding-left: 12rem;
  }

  #app .sm\:tw-pt-56 {
    padding-top: 14rem;
  }

  #app .sm\:tw-pr-56 {
    padding-right: 14rem;
  }

  #app .sm\:tw-pb-56 {
    padding-bottom: 14rem;
  }

  #app .sm\:tw-pl-56 {
    padding-left: 14rem;
  }

  #app .sm\:tw-pt-64 {
    padding-top: 16rem;
  }

  #app .sm\:tw-pr-64 {
    padding-right: 16rem;
  }

  #app .sm\:tw-pb-64 {
    padding-bottom: 16rem;
  }

  #app .sm\:tw-pl-64 {
    padding-left: 16rem;
  }

  #app .sm\:tw-pt-px {
    padding-top: 1px;
  }

  #app .sm\:tw-pr-px {
    padding-right: 1px;
  }

  #app .sm\:tw-pb-px {
    padding-bottom: 1px;
  }

  #app .sm\:tw-pl-px {
    padding-left: 1px;
  }

  #app .sm\:first\:tw-p-0:first-child {
    padding: 0;
  }

  #app .sm\:first\:tw-p-1:first-child {
    padding: 0.25rem;
  }

  #app .sm\:first\:tw-p-2:first-child {
    padding: 0.5rem;
  }

  #app .sm\:first\:tw-p-3:first-child {
    padding: 0.75rem;
  }

  #app .sm\:first\:tw-p-4:first-child {
    padding: 1rem;
  }

  #app .sm\:first\:tw-p-5:first-child {
    padding: 1.25rem;
  }

  #app .sm\:first\:tw-p-6:first-child {
    padding: 1.5rem;
  }

  #app .sm\:first\:tw-p-8:first-child {
    padding: 2rem;
  }

  #app .sm\:first\:tw-p-10:first-child {
    padding: 2.5rem;
  }

  #app .sm\:first\:tw-p-12:first-child {
    padding: 3rem;
  }

  #app .sm\:first\:tw-p-16:first-child {
    padding: 4rem;
  }

  #app .sm\:first\:tw-p-20:first-child {
    padding: 5rem;
  }

  #app .sm\:first\:tw-p-24:first-child {
    padding: 6rem;
  }

  #app .sm\:first\:tw-p-32:first-child {
    padding: 8rem;
  }

  #app .sm\:first\:tw-p-40:first-child {
    padding: 10rem;
  }

  #app .sm\:first\:tw-p-48:first-child {
    padding: 12rem;
  }

  #app .sm\:first\:tw-p-56:first-child {
    padding: 14rem;
  }

  #app .sm\:first\:tw-p-64:first-child {
    padding: 16rem;
  }

  #app .sm\:first\:tw-p-px:first-child {
    padding: 1px;
  }

  #app .sm\:first\:tw-py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  #app .sm\:first\:tw-px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  #app .sm\:first\:tw-py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .sm\:first\:tw-px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .sm\:first\:tw-py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .sm\:first\:tw-px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .sm\:first\:tw-py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .sm\:first\:tw-px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .sm\:first\:tw-py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .sm\:first\:tw-px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .sm\:first\:tw-py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .sm\:first\:tw-px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .sm\:first\:tw-py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .sm\:first\:tw-px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .sm\:first\:tw-py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .sm\:first\:tw-px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .sm\:first\:tw-py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .sm\:first\:tw-px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .sm\:first\:tw-py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .sm\:first\:tw-px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .sm\:first\:tw-py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .sm\:first\:tw-px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .sm\:first\:tw-py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .sm\:first\:tw-px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .sm\:first\:tw-py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .sm\:first\:tw-px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .sm\:first\:tw-py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .sm\:first\:tw-px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .sm\:first\:tw-py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .sm\:first\:tw-px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .sm\:first\:tw-py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .sm\:first\:tw-px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .sm\:first\:tw-py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .sm\:first\:tw-px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .sm\:first\:tw-py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .sm\:first\:tw-px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .sm\:first\:tw-py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .sm\:first\:tw-px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .sm\:first\:tw-pt-0:first-child {
    padding-top: 0;
  }

  #app .sm\:first\:tw-pr-0:first-child {
    padding-right: 0;
  }

  #app .sm\:first\:tw-pb-0:first-child {
    padding-bottom: 0;
  }

  #app .sm\:first\:tw-pl-0:first-child {
    padding-left: 0;
  }

  #app .sm\:first\:tw-pt-1:first-child {
    padding-top: 0.25rem;
  }

  #app .sm\:first\:tw-pr-1:first-child {
    padding-right: 0.25rem;
  }

  #app .sm\:first\:tw-pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  #app .sm\:first\:tw-pl-1:first-child {
    padding-left: 0.25rem;
  }

  #app .sm\:first\:tw-pt-2:first-child {
    padding-top: 0.5rem;
  }

  #app .sm\:first\:tw-pr-2:first-child {
    padding-right: 0.5rem;
  }

  #app .sm\:first\:tw-pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  #app .sm\:first\:tw-pl-2:first-child {
    padding-left: 0.5rem;
  }

  #app .sm\:first\:tw-pt-3:first-child {
    padding-top: 0.75rem;
  }

  #app .sm\:first\:tw-pr-3:first-child {
    padding-right: 0.75rem;
  }

  #app .sm\:first\:tw-pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  #app .sm\:first\:tw-pl-3:first-child {
    padding-left: 0.75rem;
  }

  #app .sm\:first\:tw-pt-4:first-child {
    padding-top: 1rem;
  }

  #app .sm\:first\:tw-pr-4:first-child {
    padding-right: 1rem;
  }

  #app .sm\:first\:tw-pb-4:first-child {
    padding-bottom: 1rem;
  }

  #app .sm\:first\:tw-pl-4:first-child {
    padding-left: 1rem;
  }

  #app .sm\:first\:tw-pt-5:first-child {
    padding-top: 1.25rem;
  }

  #app .sm\:first\:tw-pr-5:first-child {
    padding-right: 1.25rem;
  }

  #app .sm\:first\:tw-pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  #app .sm\:first\:tw-pl-5:first-child {
    padding-left: 1.25rem;
  }

  #app .sm\:first\:tw-pt-6:first-child {
    padding-top: 1.5rem;
  }

  #app .sm\:first\:tw-pr-6:first-child {
    padding-right: 1.5rem;
  }

  #app .sm\:first\:tw-pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  #app .sm\:first\:tw-pl-6:first-child {
    padding-left: 1.5rem;
  }

  #app .sm\:first\:tw-pt-8:first-child {
    padding-top: 2rem;
  }

  #app .sm\:first\:tw-pr-8:first-child {
    padding-right: 2rem;
  }

  #app .sm\:first\:tw-pb-8:first-child {
    padding-bottom: 2rem;
  }

  #app .sm\:first\:tw-pl-8:first-child {
    padding-left: 2rem;
  }

  #app .sm\:first\:tw-pt-10:first-child {
    padding-top: 2.5rem;
  }

  #app .sm\:first\:tw-pr-10:first-child {
    padding-right: 2.5rem;
  }

  #app .sm\:first\:tw-pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  #app .sm\:first\:tw-pl-10:first-child {
    padding-left: 2.5rem;
  }

  #app .sm\:first\:tw-pt-12:first-child {
    padding-top: 3rem;
  }

  #app .sm\:first\:tw-pr-12:first-child {
    padding-right: 3rem;
  }

  #app .sm\:first\:tw-pb-12:first-child {
    padding-bottom: 3rem;
  }

  #app .sm\:first\:tw-pl-12:first-child {
    padding-left: 3rem;
  }

  #app .sm\:first\:tw-pt-16:first-child {
    padding-top: 4rem;
  }

  #app .sm\:first\:tw-pr-16:first-child {
    padding-right: 4rem;
  }

  #app .sm\:first\:tw-pb-16:first-child {
    padding-bottom: 4rem;
  }

  #app .sm\:first\:tw-pl-16:first-child {
    padding-left: 4rem;
  }

  #app .sm\:first\:tw-pt-20:first-child {
    padding-top: 5rem;
  }

  #app .sm\:first\:tw-pr-20:first-child {
    padding-right: 5rem;
  }

  #app .sm\:first\:tw-pb-20:first-child {
    padding-bottom: 5rem;
  }

  #app .sm\:first\:tw-pl-20:first-child {
    padding-left: 5rem;
  }

  #app .sm\:first\:tw-pt-24:first-child {
    padding-top: 6rem;
  }

  #app .sm\:first\:tw-pr-24:first-child {
    padding-right: 6rem;
  }

  #app .sm\:first\:tw-pb-24:first-child {
    padding-bottom: 6rem;
  }

  #app .sm\:first\:tw-pl-24:first-child {
    padding-left: 6rem;
  }

  #app .sm\:first\:tw-pt-32:first-child {
    padding-top: 8rem;
  }

  #app .sm\:first\:tw-pr-32:first-child {
    padding-right: 8rem;
  }

  #app .sm\:first\:tw-pb-32:first-child {
    padding-bottom: 8rem;
  }

  #app .sm\:first\:tw-pl-32:first-child {
    padding-left: 8rem;
  }

  #app .sm\:first\:tw-pt-40:first-child {
    padding-top: 10rem;
  }

  #app .sm\:first\:tw-pr-40:first-child {
    padding-right: 10rem;
  }

  #app .sm\:first\:tw-pb-40:first-child {
    padding-bottom: 10rem;
  }

  #app .sm\:first\:tw-pl-40:first-child {
    padding-left: 10rem;
  }

  #app .sm\:first\:tw-pt-48:first-child {
    padding-top: 12rem;
  }

  #app .sm\:first\:tw-pr-48:first-child {
    padding-right: 12rem;
  }

  #app .sm\:first\:tw-pb-48:first-child {
    padding-bottom: 12rem;
  }

  #app .sm\:first\:tw-pl-48:first-child {
    padding-left: 12rem;
  }

  #app .sm\:first\:tw-pt-56:first-child {
    padding-top: 14rem;
  }

  #app .sm\:first\:tw-pr-56:first-child {
    padding-right: 14rem;
  }

  #app .sm\:first\:tw-pb-56:first-child {
    padding-bottom: 14rem;
  }

  #app .sm\:first\:tw-pl-56:first-child {
    padding-left: 14rem;
  }

  #app .sm\:first\:tw-pt-64:first-child {
    padding-top: 16rem;
  }

  #app .sm\:first\:tw-pr-64:first-child {
    padding-right: 16rem;
  }

  #app .sm\:first\:tw-pb-64:first-child {
    padding-bottom: 16rem;
  }

  #app .sm\:first\:tw-pl-64:first-child {
    padding-left: 16rem;
  }

  #app .sm\:first\:tw-pt-px:first-child {
    padding-top: 1px;
  }

  #app .sm\:first\:tw-pr-px:first-child {
    padding-right: 1px;
  }

  #app .sm\:first\:tw-pb-px:first-child {
    padding-bottom: 1px;
  }

  #app .sm\:first\:tw-pl-px:first-child {
    padding-left: 1px;
  }

  #app .sm\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  #app .sm\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  #app .sm\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  #app .sm\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  #app .sm\:tw-placeholder-transparent::placeholder {
    color: transparent;
  }

  #app .sm\:tw-placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  #app .sm\:tw-placeholder-black::-moz-placeholder {
    color: #000;
  }

  #app .sm\:tw-placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  #app .sm\:tw-placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  #app .sm\:tw-placeholder-black::placeholder {
    color: #000;
  }

  #app .sm\:tw-placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  #app .sm\:tw-placeholder-white::-moz-placeholder {
    color: #fff;
  }

  #app .sm\:tw-placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  #app .sm\:tw-placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  #app .sm\:tw-placeholder-white::placeholder {
    color: #fff;
  }

  #app .sm\:tw-placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  #app .sm\:tw-placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  #app .sm\:tw-placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .sm\:tw-placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .sm\:tw-placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  #app .sm\:tw-placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  #app .sm\:tw-placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  #app .sm\:tw-placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .sm\:tw-placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .sm\:tw-placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  #app .sm\:tw-placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  #app .sm\:tw-placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  #app .sm\:tw-placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .sm\:tw-placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .sm\:tw-placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  #app .sm\:tw-placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  #app .sm\:tw-placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  #app .sm\:tw-placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .sm\:tw-placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .sm\:tw-placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  #app .sm\:tw-placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  #app .sm\:tw-placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  #app .sm\:tw-placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .sm\:tw-placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .sm\:tw-placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  #app .sm\:tw-placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  #app .sm\:tw-placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  #app .sm\:tw-placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  #app .sm\:tw-placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  #app .sm\:tw-placeholder-gray-600::placeholder {
    color: #718096;
  }

  #app .sm\:tw-placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  #app .sm\:tw-placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  #app .sm\:tw-placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  #app .sm\:tw-placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  #app .sm\:tw-placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  #app .sm\:tw-placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  #app .sm\:tw-placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  #app .sm\:tw-placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  #app .sm\:tw-placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  #app .sm\:tw-placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  #app .sm\:tw-placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  #app .sm\:tw-placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  #app .sm\:tw-placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  #app .sm\:tw-placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  #app .sm\:tw-placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  #app .sm\:tw-placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  #app .sm\:tw-placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  #app .sm\:tw-placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .sm\:tw-placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .sm\:tw-placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  #app .sm\:tw-placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  #app .sm\:tw-placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  #app .sm\:tw-placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .sm\:tw-placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .sm\:tw-placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  #app .sm\:tw-placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  #app .sm\:tw-placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  #app .sm\:tw-placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .sm\:tw-placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .sm\:tw-placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  #app .sm\:tw-placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  #app .sm\:tw-placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  #app .sm\:tw-placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  #app .sm\:tw-placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  #app .sm\:tw-placeholder-red-400::placeholder {
    color: #fc8181;
  }

  #app .sm\:tw-placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  #app .sm\:tw-placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  #app .sm\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  #app .sm\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  #app .sm\:tw-placeholder-red-500::placeholder {
    color: #f56565;
  }

  #app .sm\:tw-placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  #app .sm\:tw-placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  #app .sm\:tw-placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .sm\:tw-placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .sm\:tw-placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  #app .sm\:tw-placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  #app .sm\:tw-placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  #app .sm\:tw-placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  #app .sm\:tw-placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  #app .sm\:tw-placeholder-red-700::placeholder {
    color: #c53030;
  }

  #app .sm\:tw-placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  #app .sm\:tw-placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  #app .sm\:tw-placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .sm\:tw-placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .sm\:tw-placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  #app .sm\:tw-placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  #app .sm\:tw-placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  #app .sm\:tw-placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  #app .sm\:tw-placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  #app .sm\:tw-placeholder-red-900::placeholder {
    color: #742a2a;
  }

  #app .sm\:tw-placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  #app .sm\:tw-placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  #app .sm\:tw-placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .sm\:tw-placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .sm\:tw-placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  #app .sm\:tw-placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  #app .sm\:tw-placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  #app .sm\:tw-placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  #app .sm\:tw-placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  #app .sm\:tw-placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  #app .sm\:tw-placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  #app .sm\:tw-placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  #app .sm\:tw-placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .sm\:tw-placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .sm\:tw-placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  #app .sm\:tw-placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  #app .sm\:tw-placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  #app .sm\:tw-placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .sm\:tw-placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .sm\:tw-placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  #app .sm\:tw-placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  #app .sm\:tw-placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  #app .sm\:tw-placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  #app .sm\:tw-placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  #app .sm\:tw-placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  #app .sm\:tw-placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  #app .sm\:tw-placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  #app .sm\:tw-placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .sm\:tw-placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .sm\:tw-placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  #app .sm\:tw-placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  #app .sm\:tw-placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  #app .sm\:tw-placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  #app .sm\:tw-placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  #app .sm\:tw-placeholder-orange-700::placeholder {
    color: #c05621;
  }

  #app .sm\:tw-placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  #app .sm\:tw-placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  #app .sm\:tw-placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  #app .sm\:tw-placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  #app .sm\:tw-placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  #app .sm\:tw-placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  #app .sm\:tw-placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  #app .sm\:tw-placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  #app .sm\:tw-placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  #app .sm\:tw-placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  #app .sm\:tw-placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  #app .sm\:tw-placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  #app .sm\:tw-placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  #app .sm\:tw-placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  #app .sm\:tw-placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  #app .sm\:tw-placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  #app .sm\:tw-placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  #app .sm\:tw-placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .sm\:tw-placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .sm\:tw-placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  #app .sm\:tw-placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  #app .sm\:tw-placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  #app .sm\:tw-placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  #app .sm\:tw-placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  #app .sm\:tw-placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  #app .sm\:tw-placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  #app .sm\:tw-placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  #app .sm\:tw-placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .sm\:tw-placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .sm\:tw-placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  #app .sm\:tw-placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  #app .sm\:tw-placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  #app .sm\:tw-placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .sm\:tw-placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .sm\:tw-placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  #app .sm\:tw-placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  #app .sm\:tw-placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  #app .sm\:tw-placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .sm\:tw-placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .sm\:tw-placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  #app .sm\:tw-placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  #app .sm\:tw-placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  #app .sm\:tw-placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  #app .sm\:tw-placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  #app .sm\:tw-placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  #app .sm\:tw-placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  #app .sm\:tw-placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  #app .sm\:tw-placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  #app .sm\:tw-placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  #app .sm\:tw-placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  #app .sm\:tw-placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  #app .sm\:tw-placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  #app .sm\:tw-placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  #app .sm\:tw-placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  #app .sm\:tw-placeholder-yellow-900::placeholder {
    color: #744210;
  }

  #app .sm\:tw-placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  #app .sm\:tw-placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  #app .sm\:tw-placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .sm\:tw-placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .sm\:tw-placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  #app .sm\:tw-placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  #app .sm\:tw-placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  #app .sm\:tw-placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .sm\:tw-placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .sm\:tw-placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  #app .sm\:tw-placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  #app .sm\:tw-placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  #app .sm\:tw-placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .sm\:tw-placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .sm\:tw-placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  #app .sm\:tw-placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  #app .sm\:tw-placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  #app .sm\:tw-placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  #app .sm\:tw-placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  #app .sm\:tw-placeholder-green-400::placeholder {
    color: #68d391;
  }

  #app .sm\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  #app .sm\:tw-placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  #app .sm\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  #app .sm\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  #app .sm\:tw-placeholder-green-500::placeholder {
    color: #48bb78;
  }

  #app .sm\:tw-placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  #app .sm\:tw-placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  #app .sm\:tw-placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  #app .sm\:tw-placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  #app .sm\:tw-placeholder-green-600::placeholder {
    color: #38a169;
  }

  #app .sm\:tw-placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  #app .sm\:tw-placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  #app .sm\:tw-placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  #app .sm\:tw-placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  #app .sm\:tw-placeholder-green-700::placeholder {
    color: #2f855a;
  }

  #app .sm\:tw-placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  #app .sm\:tw-placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  #app .sm\:tw-placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  #app .sm\:tw-placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  #app .sm\:tw-placeholder-green-800::placeholder {
    color: #276749;
  }

  #app .sm\:tw-placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  #app .sm\:tw-placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  #app .sm\:tw-placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  #app .sm\:tw-placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  #app .sm\:tw-placeholder-green-900::placeholder {
    color: #22543d;
  }

  #app .sm\:tw-placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  #app .sm\:tw-placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  #app .sm\:tw-placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .sm\:tw-placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .sm\:tw-placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  #app .sm\:tw-placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  #app .sm\:tw-placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  #app .sm\:tw-placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .sm\:tw-placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .sm\:tw-placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  #app .sm\:tw-placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  #app .sm\:tw-placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  #app .sm\:tw-placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .sm\:tw-placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .sm\:tw-placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  #app .sm\:tw-placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  #app .sm\:tw-placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  #app .sm\:tw-placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .sm\:tw-placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .sm\:tw-placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  #app .sm\:tw-placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  #app .sm\:tw-placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  #app .sm\:tw-placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .sm\:tw-placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .sm\:tw-placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  #app .sm\:tw-placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  #app .sm\:tw-placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  #app .sm\:tw-placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  #app .sm\:tw-placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  #app .sm\:tw-placeholder-teal-600::placeholder {
    color: #319795;
  }

  #app .sm\:tw-placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  #app .sm\:tw-placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  #app .sm\:tw-placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .sm\:tw-placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .sm\:tw-placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  #app .sm\:tw-placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  #app .sm\:tw-placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  #app .sm\:tw-placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  #app .sm\:tw-placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  #app .sm\:tw-placeholder-teal-800::placeholder {
    color: #285e61;
  }

  #app .sm\:tw-placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  #app .sm\:tw-placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  #app .sm\:tw-placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  #app .sm\:tw-placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  #app .sm\:tw-placeholder-teal-900::placeholder {
    color: #234e52;
  }

  #app .sm\:tw-placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  #app .sm\:tw-placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  #app .sm\:tw-placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .sm\:tw-placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .sm\:tw-placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  #app .sm\:tw-placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  #app .sm\:tw-placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  #app .sm\:tw-placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .sm\:tw-placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .sm\:tw-placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  #app .sm\:tw-placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  #app .sm\:tw-placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  #app .sm\:tw-placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .sm\:tw-placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .sm\:tw-placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  #app .sm\:tw-placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  #app .sm\:tw-placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  #app .sm\:tw-placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .sm\:tw-placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .sm\:tw-placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  #app .sm\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  #app .sm\:tw-placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  #app .sm\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  #app .sm\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  #app .sm\:tw-placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  #app .sm\:tw-placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  #app .sm\:tw-placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  #app .sm\:tw-placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  #app .sm\:tw-placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  #app .sm\:tw-placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  #app .sm\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  #app .sm\:tw-placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  #app .sm\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .sm\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .sm\:tw-placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  #app .sm\:tw-placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  #app .sm\:tw-placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  #app .sm\:tw-placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  #app .sm\:tw-placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  #app .sm\:tw-placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  #app .sm\:tw-placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  #app .sm\:tw-placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  #app .sm\:tw-placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  #app .sm\:tw-placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  #app .sm\:tw-placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  #app .sm\:tw-placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  #app .sm\:tw-placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  #app .sm\:tw-placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .sm\:tw-placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .sm\:tw-placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  #app .sm\:tw-placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  #app .sm\:tw-placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  #app .sm\:tw-placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .sm\:tw-placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .sm\:tw-placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  #app .sm\:tw-placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  #app .sm\:tw-placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  #app .sm\:tw-placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .sm\:tw-placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .sm\:tw-placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  #app .sm\:tw-placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  #app .sm\:tw-placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  #app .sm\:tw-placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .sm\:tw-placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .sm\:tw-placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  #app .sm\:tw-placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  #app .sm\:tw-placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  #app .sm\:tw-placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  #app .sm\:tw-placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  #app .sm\:tw-placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  #app .sm\:tw-placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  #app .sm\:tw-placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  #app .sm\:tw-placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .sm\:tw-placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .sm\:tw-placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  #app .sm\:tw-placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  #app .sm\:tw-placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  #app .sm\:tw-placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .sm\:tw-placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .sm\:tw-placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  #app .sm\:tw-placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  #app .sm\:tw-placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  #app .sm\:tw-placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  #app .sm\:tw-placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  #app .sm\:tw-placeholder-indigo-800::placeholder {
    color: #434190;
  }

  #app .sm\:tw-placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  #app .sm\:tw-placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  #app .sm\:tw-placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  #app .sm\:tw-placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  #app .sm\:tw-placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  #app .sm\:tw-placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  #app .sm\:tw-placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  #app .sm\:tw-placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .sm\:tw-placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .sm\:tw-placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  #app .sm\:tw-placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  #app .sm\:tw-placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  #app .sm\:tw-placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .sm\:tw-placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .sm\:tw-placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  #app .sm\:tw-placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  #app .sm\:tw-placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  #app .sm\:tw-placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .sm\:tw-placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .sm\:tw-placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  #app .sm\:tw-placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  #app .sm\:tw-placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  #app .sm\:tw-placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  #app .sm\:tw-placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  #app .sm\:tw-placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  #app .sm\:tw-placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  #app .sm\:tw-placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  #app .sm\:tw-placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .sm\:tw-placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .sm\:tw-placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  #app .sm\:tw-placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  #app .sm\:tw-placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  #app .sm\:tw-placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  #app .sm\:tw-placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  #app .sm\:tw-placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  #app .sm\:tw-placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  #app .sm\:tw-placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  #app .sm\:tw-placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .sm\:tw-placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .sm\:tw-placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  #app .sm\:tw-placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  #app .sm\:tw-placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  #app .sm\:tw-placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  #app .sm\:tw-placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  #app .sm\:tw-placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  #app .sm\:tw-placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  #app .sm\:tw-placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  #app .sm\:tw-placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  #app .sm\:tw-placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  #app .sm\:tw-placeholder-purple-900::placeholder {
    color: #44337a;
  }

  #app .sm\:tw-placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  #app .sm\:tw-placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  #app .sm\:tw-placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .sm\:tw-placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .sm\:tw-placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  #app .sm\:tw-placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  #app .sm\:tw-placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  #app .sm\:tw-placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .sm\:tw-placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .sm\:tw-placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  #app .sm\:tw-placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  #app .sm\:tw-placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  #app .sm\:tw-placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .sm\:tw-placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .sm\:tw-placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  #app .sm\:tw-placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  #app .sm\:tw-placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  #app .sm\:tw-placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  #app .sm\:tw-placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  #app .sm\:tw-placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  #app .sm\:tw-placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  #app .sm\:tw-placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  #app .sm\:tw-placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .sm\:tw-placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .sm\:tw-placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  #app .sm\:tw-placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  #app .sm\:tw-placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  #app .sm\:tw-placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .sm\:tw-placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .sm\:tw-placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  #app .sm\:tw-placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  #app .sm\:tw-placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  #app .sm\:tw-placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  #app .sm\:tw-placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  #app .sm\:tw-placeholder-pink-700::placeholder {
    color: #b83280;
  }

  #app .sm\:tw-placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  #app .sm\:tw-placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  #app .sm\:tw-placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  #app .sm\:tw-placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  #app .sm\:tw-placeholder-pink-800::placeholder {
    color: #97266d;
  }

  #app .sm\:tw-placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  #app .sm\:tw-placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  #app .sm\:tw-placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  #app .sm\:tw-placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  #app .sm\:tw-placeholder-pink-900::placeholder {
    color: #702459;
  }

  #app .sm\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  #app .sm\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  #app .sm\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  #app .sm\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  #app .sm\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  #app .sm\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  #app .sm\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  #app .sm\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  #app .sm\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  #app .sm\:focus\:tw-placeholder-black:focus::placeholder {
    color: #000;
  }

  #app .sm\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  #app .sm\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  #app .sm\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  #app .sm\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  #app .sm\:focus\:tw-placeholder-white:focus::placeholder {
    color: #fff;
  }

  #app .sm\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  #app .sm\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  #app .sm\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .sm\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .sm\:focus\:tw-placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  #app .sm\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  #app .sm\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  #app .sm\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .sm\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .sm\:focus\:tw-placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  #app .sm\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  #app .sm\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  #app .sm\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .sm\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .sm\:focus\:tw-placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  #app .sm\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  #app .sm\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  #app .sm\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .sm\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .sm\:focus\:tw-placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  #app .sm\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  #app .sm\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  #app .sm\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .sm\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .sm\:focus\:tw-placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  #app .sm\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  #app .sm\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  #app .sm\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  #app .sm\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  #app .sm\:focus\:tw-placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  #app .sm\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  #app .sm\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  #app .sm\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  #app .sm\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  #app .sm\:focus\:tw-placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  #app .sm\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  #app .sm\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  #app .sm\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  #app .sm\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  #app .sm\:focus\:tw-placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  #app .sm\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  #app .sm\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  #app .sm\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  #app .sm\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  #app .sm\:focus\:tw-placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  #app .sm\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  #app .sm\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  #app .sm\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .sm\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .sm\:focus\:tw-placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  #app .sm\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  #app .sm\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  #app .sm\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .sm\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .sm\:focus\:tw-placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  #app .sm\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  #app .sm\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  #app .sm\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .sm\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .sm\:focus\:tw-placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  #app .sm\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  #app .sm\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  #app .sm\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  #app .sm\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  #app .sm\:focus\:tw-placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  #app .sm\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  #app .sm\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  #app .sm\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  #app .sm\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  #app .sm\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  #app .sm\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  #app .sm\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  #app .sm\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .sm\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .sm\:focus\:tw-placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  #app .sm\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  #app .sm\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  #app .sm\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  #app .sm\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  #app .sm\:focus\:tw-placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  #app .sm\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  #app .sm\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  #app .sm\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .sm\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .sm\:focus\:tw-placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  #app .sm\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  #app .sm\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  #app .sm\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  #app .sm\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  #app .sm\:focus\:tw-placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  #app .sm\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  #app .sm\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  #app .sm\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .sm\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .sm\:focus\:tw-placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  #app .sm\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  #app .sm\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  #app .sm\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  #app .sm\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  #app .sm\:focus\:tw-placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  #app .sm\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  #app .sm\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  #app .sm\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .sm\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .sm\:focus\:tw-placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  #app .sm\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  #app .sm\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  #app .sm\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .sm\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .sm\:focus\:tw-placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  #app .sm\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  #app .sm\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  #app .sm\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  #app .sm\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  #app .sm\:focus\:tw-placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  #app .sm\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  #app .sm\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  #app .sm\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .sm\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .sm\:focus\:tw-placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  #app .sm\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  #app .sm\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  #app .sm\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  #app .sm\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  #app .sm\:focus\:tw-placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  #app .sm\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  #app .sm\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  #app .sm\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  #app .sm\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  #app .sm\:focus\:tw-placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  #app .sm\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  #app .sm\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  #app .sm\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  #app .sm\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  #app .sm\:focus\:tw-placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  #app .sm\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  #app .sm\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  #app .sm\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  #app .sm\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  #app .sm\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  #app .sm\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  #app .sm\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  #app .sm\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .sm\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .sm\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  #app .sm\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  #app .sm\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  #app .sm\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  #app .sm\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  #app .sm\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  #app .sm\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  #app .sm\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  #app .sm\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .sm\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .sm\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  #app .sm\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  #app .sm\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  #app .sm\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .sm\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .sm\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  #app .sm\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  #app .sm\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  #app .sm\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .sm\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .sm\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  #app .sm\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  #app .sm\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  #app .sm\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  #app .sm\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  #app .sm\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  #app .sm\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  #app .sm\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  #app .sm\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  #app .sm\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  #app .sm\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  #app .sm\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  #app .sm\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  #app .sm\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  #app .sm\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  #app .sm\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  #app .sm\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  #app .sm\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  #app .sm\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .sm\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .sm\:focus\:tw-placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  #app .sm\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  #app .sm\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  #app .sm\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .sm\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .sm\:focus\:tw-placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  #app .sm\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  #app .sm\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  #app .sm\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .sm\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .sm\:focus\:tw-placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  #app .sm\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  #app .sm\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  #app .sm\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  #app .sm\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  #app .sm\:focus\:tw-placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  #app .sm\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  #app .sm\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  #app .sm\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  #app .sm\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  #app .sm\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  #app .sm\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  #app .sm\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  #app .sm\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  #app .sm\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  #app .sm\:focus\:tw-placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  #app .sm\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  #app .sm\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  #app .sm\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  #app .sm\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  #app .sm\:focus\:tw-placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  #app .sm\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  #app .sm\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  #app .sm\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  #app .sm\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  #app .sm\:focus\:tw-placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  #app .sm\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  #app .sm\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  #app .sm\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  #app .sm\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  #app .sm\:focus\:tw-placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  #app .sm\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  #app .sm\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  #app .sm\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .sm\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .sm\:focus\:tw-placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  #app .sm\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  #app .sm\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  #app .sm\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .sm\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .sm\:focus\:tw-placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  #app .sm\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  #app .sm\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  #app .sm\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .sm\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .sm\:focus\:tw-placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  #app .sm\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  #app .sm\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  #app .sm\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .sm\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .sm\:focus\:tw-placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  #app .sm\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  #app .sm\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  #app .sm\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .sm\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .sm\:focus\:tw-placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  #app .sm\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  #app .sm\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  #app .sm\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  #app .sm\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  #app .sm\:focus\:tw-placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  #app .sm\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  #app .sm\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  #app .sm\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .sm\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .sm\:focus\:tw-placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  #app .sm\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  #app .sm\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  #app .sm\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  #app .sm\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  #app .sm\:focus\:tw-placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  #app .sm\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  #app .sm\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  #app .sm\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  #app .sm\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  #app .sm\:focus\:tw-placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  #app .sm\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  #app .sm\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  #app .sm\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .sm\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .sm\:focus\:tw-placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  #app .sm\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  #app .sm\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  #app .sm\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .sm\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .sm\:focus\:tw-placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  #app .sm\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  #app .sm\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  #app .sm\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .sm\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .sm\:focus\:tw-placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  #app .sm\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  #app .sm\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  #app .sm\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .sm\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .sm\:focus\:tw-placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  #app .sm\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  #app .sm\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  #app .sm\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  #app .sm\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  #app .sm\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  #app .sm\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  #app .sm\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  #app .sm\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  #app .sm\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  #app .sm\:focus\:tw-placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  #app .sm\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  #app .sm\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  #app .sm\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .sm\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .sm\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  #app .sm\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  #app .sm\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  #app .sm\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  #app .sm\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  #app .sm\:focus\:tw-placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  #app .sm\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  #app .sm\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  #app .sm\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  #app .sm\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  #app .sm\:focus\:tw-placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  #app .sm\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  #app .sm\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  #app .sm\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .sm\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .sm\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  #app .sm\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  #app .sm\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  #app .sm\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .sm\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .sm\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  #app .sm\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  #app .sm\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  #app .sm\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .sm\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .sm\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  #app .sm\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  #app .sm\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  #app .sm\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .sm\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .sm\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  #app .sm\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  #app .sm\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  #app .sm\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  #app .sm\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  #app .sm\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  #app .sm\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  #app .sm\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  #app .sm\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .sm\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .sm\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  #app .sm\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  #app .sm\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  #app .sm\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .sm\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .sm\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  #app .sm\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  #app .sm\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  #app .sm\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  #app .sm\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  #app .sm\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  #app .sm\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  #app .sm\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  #app .sm\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  #app .sm\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  #app .sm\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  #app .sm\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  #app .sm\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  #app .sm\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .sm\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .sm\:focus\:tw-placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  #app .sm\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  #app .sm\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  #app .sm\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .sm\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .sm\:focus\:tw-placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  #app .sm\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  #app .sm\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  #app .sm\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .sm\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .sm\:focus\:tw-placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  #app .sm\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  #app .sm\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  #app .sm\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  #app .sm\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  #app .sm\:focus\:tw-placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  #app .sm\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  #app .sm\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  #app .sm\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .sm\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .sm\:focus\:tw-placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  #app .sm\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  #app .sm\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  #app .sm\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  #app .sm\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  #app .sm\:focus\:tw-placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  #app .sm\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  #app .sm\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  #app .sm\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .sm\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .sm\:focus\:tw-placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  #app .sm\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  #app .sm\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  #app .sm\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  #app .sm\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  #app .sm\:focus\:tw-placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  #app .sm\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  #app .sm\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  #app .sm\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  #app .sm\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  #app .sm\:focus\:tw-placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  #app .sm\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  #app .sm\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  #app .sm\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .sm\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .sm\:focus\:tw-placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  #app .sm\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  #app .sm\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  #app .sm\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .sm\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .sm\:focus\:tw-placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  #app .sm\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  #app .sm\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  #app .sm\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .sm\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .sm\:focus\:tw-placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  #app .sm\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  #app .sm\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  #app .sm\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  #app .sm\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  #app .sm\:focus\:tw-placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  #app .sm\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  #app .sm\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  #app .sm\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .sm\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .sm\:focus\:tw-placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  #app .sm\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  #app .sm\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  #app .sm\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .sm\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .sm\:focus\:tw-placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  #app .sm\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  #app .sm\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  #app .sm\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  #app .sm\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  #app .sm\:focus\:tw-placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  #app .sm\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  #app .sm\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  #app .sm\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  #app .sm\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  #app .sm\:focus\:tw-placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  #app .sm\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  #app .sm\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  #app .sm\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  #app .sm\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  #app .sm\:focus\:tw-placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  #app .sm\:tw-pointer-events-none {
    pointer-events: none;
  }

  #app .sm\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  #app .sm\:tw-static {
    position: static;
  }

  #app .sm\:tw-fixed {
    position: fixed;
  }

  #app .sm\:tw-absolute {
    position: absolute;
  }

  #app .sm\:tw-relative {
    position: relative;
  }

  #app .sm\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  #app .sm\:tw-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #app .sm\:tw-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #app .sm\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #app .sm\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  #app .sm\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #app .sm\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  #app .sm\:tw-top-0 {
    top: 0;
  }

  #app .sm\:tw-right-0 {
    right: 0;
  }

  #app .sm\:tw-bottom-0 {
    bottom: 0;
  }

  #app .sm\:tw-left-0 {
    left: 0;
  }

  #app .sm\:tw-top-auto {
    top: auto;
  }

  #app .sm\:tw-right-auto {
    right: auto;
  }

  #app .sm\:tw-bottom-auto {
    bottom: auto;
  }

  #app .sm\:tw-left-auto {
    left: auto;
  }

  #app .sm\:tw-resize-none {
    resize: none;
  }

  #app .sm\:tw-resize-y {
    resize: vertical;
  }

  #app .sm\:tw-resize-x {
    resize: horizontal;
  }

  #app .sm\:tw-resize {
    resize: both;
  }

  #app .sm\:tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .sm\:tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .sm\:tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .sm\:tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .sm\:tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .sm\:tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .sm\:tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .sm\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .sm\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .sm\:tw-shadow-none {
    box-shadow: none;
  }

  #app .sm\:hover\:tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .sm\:hover\:tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .sm\:hover\:tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .sm\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .sm\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .sm\:hover\:tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .sm\:hover\:tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .sm\:hover\:tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .sm\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .sm\:hover\:tw-shadow-none:hover {
    box-shadow: none;
  }

  #app .sm\:focus\:tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .sm\:focus\:tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .sm\:focus\:tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .sm\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .sm\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .sm\:focus\:tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .sm\:focus\:tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .sm\:focus\:tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .sm\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .sm\:focus\:tw-shadow-none:focus {
    box-shadow: none;
  }

  #app .sm\:tw-fill-current {
    fill: currentColor;
  }

  #app .sm\:tw-stroke-current {
    stroke: currentColor;
  }

  #app .sm\:tw-stroke-0 {
    stroke-width: 0;
  }

  #app .sm\:tw-stroke-1 {
    stroke-width: 1;
  }

  #app .sm\:tw-stroke-2 {
    stroke-width: 2;
  }

  #app .sm\:tw-table-auto {
    table-layout: auto;
  }

  #app .sm\:tw-table-fixed {
    table-layout: fixed;
  }

  #app .sm\:tw-text-left {
    text-align: left;
  }

  #app .sm\:tw-text-center {
    text-align: center;
  }

  #app .sm\:tw-text-right {
    text-align: right;
  }

  #app .sm\:tw-text-justify {
    text-align: justify;
  }

  #app .sm\:tw-text-transparent {
    color: transparent;
  }

  #app .sm\:tw-text-black {
    color: #000;
  }

  #app .sm\:tw-text-white {
    color: #fff;
  }

  #app .sm\:tw-text-gray-100 {
    color: #f7fafc;
  }

  #app .sm\:tw-text-gray-200 {
    color: #edf2f7;
  }

  #app .sm\:tw-text-gray-300 {
    color: #e2e8f0;
  }

  #app .sm\:tw-text-gray-400 {
    color: #cbd5e0;
  }

  #app .sm\:tw-text-gray-500 {
    color: #a0aec0;
  }

  #app .sm\:tw-text-gray-600 {
    color: #718096;
  }

  #app .sm\:tw-text-gray-700 {
    color: #4a5568;
  }

  #app .sm\:tw-text-gray-800 {
    color: #2d3748;
  }

  #app .sm\:tw-text-gray-900 {
    color: #1a202c;
  }

  #app .sm\:tw-text-red-100 {
    color: #fff5f5;
  }

  #app .sm\:tw-text-red-200 {
    color: #fed7d7;
  }

  #app .sm\:tw-text-red-300 {
    color: #feb2b2;
  }

  #app .sm\:tw-text-red-400 {
    color: #fc8181;
  }

  #app .sm\:tw-text-red-500 {
    color: #f56565;
  }

  #app .sm\:tw-text-red-600 {
    color: #e53e3e;
  }

  #app .sm\:tw-text-red-700 {
    color: #c53030;
  }

  #app .sm\:tw-text-red-800 {
    color: #9b2c2c;
  }

  #app .sm\:tw-text-red-900 {
    color: #742a2a;
  }

  #app .sm\:tw-text-orange-100 {
    color: #fffaf0;
  }

  #app .sm\:tw-text-orange-200 {
    color: #feebc8;
  }

  #app .sm\:tw-text-orange-300 {
    color: #fbd38d;
  }

  #app .sm\:tw-text-orange-400 {
    color: #f6ad55;
  }

  #app .sm\:tw-text-orange-500 {
    color: #ed8936;
  }

  #app .sm\:tw-text-orange-600 {
    color: #dd6b20;
  }

  #app .sm\:tw-text-orange-700 {
    color: #c05621;
  }

  #app .sm\:tw-text-orange-800 {
    color: #9c4221;
  }

  #app .sm\:tw-text-orange-900 {
    color: #7b341e;
  }

  #app .sm\:tw-text-yellow-100 {
    color: #fffff0;
  }

  #app .sm\:tw-text-yellow-200 {
    color: #fefcbf;
  }

  #app .sm\:tw-text-yellow-300 {
    color: #faf089;
  }

  #app .sm\:tw-text-yellow-400 {
    color: #f6e05e;
  }

  #app .sm\:tw-text-yellow-500 {
    color: #ecc94b;
  }

  #app .sm\:tw-text-yellow-600 {
    color: #d69e2e;
  }

  #app .sm\:tw-text-yellow-700 {
    color: #b7791f;
  }

  #app .sm\:tw-text-yellow-800 {
    color: #975a16;
  }

  #app .sm\:tw-text-yellow-900 {
    color: #744210;
  }

  #app .sm\:tw-text-green-100 {
    color: #f0fff4;
  }

  #app .sm\:tw-text-green-200 {
    color: #c6f6d5;
  }

  #app .sm\:tw-text-green-300 {
    color: #9ae6b4;
  }

  #app .sm\:tw-text-green-400 {
    color: #68d391;
  }

  #app .sm\:tw-text-green-500 {
    color: #48bb78;
  }

  #app .sm\:tw-text-green-600 {
    color: #38a169;
  }

  #app .sm\:tw-text-green-700 {
    color: #2f855a;
  }

  #app .sm\:tw-text-green-800 {
    color: #276749;
  }

  #app .sm\:tw-text-green-900 {
    color: #22543d;
  }

  #app .sm\:tw-text-teal-100 {
    color: #e6fffa;
  }

  #app .sm\:tw-text-teal-200 {
    color: #b2f5ea;
  }

  #app .sm\:tw-text-teal-300 {
    color: #81e6d9;
  }

  #app .sm\:tw-text-teal-400 {
    color: #4fd1c5;
  }

  #app .sm\:tw-text-teal-500 {
    color: #38b2ac;
  }

  #app .sm\:tw-text-teal-600 {
    color: #319795;
  }

  #app .sm\:tw-text-teal-700 {
    color: #2c7a7b;
  }

  #app .sm\:tw-text-teal-800 {
    color: #285e61;
  }

  #app .sm\:tw-text-teal-900 {
    color: #234e52;
  }

  #app .sm\:tw-text-blue-100 {
    color: #ebf8ff;
  }

  #app .sm\:tw-text-blue-200 {
    color: #bee3f8;
  }

  #app .sm\:tw-text-blue-300 {
    color: #90cdf4;
  }

  #app .sm\:tw-text-blue-400 {
    color: #63b3ed;
  }

  #app .sm\:tw-text-blue-500 {
    color: #4299e1;
  }

  #app .sm\:tw-text-blue-600 {
    color: #3182ce;
  }

  #app .sm\:tw-text-blue-700 {
    color: #2b6cb0;
  }

  #app .sm\:tw-text-blue-800 {
    color: #2c5282;
  }

  #app .sm\:tw-text-blue-900 {
    color: #2a4365;
  }

  #app .sm\:tw-text-indigo-100 {
    color: #ebf4ff;
  }

  #app .sm\:tw-text-indigo-200 {
    color: #c3dafe;
  }

  #app .sm\:tw-text-indigo-300 {
    color: #a3bffa;
  }

  #app .sm\:tw-text-indigo-400 {
    color: #7f9cf5;
  }

  #app .sm\:tw-text-indigo-500 {
    color: #667eea;
  }

  #app .sm\:tw-text-indigo-600 {
    color: #5a67d8;
  }

  #app .sm\:tw-text-indigo-700 {
    color: #4c51bf;
  }

  #app .sm\:tw-text-indigo-800 {
    color: #434190;
  }

  #app .sm\:tw-text-indigo-900 {
    color: #3c366b;
  }

  #app .sm\:tw-text-purple-100 {
    color: #faf5ff;
  }

  #app .sm\:tw-text-purple-200 {
    color: #e9d8fd;
  }

  #app .sm\:tw-text-purple-300 {
    color: #d6bcfa;
  }

  #app .sm\:tw-text-purple-400 {
    color: #b794f4;
  }

  #app .sm\:tw-text-purple-500 {
    color: #9f7aea;
  }

  #app .sm\:tw-text-purple-600 {
    color: #805ad5;
  }

  #app .sm\:tw-text-purple-700 {
    color: #6b46c1;
  }

  #app .sm\:tw-text-purple-800 {
    color: #553c9a;
  }

  #app .sm\:tw-text-purple-900 {
    color: #44337a;
  }

  #app .sm\:tw-text-pink-100 {
    color: #fff5f7;
  }

  #app .sm\:tw-text-pink-200 {
    color: #fed7e2;
  }

  #app .sm\:tw-text-pink-300 {
    color: #fbb6ce;
  }

  #app .sm\:tw-text-pink-400 {
    color: #f687b3;
  }

  #app .sm\:tw-text-pink-500 {
    color: #ed64a6;
  }

  #app .sm\:tw-text-pink-600 {
    color: #d53f8c;
  }

  #app .sm\:tw-text-pink-700 {
    color: #b83280;
  }

  #app .sm\:tw-text-pink-800 {
    color: #97266d;
  }

  #app .sm\:tw-text-pink-900 {
    color: #702459;
  }

  #app .sm\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  #app .sm\:hover\:tw-text-black:hover {
    color: #000;
  }

  #app .sm\:hover\:tw-text-white:hover {
    color: #fff;
  }

  #app .sm\:hover\:tw-text-gray-100:hover {
    color: #f7fafc;
  }

  #app .sm\:hover\:tw-text-gray-200:hover {
    color: #edf2f7;
  }

  #app .sm\:hover\:tw-text-gray-300:hover {
    color: #e2e8f0;
  }

  #app .sm\:hover\:tw-text-gray-400:hover {
    color: #cbd5e0;
  }

  #app .sm\:hover\:tw-text-gray-500:hover {
    color: #a0aec0;
  }

  #app .sm\:hover\:tw-text-gray-600:hover {
    color: #718096;
  }

  #app .sm\:hover\:tw-text-gray-700:hover {
    color: #4a5568;
  }

  #app .sm\:hover\:tw-text-gray-800:hover {
    color: #2d3748;
  }

  #app .sm\:hover\:tw-text-gray-900:hover {
    color: #1a202c;
  }

  #app .sm\:hover\:tw-text-red-100:hover {
    color: #fff5f5;
  }

  #app .sm\:hover\:tw-text-red-200:hover {
    color: #fed7d7;
  }

  #app .sm\:hover\:tw-text-red-300:hover {
    color: #feb2b2;
  }

  #app .sm\:hover\:tw-text-red-400:hover {
    color: #fc8181;
  }

  #app .sm\:hover\:tw-text-red-500:hover {
    color: #f56565;
  }

  #app .sm\:hover\:tw-text-red-600:hover {
    color: #e53e3e;
  }

  #app .sm\:hover\:tw-text-red-700:hover {
    color: #c53030;
  }

  #app .sm\:hover\:tw-text-red-800:hover {
    color: #9b2c2c;
  }

  #app .sm\:hover\:tw-text-red-900:hover {
    color: #742a2a;
  }

  #app .sm\:hover\:tw-text-orange-100:hover {
    color: #fffaf0;
  }

  #app .sm\:hover\:tw-text-orange-200:hover {
    color: #feebc8;
  }

  #app .sm\:hover\:tw-text-orange-300:hover {
    color: #fbd38d;
  }

  #app .sm\:hover\:tw-text-orange-400:hover {
    color: #f6ad55;
  }

  #app .sm\:hover\:tw-text-orange-500:hover {
    color: #ed8936;
  }

  #app .sm\:hover\:tw-text-orange-600:hover {
    color: #dd6b20;
  }

  #app .sm\:hover\:tw-text-orange-700:hover {
    color: #c05621;
  }

  #app .sm\:hover\:tw-text-orange-800:hover {
    color: #9c4221;
  }

  #app .sm\:hover\:tw-text-orange-900:hover {
    color: #7b341e;
  }

  #app .sm\:hover\:tw-text-yellow-100:hover {
    color: #fffff0;
  }

  #app .sm\:hover\:tw-text-yellow-200:hover {
    color: #fefcbf;
  }

  #app .sm\:hover\:tw-text-yellow-300:hover {
    color: #faf089;
  }

  #app .sm\:hover\:tw-text-yellow-400:hover {
    color: #f6e05e;
  }

  #app .sm\:hover\:tw-text-yellow-500:hover {
    color: #ecc94b;
  }

  #app .sm\:hover\:tw-text-yellow-600:hover {
    color: #d69e2e;
  }

  #app .sm\:hover\:tw-text-yellow-700:hover {
    color: #b7791f;
  }

  #app .sm\:hover\:tw-text-yellow-800:hover {
    color: #975a16;
  }

  #app .sm\:hover\:tw-text-yellow-900:hover {
    color: #744210;
  }

  #app .sm\:hover\:tw-text-green-100:hover {
    color: #f0fff4;
  }

  #app .sm\:hover\:tw-text-green-200:hover {
    color: #c6f6d5;
  }

  #app .sm\:hover\:tw-text-green-300:hover {
    color: #9ae6b4;
  }

  #app .sm\:hover\:tw-text-green-400:hover {
    color: #68d391;
  }

  #app .sm\:hover\:tw-text-green-500:hover {
    color: #48bb78;
  }

  #app .sm\:hover\:tw-text-green-600:hover {
    color: #38a169;
  }

  #app .sm\:hover\:tw-text-green-700:hover {
    color: #2f855a;
  }

  #app .sm\:hover\:tw-text-green-800:hover {
    color: #276749;
  }

  #app .sm\:hover\:tw-text-green-900:hover {
    color: #22543d;
  }

  #app .sm\:hover\:tw-text-teal-100:hover {
    color: #e6fffa;
  }

  #app .sm\:hover\:tw-text-teal-200:hover {
    color: #b2f5ea;
  }

  #app .sm\:hover\:tw-text-teal-300:hover {
    color: #81e6d9;
  }

  #app .sm\:hover\:tw-text-teal-400:hover {
    color: #4fd1c5;
  }

  #app .sm\:hover\:tw-text-teal-500:hover {
    color: #38b2ac;
  }

  #app .sm\:hover\:tw-text-teal-600:hover {
    color: #319795;
  }

  #app .sm\:hover\:tw-text-teal-700:hover {
    color: #2c7a7b;
  }

  #app .sm\:hover\:tw-text-teal-800:hover {
    color: #285e61;
  }

  #app .sm\:hover\:tw-text-teal-900:hover {
    color: #234e52;
  }

  #app .sm\:hover\:tw-text-blue-100:hover {
    color: #ebf8ff;
  }

  #app .sm\:hover\:tw-text-blue-200:hover {
    color: #bee3f8;
  }

  #app .sm\:hover\:tw-text-blue-300:hover {
    color: #90cdf4;
  }

  #app .sm\:hover\:tw-text-blue-400:hover {
    color: #63b3ed;
  }

  #app .sm\:hover\:tw-text-blue-500:hover {
    color: #4299e1;
  }

  #app .sm\:hover\:tw-text-blue-600:hover {
    color: #3182ce;
  }

  #app .sm\:hover\:tw-text-blue-700:hover {
    color: #2b6cb0;
  }

  #app .sm\:hover\:tw-text-blue-800:hover {
    color: #2c5282;
  }

  #app .sm\:hover\:tw-text-blue-900:hover {
    color: #2a4365;
  }

  #app .sm\:hover\:tw-text-indigo-100:hover {
    color: #ebf4ff;
  }

  #app .sm\:hover\:tw-text-indigo-200:hover {
    color: #c3dafe;
  }

  #app .sm\:hover\:tw-text-indigo-300:hover {
    color: #a3bffa;
  }

  #app .sm\:hover\:tw-text-indigo-400:hover {
    color: #7f9cf5;
  }

  #app .sm\:hover\:tw-text-indigo-500:hover {
    color: #667eea;
  }

  #app .sm\:hover\:tw-text-indigo-600:hover {
    color: #5a67d8;
  }

  #app .sm\:hover\:tw-text-indigo-700:hover {
    color: #4c51bf;
  }

  #app .sm\:hover\:tw-text-indigo-800:hover {
    color: #434190;
  }

  #app .sm\:hover\:tw-text-indigo-900:hover {
    color: #3c366b;
  }

  #app .sm\:hover\:tw-text-purple-100:hover {
    color: #faf5ff;
  }

  #app .sm\:hover\:tw-text-purple-200:hover {
    color: #e9d8fd;
  }

  #app .sm\:hover\:tw-text-purple-300:hover {
    color: #d6bcfa;
  }

  #app .sm\:hover\:tw-text-purple-400:hover {
    color: #b794f4;
  }

  #app .sm\:hover\:tw-text-purple-500:hover {
    color: #9f7aea;
  }

  #app .sm\:hover\:tw-text-purple-600:hover {
    color: #805ad5;
  }

  #app .sm\:hover\:tw-text-purple-700:hover {
    color: #6b46c1;
  }

  #app .sm\:hover\:tw-text-purple-800:hover {
    color: #553c9a;
  }

  #app .sm\:hover\:tw-text-purple-900:hover {
    color: #44337a;
  }

  #app .sm\:hover\:tw-text-pink-100:hover {
    color: #fff5f7;
  }

  #app .sm\:hover\:tw-text-pink-200:hover {
    color: #fed7e2;
  }

  #app .sm\:hover\:tw-text-pink-300:hover {
    color: #fbb6ce;
  }

  #app .sm\:hover\:tw-text-pink-400:hover {
    color: #f687b3;
  }

  #app .sm\:hover\:tw-text-pink-500:hover {
    color: #ed64a6;
  }

  #app .sm\:hover\:tw-text-pink-600:hover {
    color: #d53f8c;
  }

  #app .sm\:hover\:tw-text-pink-700:hover {
    color: #b83280;
  }

  #app .sm\:hover\:tw-text-pink-800:hover {
    color: #97266d;
  }

  #app .sm\:hover\:tw-text-pink-900:hover {
    color: #702459;
  }

  #app .sm\:focus\:tw-text-transparent:focus {
    color: transparent;
  }

  #app .sm\:focus\:tw-text-black:focus {
    color: #000;
  }

  #app .sm\:focus\:tw-text-white:focus {
    color: #fff;
  }

  #app .sm\:focus\:tw-text-gray-100:focus {
    color: #f7fafc;
  }

  #app .sm\:focus\:tw-text-gray-200:focus {
    color: #edf2f7;
  }

  #app .sm\:focus\:tw-text-gray-300:focus {
    color: #e2e8f0;
  }

  #app .sm\:focus\:tw-text-gray-400:focus {
    color: #cbd5e0;
  }

  #app .sm\:focus\:tw-text-gray-500:focus {
    color: #a0aec0;
  }

  #app .sm\:focus\:tw-text-gray-600:focus {
    color: #718096;
  }

  #app .sm\:focus\:tw-text-gray-700:focus {
    color: #4a5568;
  }

  #app .sm\:focus\:tw-text-gray-800:focus {
    color: #2d3748;
  }

  #app .sm\:focus\:tw-text-gray-900:focus {
    color: #1a202c;
  }

  #app .sm\:focus\:tw-text-red-100:focus {
    color: #fff5f5;
  }

  #app .sm\:focus\:tw-text-red-200:focus {
    color: #fed7d7;
  }

  #app .sm\:focus\:tw-text-red-300:focus {
    color: #feb2b2;
  }

  #app .sm\:focus\:tw-text-red-400:focus {
    color: #fc8181;
  }

  #app .sm\:focus\:tw-text-red-500:focus {
    color: #f56565;
  }

  #app .sm\:focus\:tw-text-red-600:focus {
    color: #e53e3e;
  }

  #app .sm\:focus\:tw-text-red-700:focus {
    color: #c53030;
  }

  #app .sm\:focus\:tw-text-red-800:focus {
    color: #9b2c2c;
  }

  #app .sm\:focus\:tw-text-red-900:focus {
    color: #742a2a;
  }

  #app .sm\:focus\:tw-text-orange-100:focus {
    color: #fffaf0;
  }

  #app .sm\:focus\:tw-text-orange-200:focus {
    color: #feebc8;
  }

  #app .sm\:focus\:tw-text-orange-300:focus {
    color: #fbd38d;
  }

  #app .sm\:focus\:tw-text-orange-400:focus {
    color: #f6ad55;
  }

  #app .sm\:focus\:tw-text-orange-500:focus {
    color: #ed8936;
  }

  #app .sm\:focus\:tw-text-orange-600:focus {
    color: #dd6b20;
  }

  #app .sm\:focus\:tw-text-orange-700:focus {
    color: #c05621;
  }

  #app .sm\:focus\:tw-text-orange-800:focus {
    color: #9c4221;
  }

  #app .sm\:focus\:tw-text-orange-900:focus {
    color: #7b341e;
  }

  #app .sm\:focus\:tw-text-yellow-100:focus {
    color: #fffff0;
  }

  #app .sm\:focus\:tw-text-yellow-200:focus {
    color: #fefcbf;
  }

  #app .sm\:focus\:tw-text-yellow-300:focus {
    color: #faf089;
  }

  #app .sm\:focus\:tw-text-yellow-400:focus {
    color: #f6e05e;
  }

  #app .sm\:focus\:tw-text-yellow-500:focus {
    color: #ecc94b;
  }

  #app .sm\:focus\:tw-text-yellow-600:focus {
    color: #d69e2e;
  }

  #app .sm\:focus\:tw-text-yellow-700:focus {
    color: #b7791f;
  }

  #app .sm\:focus\:tw-text-yellow-800:focus {
    color: #975a16;
  }

  #app .sm\:focus\:tw-text-yellow-900:focus {
    color: #744210;
  }

  #app .sm\:focus\:tw-text-green-100:focus {
    color: #f0fff4;
  }

  #app .sm\:focus\:tw-text-green-200:focus {
    color: #c6f6d5;
  }

  #app .sm\:focus\:tw-text-green-300:focus {
    color: #9ae6b4;
  }

  #app .sm\:focus\:tw-text-green-400:focus {
    color: #68d391;
  }

  #app .sm\:focus\:tw-text-green-500:focus {
    color: #48bb78;
  }

  #app .sm\:focus\:tw-text-green-600:focus {
    color: #38a169;
  }

  #app .sm\:focus\:tw-text-green-700:focus {
    color: #2f855a;
  }

  #app .sm\:focus\:tw-text-green-800:focus {
    color: #276749;
  }

  #app .sm\:focus\:tw-text-green-900:focus {
    color: #22543d;
  }

  #app .sm\:focus\:tw-text-teal-100:focus {
    color: #e6fffa;
  }

  #app .sm\:focus\:tw-text-teal-200:focus {
    color: #b2f5ea;
  }

  #app .sm\:focus\:tw-text-teal-300:focus {
    color: #81e6d9;
  }

  #app .sm\:focus\:tw-text-teal-400:focus {
    color: #4fd1c5;
  }

  #app .sm\:focus\:tw-text-teal-500:focus {
    color: #38b2ac;
  }

  #app .sm\:focus\:tw-text-teal-600:focus {
    color: #319795;
  }

  #app .sm\:focus\:tw-text-teal-700:focus {
    color: #2c7a7b;
  }

  #app .sm\:focus\:tw-text-teal-800:focus {
    color: #285e61;
  }

  #app .sm\:focus\:tw-text-teal-900:focus {
    color: #234e52;
  }

  #app .sm\:focus\:tw-text-blue-100:focus {
    color: #ebf8ff;
  }

  #app .sm\:focus\:tw-text-blue-200:focus {
    color: #bee3f8;
  }

  #app .sm\:focus\:tw-text-blue-300:focus {
    color: #90cdf4;
  }

  #app .sm\:focus\:tw-text-blue-400:focus {
    color: #63b3ed;
  }

  #app .sm\:focus\:tw-text-blue-500:focus {
    color: #4299e1;
  }

  #app .sm\:focus\:tw-text-blue-600:focus {
    color: #3182ce;
  }

  #app .sm\:focus\:tw-text-blue-700:focus {
    color: #2b6cb0;
  }

  #app .sm\:focus\:tw-text-blue-800:focus {
    color: #2c5282;
  }

  #app .sm\:focus\:tw-text-blue-900:focus {
    color: #2a4365;
  }

  #app .sm\:focus\:tw-text-indigo-100:focus {
    color: #ebf4ff;
  }

  #app .sm\:focus\:tw-text-indigo-200:focus {
    color: #c3dafe;
  }

  #app .sm\:focus\:tw-text-indigo-300:focus {
    color: #a3bffa;
  }

  #app .sm\:focus\:tw-text-indigo-400:focus {
    color: #7f9cf5;
  }

  #app .sm\:focus\:tw-text-indigo-500:focus {
    color: #667eea;
  }

  #app .sm\:focus\:tw-text-indigo-600:focus {
    color: #5a67d8;
  }

  #app .sm\:focus\:tw-text-indigo-700:focus {
    color: #4c51bf;
  }

  #app .sm\:focus\:tw-text-indigo-800:focus {
    color: #434190;
  }

  #app .sm\:focus\:tw-text-indigo-900:focus {
    color: #3c366b;
  }

  #app .sm\:focus\:tw-text-purple-100:focus {
    color: #faf5ff;
  }

  #app .sm\:focus\:tw-text-purple-200:focus {
    color: #e9d8fd;
  }

  #app .sm\:focus\:tw-text-purple-300:focus {
    color: #d6bcfa;
  }

  #app .sm\:focus\:tw-text-purple-400:focus {
    color: #b794f4;
  }

  #app .sm\:focus\:tw-text-purple-500:focus {
    color: #9f7aea;
  }

  #app .sm\:focus\:tw-text-purple-600:focus {
    color: #805ad5;
  }

  #app .sm\:focus\:tw-text-purple-700:focus {
    color: #6b46c1;
  }

  #app .sm\:focus\:tw-text-purple-800:focus {
    color: #553c9a;
  }

  #app .sm\:focus\:tw-text-purple-900:focus {
    color: #44337a;
  }

  #app .sm\:focus\:tw-text-pink-100:focus {
    color: #fff5f7;
  }

  #app .sm\:focus\:tw-text-pink-200:focus {
    color: #fed7e2;
  }

  #app .sm\:focus\:tw-text-pink-300:focus {
    color: #fbb6ce;
  }

  #app .sm\:focus\:tw-text-pink-400:focus {
    color: #f687b3;
  }

  #app .sm\:focus\:tw-text-pink-500:focus {
    color: #ed64a6;
  }

  #app .sm\:focus\:tw-text-pink-600:focus {
    color: #d53f8c;
  }

  #app .sm\:focus\:tw-text-pink-700:focus {
    color: #b83280;
  }

  #app .sm\:focus\:tw-text-pink-800:focus {
    color: #97266d;
  }

  #app .sm\:focus\:tw-text-pink-900:focus {
    color: #702459;
  }

  #app .sm\:tw-text-xs {
    font-size: 0.75rem;
  }

  #app .sm\:tw-text-sm {
    font-size: 0.875rem;
  }

  #app .sm\:tw-text-base {
    font-size: 1rem;
  }

  #app .sm\:tw-text-lg {
    font-size: 1.125rem;
  }

  #app .sm\:tw-text-xl {
    font-size: 1.25rem;
  }

  #app .sm\:tw-text-2xl {
    font-size: 1.5rem;
  }

  #app .sm\:tw-text-3xl {
    font-size: 1.875rem;
  }

  #app .sm\:tw-text-4xl {
    font-size: 2.25rem;
  }

  #app .sm\:tw-text-5xl {
    font-size: 3rem;
  }

  #app .sm\:tw-text-6xl {
    font-size: 4rem;
  }

  #app .sm\:tw-italic {
    font-style: italic;
  }

  #app .sm\:tw-not-italic {
    font-style: normal;
  }

  #app .sm\:tw-uppercase {
    text-transform: uppercase;
  }

  #app .sm\:tw-lowercase {
    text-transform: lowercase;
  }

  #app .sm\:tw-capitalize {
    text-transform: capitalize;
  }

  #app .sm\:tw-normal-case {
    text-transform: none;
  }

  #app .sm\:tw-underline {
    text-decoration: underline;
  }

  #app .sm\:tw-line-through {
    text-decoration: line-through;
  }

  #app .sm\:tw-no-underline {
    text-decoration: none;
  }

  #app .sm\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  #app .sm\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  #app .sm\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  #app .sm\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  #app .sm\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  #app .sm\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

  #app .sm\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #app .sm\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #app .sm\:tw-tracking-tighter {
    letter-spacing: -0.05em;
  }

  #app .sm\:tw-tracking-tight {
    letter-spacing: -0.025em;
  }

  #app .sm\:tw-tracking-normal {
    letter-spacing: 0;
  }

  #app .sm\:tw-tracking-wide {
    letter-spacing: 0.025em;
  }

  #app .sm\:tw-tracking-wider {
    letter-spacing: 0.05em;
  }

  #app .sm\:tw-tracking-widest {
    letter-spacing: 0.1em;
  }

  #app .sm\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  #app .sm\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  #app .sm\:tw-select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  #app .sm\:tw-select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  #app .sm\:tw-align-baseline {
    vertical-align: baseline;
  }

  #app .sm\:tw-align-top {
    vertical-align: top;
  }

  #app .sm\:tw-align-middle {
    vertical-align: middle;
  }

  #app .sm\:tw-align-bottom {
    vertical-align: bottom;
  }

  #app .sm\:tw-align-text-top {
    vertical-align: text-top;
  }

  #app .sm\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  #app .sm\:tw-visible {
    visibility: visible;
  }

  #app .sm\:tw-invisible {
    visibility: hidden;
  }

  #app .sm\:tw-whitespace-normal {
    white-space: normal;
  }

  #app .sm\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  #app .sm\:tw-whitespace-pre {
    white-space: pre;
  }

  #app .sm\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  #app .sm\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #app .sm\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  #app .sm\:tw-break-words {
    overflow-wrap: break-word;
  }

  #app .sm\:tw-break-all {
    word-break: break-all;
  }

  #app .sm\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #app .sm\:tw-w-0 {
    width: 0;
  }

  #app .sm\:tw-w-1 {
    width: 0.25rem;
  }

  #app .sm\:tw-w-2 {
    width: 0.5rem;
  }

  #app .sm\:tw-w-3 {
    width: 0.75rem;
  }

  #app .sm\:tw-w-4 {
    width: 1rem;
  }

  #app .sm\:tw-w-5 {
    width: 1.25rem;
  }

  #app .sm\:tw-w-6 {
    width: 1.5rem;
  }

  #app .sm\:tw-w-8 {
    width: 2rem;
  }

  #app .sm\:tw-w-10 {
    width: 2.5rem;
  }

  #app .sm\:tw-w-12 {
    width: 3rem;
  }

  #app .sm\:tw-w-16 {
    width: 4rem;
  }

  #app .sm\:tw-w-20 {
    width: 5rem;
  }

  #app .sm\:tw-w-24 {
    width: 6rem;
  }

  #app .sm\:tw-w-32 {
    width: 8rem;
  }

  #app .sm\:tw-w-40 {
    width: 10rem;
  }

  #app .sm\:tw-w-48 {
    width: 12rem;
  }

  #app .sm\:tw-w-56 {
    width: 14rem;
  }

  #app .sm\:tw-w-64 {
    width: 16rem;
  }

  #app .sm\:tw-w-auto {
    width: auto;
  }

  #app .sm\:tw-w-px {
    width: 1px;
  }

  #app .sm\:tw-w-1\/2 {
    width: 50%;
  }

  #app .sm\:tw-w-1\/3 {
    width: 33.333333%;
  }

  #app .sm\:tw-w-2\/3 {
    width: 66.666667%;
  }

  #app .sm\:tw-w-1\/4 {
    width: 25%;
  }

  #app .sm\:tw-w-2\/4 {
    width: 50%;
  }

  #app .sm\:tw-w-3\/4 {
    width: 75%;
  }

  #app .sm\:tw-w-1\/5 {
    width: 20%;
  }

  #app .sm\:tw-w-2\/5 {
    width: 40%;
  }

  #app .sm\:tw-w-3\/5 {
    width: 60%;
  }

  #app .sm\:tw-w-4\/5 {
    width: 80%;
  }

  #app .sm\:tw-w-1\/6 {
    width: 16.666667%;
  }

  #app .sm\:tw-w-2\/6 {
    width: 33.333333%;
  }

  #app .sm\:tw-w-3\/6 {
    width: 50%;
  }

  #app .sm\:tw-w-4\/6 {
    width: 66.666667%;
  }

  #app .sm\:tw-w-5\/6 {
    width: 83.333333%;
  }

  #app .sm\:tw-w-1\/12 {
    width: 8.333333%;
  }

  #app .sm\:tw-w-2\/12 {
    width: 16.666667%;
  }

  #app .sm\:tw-w-3\/12 {
    width: 25%;
  }

  #app .sm\:tw-w-4\/12 {
    width: 33.333333%;
  }

  #app .sm\:tw-w-5\/12 {
    width: 41.666667%;
  }

  #app .sm\:tw-w-6\/12 {
    width: 50%;
  }

  #app .sm\:tw-w-7\/12 {
    width: 58.333333%;
  }

  #app .sm\:tw-w-8\/12 {
    width: 66.666667%;
  }

  #app .sm\:tw-w-9\/12 {
    width: 75%;
  }

  #app .sm\:tw-w-10\/12 {
    width: 83.333333%;
  }

  #app .sm\:tw-w-11\/12 {
    width: 91.666667%;
  }

  #app .sm\:tw-w-full {
    width: 100%;
  }

  #app .sm\:tw-w-screen {
    width: 100vw;
  }

  #app .sm\:tw-z-0 {
    z-index: 0;
  }

  #app .sm\:tw-z-10 {
    z-index: 10;
  }

  #app .sm\:tw-z-20 {
    z-index: 20;
  }

  #app .sm\:tw-z-30 {
    z-index: 30;
  }

  #app .sm\:tw-z-40 {
    z-index: 40;
  }

  #app .sm\:tw-z-50 {
    z-index: 50;
  }

  #app .sm\:tw-z-auto {
    z-index: auto;
  }

  #app .sm\:tw-gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  #app .sm\:tw-gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  #app .sm\:tw-gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  #app .sm\:tw-gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  #app .sm\:tw-gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  #app .sm\:tw-gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  #app .sm\:tw-gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  #app .sm\:tw-gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  #app .sm\:tw-gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  #app .sm\:tw-gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  #app .sm\:tw-gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  #app .sm\:tw-gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  #app .sm\:tw-gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  #app .sm\:tw-gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  #app .sm\:tw-gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  #app .sm\:tw-gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  #app .sm\:tw-gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  #app .sm\:tw-gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  #app .sm\:tw-gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  #app .sm\:tw-col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  #app .sm\:tw-col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  #app .sm\:tw-col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  #app .sm\:tw-col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  #app .sm\:tw-col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  #app .sm\:tw-col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  #app .sm\:tw-col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  #app .sm\:tw-col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  #app .sm\:tw-col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  #app .sm\:tw-col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  #app .sm\:tw-col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  #app .sm\:tw-col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  #app .sm\:tw-col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  #app .sm\:tw-col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  #app .sm\:tw-col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  #app .sm\:tw-col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  #app .sm\:tw-col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  #app .sm\:tw-col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  #app .sm\:tw-col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  #app .sm\:tw-row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  #app .sm\:tw-row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  #app .sm\:tw-row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  #app .sm\:tw-row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  #app .sm\:tw-row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  #app .sm\:tw-row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  #app .sm\:tw-row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  #app .sm\:tw-row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  #app .sm\:tw-row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  #app .sm\:tw-row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  #app .sm\:tw-row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  #app .sm\:tw-row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  #app .sm\:tw-row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  #app .sm\:tw-row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  #app .sm\:tw-row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  #app .sm\:tw-row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  #app .sm\:tw-row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  #app .sm\:tw-row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  #app .sm\:tw-row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  #app .sm\:tw-grid-flow-row {
    grid-auto-flow: row;
  }

  #app .sm\:tw-grid-flow-col {
    grid-auto-flow: column;
  }

  #app .sm\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  #app .sm\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  #app .sm\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-cols-none {
    grid-template-columns: none;
  }

  #app .sm\:tw-col-auto {
    grid-column: auto;
  }

  #app .sm\:tw-col-span-1 {
    grid-column: span 1 / span 1;
  }

  #app .sm\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }

  #app .sm\:tw-col-span-3 {
    grid-column: span 3 / span 3;
  }

  #app .sm\:tw-col-span-4 {
    grid-column: span 4 / span 4;
  }

  #app .sm\:tw-col-span-5 {
    grid-column: span 5 / span 5;
  }

  #app .sm\:tw-col-span-6 {
    grid-column: span 6 / span 6;
  }

  #app .sm\:tw-col-span-7 {
    grid-column: span 7 / span 7;
  }

  #app .sm\:tw-col-span-8 {
    grid-column: span 8 / span 8;
  }

  #app .sm\:tw-col-span-9 {
    grid-column: span 9 / span 9;
  }

  #app .sm\:tw-col-span-10 {
    grid-column: span 10 / span 10;
  }

  #app .sm\:tw-col-span-11 {
    grid-column: span 11 / span 11;
  }

  #app .sm\:tw-col-span-12 {
    grid-column: span 12 / span 12;
  }

  #app .sm\:tw-col-start-1 {
    grid-column-start: 1;
  }

  #app .sm\:tw-col-start-2 {
    grid-column-start: 2;
  }

  #app .sm\:tw-col-start-3 {
    grid-column-start: 3;
  }

  #app .sm\:tw-col-start-4 {
    grid-column-start: 4;
  }

  #app .sm\:tw-col-start-5 {
    grid-column-start: 5;
  }

  #app .sm\:tw-col-start-6 {
    grid-column-start: 6;
  }

  #app .sm\:tw-col-start-7 {
    grid-column-start: 7;
  }

  #app .sm\:tw-col-start-8 {
    grid-column-start: 8;
  }

  #app .sm\:tw-col-start-9 {
    grid-column-start: 9;
  }

  #app .sm\:tw-col-start-10 {
    grid-column-start: 10;
  }

  #app .sm\:tw-col-start-11 {
    grid-column-start: 11;
  }

  #app .sm\:tw-col-start-12 {
    grid-column-start: 12;
  }

  #app .sm\:tw-col-start-13 {
    grid-column-start: 13;
  }

  #app .sm\:tw-col-start-auto {
    grid-column-start: auto;
  }

  #app .sm\:tw-col-end-1 {
    grid-column-end: 1;
  }

  #app .sm\:tw-col-end-2 {
    grid-column-end: 2;
  }

  #app .sm\:tw-col-end-3 {
    grid-column-end: 3;
  }

  #app .sm\:tw-col-end-4 {
    grid-column-end: 4;
  }

  #app .sm\:tw-col-end-5 {
    grid-column-end: 5;
  }

  #app .sm\:tw-col-end-6 {
    grid-column-end: 6;
  }

  #app .sm\:tw-col-end-7 {
    grid-column-end: 7;
  }

  #app .sm\:tw-col-end-8 {
    grid-column-end: 8;
  }

  #app .sm\:tw-col-end-9 {
    grid-column-end: 9;
  }

  #app .sm\:tw-col-end-10 {
    grid-column-end: 10;
  }

  #app .sm\:tw-col-end-11 {
    grid-column-end: 11;
  }

  #app .sm\:tw-col-end-12 {
    grid-column-end: 12;
  }

  #app .sm\:tw-col-end-13 {
    grid-column-end: 13;
  }

  #app .sm\:tw-col-end-auto {
    grid-column-end: auto;
  }

  #app .sm\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  #app .sm\:tw-grid-rows-none {
    grid-template-rows: none;
  }

  #app .sm\:tw-row-auto {
    grid-row: auto;
  }

  #app .sm\:tw-row-span-1 {
    grid-row: span 1 / span 1;
  }

  #app .sm\:tw-row-span-2 {
    grid-row: span 2 / span 2;
  }

  #app .sm\:tw-row-span-3 {
    grid-row: span 3 / span 3;
  }

  #app .sm\:tw-row-span-4 {
    grid-row: span 4 / span 4;
  }

  #app .sm\:tw-row-span-5 {
    grid-row: span 5 / span 5;
  }

  #app .sm\:tw-row-span-6 {
    grid-row: span 6 / span 6;
  }

  #app .sm\:tw-row-start-1 {
    grid-row-start: 1;
  }

  #app .sm\:tw-row-start-2 {
    grid-row-start: 2;
  }

  #app .sm\:tw-row-start-3 {
    grid-row-start: 3;
  }

  #app .sm\:tw-row-start-4 {
    grid-row-start: 4;
  }

  #app .sm\:tw-row-start-5 {
    grid-row-start: 5;
  }

  #app .sm\:tw-row-start-6 {
    grid-row-start: 6;
  }

  #app .sm\:tw-row-start-7 {
    grid-row-start: 7;
  }

  #app .sm\:tw-row-start-auto {
    grid-row-start: auto;
  }

  #app .sm\:tw-row-end-1 {
    grid-row-end: 1;
  }

  #app .sm\:tw-row-end-2 {
    grid-row-end: 2;
  }

  #app .sm\:tw-row-end-3 {
    grid-row-end: 3;
  }

  #app .sm\:tw-row-end-4 {
    grid-row-end: 4;
  }

  #app .sm\:tw-row-end-5 {
    grid-row-end: 5;
  }

  #app .sm\:tw-row-end-6 {
    grid-row-end: 6;
  }

  #app .sm\:tw-row-end-7 {
    grid-row-end: 7;
  }

  #app .sm\:tw-row-end-auto {
    grid-row-end: auto;
  }

  #app .sm\:tw-transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  #app .sm\:tw-transform-none {
    transform: none;
  }

  #app .sm\:tw-origin-center {
    transform-origin: center;
  }

  #app .sm\:tw-origin-top {
    transform-origin: top;
  }

  #app .sm\:tw-origin-top-right {
    transform-origin: top right;
  }

  #app .sm\:tw-origin-right {
    transform-origin: right;
  }

  #app .sm\:tw-origin-bottom-right {
    transform-origin: bottom right;
  }

  #app .sm\:tw-origin-bottom {
    transform-origin: bottom;
  }

  #app .sm\:tw-origin-bottom-left {
    transform-origin: bottom left;
  }

  #app .sm\:tw-origin-left {
    transform-origin: left;
  }

  #app .sm\:tw-origin-top-left {
    transform-origin: top left;
  }

  #app .sm\:tw-scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .sm\:tw-scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .sm\:tw-scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .sm\:tw-scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .sm\:tw-scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .sm\:tw-scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .sm\:tw-scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .sm\:tw-scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .sm\:tw-scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .sm\:tw-scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .sm\:tw-scale-x-0 {
    --transform-scale-x: 0;
  }

  #app .sm\:tw-scale-x-50 {
    --transform-scale-x: .5;
  }

  #app .sm\:tw-scale-x-75 {
    --transform-scale-x: .75;
  }

  #app .sm\:tw-scale-x-90 {
    --transform-scale-x: .9;
  }

  #app .sm\:tw-scale-x-95 {
    --transform-scale-x: .95;
  }

  #app .sm\:tw-scale-x-100 {
    --transform-scale-x: 1;
  }

  #app .sm\:tw-scale-x-105 {
    --transform-scale-x: 1.05;
  }

  #app .sm\:tw-scale-x-110 {
    --transform-scale-x: 1.1;
  }

  #app .sm\:tw-scale-x-125 {
    --transform-scale-x: 1.25;
  }

  #app .sm\:tw-scale-x-150 {
    --transform-scale-x: 1.5;
  }

  #app .sm\:tw-scale-y-0 {
    --transform-scale-y: 0;
  }

  #app .sm\:tw-scale-y-50 {
    --transform-scale-y: .5;
  }

  #app .sm\:tw-scale-y-75 {
    --transform-scale-y: .75;
  }

  #app .sm\:tw-scale-y-90 {
    --transform-scale-y: .9;
  }

  #app .sm\:tw-scale-y-95 {
    --transform-scale-y: .95;
  }

  #app .sm\:tw-scale-y-100 {
    --transform-scale-y: 1;
  }

  #app .sm\:tw-scale-y-105 {
    --transform-scale-y: 1.05;
  }

  #app .sm\:tw-scale-y-110 {
    --transform-scale-y: 1.1;
  }

  #app .sm\:tw-scale-y-125 {
    --transform-scale-y: 1.25;
  }

  #app .sm\:tw-scale-y-150 {
    --transform-scale-y: 1.5;
  }

  #app .sm\:hover\:tw-scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .sm\:hover\:tw-scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .sm\:hover\:tw-scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .sm\:hover\:tw-scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .sm\:hover\:tw-scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .sm\:hover\:tw-scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .sm\:hover\:tw-scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .sm\:hover\:tw-scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .sm\:hover\:tw-scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .sm\:hover\:tw-scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .sm\:hover\:tw-scale-x-0:hover {
    --transform-scale-x: 0;
  }

  #app .sm\:hover\:tw-scale-x-50:hover {
    --transform-scale-x: .5;
  }

  #app .sm\:hover\:tw-scale-x-75:hover {
    --transform-scale-x: .75;
  }

  #app .sm\:hover\:tw-scale-x-90:hover {
    --transform-scale-x: .9;
  }

  #app .sm\:hover\:tw-scale-x-95:hover {
    --transform-scale-x: .95;
  }

  #app .sm\:hover\:tw-scale-x-100:hover {
    --transform-scale-x: 1;
  }

  #app .sm\:hover\:tw-scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  #app .sm\:hover\:tw-scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  #app .sm\:hover\:tw-scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  #app .sm\:hover\:tw-scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  #app .sm\:hover\:tw-scale-y-0:hover {
    --transform-scale-y: 0;
  }

  #app .sm\:hover\:tw-scale-y-50:hover {
    --transform-scale-y: .5;
  }

  #app .sm\:hover\:tw-scale-y-75:hover {
    --transform-scale-y: .75;
  }

  #app .sm\:hover\:tw-scale-y-90:hover {
    --transform-scale-y: .9;
  }

  #app .sm\:hover\:tw-scale-y-95:hover {
    --transform-scale-y: .95;
  }

  #app .sm\:hover\:tw-scale-y-100:hover {
    --transform-scale-y: 1;
  }

  #app .sm\:hover\:tw-scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  #app .sm\:hover\:tw-scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  #app .sm\:hover\:tw-scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  #app .sm\:hover\:tw-scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  #app .sm\:focus\:tw-scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .sm\:focus\:tw-scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .sm\:focus\:tw-scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .sm\:focus\:tw-scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .sm\:focus\:tw-scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .sm\:focus\:tw-scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .sm\:focus\:tw-scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .sm\:focus\:tw-scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .sm\:focus\:tw-scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .sm\:focus\:tw-scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .sm\:focus\:tw-scale-x-0:focus {
    --transform-scale-x: 0;
  }

  #app .sm\:focus\:tw-scale-x-50:focus {
    --transform-scale-x: .5;
  }

  #app .sm\:focus\:tw-scale-x-75:focus {
    --transform-scale-x: .75;
  }

  #app .sm\:focus\:tw-scale-x-90:focus {
    --transform-scale-x: .9;
  }

  #app .sm\:focus\:tw-scale-x-95:focus {
    --transform-scale-x: .95;
  }

  #app .sm\:focus\:tw-scale-x-100:focus {
    --transform-scale-x: 1;
  }

  #app .sm\:focus\:tw-scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  #app .sm\:focus\:tw-scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  #app .sm\:focus\:tw-scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  #app .sm\:focus\:tw-scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  #app .sm\:focus\:tw-scale-y-0:focus {
    --transform-scale-y: 0;
  }

  #app .sm\:focus\:tw-scale-y-50:focus {
    --transform-scale-y: .5;
  }

  #app .sm\:focus\:tw-scale-y-75:focus {
    --transform-scale-y: .75;
  }

  #app .sm\:focus\:tw-scale-y-90:focus {
    --transform-scale-y: .9;
  }

  #app .sm\:focus\:tw-scale-y-95:focus {
    --transform-scale-y: .95;
  }

  #app .sm\:focus\:tw-scale-y-100:focus {
    --transform-scale-y: 1;
  }

  #app .sm\:focus\:tw-scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  #app .sm\:focus\:tw-scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  #app .sm\:focus\:tw-scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  #app .sm\:focus\:tw-scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  #app .sm\:tw-rotate-0 {
    --transform-rotate: 0;
  }

  #app .sm\:tw-rotate-45 {
    --transform-rotate: 45deg;
  }

  #app .sm\:tw-rotate-90 {
    --transform-rotate: 90deg;
  }

  #app .sm\:tw-rotate-180 {
    --transform-rotate: 180deg;
  }

  #app .sm\:tw--rotate-180 {
    --transform-rotate: -180deg;
  }

  #app .sm\:tw--rotate-90 {
    --transform-rotate: -90deg;
  }

  #app .sm\:tw--rotate-45 {
    --transform-rotate: -45deg;
  }

  #app .sm\:hover\:tw-rotate-0:hover {
    --transform-rotate: 0;
  }

  #app .sm\:hover\:tw-rotate-45:hover {
    --transform-rotate: 45deg;
  }

  #app .sm\:hover\:tw-rotate-90:hover {
    --transform-rotate: 90deg;
  }

  #app .sm\:hover\:tw-rotate-180:hover {
    --transform-rotate: 180deg;
  }

  #app .sm\:hover\:tw--rotate-180:hover {
    --transform-rotate: -180deg;
  }

  #app .sm\:hover\:tw--rotate-90:hover {
    --transform-rotate: -90deg;
  }

  #app .sm\:hover\:tw--rotate-45:hover {
    --transform-rotate: -45deg;
  }

  #app .sm\:focus\:tw-rotate-0:focus {
    --transform-rotate: 0;
  }

  #app .sm\:focus\:tw-rotate-45:focus {
    --transform-rotate: 45deg;
  }

  #app .sm\:focus\:tw-rotate-90:focus {
    --transform-rotate: 90deg;
  }

  #app .sm\:focus\:tw-rotate-180:focus {
    --transform-rotate: 180deg;
  }

  #app .sm\:focus\:tw--rotate-180:focus {
    --transform-rotate: -180deg;
  }

  #app .sm\:focus\:tw--rotate-90:focus {
    --transform-rotate: -90deg;
  }

  #app .sm\:focus\:tw--rotate-45:focus {
    --transform-rotate: -45deg;
  }

  #app .sm\:tw-translate-x-0 {
    --transform-translate-x: 0;
  }

  #app .sm\:tw-translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  #app .sm\:tw-translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  #app .sm\:tw-translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  #app .sm\:tw-translate-x-4 {
    --transform-translate-x: 1rem;
  }

  #app .sm\:tw-translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  #app .sm\:tw-translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  #app .sm\:tw-translate-x-8 {
    --transform-translate-x: 2rem;
  }

  #app .sm\:tw-translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  #app .sm\:tw-translate-x-12 {
    --transform-translate-x: 3rem;
  }

  #app .sm\:tw-translate-x-16 {
    --transform-translate-x: 4rem;
  }

  #app .sm\:tw-translate-x-20 {
    --transform-translate-x: 5rem;
  }

  #app .sm\:tw-translate-x-24 {
    --transform-translate-x: 6rem;
  }

  #app .sm\:tw-translate-x-32 {
    --transform-translate-x: 8rem;
  }

  #app .sm\:tw-translate-x-40 {
    --transform-translate-x: 10rem;
  }

  #app .sm\:tw-translate-x-48 {
    --transform-translate-x: 12rem;
  }

  #app .sm\:tw-translate-x-56 {
    --transform-translate-x: 14rem;
  }

  #app .sm\:tw-translate-x-64 {
    --transform-translate-x: 16rem;
  }

  #app .sm\:tw-translate-x-px {
    --transform-translate-x: 1px;
  }

  #app .sm\:tw--translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  #app .sm\:tw--translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  #app .sm\:tw--translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  #app .sm\:tw--translate-x-4 {
    --transform-translate-x: -1rem;
  }

  #app .sm\:tw--translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  #app .sm\:tw--translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  #app .sm\:tw--translate-x-8 {
    --transform-translate-x: -2rem;
  }

  #app .sm\:tw--translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  #app .sm\:tw--translate-x-12 {
    --transform-translate-x: -3rem;
  }

  #app .sm\:tw--translate-x-16 {
    --transform-translate-x: -4rem;
  }

  #app .sm\:tw--translate-x-20 {
    --transform-translate-x: -5rem;
  }

  #app .sm\:tw--translate-x-24 {
    --transform-translate-x: -6rem;
  }

  #app .sm\:tw--translate-x-32 {
    --transform-translate-x: -8rem;
  }

  #app .sm\:tw--translate-x-40 {
    --transform-translate-x: -10rem;
  }

  #app .sm\:tw--translate-x-48 {
    --transform-translate-x: -12rem;
  }

  #app .sm\:tw--translate-x-56 {
    --transform-translate-x: -14rem;
  }

  #app .sm\:tw--translate-x-64 {
    --transform-translate-x: -16rem;
  }

  #app .sm\:tw--translate-x-px {
    --transform-translate-x: -1px;
  }

  #app .sm\:tw--translate-x-full {
    --transform-translate-x: -100%;
  }

  #app .sm\:tw--translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  #app .sm\:tw-translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  #app .sm\:tw-translate-x-full {
    --transform-translate-x: 100%;
  }

  #app .sm\:tw-translate-y-0 {
    --transform-translate-y: 0;
  }

  #app .sm\:tw-translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  #app .sm\:tw-translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  #app .sm\:tw-translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  #app .sm\:tw-translate-y-4 {
    --transform-translate-y: 1rem;
  }

  #app .sm\:tw-translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  #app .sm\:tw-translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  #app .sm\:tw-translate-y-8 {
    --transform-translate-y: 2rem;
  }

  #app .sm\:tw-translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  #app .sm\:tw-translate-y-12 {
    --transform-translate-y: 3rem;
  }

  #app .sm\:tw-translate-y-16 {
    --transform-translate-y: 4rem;
  }

  #app .sm\:tw-translate-y-20 {
    --transform-translate-y: 5rem;
  }

  #app .sm\:tw-translate-y-24 {
    --transform-translate-y: 6rem;
  }

  #app .sm\:tw-translate-y-32 {
    --transform-translate-y: 8rem;
  }

  #app .sm\:tw-translate-y-40 {
    --transform-translate-y: 10rem;
  }

  #app .sm\:tw-translate-y-48 {
    --transform-translate-y: 12rem;
  }

  #app .sm\:tw-translate-y-56 {
    --transform-translate-y: 14rem;
  }

  #app .sm\:tw-translate-y-64 {
    --transform-translate-y: 16rem;
  }

  #app .sm\:tw-translate-y-px {
    --transform-translate-y: 1px;
  }

  #app .sm\:tw--translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  #app .sm\:tw--translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  #app .sm\:tw--translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  #app .sm\:tw--translate-y-4 {
    --transform-translate-y: -1rem;
  }

  #app .sm\:tw--translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  #app .sm\:tw--translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  #app .sm\:tw--translate-y-8 {
    --transform-translate-y: -2rem;
  }

  #app .sm\:tw--translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  #app .sm\:tw--translate-y-12 {
    --transform-translate-y: -3rem;
  }

  #app .sm\:tw--translate-y-16 {
    --transform-translate-y: -4rem;
  }

  #app .sm\:tw--translate-y-20 {
    --transform-translate-y: -5rem;
  }

  #app .sm\:tw--translate-y-24 {
    --transform-translate-y: -6rem;
  }

  #app .sm\:tw--translate-y-32 {
    --transform-translate-y: -8rem;
  }

  #app .sm\:tw--translate-y-40 {
    --transform-translate-y: -10rem;
  }

  #app .sm\:tw--translate-y-48 {
    --transform-translate-y: -12rem;
  }

  #app .sm\:tw--translate-y-56 {
    --transform-translate-y: -14rem;
  }

  #app .sm\:tw--translate-y-64 {
    --transform-translate-y: -16rem;
  }

  #app .sm\:tw--translate-y-px {
    --transform-translate-y: -1px;
  }

  #app .sm\:tw--translate-y-full {
    --transform-translate-y: -100%;
  }

  #app .sm\:tw--translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  #app .sm\:tw-translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  #app .sm\:tw-translate-y-full {
    --transform-translate-y: 100%;
  }

  #app .sm\:hover\:tw-translate-x-0:hover {
    --transform-translate-x: 0;
  }

  #app .sm\:hover\:tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  #app .sm\:hover\:tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  #app .sm\:hover\:tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  #app .sm\:hover\:tw-translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  #app .sm\:hover\:tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  #app .sm\:hover\:tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  #app .sm\:hover\:tw-translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  #app .sm\:hover\:tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  #app .sm\:hover\:tw-translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  #app .sm\:hover\:tw-translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  #app .sm\:hover\:tw-translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  #app .sm\:hover\:tw-translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  #app .sm\:hover\:tw-translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  #app .sm\:hover\:tw-translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  #app .sm\:hover\:tw-translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  #app .sm\:hover\:tw-translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  #app .sm\:hover\:tw-translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  #app .sm\:hover\:tw-translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  #app .sm\:hover\:tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  #app .sm\:hover\:tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  #app .sm\:hover\:tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  #app .sm\:hover\:tw--translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  #app .sm\:hover\:tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  #app .sm\:hover\:tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  #app .sm\:hover\:tw--translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  #app .sm\:hover\:tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  #app .sm\:hover\:tw--translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  #app .sm\:hover\:tw--translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  #app .sm\:hover\:tw--translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  #app .sm\:hover\:tw--translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  #app .sm\:hover\:tw--translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  #app .sm\:hover\:tw--translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  #app .sm\:hover\:tw--translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  #app .sm\:hover\:tw--translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  #app .sm\:hover\:tw--translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  #app .sm\:hover\:tw--translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  #app .sm\:hover\:tw--translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  #app .sm\:hover\:tw--translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  #app .sm\:hover\:tw-translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  #app .sm\:hover\:tw-translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  #app .sm\:hover\:tw-translate-y-0:hover {
    --transform-translate-y: 0;
  }

  #app .sm\:hover\:tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  #app .sm\:hover\:tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  #app .sm\:hover\:tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  #app .sm\:hover\:tw-translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  #app .sm\:hover\:tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  #app .sm\:hover\:tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  #app .sm\:hover\:tw-translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  #app .sm\:hover\:tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  #app .sm\:hover\:tw-translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  #app .sm\:hover\:tw-translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  #app .sm\:hover\:tw-translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  #app .sm\:hover\:tw-translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  #app .sm\:hover\:tw-translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  #app .sm\:hover\:tw-translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  #app .sm\:hover\:tw-translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  #app .sm\:hover\:tw-translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  #app .sm\:hover\:tw-translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  #app .sm\:hover\:tw-translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  #app .sm\:hover\:tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  #app .sm\:hover\:tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  #app .sm\:hover\:tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  #app .sm\:hover\:tw--translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  #app .sm\:hover\:tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  #app .sm\:hover\:tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  #app .sm\:hover\:tw--translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  #app .sm\:hover\:tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  #app .sm\:hover\:tw--translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  #app .sm\:hover\:tw--translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  #app .sm\:hover\:tw--translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  #app .sm\:hover\:tw--translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  #app .sm\:hover\:tw--translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  #app .sm\:hover\:tw--translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  #app .sm\:hover\:tw--translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  #app .sm\:hover\:tw--translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  #app .sm\:hover\:tw--translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  #app .sm\:hover\:tw--translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  #app .sm\:hover\:tw--translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  #app .sm\:hover\:tw--translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  #app .sm\:hover\:tw-translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  #app .sm\:hover\:tw-translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  #app .sm\:focus\:tw-translate-x-0:focus {
    --transform-translate-x: 0;
  }

  #app .sm\:focus\:tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  #app .sm\:focus\:tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  #app .sm\:focus\:tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  #app .sm\:focus\:tw-translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  #app .sm\:focus\:tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  #app .sm\:focus\:tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  #app .sm\:focus\:tw-translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  #app .sm\:focus\:tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  #app .sm\:focus\:tw-translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  #app .sm\:focus\:tw-translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  #app .sm\:focus\:tw-translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  #app .sm\:focus\:tw-translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  #app .sm\:focus\:tw-translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  #app .sm\:focus\:tw-translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  #app .sm\:focus\:tw-translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  #app .sm\:focus\:tw-translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  #app .sm\:focus\:tw-translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  #app .sm\:focus\:tw-translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  #app .sm\:focus\:tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  #app .sm\:focus\:tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  #app .sm\:focus\:tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  #app .sm\:focus\:tw--translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  #app .sm\:focus\:tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  #app .sm\:focus\:tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  #app .sm\:focus\:tw--translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  #app .sm\:focus\:tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  #app .sm\:focus\:tw--translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  #app .sm\:focus\:tw--translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  #app .sm\:focus\:tw--translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  #app .sm\:focus\:tw--translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  #app .sm\:focus\:tw--translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  #app .sm\:focus\:tw--translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  #app .sm\:focus\:tw--translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  #app .sm\:focus\:tw--translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  #app .sm\:focus\:tw--translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  #app .sm\:focus\:tw--translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  #app .sm\:focus\:tw--translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  #app .sm\:focus\:tw--translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  #app .sm\:focus\:tw-translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  #app .sm\:focus\:tw-translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  #app .sm\:focus\:tw-translate-y-0:focus {
    --transform-translate-y: 0;
  }

  #app .sm\:focus\:tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  #app .sm\:focus\:tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  #app .sm\:focus\:tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  #app .sm\:focus\:tw-translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  #app .sm\:focus\:tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  #app .sm\:focus\:tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  #app .sm\:focus\:tw-translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  #app .sm\:focus\:tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  #app .sm\:focus\:tw-translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  #app .sm\:focus\:tw-translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  #app .sm\:focus\:tw-translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  #app .sm\:focus\:tw-translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  #app .sm\:focus\:tw-translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  #app .sm\:focus\:tw-translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  #app .sm\:focus\:tw-translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  #app .sm\:focus\:tw-translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  #app .sm\:focus\:tw-translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  #app .sm\:focus\:tw-translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  #app .sm\:focus\:tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  #app .sm\:focus\:tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  #app .sm\:focus\:tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  #app .sm\:focus\:tw--translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  #app .sm\:focus\:tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  #app .sm\:focus\:tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  #app .sm\:focus\:tw--translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  #app .sm\:focus\:tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  #app .sm\:focus\:tw--translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  #app .sm\:focus\:tw--translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  #app .sm\:focus\:tw--translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  #app .sm\:focus\:tw--translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  #app .sm\:focus\:tw--translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  #app .sm\:focus\:tw--translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  #app .sm\:focus\:tw--translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  #app .sm\:focus\:tw--translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  #app .sm\:focus\:tw--translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  #app .sm\:focus\:tw--translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  #app .sm\:focus\:tw--translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  #app .sm\:focus\:tw--translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  #app .sm\:focus\:tw-translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  #app .sm\:focus\:tw-translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  #app .sm\:tw-skew-x-0 {
    --transform-skew-x: 0;
  }

  #app .sm\:tw-skew-x-3 {
    --transform-skew-x: 3deg;
  }

  #app .sm\:tw-skew-x-6 {
    --transform-skew-x: 6deg;
  }

  #app .sm\:tw-skew-x-12 {
    --transform-skew-x: 12deg;
  }

  #app .sm\:tw--skew-x-12 {
    --transform-skew-x: -12deg;
  }

  #app .sm\:tw--skew-x-6 {
    --transform-skew-x: -6deg;
  }

  #app .sm\:tw--skew-x-3 {
    --transform-skew-x: -3deg;
  }

  #app .sm\:tw-skew-y-0 {
    --transform-skew-y: 0;
  }

  #app .sm\:tw-skew-y-3 {
    --transform-skew-y: 3deg;
  }

  #app .sm\:tw-skew-y-6 {
    --transform-skew-y: 6deg;
  }

  #app .sm\:tw-skew-y-12 {
    --transform-skew-y: 12deg;
  }

  #app .sm\:tw--skew-y-12 {
    --transform-skew-y: -12deg;
  }

  #app .sm\:tw--skew-y-6 {
    --transform-skew-y: -6deg;
  }

  #app .sm\:tw--skew-y-3 {
    --transform-skew-y: -3deg;
  }

  #app .sm\:hover\:tw-skew-x-0:hover {
    --transform-skew-x: 0;
  }

  #app .sm\:hover\:tw-skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  #app .sm\:hover\:tw-skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  #app .sm\:hover\:tw-skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  #app .sm\:hover\:tw--skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  #app .sm\:hover\:tw--skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  #app .sm\:hover\:tw--skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  #app .sm\:hover\:tw-skew-y-0:hover {
    --transform-skew-y: 0;
  }

  #app .sm\:hover\:tw-skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  #app .sm\:hover\:tw-skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  #app .sm\:hover\:tw-skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  #app .sm\:hover\:tw--skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  #app .sm\:hover\:tw--skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  #app .sm\:hover\:tw--skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  #app .sm\:focus\:tw-skew-x-0:focus {
    --transform-skew-x: 0;
  }

  #app .sm\:focus\:tw-skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  #app .sm\:focus\:tw-skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  #app .sm\:focus\:tw-skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  #app .sm\:focus\:tw--skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  #app .sm\:focus\:tw--skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  #app .sm\:focus\:tw--skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  #app .sm\:focus\:tw-skew-y-0:focus {
    --transform-skew-y: 0;
  }

  #app .sm\:focus\:tw-skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  #app .sm\:focus\:tw-skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  #app .sm\:focus\:tw-skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  #app .sm\:focus\:tw--skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  #app .sm\:focus\:tw--skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  #app .sm\:focus\:tw--skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  #app .sm\:tw-transition-none {
    transition-property: none;
  }

  #app .sm\:tw-transition-all {
    transition-property: all;
  }

  #app .sm\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  #app .sm\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  #app .sm\:tw-transition-opacity {
    transition-property: opacity;
  }

  #app .sm\:tw-transition-shadow {
    transition-property: box-shadow;
  }

  #app .sm\:tw-transition-transform {
    transition-property: transform;
  }

  #app .sm\:tw-ease-linear {
    transition-timing-function: linear;
  }

  #app .sm\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #app .sm\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  #app .sm\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  #app .sm\:tw-duration-75 {
    transition-duration: 75ms;
  }

  #app .sm\:tw-duration-100 {
    transition-duration: 100ms;
  }

  #app .sm\:tw-duration-150 {
    transition-duration: 150ms;
  }

  #app .sm\:tw-duration-200 {
    transition-duration: 200ms;
  }

  #app .sm\:tw-duration-300 {
    transition-duration: 300ms;
  }

  #app .sm\:tw-duration-500 {
    transition-duration: 500ms;
  }

  #app .sm\:tw-duration-700 {
    transition-duration: 700ms;
  }

  #app .sm\:tw-duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (min-width: 768px) {
  #app .md\:tw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

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

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

  #app .md\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  #app .md\:tw-bg-fixed {
    background-attachment: fixed;
  }

  #app .md\:tw-bg-local {
    background-attachment: local;
  }

  #app .md\:tw-bg-scroll {
    background-attachment: scroll;
  }

  #app .md\:tw-bg-transparent {
    background-color: transparent;
  }

  #app .md\:tw-bg-black {
    background-color: #000;
  }

  #app .md\:tw-bg-white {
    background-color: #fff;
  }

  #app .md\:tw-bg-gray-100 {
    background-color: #f7fafc;
  }

  #app .md\:tw-bg-gray-200 {
    background-color: #edf2f7;
  }

  #app .md\:tw-bg-gray-300 {
    background-color: #e2e8f0;
  }

  #app .md\:tw-bg-gray-400 {
    background-color: #cbd5e0;
  }

  #app .md\:tw-bg-gray-500 {
    background-color: #a0aec0;
  }

  #app .md\:tw-bg-gray-600 {
    background-color: #718096;
  }

  #app .md\:tw-bg-gray-700 {
    background-color: #4a5568;
  }

  #app .md\:tw-bg-gray-800 {
    background-color: #2d3748;
  }

  #app .md\:tw-bg-gray-900 {
    background-color: #1a202c;
  }

  #app .md\:tw-bg-red-100 {
    background-color: #fff5f5;
  }

  #app .md\:tw-bg-red-200 {
    background-color: #fed7d7;
  }

  #app .md\:tw-bg-red-300 {
    background-color: #feb2b2;
  }

  #app .md\:tw-bg-red-400 {
    background-color: #fc8181;
  }

  #app .md\:tw-bg-red-500 {
    background-color: #f56565;
  }

  #app .md\:tw-bg-red-600 {
    background-color: #e53e3e;
  }

  #app .md\:tw-bg-red-700 {
    background-color: #c53030;
  }

  #app .md\:tw-bg-red-800 {
    background-color: #9b2c2c;
  }

  #app .md\:tw-bg-red-900 {
    background-color: #742a2a;
  }

  #app .md\:tw-bg-orange-100 {
    background-color: #fffaf0;
  }

  #app .md\:tw-bg-orange-200 {
    background-color: #feebc8;
  }

  #app .md\:tw-bg-orange-300 {
    background-color: #fbd38d;
  }

  #app .md\:tw-bg-orange-400 {
    background-color: #f6ad55;
  }

  #app .md\:tw-bg-orange-500 {
    background-color: #ed8936;
  }

  #app .md\:tw-bg-orange-600 {
    background-color: #dd6b20;
  }

  #app .md\:tw-bg-orange-700 {
    background-color: #c05621;
  }

  #app .md\:tw-bg-orange-800 {
    background-color: #9c4221;
  }

  #app .md\:tw-bg-orange-900 {
    background-color: #7b341e;
  }

  #app .md\:tw-bg-yellow-100 {
    background-color: #fffff0;
  }

  #app .md\:tw-bg-yellow-200 {
    background-color: #fefcbf;
  }

  #app .md\:tw-bg-yellow-300 {
    background-color: #faf089;
  }

  #app .md\:tw-bg-yellow-400 {
    background-color: #f6e05e;
  }

  #app .md\:tw-bg-yellow-500 {
    background-color: #ecc94b;
  }

  #app .md\:tw-bg-yellow-600 {
    background-color: #d69e2e;
  }

  #app .md\:tw-bg-yellow-700 {
    background-color: #b7791f;
  }

  #app .md\:tw-bg-yellow-800 {
    background-color: #975a16;
  }

  #app .md\:tw-bg-yellow-900 {
    background-color: #744210;
  }

  #app .md\:tw-bg-green-100 {
    background-color: #f0fff4;
  }

  #app .md\:tw-bg-green-200 {
    background-color: #c6f6d5;
  }

  #app .md\:tw-bg-green-300 {
    background-color: #9ae6b4;
  }

  #app .md\:tw-bg-green-400 {
    background-color: #68d391;
  }

  #app .md\:tw-bg-green-500 {
    background-color: #48bb78;
  }

  #app .md\:tw-bg-green-600 {
    background-color: #38a169;
  }

  #app .md\:tw-bg-green-700 {
    background-color: #2f855a;
  }

  #app .md\:tw-bg-green-800 {
    background-color: #276749;
  }

  #app .md\:tw-bg-green-900 {
    background-color: #22543d;
  }

  #app .md\:tw-bg-teal-100 {
    background-color: #e6fffa;
  }

  #app .md\:tw-bg-teal-200 {
    background-color: #b2f5ea;
  }

  #app .md\:tw-bg-teal-300 {
    background-color: #81e6d9;
  }

  #app .md\:tw-bg-teal-400 {
    background-color: #4fd1c5;
  }

  #app .md\:tw-bg-teal-500 {
    background-color: #38b2ac;
  }

  #app .md\:tw-bg-teal-600 {
    background-color: #319795;
  }

  #app .md\:tw-bg-teal-700 {
    background-color: #2c7a7b;
  }

  #app .md\:tw-bg-teal-800 {
    background-color: #285e61;
  }

  #app .md\:tw-bg-teal-900 {
    background-color: #234e52;
  }

  #app .md\:tw-bg-blue-100 {
    background-color: #ebf8ff;
  }

  #app .md\:tw-bg-blue-200 {
    background-color: #bee3f8;
  }

  #app .md\:tw-bg-blue-300 {
    background-color: #90cdf4;
  }

  #app .md\:tw-bg-blue-400 {
    background-color: #63b3ed;
  }

  #app .md\:tw-bg-blue-500 {
    background-color: #4299e1;
  }

  #app .md\:tw-bg-blue-600 {
    background-color: #3182ce;
  }

  #app .md\:tw-bg-blue-700 {
    background-color: #2b6cb0;
  }

  #app .md\:tw-bg-blue-800 {
    background-color: #2c5282;
  }

  #app .md\:tw-bg-blue-900 {
    background-color: #2a4365;
  }

  #app .md\:tw-bg-indigo-100 {
    background-color: #ebf4ff;
  }

  #app .md\:tw-bg-indigo-200 {
    background-color: #c3dafe;
  }

  #app .md\:tw-bg-indigo-300 {
    background-color: #a3bffa;
  }

  #app .md\:tw-bg-indigo-400 {
    background-color: #7f9cf5;
  }

  #app .md\:tw-bg-indigo-500 {
    background-color: #667eea;
  }

  #app .md\:tw-bg-indigo-600 {
    background-color: #5a67d8;
  }

  #app .md\:tw-bg-indigo-700 {
    background-color: #4c51bf;
  }

  #app .md\:tw-bg-indigo-800 {
    background-color: #434190;
  }

  #app .md\:tw-bg-indigo-900 {
    background-color: #3c366b;
  }

  #app .md\:tw-bg-purple-100 {
    background-color: #faf5ff;
  }

  #app .md\:tw-bg-purple-200 {
    background-color: #e9d8fd;
  }

  #app .md\:tw-bg-purple-300 {
    background-color: #d6bcfa;
  }

  #app .md\:tw-bg-purple-400 {
    background-color: #b794f4;
  }

  #app .md\:tw-bg-purple-500 {
    background-color: #9f7aea;
  }

  #app .md\:tw-bg-purple-600 {
    background-color: #805ad5;
  }

  #app .md\:tw-bg-purple-700 {
    background-color: #6b46c1;
  }

  #app .md\:tw-bg-purple-800 {
    background-color: #553c9a;
  }

  #app .md\:tw-bg-purple-900 {
    background-color: #44337a;
  }

  #app .md\:tw-bg-pink-100 {
    background-color: #fff5f7;
  }

  #app .md\:tw-bg-pink-200 {
    background-color: #fed7e2;
  }

  #app .md\:tw-bg-pink-300 {
    background-color: #fbb6ce;
  }

  #app .md\:tw-bg-pink-400 {
    background-color: #f687b3;
  }

  #app .md\:tw-bg-pink-500 {
    background-color: #ed64a6;
  }

  #app .md\:tw-bg-pink-600 {
    background-color: #d53f8c;
  }

  #app .md\:tw-bg-pink-700 {
    background-color: #b83280;
  }

  #app .md\:tw-bg-pink-800 {
    background-color: #97266d;
  }

  #app .md\:tw-bg-pink-900 {
    background-color: #702459;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #app .md\:hover\:tw-bg-red-500:hover {
    background-color: #f56565;
  }

  #app .md\:hover\:tw-bg-red-600:hover {
    background-color: #e53e3e;
  }

  #app .md\:hover\:tw-bg-red-700:hover {
    background-color: #c53030;
  }

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

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

  #app .md\:hover\:tw-bg-orange-100:hover {
    background-color: #fffaf0;
  }

  #app .md\:hover\:tw-bg-orange-200:hover {
    background-color: #feebc8;
  }

  #app .md\:hover\:tw-bg-orange-300:hover {
    background-color: #fbd38d;
  }

  #app .md\:hover\:tw-bg-orange-400:hover {
    background-color: #f6ad55;
  }

  #app .md\:hover\:tw-bg-orange-500:hover {
    background-color: #ed8936;
  }

  #app .md\:hover\:tw-bg-orange-600:hover {
    background-color: #dd6b20;
  }

  #app .md\:hover\:tw-bg-orange-700:hover {
    background-color: #c05621;
  }

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

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

  #app .md\:hover\:tw-bg-yellow-100:hover {
    background-color: #fffff0;
  }

  #app .md\:hover\:tw-bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  #app .md\:hover\:tw-bg-yellow-300:hover {
    background-color: #faf089;
  }

  #app .md\:hover\:tw-bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  #app .md\:hover\:tw-bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  #app .md\:hover\:tw-bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  #app .md\:hover\:tw-bg-yellow-700:hover {
    background-color: #b7791f;
  }

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

  #app .md\:hover\:tw-bg-yellow-900:hover {
    background-color: #744210;
  }

  #app .md\:hover\:tw-bg-green-100:hover {
    background-color: #f0fff4;
  }

  #app .md\:hover\:tw-bg-green-200:hover {
    background-color: #c6f6d5;
  }

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

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

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

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

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

  #app .md\:hover\:tw-bg-green-800:hover {
    background-color: #276749;
  }

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

  #app .md\:hover\:tw-bg-teal-100:hover {
    background-color: #e6fffa;
  }

  #app .md\:hover\:tw-bg-teal-200:hover {
    background-color: #b2f5ea;
  }

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

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

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

  #app .md\:hover\:tw-bg-teal-600:hover {
    background-color: #319795;
  }

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

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

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

  #app .md\:hover\:tw-bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  #app .md\:hover\:tw-bg-blue-200:hover {
    background-color: #bee3f8;
  }

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

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

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

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

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

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

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

  #app .md\:hover\:tw-bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  #app .md\:hover\:tw-bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  #app .md\:hover\:tw-bg-indigo-300:hover {
    background-color: #a3bffa;
  }

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

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

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

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

  #app .md\:hover\:tw-bg-indigo-800:hover {
    background-color: #434190;
  }

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

  #app .md\:hover\:tw-bg-purple-100:hover {
    background-color: #faf5ff;
  }

  #app .md\:hover\:tw-bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  #app .md\:hover\:tw-bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  #app .md\:hover\:tw-bg-purple-400:hover {
    background-color: #b794f4;
  }

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

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

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

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

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

  #app .md\:hover\:tw-bg-pink-100:hover {
    background-color: #fff5f7;
  }

  #app .md\:hover\:tw-bg-pink-200:hover {
    background-color: #fed7e2;
  }

  #app .md\:hover\:tw-bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  #app .md\:hover\:tw-bg-pink-400:hover {
    background-color: #f687b3;
  }

  #app .md\:hover\:tw-bg-pink-500:hover {
    background-color: #ed64a6;
  }

  #app .md\:hover\:tw-bg-pink-600:hover {
    background-color: #d53f8c;
  }

  #app .md\:hover\:tw-bg-pink-700:hover {
    background-color: #b83280;
  }

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

  #app .md\:hover\:tw-bg-pink-900:hover {
    background-color: #702459;
  }

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

  #app .md\:focus\:tw-bg-black:focus {
    background-color: #000;
  }

  #app .md\:focus\:tw-bg-white:focus {
    background-color: #fff;
  }

  #app .md\:focus\:tw-bg-gray-100:focus {
    background-color: #f7fafc;
  }

  #app .md\:focus\:tw-bg-gray-200:focus {
    background-color: #edf2f7;
  }

  #app .md\:focus\:tw-bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  #app .md\:focus\:tw-bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  #app .md\:focus\:tw-bg-gray-500:focus {
    background-color: #a0aec0;
  }

  #app .md\:focus\:tw-bg-gray-600:focus {
    background-color: #718096;
  }

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

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

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

  #app .md\:focus\:tw-bg-red-100:focus {
    background-color: #fff5f5;
  }

  #app .md\:focus\:tw-bg-red-200:focus {
    background-color: #fed7d7;
  }

  #app .md\:focus\:tw-bg-red-300:focus {
    background-color: #feb2b2;
  }

  #app .md\:focus\:tw-bg-red-400:focus {
    background-color: #fc8181;
  }

  #app .md\:focus\:tw-bg-red-500:focus {
    background-color: #f56565;
  }

  #app .md\:focus\:tw-bg-red-600:focus {
    background-color: #e53e3e;
  }

  #app .md\:focus\:tw-bg-red-700:focus {
    background-color: #c53030;
  }

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

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

  #app .md\:focus\:tw-bg-orange-100:focus {
    background-color: #fffaf0;
  }

  #app .md\:focus\:tw-bg-orange-200:focus {
    background-color: #feebc8;
  }

  #app .md\:focus\:tw-bg-orange-300:focus {
    background-color: #fbd38d;
  }

  #app .md\:focus\:tw-bg-orange-400:focus {
    background-color: #f6ad55;
  }

  #app .md\:focus\:tw-bg-orange-500:focus {
    background-color: #ed8936;
  }

  #app .md\:focus\:tw-bg-orange-600:focus {
    background-color: #dd6b20;
  }

  #app .md\:focus\:tw-bg-orange-700:focus {
    background-color: #c05621;
  }

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

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

  #app .md\:focus\:tw-bg-yellow-100:focus {
    background-color: #fffff0;
  }

  #app .md\:focus\:tw-bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  #app .md\:focus\:tw-bg-yellow-300:focus {
    background-color: #faf089;
  }

  #app .md\:focus\:tw-bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  #app .md\:focus\:tw-bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  #app .md\:focus\:tw-bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  #app .md\:focus\:tw-bg-yellow-700:focus {
    background-color: #b7791f;
  }

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

  #app .md\:focus\:tw-bg-yellow-900:focus {
    background-color: #744210;
  }

  #app .md\:focus\:tw-bg-green-100:focus {
    background-color: #f0fff4;
  }

  #app .md\:focus\:tw-bg-green-200:focus {
    background-color: #c6f6d5;
  }

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

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

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

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

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

  #app .md\:focus\:tw-bg-green-800:focus {
    background-color: #276749;
  }

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

  #app .md\:focus\:tw-bg-teal-100:focus {
    background-color: #e6fffa;
  }

  #app .md\:focus\:tw-bg-teal-200:focus {
    background-color: #b2f5ea;
  }

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

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

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

  #app .md\:focus\:tw-bg-teal-600:focus {
    background-color: #319795;
  }

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

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

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

  #app .md\:focus\:tw-bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  #app .md\:focus\:tw-bg-blue-200:focus {
    background-color: #bee3f8;
  }

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

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

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

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

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

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

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

  #app .md\:focus\:tw-bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  #app .md\:focus\:tw-bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  #app .md\:focus\:tw-bg-indigo-300:focus {
    background-color: #a3bffa;
  }

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

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

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

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

  #app .md\:focus\:tw-bg-indigo-800:focus {
    background-color: #434190;
  }

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

  #app .md\:focus\:tw-bg-purple-100:focus {
    background-color: #faf5ff;
  }

  #app .md\:focus\:tw-bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  #app .md\:focus\:tw-bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  #app .md\:focus\:tw-bg-purple-400:focus {
    background-color: #b794f4;
  }

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

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

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

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

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

  #app .md\:focus\:tw-bg-pink-100:focus {
    background-color: #fff5f7;
  }

  #app .md\:focus\:tw-bg-pink-200:focus {
    background-color: #fed7e2;
  }

  #app .md\:focus\:tw-bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  #app .md\:focus\:tw-bg-pink-400:focus {
    background-color: #f687b3;
  }

  #app .md\:focus\:tw-bg-pink-500:focus {
    background-color: #ed64a6;
  }

  #app .md\:focus\:tw-bg-pink-600:focus {
    background-color: #d53f8c;
  }

  #app .md\:focus\:tw-bg-pink-700:focus {
    background-color: #b83280;
  }

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

  #app .md\:focus\:tw-bg-pink-900:focus {
    background-color: #702459;
  }

  #app .md\:tw-bg-bottom {
    background-position: bottom;
  }

  #app .md\:tw-bg-center {
    background-position: center;
  }

  #app .md\:tw-bg-left {
    background-position: left;
  }

  #app .md\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  #app .md\:tw-bg-left-top {
    background-position: left top;
  }

  #app .md\:tw-bg-right {
    background-position: right;
  }

  #app .md\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  #app .md\:tw-bg-right-top {
    background-position: right top;
  }

  #app .md\:tw-bg-top {
    background-position: top;
  }

  #app .md\:tw-bg-repeat {
    background-repeat: repeat;
  }

  #app .md\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  #app .md\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  #app .md\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  #app .md\:tw-bg-repeat-round {
    background-repeat: round;
  }

  #app .md\:tw-bg-repeat-space {
    background-repeat: space;
  }

  #app .md\:tw-bg-auto {
    background-size: auto;
  }

  #app .md\:tw-bg-cover {
    background-size: cover;
  }

  #app .md\:tw-bg-contain {
    background-size: contain;
  }

  #app .md\:tw-border-collapse {
    border-collapse: collapse;
  }

  #app .md\:tw-border-separate {
    border-collapse: separate;
  }

  #app .md\:tw-border-transparent {
    border-color: transparent;
  }

  #app .md\:tw-border-black {
    border-color: #000;
  }

  #app .md\:tw-border-white {
    border-color: #fff;
  }

  #app .md\:tw-border-gray-100 {
    border-color: #f7fafc;
  }

  #app .md\:tw-border-gray-200 {
    border-color: #edf2f7;
  }

  #app .md\:tw-border-gray-300 {
    border-color: #e2e8f0;
  }

  #app .md\:tw-border-gray-400 {
    border-color: #cbd5e0;
  }

  #app .md\:tw-border-gray-500 {
    border-color: #a0aec0;
  }

  #app .md\:tw-border-gray-600 {
    border-color: #718096;
  }

  #app .md\:tw-border-gray-700 {
    border-color: #4a5568;
  }

  #app .md\:tw-border-gray-800 {
    border-color: #2d3748;
  }

  #app .md\:tw-border-gray-900 {
    border-color: #1a202c;
  }

  #app .md\:tw-border-red-100 {
    border-color: #fff5f5;
  }

  #app .md\:tw-border-red-200 {
    border-color: #fed7d7;
  }

  #app .md\:tw-border-red-300 {
    border-color: #feb2b2;
  }

  #app .md\:tw-border-red-400 {
    border-color: #fc8181;
  }

  #app .md\:tw-border-red-500 {
    border-color: #f56565;
  }

  #app .md\:tw-border-red-600 {
    border-color: #e53e3e;
  }

  #app .md\:tw-border-red-700 {
    border-color: #c53030;
  }

  #app .md\:tw-border-red-800 {
    border-color: #9b2c2c;
  }

  #app .md\:tw-border-red-900 {
    border-color: #742a2a;
  }

  #app .md\:tw-border-orange-100 {
    border-color: #fffaf0;
  }

  #app .md\:tw-border-orange-200 {
    border-color: #feebc8;
  }

  #app .md\:tw-border-orange-300 {
    border-color: #fbd38d;
  }

  #app .md\:tw-border-orange-400 {
    border-color: #f6ad55;
  }

  #app .md\:tw-border-orange-500 {
    border-color: #ed8936;
  }

  #app .md\:tw-border-orange-600 {
    border-color: #dd6b20;
  }

  #app .md\:tw-border-orange-700 {
    border-color: #c05621;
  }

  #app .md\:tw-border-orange-800 {
    border-color: #9c4221;
  }

  #app .md\:tw-border-orange-900 {
    border-color: #7b341e;
  }

  #app .md\:tw-border-yellow-100 {
    border-color: #fffff0;
  }

  #app .md\:tw-border-yellow-200 {
    border-color: #fefcbf;
  }

  #app .md\:tw-border-yellow-300 {
    border-color: #faf089;
  }

  #app .md\:tw-border-yellow-400 {
    border-color: #f6e05e;
  }

  #app .md\:tw-border-yellow-500 {
    border-color: #ecc94b;
  }

  #app .md\:tw-border-yellow-600 {
    border-color: #d69e2e;
  }

  #app .md\:tw-border-yellow-700 {
    border-color: #b7791f;
  }

  #app .md\:tw-border-yellow-800 {
    border-color: #975a16;
  }

  #app .md\:tw-border-yellow-900 {
    border-color: #744210;
  }

  #app .md\:tw-border-green-100 {
    border-color: #f0fff4;
  }

  #app .md\:tw-border-green-200 {
    border-color: #c6f6d5;
  }

  #app .md\:tw-border-green-300 {
    border-color: #9ae6b4;
  }

  #app .md\:tw-border-green-400 {
    border-color: #68d391;
  }

  #app .md\:tw-border-green-500 {
    border-color: #48bb78;
  }

  #app .md\:tw-border-green-600 {
    border-color: #38a169;
  }

  #app .md\:tw-border-green-700 {
    border-color: #2f855a;
  }

  #app .md\:tw-border-green-800 {
    border-color: #276749;
  }

  #app .md\:tw-border-green-900 {
    border-color: #22543d;
  }

  #app .md\:tw-border-teal-100 {
    border-color: #e6fffa;
  }

  #app .md\:tw-border-teal-200 {
    border-color: #b2f5ea;
  }

  #app .md\:tw-border-teal-300 {
    border-color: #81e6d9;
  }

  #app .md\:tw-border-teal-400 {
    border-color: #4fd1c5;
  }

  #app .md\:tw-border-teal-500 {
    border-color: #38b2ac;
  }

  #app .md\:tw-border-teal-600 {
    border-color: #319795;
  }

  #app .md\:tw-border-teal-700 {
    border-color: #2c7a7b;
  }

  #app .md\:tw-border-teal-800 {
    border-color: #285e61;
  }

  #app .md\:tw-border-teal-900 {
    border-color: #234e52;
  }

  #app .md\:tw-border-blue-100 {
    border-color: #ebf8ff;
  }

  #app .md\:tw-border-blue-200 {
    border-color: #bee3f8;
  }

  #app .md\:tw-border-blue-300 {
    border-color: #90cdf4;
  }

  #app .md\:tw-border-blue-400 {
    border-color: #63b3ed;
  }

  #app .md\:tw-border-blue-500 {
    border-color: #4299e1;
  }

  #app .md\:tw-border-blue-600 {
    border-color: #3182ce;
  }

  #app .md\:tw-border-blue-700 {
    border-color: #2b6cb0;
  }

  #app .md\:tw-border-blue-800 {
    border-color: #2c5282;
  }

  #app .md\:tw-border-blue-900 {
    border-color: #2a4365;
  }

  #app .md\:tw-border-indigo-100 {
    border-color: #ebf4ff;
  }

  #app .md\:tw-border-indigo-200 {
    border-color: #c3dafe;
  }

  #app .md\:tw-border-indigo-300 {
    border-color: #a3bffa;
  }

  #app .md\:tw-border-indigo-400 {
    border-color: #7f9cf5;
  }

  #app .md\:tw-border-indigo-500 {
    border-color: #667eea;
  }

  #app .md\:tw-border-indigo-600 {
    border-color: #5a67d8;
  }

  #app .md\:tw-border-indigo-700 {
    border-color: #4c51bf;
  }

  #app .md\:tw-border-indigo-800 {
    border-color: #434190;
  }

  #app .md\:tw-border-indigo-900 {
    border-color: #3c366b;
  }

  #app .md\:tw-border-purple-100 {
    border-color: #faf5ff;
  }

  #app .md\:tw-border-purple-200 {
    border-color: #e9d8fd;
  }

  #app .md\:tw-border-purple-300 {
    border-color: #d6bcfa;
  }

  #app .md\:tw-border-purple-400 {
    border-color: #b794f4;
  }

  #app .md\:tw-border-purple-500 {
    border-color: #9f7aea;
  }

  #app .md\:tw-border-purple-600 {
    border-color: #805ad5;
  }

  #app .md\:tw-border-purple-700 {
    border-color: #6b46c1;
  }

  #app .md\:tw-border-purple-800 {
    border-color: #553c9a;
  }

  #app .md\:tw-border-purple-900 {
    border-color: #44337a;
  }

  #app .md\:tw-border-pink-100 {
    border-color: #fff5f7;
  }

  #app .md\:tw-border-pink-200 {
    border-color: #fed7e2;
  }

  #app .md\:tw-border-pink-300 {
    border-color: #fbb6ce;
  }

  #app .md\:tw-border-pink-400 {
    border-color: #f687b3;
  }

  #app .md\:tw-border-pink-500 {
    border-color: #ed64a6;
  }

  #app .md\:tw-border-pink-600 {
    border-color: #d53f8c;
  }

  #app .md\:tw-border-pink-700 {
    border-color: #b83280;
  }

  #app .md\:tw-border-pink-800 {
    border-color: #97266d;
  }

  #app .md\:tw-border-pink-900 {
    border-color: #702459;
  }

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

  #app .md\:hover\:tw-border-black:hover {
    border-color: #000;
  }

  #app .md\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  #app .md\:hover\:tw-border-gray-100:hover {
    border-color: #f7fafc;
  }

  #app .md\:hover\:tw-border-gray-200:hover {
    border-color: #edf2f7;
  }

  #app .md\:hover\:tw-border-gray-300:hover {
    border-color: #e2e8f0;
  }

  #app .md\:hover\:tw-border-gray-400:hover {
    border-color: #cbd5e0;
  }

  #app .md\:hover\:tw-border-gray-500:hover {
    border-color: #a0aec0;
  }

  #app .md\:hover\:tw-border-gray-600:hover {
    border-color: #718096;
  }

  #app .md\:hover\:tw-border-gray-700:hover {
    border-color: #4a5568;
  }

  #app .md\:hover\:tw-border-gray-800:hover {
    border-color: #2d3748;
  }

  #app .md\:hover\:tw-border-gray-900:hover {
    border-color: #1a202c;
  }

  #app .md\:hover\:tw-border-red-100:hover {
    border-color: #fff5f5;
  }

  #app .md\:hover\:tw-border-red-200:hover {
    border-color: #fed7d7;
  }

  #app .md\:hover\:tw-border-red-300:hover {
    border-color: #feb2b2;
  }

  #app .md\:hover\:tw-border-red-400:hover {
    border-color: #fc8181;
  }

  #app .md\:hover\:tw-border-red-500:hover {
    border-color: #f56565;
  }

  #app .md\:hover\:tw-border-red-600:hover {
    border-color: #e53e3e;
  }

  #app .md\:hover\:tw-border-red-700:hover {
    border-color: #c53030;
  }

  #app .md\:hover\:tw-border-red-800:hover {
    border-color: #9b2c2c;
  }

  #app .md\:hover\:tw-border-red-900:hover {
    border-color: #742a2a;
  }

  #app .md\:hover\:tw-border-orange-100:hover {
    border-color: #fffaf0;
  }

  #app .md\:hover\:tw-border-orange-200:hover {
    border-color: #feebc8;
  }

  #app .md\:hover\:tw-border-orange-300:hover {
    border-color: #fbd38d;
  }

  #app .md\:hover\:tw-border-orange-400:hover {
    border-color: #f6ad55;
  }

  #app .md\:hover\:tw-border-orange-500:hover {
    border-color: #ed8936;
  }

  #app .md\:hover\:tw-border-orange-600:hover {
    border-color: #dd6b20;
  }

  #app .md\:hover\:tw-border-orange-700:hover {
    border-color: #c05621;
  }

  #app .md\:hover\:tw-border-orange-800:hover {
    border-color: #9c4221;
  }

  #app .md\:hover\:tw-border-orange-900:hover {
    border-color: #7b341e;
  }

  #app .md\:hover\:tw-border-yellow-100:hover {
    border-color: #fffff0;
  }

  #app .md\:hover\:tw-border-yellow-200:hover {
    border-color: #fefcbf;
  }

  #app .md\:hover\:tw-border-yellow-300:hover {
    border-color: #faf089;
  }

  #app .md\:hover\:tw-border-yellow-400:hover {
    border-color: #f6e05e;
  }

  #app .md\:hover\:tw-border-yellow-500:hover {
    border-color: #ecc94b;
  }

  #app .md\:hover\:tw-border-yellow-600:hover {
    border-color: #d69e2e;
  }

  #app .md\:hover\:tw-border-yellow-700:hover {
    border-color: #b7791f;
  }

  #app .md\:hover\:tw-border-yellow-800:hover {
    border-color: #975a16;
  }

  #app .md\:hover\:tw-border-yellow-900:hover {
    border-color: #744210;
  }

  #app .md\:hover\:tw-border-green-100:hover {
    border-color: #f0fff4;
  }

  #app .md\:hover\:tw-border-green-200:hover {
    border-color: #c6f6d5;
  }

  #app .md\:hover\:tw-border-green-300:hover {
    border-color: #9ae6b4;
  }

  #app .md\:hover\:tw-border-green-400:hover {
    border-color: #68d391;
  }

  #app .md\:hover\:tw-border-green-500:hover {
    border-color: #48bb78;
  }

  #app .md\:hover\:tw-border-green-600:hover {
    border-color: #38a169;
  }

  #app .md\:hover\:tw-border-green-700:hover {
    border-color: #2f855a;
  }

  #app .md\:hover\:tw-border-green-800:hover {
    border-color: #276749;
  }

  #app .md\:hover\:tw-border-green-900:hover {
    border-color: #22543d;
  }

  #app .md\:hover\:tw-border-teal-100:hover {
    border-color: #e6fffa;
  }

  #app .md\:hover\:tw-border-teal-200:hover {
    border-color: #b2f5ea;
  }

  #app .md\:hover\:tw-border-teal-300:hover {
    border-color: #81e6d9;
  }

  #app .md\:hover\:tw-border-teal-400:hover {
    border-color: #4fd1c5;
  }

  #app .md\:hover\:tw-border-teal-500:hover {
    border-color: #38b2ac;
  }

  #app .md\:hover\:tw-border-teal-600:hover {
    border-color: #319795;
  }

  #app .md\:hover\:tw-border-teal-700:hover {
    border-color: #2c7a7b;
  }

  #app .md\:hover\:tw-border-teal-800:hover {
    border-color: #285e61;
  }

  #app .md\:hover\:tw-border-teal-900:hover {
    border-color: #234e52;
  }

  #app .md\:hover\:tw-border-blue-100:hover {
    border-color: #ebf8ff;
  }

  #app .md\:hover\:tw-border-blue-200:hover {
    border-color: #bee3f8;
  }

  #app .md\:hover\:tw-border-blue-300:hover {
    border-color: #90cdf4;
  }

  #app .md\:hover\:tw-border-blue-400:hover {
    border-color: #63b3ed;
  }

  #app .md\:hover\:tw-border-blue-500:hover {
    border-color: #4299e1;
  }

  #app .md\:hover\:tw-border-blue-600:hover {
    border-color: #3182ce;
  }

  #app .md\:hover\:tw-border-blue-700:hover {
    border-color: #2b6cb0;
  }

  #app .md\:hover\:tw-border-blue-800:hover {
    border-color: #2c5282;
  }

  #app .md\:hover\:tw-border-blue-900:hover {
    border-color: #2a4365;
  }

  #app .md\:hover\:tw-border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  #app .md\:hover\:tw-border-indigo-200:hover {
    border-color: #c3dafe;
  }

  #app .md\:hover\:tw-border-indigo-300:hover {
    border-color: #a3bffa;
  }

  #app .md\:hover\:tw-border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  #app .md\:hover\:tw-border-indigo-500:hover {
    border-color: #667eea;
  }

  #app .md\:hover\:tw-border-indigo-600:hover {
    border-color: #5a67d8;
  }

  #app .md\:hover\:tw-border-indigo-700:hover {
    border-color: #4c51bf;
  }

  #app .md\:hover\:tw-border-indigo-800:hover {
    border-color: #434190;
  }

  #app .md\:hover\:tw-border-indigo-900:hover {
    border-color: #3c366b;
  }

  #app .md\:hover\:tw-border-purple-100:hover {
    border-color: #faf5ff;
  }

  #app .md\:hover\:tw-border-purple-200:hover {
    border-color: #e9d8fd;
  }

  #app .md\:hover\:tw-border-purple-300:hover {
    border-color: #d6bcfa;
  }

  #app .md\:hover\:tw-border-purple-400:hover {
    border-color: #b794f4;
  }

  #app .md\:hover\:tw-border-purple-500:hover {
    border-color: #9f7aea;
  }

  #app .md\:hover\:tw-border-purple-600:hover {
    border-color: #805ad5;
  }

  #app .md\:hover\:tw-border-purple-700:hover {
    border-color: #6b46c1;
  }

  #app .md\:hover\:tw-border-purple-800:hover {
    border-color: #553c9a;
  }

  #app .md\:hover\:tw-border-purple-900:hover {
    border-color: #44337a;
  }

  #app .md\:hover\:tw-border-pink-100:hover {
    border-color: #fff5f7;
  }

  #app .md\:hover\:tw-border-pink-200:hover {
    border-color: #fed7e2;
  }

  #app .md\:hover\:tw-border-pink-300:hover {
    border-color: #fbb6ce;
  }

  #app .md\:hover\:tw-border-pink-400:hover {
    border-color: #f687b3;
  }

  #app .md\:hover\:tw-border-pink-500:hover {
    border-color: #ed64a6;
  }

  #app .md\:hover\:tw-border-pink-600:hover {
    border-color: #d53f8c;
  }

  #app .md\:hover\:tw-border-pink-700:hover {
    border-color: #b83280;
  }

  #app .md\:hover\:tw-border-pink-800:hover {
    border-color: #97266d;
  }

  #app .md\:hover\:tw-border-pink-900:hover {
    border-color: #702459;
  }

  #app .md\:focus\:tw-border-transparent:focus {
    border-color: transparent;
  }

  #app .md\:focus\:tw-border-black:focus {
    border-color: #000;
  }

  #app .md\:focus\:tw-border-white:focus {
    border-color: #fff;
  }

  #app .md\:focus\:tw-border-gray-100:focus {
    border-color: #f7fafc;
  }

  #app .md\:focus\:tw-border-gray-200:focus {
    border-color: #edf2f7;
  }

  #app .md\:focus\:tw-border-gray-300:focus {
    border-color: #e2e8f0;
  }

  #app .md\:focus\:tw-border-gray-400:focus {
    border-color: #cbd5e0;
  }

  #app .md\:focus\:tw-border-gray-500:focus {
    border-color: #a0aec0;
  }

  #app .md\:focus\:tw-border-gray-600:focus {
    border-color: #718096;
  }

  #app .md\:focus\:tw-border-gray-700:focus {
    border-color: #4a5568;
  }

  #app .md\:focus\:tw-border-gray-800:focus {
    border-color: #2d3748;
  }

  #app .md\:focus\:tw-border-gray-900:focus {
    border-color: #1a202c;
  }

  #app .md\:focus\:tw-border-red-100:focus {
    border-color: #fff5f5;
  }

  #app .md\:focus\:tw-border-red-200:focus {
    border-color: #fed7d7;
  }

  #app .md\:focus\:tw-border-red-300:focus {
    border-color: #feb2b2;
  }

  #app .md\:focus\:tw-border-red-400:focus {
    border-color: #fc8181;
  }

  #app .md\:focus\:tw-border-red-500:focus {
    border-color: #f56565;
  }

  #app .md\:focus\:tw-border-red-600:focus {
    border-color: #e53e3e;
  }

  #app .md\:focus\:tw-border-red-700:focus {
    border-color: #c53030;
  }

  #app .md\:focus\:tw-border-red-800:focus {
    border-color: #9b2c2c;
  }

  #app .md\:focus\:tw-border-red-900:focus {
    border-color: #742a2a;
  }

  #app .md\:focus\:tw-border-orange-100:focus {
    border-color: #fffaf0;
  }

  #app .md\:focus\:tw-border-orange-200:focus {
    border-color: #feebc8;
  }

  #app .md\:focus\:tw-border-orange-300:focus {
    border-color: #fbd38d;
  }

  #app .md\:focus\:tw-border-orange-400:focus {
    border-color: #f6ad55;
  }

  #app .md\:focus\:tw-border-orange-500:focus {
    border-color: #ed8936;
  }

  #app .md\:focus\:tw-border-orange-600:focus {
    border-color: #dd6b20;
  }

  #app .md\:focus\:tw-border-orange-700:focus {
    border-color: #c05621;
  }

  #app .md\:focus\:tw-border-orange-800:focus {
    border-color: #9c4221;
  }

  #app .md\:focus\:tw-border-orange-900:focus {
    border-color: #7b341e;
  }

  #app .md\:focus\:tw-border-yellow-100:focus {
    border-color: #fffff0;
  }

  #app .md\:focus\:tw-border-yellow-200:focus {
    border-color: #fefcbf;
  }

  #app .md\:focus\:tw-border-yellow-300:focus {
    border-color: #faf089;
  }

  #app .md\:focus\:tw-border-yellow-400:focus {
    border-color: #f6e05e;
  }

  #app .md\:focus\:tw-border-yellow-500:focus {
    border-color: #ecc94b;
  }

  #app .md\:focus\:tw-border-yellow-600:focus {
    border-color: #d69e2e;
  }

  #app .md\:focus\:tw-border-yellow-700:focus {
    border-color: #b7791f;
  }

  #app .md\:focus\:tw-border-yellow-800:focus {
    border-color: #975a16;
  }

  #app .md\:focus\:tw-border-yellow-900:focus {
    border-color: #744210;
  }

  #app .md\:focus\:tw-border-green-100:focus {
    border-color: #f0fff4;
  }

  #app .md\:focus\:tw-border-green-200:focus {
    border-color: #c6f6d5;
  }

  #app .md\:focus\:tw-border-green-300:focus {
    border-color: #9ae6b4;
  }

  #app .md\:focus\:tw-border-green-400:focus {
    border-color: #68d391;
  }

  #app .md\:focus\:tw-border-green-500:focus {
    border-color: #48bb78;
  }

  #app .md\:focus\:tw-border-green-600:focus {
    border-color: #38a169;
  }

  #app .md\:focus\:tw-border-green-700:focus {
    border-color: #2f855a;
  }

  #app .md\:focus\:tw-border-green-800:focus {
    border-color: #276749;
  }

  #app .md\:focus\:tw-border-green-900:focus {
    border-color: #22543d;
  }

  #app .md\:focus\:tw-border-teal-100:focus {
    border-color: #e6fffa;
  }

  #app .md\:focus\:tw-border-teal-200:focus {
    border-color: #b2f5ea;
  }

  #app .md\:focus\:tw-border-teal-300:focus {
    border-color: #81e6d9;
  }

  #app .md\:focus\:tw-border-teal-400:focus {
    border-color: #4fd1c5;
  }

  #app .md\:focus\:tw-border-teal-500:focus {
    border-color: #38b2ac;
  }

  #app .md\:focus\:tw-border-teal-600:focus {
    border-color: #319795;
  }

  #app .md\:focus\:tw-border-teal-700:focus {
    border-color: #2c7a7b;
  }

  #app .md\:focus\:tw-border-teal-800:focus {
    border-color: #285e61;
  }

  #app .md\:focus\:tw-border-teal-900:focus {
    border-color: #234e52;
  }

  #app .md\:focus\:tw-border-blue-100:focus {
    border-color: #ebf8ff;
  }

  #app .md\:focus\:tw-border-blue-200:focus {
    border-color: #bee3f8;
  }

  #app .md\:focus\:tw-border-blue-300:focus {
    border-color: #90cdf4;
  }

  #app .md\:focus\:tw-border-blue-400:focus {
    border-color: #63b3ed;
  }

  #app .md\:focus\:tw-border-blue-500:focus {
    border-color: #4299e1;
  }

  #app .md\:focus\:tw-border-blue-600:focus {
    border-color: #3182ce;
  }

  #app .md\:focus\:tw-border-blue-700:focus {
    border-color: #2b6cb0;
  }

  #app .md\:focus\:tw-border-blue-800:focus {
    border-color: #2c5282;
  }

  #app .md\:focus\:tw-border-blue-900:focus {
    border-color: #2a4365;
  }

  #app .md\:focus\:tw-border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  #app .md\:focus\:tw-border-indigo-200:focus {
    border-color: #c3dafe;
  }

  #app .md\:focus\:tw-border-indigo-300:focus {
    border-color: #a3bffa;
  }

  #app .md\:focus\:tw-border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  #app .md\:focus\:tw-border-indigo-500:focus {
    border-color: #667eea;
  }

  #app .md\:focus\:tw-border-indigo-600:focus {
    border-color: #5a67d8;
  }

  #app .md\:focus\:tw-border-indigo-700:focus {
    border-color: #4c51bf;
  }

  #app .md\:focus\:tw-border-indigo-800:focus {
    border-color: #434190;
  }

  #app .md\:focus\:tw-border-indigo-900:focus {
    border-color: #3c366b;
  }

  #app .md\:focus\:tw-border-purple-100:focus {
    border-color: #faf5ff;
  }

  #app .md\:focus\:tw-border-purple-200:focus {
    border-color: #e9d8fd;
  }

  #app .md\:focus\:tw-border-purple-300:focus {
    border-color: #d6bcfa;
  }

  #app .md\:focus\:tw-border-purple-400:focus {
    border-color: #b794f4;
  }

  #app .md\:focus\:tw-border-purple-500:focus {
    border-color: #9f7aea;
  }

  #app .md\:focus\:tw-border-purple-600:focus {
    border-color: #805ad5;
  }

  #app .md\:focus\:tw-border-purple-700:focus {
    border-color: #6b46c1;
  }

  #app .md\:focus\:tw-border-purple-800:focus {
    border-color: #553c9a;
  }

  #app .md\:focus\:tw-border-purple-900:focus {
    border-color: #44337a;
  }

  #app .md\:focus\:tw-border-pink-100:focus {
    border-color: #fff5f7;
  }

  #app .md\:focus\:tw-border-pink-200:focus {
    border-color: #fed7e2;
  }

  #app .md\:focus\:tw-border-pink-300:focus {
    border-color: #fbb6ce;
  }

  #app .md\:focus\:tw-border-pink-400:focus {
    border-color: #f687b3;
  }

  #app .md\:focus\:tw-border-pink-500:focus {
    border-color: #ed64a6;
  }

  #app .md\:focus\:tw-border-pink-600:focus {
    border-color: #d53f8c;
  }

  #app .md\:focus\:tw-border-pink-700:focus {
    border-color: #b83280;
  }

  #app .md\:focus\:tw-border-pink-800:focus {
    border-color: #97266d;
  }

  #app .md\:focus\:tw-border-pink-900:focus {
    border-color: #702459;
  }

  #app .md\:tw-rounded-none {
    border-radius: 0;
  }

  #app .md\:tw-rounded-sm {
    border-radius: 0.125rem;
  }

  #app .md\:tw-rounded {
    border-radius: 0.25rem;
  }

  #app .md\:tw-rounded-md {
    border-radius: 0.375rem;
  }

  #app .md\:tw-rounded-lg {
    border-radius: 0.5rem;
  }

  #app .md\:tw-rounded-full {
    border-radius: 9999px;
  }

  #app .md\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #app .md\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  #app .md\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  #app .md\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  #app .md\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .md\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .md\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:tw-rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .md\:tw-rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .md\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:tw-rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .md\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .md\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .md\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .md\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .md\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .md\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .md\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .md\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  #app .md\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  #app .md\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  #app .md\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  #app .md\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  #app .md\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  #app .md\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  #app .md\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:tw-rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  #app .md\:tw-rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  #app .md\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  #app .md\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  #app .md\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  #app .md\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  #app .md\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  #app .md\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  #app .md\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  #app .md\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  #app .md\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  #app .md\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  #app .md\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  #app .md\:tw-border-solid {
    border-style: solid;
  }

  #app .md\:tw-border-dashed {
    border-style: dashed;
  }

  #app .md\:tw-border-dotted {
    border-style: dotted;
  }

  #app .md\:tw-border-double {
    border-style: double;
  }

  #app .md\:tw-border-none {
    border-style: none;
  }

  #app .md\:tw-border-0 {
    border-width: 0;
  }

  #app .md\:tw-border-2 {
    border-width: 2px;
  }

  #app .md\:tw-border-4 {
    border-width: 4px;
  }

  #app .md\:tw-border-8 {
    border-width: 8px;
  }

  #app .md\:tw-border {
    border-width: 1px;
  }

  #app .md\:tw-border-t-0 {
    border-top-width: 0;
  }

  #app .md\:tw-border-r-0 {
    border-right-width: 0;
  }

  #app .md\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  #app .md\:tw-border-l-0 {
    border-left-width: 0;
  }

  #app .md\:tw-border-t-2 {
    border-top-width: 2px;
  }

  #app .md\:tw-border-r-2 {
    border-right-width: 2px;
  }

  #app .md\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  #app .md\:tw-border-l-2 {
    border-left-width: 2px;
  }

  #app .md\:tw-border-t-4 {
    border-top-width: 4px;
  }

  #app .md\:tw-border-r-4 {
    border-right-width: 4px;
  }

  #app .md\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  #app .md\:tw-border-l-4 {
    border-left-width: 4px;
  }

  #app .md\:tw-border-t-8 {
    border-top-width: 8px;
  }

  #app .md\:tw-border-r-8 {
    border-right-width: 8px;
  }

  #app .md\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  #app .md\:tw-border-l-8 {
    border-left-width: 8px;
  }

  #app .md\:tw-border-t {
    border-top-width: 1px;
  }

  #app .md\:tw-border-r {
    border-right-width: 1px;
  }

  #app .md\:tw-border-b {
    border-bottom-width: 1px;
  }

  #app .md\:tw-border-l {
    border-left-width: 1px;
  }

  #app .md\:tw-box-border {
    box-sizing: border-box;
  }

  #app .md\:tw-box-content {
    box-sizing: content-box;
  }

  #app .md\:tw-cursor-auto {
    cursor: auto;
  }

  #app .md\:tw-cursor-default {
    cursor: default;
  }

  #app .md\:tw-cursor-pointer {
    cursor: pointer;
  }

  #app .md\:tw-cursor-wait {
    cursor: wait;
  }

  #app .md\:tw-cursor-text {
    cursor: text;
  }

  #app .md\:tw-cursor-move {
    cursor: move;
  }

  #app .md\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  #app .md\:tw-block {
    display: block;
  }

  #app .md\:tw-inline-block {
    display: inline-block;
  }

  #app .md\:tw-inline {
    display: inline;
  }

  #app .md\:tw-flex {
    display: flex;
  }

  #app .md\:tw-inline-flex {
    display: inline-flex;
  }

  #app .md\:tw-grid {
    display: grid;
  }

  #app .md\:tw-table {
    display: table;
  }

  #app .md\:tw-table-caption {
    display: table-caption;
  }

  #app .md\:tw-table-cell {
    display: table-cell;
  }

  #app .md\:tw-table-column {
    display: table-column;
  }

  #app .md\:tw-table-column-group {
    display: table-column-group;
  }

  #app .md\:tw-table-footer-group {
    display: table-footer-group;
  }

  #app .md\:tw-table-header-group {
    display: table-header-group;
  }

  #app .md\:tw-table-row-group {
    display: table-row-group;
  }

  #app .md\:tw-table-row {
    display: table-row;
  }

  #app .md\:tw-hidden {
    display: none;
  }

  #app .md\:tw-flex-row {
    flex-direction: row;
  }

  #app .md\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  #app .md\:tw-flex-col {
    flex-direction: column;
  }

  #app .md\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  #app .md\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  #app .md\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #app .md\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  #app .md\:tw-items-start {
    align-items: flex-start;
  }

  #app .md\:tw-items-end {
    align-items: flex-end;
  }

  #app .md\:tw-items-center {
    align-items: center;
  }

  #app .md\:tw-items-baseline {
    align-items: baseline;
  }

  #app .md\:tw-items-stretch {
    align-items: stretch;
  }

  #app .md\:tw-self-auto {
    align-self: auto;
  }

  #app .md\:tw-self-start {
    align-self: flex-start;
  }

  #app .md\:tw-self-end {
    align-self: flex-end;
  }

  #app .md\:tw-self-center {
    align-self: center;
  }

  #app .md\:tw-self-stretch {
    align-self: stretch;
  }

  #app .md\:tw-justify-start {
    justify-content: flex-start;
  }

  #app .md\:tw-justify-end {
    justify-content: flex-end;
  }

  #app .md\:tw-justify-center {
    justify-content: center;
  }

  #app .md\:tw-justify-between {
    justify-content: space-between;
  }

  #app .md\:tw-justify-around {
    justify-content: space-around;
  }

  #app .md\:tw-justify-evenly {
    justify-content: space-evenly;
  }

  #app .md\:tw-content-center {
    align-content: center;
  }

  #app .md\:tw-content-start {
    align-content: flex-start;
  }

  #app .md\:tw-content-end {
    align-content: flex-end;
  }

  #app .md\:tw-content-between {
    align-content: space-between;
  }

  #app .md\:tw-content-around {
    align-content: space-around;
  }

  #app .md\:tw-flex-1 {
    flex: 1 1 0%;
  }

  #app .md\:tw-flex-auto {
    flex: 1 1 auto;
  }

  #app .md\:tw-flex-initial {
    flex: 0 1 auto;
  }

  #app .md\:tw-flex-none {
    flex: none;
  }

  #app .md\:tw-flex-grow-0 {
    flex-grow: 0;
  }

  #app .md\:tw-flex-grow {
    flex-grow: 1;
  }

  #app .md\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  #app .md\:tw-flex-shrink {
    flex-shrink: 1;
  }

  #app .md\:tw-order-1 {
    order: 1;
  }

  #app .md\:tw-order-2 {
    order: 2;
  }

  #app .md\:tw-order-3 {
    order: 3;
  }

  #app .md\:tw-order-4 {
    order: 4;
  }

  #app .md\:tw-order-5 {
    order: 5;
  }

  #app .md\:tw-order-6 {
    order: 6;
  }

  #app .md\:tw-order-7 {
    order: 7;
  }

  #app .md\:tw-order-8 {
    order: 8;
  }

  #app .md\:tw-order-9 {
    order: 9;
  }

  #app .md\:tw-order-10 {
    order: 10;
  }

  #app .md\:tw-order-11 {
    order: 11;
  }

  #app .md\:tw-order-12 {
    order: 12;
  }

  #app .md\:tw-order-first {
    order: -9999;
  }

  #app .md\:tw-order-last {
    order: 9999;
  }

  #app .md\:tw-order-none {
    order: 0;
  }

  #app .md\:tw-float-right {
    float: right;
  }

  #app .md\:tw-float-left {
    float: left;
  }

  #app .md\:tw-float-none {
    float: none;
  }

  #app .md\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  #app .md\:tw-clear-left {
    clear: left;
  }

  #app .md\:tw-clear-right {
    clear: right;
  }

  #app .md\:tw-clear-both {
    clear: both;
  }

  #app .md\:tw-font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #app .md\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  #app .md\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  #app .md\:tw-font-hairline {
    font-weight: 100;
  }

  #app .md\:tw-font-thin {
    font-weight: 200;
  }

  #app .md\:tw-font-light {
    font-weight: 300;
  }

  #app .md\:tw-font-normal {
    font-weight: 400;
  }

  #app .md\:tw-font-medium {
    font-weight: 500;
  }

  #app .md\:tw-font-semibold {
    font-weight: 600;
  }

  #app .md\:tw-font-bold {
    font-weight: 700;
  }

  #app .md\:tw-font-extrabold {
    font-weight: 800;
  }

  #app .md\:tw-font-black {
    font-weight: 900;
  }

  #app .md\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  #app .md\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  #app .md\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  #app .md\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  #app .md\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  #app .md\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  #app .md\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  #app .md\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  #app .md\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

  #app .md\:focus\:tw-font-hairline:focus {
    font-weight: 100;
  }

  #app .md\:focus\:tw-font-thin:focus {
    font-weight: 200;
  }

  #app .md\:focus\:tw-font-light:focus {
    font-weight: 300;
  }

  #app .md\:focus\:tw-font-normal:focus {
    font-weight: 400;
  }

  #app .md\:focus\:tw-font-medium:focus {
    font-weight: 500;
  }

  #app .md\:focus\:tw-font-semibold:focus {
    font-weight: 600;
  }

  #app .md\:focus\:tw-font-bold:focus {
    font-weight: 700;
  }

  #app .md\:focus\:tw-font-extrabold:focus {
    font-weight: 800;
  }

  #app .md\:focus\:tw-font-black:focus {
    font-weight: 900;
  }

  #app .md\:tw-h-0 {
    height: 0;
  }

  #app .md\:tw-h-1 {
    height: 0.25rem;
  }

  #app .md\:tw-h-2 {
    height: 0.5rem;
  }

  #app .md\:tw-h-3 {
    height: 0.75rem;
  }

  #app .md\:tw-h-4 {
    height: 1rem;
  }

  #app .md\:tw-h-5 {
    height: 1.25rem;
  }

  #app .md\:tw-h-6 {
    height: 1.5rem;
  }

  #app .md\:tw-h-8 {
    height: 2rem;
  }

  #app .md\:tw-h-10 {
    height: 2.5rem;
  }

  #app .md\:tw-h-12 {
    height: 3rem;
  }

  #app .md\:tw-h-16 {
    height: 4rem;
  }

  #app .md\:tw-h-20 {
    height: 5rem;
  }

  #app .md\:tw-h-24 {
    height: 6rem;
  }

  #app .md\:tw-h-32 {
    height: 8rem;
  }

  #app .md\:tw-h-40 {
    height: 10rem;
  }

  #app .md\:tw-h-48 {
    height: 12rem;
  }

  #app .md\:tw-h-56 {
    height: 14rem;
  }

  #app .md\:tw-h-64 {
    height: 16rem;
  }

  #app .md\:tw-h-auto {
    height: auto;
  }

  #app .md\:tw-h-px {
    height: 1px;
  }

  #app .md\:tw-h-full {
    height: 100%;
  }

  #app .md\:tw-h-screen {
    height: 100vh;
  }

  #app .md\:tw-leading-3 {
    line-height: .75rem;
  }

  #app .md\:tw-leading-4 {
    line-height: 1rem;
  }

  #app .md\:tw-leading-5 {
    line-height: 1.25rem;
  }

  #app .md\:tw-leading-6 {
    line-height: 1.5rem;
  }

  #app .md\:tw-leading-7 {
    line-height: 1.75rem;
  }

  #app .md\:tw-leading-8 {
    line-height: 2rem;
  }

  #app .md\:tw-leading-9 {
    line-height: 2.25rem;
  }

  #app .md\:tw-leading-10 {
    line-height: 2.5rem;
  }

  #app .md\:tw-leading-none {
    line-height: 1;
  }

  #app .md\:tw-leading-tight {
    line-height: 1.25;
  }

  #app .md\:tw-leading-snug {
    line-height: 1.375;
  }

  #app .md\:tw-leading-normal {
    line-height: 1.5;
  }

  #app .md\:tw-leading-relaxed {
    line-height: 1.625;
  }

  #app .md\:tw-leading-loose {
    line-height: 2;
  }

  #app .md\:tw-list-inside {
    list-style-position: inside;
  }

  #app .md\:tw-list-outside {
    list-style-position: outside;
  }

  #app .md\:tw-list-none {
    list-style-type: none;
  }

  #app .md\:tw-list-disc {
    list-style-type: disc;
  }

  #app .md\:tw-list-decimal {
    list-style-type: decimal;
  }

  #app .md\:tw-m-0 {
    margin: 0;
  }

  #app .md\:tw-m-1 {
    margin: 0.25rem;
  }

  #app .md\:tw-m-2 {
    margin: 0.5rem;
  }

  #app .md\:tw-m-3 {
    margin: 0.75rem;
  }

  #app .md\:tw-m-4 {
    margin: 1rem;
  }

  #app .md\:tw-m-5 {
    margin: 1.25rem;
  }

  #app .md\:tw-m-6 {
    margin: 1.5rem;
  }

  #app .md\:tw-m-8 {
    margin: 2rem;
  }

  #app .md\:tw-m-10 {
    margin: 2.5rem;
  }

  #app .md\:tw-m-12 {
    margin: 3rem;
  }

  #app .md\:tw-m-16 {
    margin: 4rem;
  }

  #app .md\:tw-m-20 {
    margin: 5rem;
  }

  #app .md\:tw-m-24 {
    margin: 6rem;
  }

  #app .md\:tw-m-32 {
    margin: 8rem;
  }

  #app .md\:tw-m-40 {
    margin: 10rem;
  }

  #app .md\:tw-m-48 {
    margin: 12rem;
  }

  #app .md\:tw-m-56 {
    margin: 14rem;
  }

  #app .md\:tw-m-64 {
    margin: 16rem;
  }

  #app .md\:tw-m-auto {
    margin: auto;
  }

  #app .md\:tw-m-px {
    margin: 1px;
  }

  #app .md\:tw--m-1 {
    margin: -0.25rem;
  }

  #app .md\:tw--m-2 {
    margin: -0.5rem;
  }

  #app .md\:tw--m-3 {
    margin: -0.75rem;
  }

  #app .md\:tw--m-4 {
    margin: -1rem;
  }

  #app .md\:tw--m-5 {
    margin: -1.25rem;
  }

  #app .md\:tw--m-6 {
    margin: -1.5rem;
  }

  #app .md\:tw--m-8 {
    margin: -2rem;
  }

  #app .md\:tw--m-10 {
    margin: -2.5rem;
  }

  #app .md\:tw--m-12 {
    margin: -3rem;
  }

  #app .md\:tw--m-16 {
    margin: -4rem;
  }

  #app .md\:tw--m-20 {
    margin: -5rem;
  }

  #app .md\:tw--m-24 {
    margin: -6rem;
  }

  #app .md\:tw--m-32 {
    margin: -8rem;
  }

  #app .md\:tw--m-40 {
    margin: -10rem;
  }

  #app .md\:tw--m-48 {
    margin: -12rem;
  }

  #app .md\:tw--m-56 {
    margin: -14rem;
  }

  #app .md\:tw--m-64 {
    margin: -16rem;
  }

  #app .md\:tw--m-px {
    margin: -1px;
  }

  #app .md\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #app .md\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #app .md\:tw-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #app .md\:tw-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #app .md\:tw-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #app .md\:tw-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #app .md\:tw-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #app .md\:tw-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #app .md\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #app .md\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #app .md\:tw-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #app .md\:tw-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #app .md\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #app .md\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #app .md\:tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #app .md\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #app .md\:tw-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #app .md\:tw-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #app .md\:tw-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #app .md\:tw-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #app .md\:tw-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #app .md\:tw-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #app .md\:tw-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #app .md\:tw-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #app .md\:tw-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #app .md\:tw-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #app .md\:tw-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #app .md\:tw-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #app .md\:tw-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  #app .md\:tw-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  #app .md\:tw-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  #app .md\:tw-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  #app .md\:tw-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  #app .md\:tw-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  #app .md\:tw-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  #app .md\:tw-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  #app .md\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #app .md\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #app .md\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  #app .md\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  #app .md\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  #app .md\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  #app .md\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #app .md\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #app .md\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  #app .md\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  #app .md\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #app .md\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #app .md\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  #app .md\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  #app .md\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #app .md\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #app .md\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #app .md\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #app .md\:tw--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  #app .md\:tw--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  #app .md\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  #app .md\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  #app .md\:tw--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  #app .md\:tw--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  #app .md\:tw--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  #app .md\:tw--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  #app .md\:tw--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  #app .md\:tw--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  #app .md\:tw--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  #app .md\:tw--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  #app .md\:tw--my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  #app .md\:tw--mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  #app .md\:tw--my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  #app .md\:tw--mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  #app .md\:tw--my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  #app .md\:tw--mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  #app .md\:tw--my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  #app .md\:tw--mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  #app .md\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  #app .md\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  #app .md\:tw-mt-0 {
    margin-top: 0;
  }

  #app .md\:tw-mr-0 {
    margin-right: 0;
  }

  #app .md\:tw-mb-0 {
    margin-bottom: 0;
  }

  #app .md\:tw-ml-0 {
    margin-left: 0;
  }

  #app .md\:tw-mt-1 {
    margin-top: 0.25rem;
  }

  #app .md\:tw-mr-1 {
    margin-right: 0.25rem;
  }

  #app .md\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  #app .md\:tw-ml-1 {
    margin-left: 0.25rem;
  }

  #app .md\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  #app .md\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  #app .md\:tw-mb-2 {
    margin-bottom: 0.5rem;
  }

  #app .md\:tw-ml-2 {
    margin-left: 0.5rem;
  }

  #app .md\:tw-mt-3 {
    margin-top: 0.75rem;
  }

  #app .md\:tw-mr-3 {
    margin-right: 0.75rem;
  }

  #app .md\:tw-mb-3 {
    margin-bottom: 0.75rem;
  }

  #app .md\:tw-ml-3 {
    margin-left: 0.75rem;
  }

  #app .md\:tw-mt-4 {
    margin-top: 1rem;
  }

  #app .md\:tw-mr-4 {
    margin-right: 1rem;
  }

  #app .md\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  #app .md\:tw-ml-4 {
    margin-left: 1rem;
  }

  #app .md\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  #app .md\:tw-mr-5 {
    margin-right: 1.25rem;
  }

  #app .md\:tw-mb-5 {
    margin-bottom: 1.25rem;
  }

  #app .md\:tw-ml-5 {
    margin-left: 1.25rem;
  }

  #app .md\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  #app .md\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  #app .md\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  #app .md\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  #app .md\:tw-mt-8 {
    margin-top: 2rem;
  }

  #app .md\:tw-mr-8 {
    margin-right: 2rem;
  }

  #app .md\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  #app .md\:tw-ml-8 {
    margin-left: 2rem;
  }

  #app .md\:tw-mt-10 {
    margin-top: 2.5rem;
  }

  #app .md\:tw-mr-10 {
    margin-right: 2.5rem;
  }

  #app .md\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }

  #app .md\:tw-ml-10 {
    margin-left: 2.5rem;
  }

  #app .md\:tw-mt-12 {
    margin-top: 3rem;
  }

  #app .md\:tw-mr-12 {
    margin-right: 3rem;
  }

  #app .md\:tw-mb-12 {
    margin-bottom: 3rem;
  }

  #app .md\:tw-ml-12 {
    margin-left: 3rem;
  }

  #app .md\:tw-mt-16 {
    margin-top: 4rem;
  }

  #app .md\:tw-mr-16 {
    margin-right: 4rem;
  }

  #app .md\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  #app .md\:tw-ml-16 {
    margin-left: 4rem;
  }

  #app .md\:tw-mt-20 {
    margin-top: 5rem;
  }

  #app .md\:tw-mr-20 {
    margin-right: 5rem;
  }

  #app .md\:tw-mb-20 {
    margin-bottom: 5rem;
  }

  #app .md\:tw-ml-20 {
    margin-left: 5rem;
  }

  #app .md\:tw-mt-24 {
    margin-top: 6rem;
  }

  #app .md\:tw-mr-24 {
    margin-right: 6rem;
  }

  #app .md\:tw-mb-24 {
    margin-bottom: 6rem;
  }

  #app .md\:tw-ml-24 {
    margin-left: 6rem;
  }

  #app .md\:tw-mt-32 {
    margin-top: 8rem;
  }

  #app .md\:tw-mr-32 {
    margin-right: 8rem;
  }

  #app .md\:tw-mb-32 {
    margin-bottom: 8rem;
  }

  #app .md\:tw-ml-32 {
    margin-left: 8rem;
  }

  #app .md\:tw-mt-40 {
    margin-top: 10rem;
  }

  #app .md\:tw-mr-40 {
    margin-right: 10rem;
  }

  #app .md\:tw-mb-40 {
    margin-bottom: 10rem;
  }

  #app .md\:tw-ml-40 {
    margin-left: 10rem;
  }

  #app .md\:tw-mt-48 {
    margin-top: 12rem;
  }

  #app .md\:tw-mr-48 {
    margin-right: 12rem;
  }

  #app .md\:tw-mb-48 {
    margin-bottom: 12rem;
  }

  #app .md\:tw-ml-48 {
    margin-left: 12rem;
  }

  #app .md\:tw-mt-56 {
    margin-top: 14rem;
  }

  #app .md\:tw-mr-56 {
    margin-right: 14rem;
  }

  #app .md\:tw-mb-56 {
    margin-bottom: 14rem;
  }

  #app .md\:tw-ml-56 {
    margin-left: 14rem;
  }

  #app .md\:tw-mt-64 {
    margin-top: 16rem;
  }

  #app .md\:tw-mr-64 {
    margin-right: 16rem;
  }

  #app .md\:tw-mb-64 {
    margin-bottom: 16rem;
  }

  #app .md\:tw-ml-64 {
    margin-left: 16rem;
  }

  #app .md\:tw-mt-auto {
    margin-top: auto;
  }

  #app .md\:tw-mr-auto {
    margin-right: auto;
  }

  #app .md\:tw-mb-auto {
    margin-bottom: auto;
  }

  #app .md\:tw-ml-auto {
    margin-left: auto;
  }

  #app .md\:tw-mt-px {
    margin-top: 1px;
  }

  #app .md\:tw-mr-px {
    margin-right: 1px;
  }

  #app .md\:tw-mb-px {
    margin-bottom: 1px;
  }

  #app .md\:tw-ml-px {
    margin-left: 1px;
  }

  #app .md\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  #app .md\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  #app .md\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  #app .md\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  #app .md\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  #app .md\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  #app .md\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  #app .md\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  #app .md\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  #app .md\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  #app .md\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  #app .md\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  #app .md\:tw--mt-4 {
    margin-top: -1rem;
  }

  #app .md\:tw--mr-4 {
    margin-right: -1rem;
  }

  #app .md\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  #app .md\:tw--ml-4 {
    margin-left: -1rem;
  }

  #app .md\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  #app .md\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  #app .md\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  #app .md\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  #app .md\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  #app .md\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  #app .md\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  #app .md\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  #app .md\:tw--mt-8 {
    margin-top: -2rem;
  }

  #app .md\:tw--mr-8 {
    margin-right: -2rem;
  }

  #app .md\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  #app .md\:tw--ml-8 {
    margin-left: -2rem;
  }

  #app .md\:tw--mt-10 {
    margin-top: -2.5rem;
  }

  #app .md\:tw--mr-10 {
    margin-right: -2.5rem;
  }

  #app .md\:tw--mb-10 {
    margin-bottom: -2.5rem;
  }

  #app .md\:tw--ml-10 {
    margin-left: -2.5rem;
  }

  #app .md\:tw--mt-12 {
    margin-top: -3rem;
  }

  #app .md\:tw--mr-12 {
    margin-right: -3rem;
  }

  #app .md\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  #app .md\:tw--ml-12 {
    margin-left: -3rem;
  }

  #app .md\:tw--mt-16 {
    margin-top: -4rem;
  }

  #app .md\:tw--mr-16 {
    margin-right: -4rem;
  }

  #app .md\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  #app .md\:tw--ml-16 {
    margin-left: -4rem;
  }

  #app .md\:tw--mt-20 {
    margin-top: -5rem;
  }

  #app .md\:tw--mr-20 {
    margin-right: -5rem;
  }

  #app .md\:tw--mb-20 {
    margin-bottom: -5rem;
  }

  #app .md\:tw--ml-20 {
    margin-left: -5rem;
  }

  #app .md\:tw--mt-24 {
    margin-top: -6rem;
  }

  #app .md\:tw--mr-24 {
    margin-right: -6rem;
  }

  #app .md\:tw--mb-24 {
    margin-bottom: -6rem;
  }

  #app .md\:tw--ml-24 {
    margin-left: -6rem;
  }

  #app .md\:tw--mt-32 {
    margin-top: -8rem;
  }

  #app .md\:tw--mr-32 {
    margin-right: -8rem;
  }

  #app .md\:tw--mb-32 {
    margin-bottom: -8rem;
  }

  #app .md\:tw--ml-32 {
    margin-left: -8rem;
  }

  #app .md\:tw--mt-40 {
    margin-top: -10rem;
  }

  #app .md\:tw--mr-40 {
    margin-right: -10rem;
  }

  #app .md\:tw--mb-40 {
    margin-bottom: -10rem;
  }

  #app .md\:tw--ml-40 {
    margin-left: -10rem;
  }

  #app .md\:tw--mt-48 {
    margin-top: -12rem;
  }

  #app .md\:tw--mr-48 {
    margin-right: -12rem;
  }

  #app .md\:tw--mb-48 {
    margin-bottom: -12rem;
  }

  #app .md\:tw--ml-48 {
    margin-left: -12rem;
  }

  #app .md\:tw--mt-56 {
    margin-top: -14rem;
  }

  #app .md\:tw--mr-56 {
    margin-right: -14rem;
  }

  #app .md\:tw--mb-56 {
    margin-bottom: -14rem;
  }

  #app .md\:tw--ml-56 {
    margin-left: -14rem;
  }

  #app .md\:tw--mt-64 {
    margin-top: -16rem;
  }

  #app .md\:tw--mr-64 {
    margin-right: -16rem;
  }

  #app .md\:tw--mb-64 {
    margin-bottom: -16rem;
  }

  #app .md\:tw--ml-64 {
    margin-left: -16rem;
  }

  #app .md\:tw--mt-px {
    margin-top: -1px;
  }

  #app .md\:tw--mr-px {
    margin-right: -1px;
  }

  #app .md\:tw--mb-px {
    margin-bottom: -1px;
  }

  #app .md\:tw--ml-px {
    margin-left: -1px;
  }

  #app .md\:tw-max-h-full {
    max-height: 100%;
  }

  #app .md\:tw-max-h-screen {
    max-height: 100vh;
  }

  #app .md\:tw-max-w-none {
    max-width: none;
  }

  #app .md\:tw-max-w-xs {
    max-width: 20rem;
  }

  #app .md\:tw-max-w-sm {
    max-width: 24rem;
  }

  #app .md\:tw-max-w-md {
    max-width: 28rem;
  }

  #app .md\:tw-max-w-lg {
    max-width: 32rem;
  }

  #app .md\:tw-max-w-xl {
    max-width: 36rem;
  }

  #app .md\:tw-max-w-2xl {
    max-width: 42rem;
  }

  #app .md\:tw-max-w-3xl {
    max-width: 48rem;
  }

  #app .md\:tw-max-w-4xl {
    max-width: 56rem;
  }

  #app .md\:tw-max-w-5xl {
    max-width: 64rem;
  }

  #app .md\:tw-max-w-6xl {
    max-width: 72rem;
  }

  #app .md\:tw-max-w-full {
    max-width: 100%;
  }

  #app .md\:tw-max-w-screen-sm {
    max-width: 640px;
  }

  #app .md\:tw-max-w-screen-md {
    max-width: 768px;
  }

  #app .md\:tw-max-w-screen-lg {
    max-width: 1024px;
  }

  #app .md\:tw-max-w-screen-xl {
    max-width: 1280px;
  }

  #app .md\:tw-min-h-0 {
    min-height: 0;
  }

  #app .md\:tw-min-h-full {
    min-height: 100%;
  }

  #app .md\:tw-min-h-screen {
    min-height: 100vh;
  }

  #app .md\:tw-min-w-0 {
    min-width: 0;
  }

  #app .md\:tw-min-w-full {
    min-width: 100%;
  }

  #app .md\:tw-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  #app .md\:tw-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  #app .md\:tw-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  #app .md\:tw-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  #app .md\:tw-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  #app .md\:tw-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  #app .md\:tw-object-center {
    -o-object-position: center;
       object-position: center;
  }

  #app .md\:tw-object-left {
    -o-object-position: left;
       object-position: left;
  }

  #app .md\:tw-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  #app .md\:tw-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  #app .md\:tw-object-right {
    -o-object-position: right;
       object-position: right;
  }

  #app .md\:tw-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  #app .md\:tw-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  #app .md\:tw-object-top {
    -o-object-position: top;
       object-position: top;
  }

  #app .md\:tw-opacity-0 {
    opacity: 0;
  }

  #app .md\:tw-opacity-25 {
    opacity: 0.25;
  }

  #app .md\:tw-opacity-50 {
    opacity: 0.5;
  }

  #app .md\:tw-opacity-75 {
    opacity: 0.75;
  }

  #app .md\:tw-opacity-100 {
    opacity: 1;
  }

  #app .md\:hover\:tw-opacity-0:hover {
    opacity: 0;
  }

  #app .md\:hover\:tw-opacity-25:hover {
    opacity: 0.25;
  }

  #app .md\:hover\:tw-opacity-50:hover {
    opacity: 0.5;
  }

  #app .md\:hover\:tw-opacity-75:hover {
    opacity: 0.75;
  }

  #app .md\:hover\:tw-opacity-100:hover {
    opacity: 1;
  }

  #app .md\:focus\:tw-opacity-0:focus {
    opacity: 0;
  }

  #app .md\:focus\:tw-opacity-25:focus {
    opacity: 0.25;
  }

  #app .md\:focus\:tw-opacity-50:focus {
    opacity: 0.5;
  }

  #app .md\:focus\:tw-opacity-75:focus {
    opacity: 0.75;
  }

  #app .md\:focus\:tw-opacity-100:focus {
    opacity: 1;
  }

  #app .md\:tw-outline-none {
    outline: 0;
  }

  #app .md\:focus\:tw-outline-none:focus {
    outline: 0;
  }

  #app .md\:tw-overflow-auto {
    overflow: auto;
  }

  #app .md\:tw-overflow-hidden {
    overflow: hidden;
  }

  #app .md\:tw-overflow-visible {
    overflow: visible;
  }

  #app .md\:tw-overflow-scroll {
    overflow: scroll;
  }

  #app .md\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  #app .md\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  #app .md\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  #app .md\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  #app .md\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  #app .md\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  #app .md\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  #app .md\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  #app .md\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #app .md\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #app .md\:tw-p-0 {
    padding: 0;
  }

  #app .md\:tw-p-1 {
    padding: 0.25rem;
  }

  #app .md\:tw-p-2 {
    padding: 0.5rem;
  }

  #app .md\:tw-p-3 {
    padding: 0.75rem;
  }

  #app .md\:tw-p-4 {
    padding: 1rem;
  }

  #app .md\:tw-p-5 {
    padding: 1.25rem;
  }

  #app .md\:tw-p-6 {
    padding: 1.5rem;
  }

  #app .md\:tw-p-8 {
    padding: 2rem;
  }

  #app .md\:tw-p-10 {
    padding: 2.5rem;
  }

  #app .md\:tw-p-12 {
    padding: 3rem;
  }

  #app .md\:tw-p-16 {
    padding: 4rem;
  }

  #app .md\:tw-p-20 {
    padding: 5rem;
  }

  #app .md\:tw-p-24 {
    padding: 6rem;
  }

  #app .md\:tw-p-32 {
    padding: 8rem;
  }

  #app .md\:tw-p-40 {
    padding: 10rem;
  }

  #app .md\:tw-p-48 {
    padding: 12rem;
  }

  #app .md\:tw-p-56 {
    padding: 14rem;
  }

  #app .md\:tw-p-64 {
    padding: 16rem;
  }

  #app .md\:tw-p-px {
    padding: 1px;
  }

  #app .md\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #app .md\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #app .md\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .md\:tw-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .md\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .md\:tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .md\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .md\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .md\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .md\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .md\:tw-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .md\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .md\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .md\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .md\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .md\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .md\:tw-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .md\:tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .md\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .md\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .md\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .md\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .md\:tw-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .md\:tw-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .md\:tw-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .md\:tw-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .md\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .md\:tw-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .md\:tw-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .md\:tw-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .md\:tw-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .md\:tw-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .md\:tw-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .md\:tw-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .md\:tw-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .md\:tw-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .md\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .md\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .md\:tw-pt-0 {
    padding-top: 0;
  }

  #app .md\:tw-pr-0 {
    padding-right: 0;
  }

  #app .md\:tw-pb-0 {
    padding-bottom: 0;
  }

  #app .md\:tw-pl-0 {
    padding-left: 0;
  }

  #app .md\:tw-pt-1 {
    padding-top: 0.25rem;
  }

  #app .md\:tw-pr-1 {
    padding-right: 0.25rem;
  }

  #app .md\:tw-pb-1 {
    padding-bottom: 0.25rem;
  }

  #app .md\:tw-pl-1 {
    padding-left: 0.25rem;
  }

  #app .md\:tw-pt-2 {
    padding-top: 0.5rem;
  }

  #app .md\:tw-pr-2 {
    padding-right: 0.5rem;
  }

  #app .md\:tw-pb-2 {
    padding-bottom: 0.5rem;
  }

  #app .md\:tw-pl-2 {
    padding-left: 0.5rem;
  }

  #app .md\:tw-pt-3 {
    padding-top: 0.75rem;
  }

  #app .md\:tw-pr-3 {
    padding-right: 0.75rem;
  }

  #app .md\:tw-pb-3 {
    padding-bottom: 0.75rem;
  }

  #app .md\:tw-pl-3 {
    padding-left: 0.75rem;
  }

  #app .md\:tw-pt-4 {
    padding-top: 1rem;
  }

  #app .md\:tw-pr-4 {
    padding-right: 1rem;
  }

  #app .md\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  #app .md\:tw-pl-4 {
    padding-left: 1rem;
  }

  #app .md\:tw-pt-5 {
    padding-top: 1.25rem;
  }

  #app .md\:tw-pr-5 {
    padding-right: 1.25rem;
  }

  #app .md\:tw-pb-5 {
    padding-bottom: 1.25rem;
  }

  #app .md\:tw-pl-5 {
    padding-left: 1.25rem;
  }

  #app .md\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  #app .md\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  #app .md\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  #app .md\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  #app .md\:tw-pt-8 {
    padding-top: 2rem;
  }

  #app .md\:tw-pr-8 {
    padding-right: 2rem;
  }

  #app .md\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  #app .md\:tw-pl-8 {
    padding-left: 2rem;
  }

  #app .md\:tw-pt-10 {
    padding-top: 2.5rem;
  }

  #app .md\:tw-pr-10 {
    padding-right: 2.5rem;
  }

  #app .md\:tw-pb-10 {
    padding-bottom: 2.5rem;
  }

  #app .md\:tw-pl-10 {
    padding-left: 2.5rem;
  }

  #app .md\:tw-pt-12 {
    padding-top: 3rem;
  }

  #app .md\:tw-pr-12 {
    padding-right: 3rem;
  }

  #app .md\:tw-pb-12 {
    padding-bottom: 3rem;
  }

  #app .md\:tw-pl-12 {
    padding-left: 3rem;
  }

  #app .md\:tw-pt-16 {
    padding-top: 4rem;
  }

  #app .md\:tw-pr-16 {
    padding-right: 4rem;
  }

  #app .md\:tw-pb-16 {
    padding-bottom: 4rem;
  }

  #app .md\:tw-pl-16 {
    padding-left: 4rem;
  }

  #app .md\:tw-pt-20 {
    padding-top: 5rem;
  }

  #app .md\:tw-pr-20 {
    padding-right: 5rem;
  }

  #app .md\:tw-pb-20 {
    padding-bottom: 5rem;
  }

  #app .md\:tw-pl-20 {
    padding-left: 5rem;
  }

  #app .md\:tw-pt-24 {
    padding-top: 6rem;
  }

  #app .md\:tw-pr-24 {
    padding-right: 6rem;
  }

  #app .md\:tw-pb-24 {
    padding-bottom: 6rem;
  }

  #app .md\:tw-pl-24 {
    padding-left: 6rem;
  }

  #app .md\:tw-pt-32 {
    padding-top: 8rem;
  }

  #app .md\:tw-pr-32 {
    padding-right: 8rem;
  }

  #app .md\:tw-pb-32 {
    padding-bottom: 8rem;
  }

  #app .md\:tw-pl-32 {
    padding-left: 8rem;
  }

  #app .md\:tw-pt-40 {
    padding-top: 10rem;
  }

  #app .md\:tw-pr-40 {
    padding-right: 10rem;
  }

  #app .md\:tw-pb-40 {
    padding-bottom: 10rem;
  }

  #app .md\:tw-pl-40 {
    padding-left: 10rem;
  }

  #app .md\:tw-pt-48 {
    padding-top: 12rem;
  }

  #app .md\:tw-pr-48 {
    padding-right: 12rem;
  }

  #app .md\:tw-pb-48 {
    padding-bottom: 12rem;
  }

  #app .md\:tw-pl-48 {
    padding-left: 12rem;
  }

  #app .md\:tw-pt-56 {
    padding-top: 14rem;
  }

  #app .md\:tw-pr-56 {
    padding-right: 14rem;
  }

  #app .md\:tw-pb-56 {
    padding-bottom: 14rem;
  }

  #app .md\:tw-pl-56 {
    padding-left: 14rem;
  }

  #app .md\:tw-pt-64 {
    padding-top: 16rem;
  }

  #app .md\:tw-pr-64 {
    padding-right: 16rem;
  }

  #app .md\:tw-pb-64 {
    padding-bottom: 16rem;
  }

  #app .md\:tw-pl-64 {
    padding-left: 16rem;
  }

  #app .md\:tw-pt-px {
    padding-top: 1px;
  }

  #app .md\:tw-pr-px {
    padding-right: 1px;
  }

  #app .md\:tw-pb-px {
    padding-bottom: 1px;
  }

  #app .md\:tw-pl-px {
    padding-left: 1px;
  }

  #app .md\:first\:tw-p-0:first-child {
    padding: 0;
  }

  #app .md\:first\:tw-p-1:first-child {
    padding: 0.25rem;
  }

  #app .md\:first\:tw-p-2:first-child {
    padding: 0.5rem;
  }

  #app .md\:first\:tw-p-3:first-child {
    padding: 0.75rem;
  }

  #app .md\:first\:tw-p-4:first-child {
    padding: 1rem;
  }

  #app .md\:first\:tw-p-5:first-child {
    padding: 1.25rem;
  }

  #app .md\:first\:tw-p-6:first-child {
    padding: 1.5rem;
  }

  #app .md\:first\:tw-p-8:first-child {
    padding: 2rem;
  }

  #app .md\:first\:tw-p-10:first-child {
    padding: 2.5rem;
  }

  #app .md\:first\:tw-p-12:first-child {
    padding: 3rem;
  }

  #app .md\:first\:tw-p-16:first-child {
    padding: 4rem;
  }

  #app .md\:first\:tw-p-20:first-child {
    padding: 5rem;
  }

  #app .md\:first\:tw-p-24:first-child {
    padding: 6rem;
  }

  #app .md\:first\:tw-p-32:first-child {
    padding: 8rem;
  }

  #app .md\:first\:tw-p-40:first-child {
    padding: 10rem;
  }

  #app .md\:first\:tw-p-48:first-child {
    padding: 12rem;
  }

  #app .md\:first\:tw-p-56:first-child {
    padding: 14rem;
  }

  #app .md\:first\:tw-p-64:first-child {
    padding: 16rem;
  }

  #app .md\:first\:tw-p-px:first-child {
    padding: 1px;
  }

  #app .md\:first\:tw-py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  #app .md\:first\:tw-px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  #app .md\:first\:tw-py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .md\:first\:tw-px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .md\:first\:tw-py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .md\:first\:tw-px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .md\:first\:tw-py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .md\:first\:tw-px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .md\:first\:tw-py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .md\:first\:tw-px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .md\:first\:tw-py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .md\:first\:tw-px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .md\:first\:tw-py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .md\:first\:tw-px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .md\:first\:tw-py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .md\:first\:tw-px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .md\:first\:tw-py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .md\:first\:tw-px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .md\:first\:tw-py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .md\:first\:tw-px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .md\:first\:tw-py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .md\:first\:tw-px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .md\:first\:tw-py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .md\:first\:tw-px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .md\:first\:tw-py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .md\:first\:tw-px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .md\:first\:tw-py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .md\:first\:tw-px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .md\:first\:tw-py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .md\:first\:tw-px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .md\:first\:tw-py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .md\:first\:tw-px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .md\:first\:tw-py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .md\:first\:tw-px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .md\:first\:tw-py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .md\:first\:tw-px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .md\:first\:tw-py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .md\:first\:tw-px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .md\:first\:tw-pt-0:first-child {
    padding-top: 0;
  }

  #app .md\:first\:tw-pr-0:first-child {
    padding-right: 0;
  }

  #app .md\:first\:tw-pb-0:first-child {
    padding-bottom: 0;
  }

  #app .md\:first\:tw-pl-0:first-child {
    padding-left: 0;
  }

  #app .md\:first\:tw-pt-1:first-child {
    padding-top: 0.25rem;
  }

  #app .md\:first\:tw-pr-1:first-child {
    padding-right: 0.25rem;
  }

  #app .md\:first\:tw-pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  #app .md\:first\:tw-pl-1:first-child {
    padding-left: 0.25rem;
  }

  #app .md\:first\:tw-pt-2:first-child {
    padding-top: 0.5rem;
  }

  #app .md\:first\:tw-pr-2:first-child {
    padding-right: 0.5rem;
  }

  #app .md\:first\:tw-pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  #app .md\:first\:tw-pl-2:first-child {
    padding-left: 0.5rem;
  }

  #app .md\:first\:tw-pt-3:first-child {
    padding-top: 0.75rem;
  }

  #app .md\:first\:tw-pr-3:first-child {
    padding-right: 0.75rem;
  }

  #app .md\:first\:tw-pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  #app .md\:first\:tw-pl-3:first-child {
    padding-left: 0.75rem;
  }

  #app .md\:first\:tw-pt-4:first-child {
    padding-top: 1rem;
  }

  #app .md\:first\:tw-pr-4:first-child {
    padding-right: 1rem;
  }

  #app .md\:first\:tw-pb-4:first-child {
    padding-bottom: 1rem;
  }

  #app .md\:first\:tw-pl-4:first-child {
    padding-left: 1rem;
  }

  #app .md\:first\:tw-pt-5:first-child {
    padding-top: 1.25rem;
  }

  #app .md\:first\:tw-pr-5:first-child {
    padding-right: 1.25rem;
  }

  #app .md\:first\:tw-pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  #app .md\:first\:tw-pl-5:first-child {
    padding-left: 1.25rem;
  }

  #app .md\:first\:tw-pt-6:first-child {
    padding-top: 1.5rem;
  }

  #app .md\:first\:tw-pr-6:first-child {
    padding-right: 1.5rem;
  }

  #app .md\:first\:tw-pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  #app .md\:first\:tw-pl-6:first-child {
    padding-left: 1.5rem;
  }

  #app .md\:first\:tw-pt-8:first-child {
    padding-top: 2rem;
  }

  #app .md\:first\:tw-pr-8:first-child {
    padding-right: 2rem;
  }

  #app .md\:first\:tw-pb-8:first-child {
    padding-bottom: 2rem;
  }

  #app .md\:first\:tw-pl-8:first-child {
    padding-left: 2rem;
  }

  #app .md\:first\:tw-pt-10:first-child {
    padding-top: 2.5rem;
  }

  #app .md\:first\:tw-pr-10:first-child {
    padding-right: 2.5rem;
  }

  #app .md\:first\:tw-pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  #app .md\:first\:tw-pl-10:first-child {
    padding-left: 2.5rem;
  }

  #app .md\:first\:tw-pt-12:first-child {
    padding-top: 3rem;
  }

  #app .md\:first\:tw-pr-12:first-child {
    padding-right: 3rem;
  }

  #app .md\:first\:tw-pb-12:first-child {
    padding-bottom: 3rem;
  }

  #app .md\:first\:tw-pl-12:first-child {
    padding-left: 3rem;
  }

  #app .md\:first\:tw-pt-16:first-child {
    padding-top: 4rem;
  }

  #app .md\:first\:tw-pr-16:first-child {
    padding-right: 4rem;
  }

  #app .md\:first\:tw-pb-16:first-child {
    padding-bottom: 4rem;
  }

  #app .md\:first\:tw-pl-16:first-child {
    padding-left: 4rem;
  }

  #app .md\:first\:tw-pt-20:first-child {
    padding-top: 5rem;
  }

  #app .md\:first\:tw-pr-20:first-child {
    padding-right: 5rem;
  }

  #app .md\:first\:tw-pb-20:first-child {
    padding-bottom: 5rem;
  }

  #app .md\:first\:tw-pl-20:first-child {
    padding-left: 5rem;
  }

  #app .md\:first\:tw-pt-24:first-child {
    padding-top: 6rem;
  }

  #app .md\:first\:tw-pr-24:first-child {
    padding-right: 6rem;
  }

  #app .md\:first\:tw-pb-24:first-child {
    padding-bottom: 6rem;
  }

  #app .md\:first\:tw-pl-24:first-child {
    padding-left: 6rem;
  }

  #app .md\:first\:tw-pt-32:first-child {
    padding-top: 8rem;
  }

  #app .md\:first\:tw-pr-32:first-child {
    padding-right: 8rem;
  }

  #app .md\:first\:tw-pb-32:first-child {
    padding-bottom: 8rem;
  }

  #app .md\:first\:tw-pl-32:first-child {
    padding-left: 8rem;
  }

  #app .md\:first\:tw-pt-40:first-child {
    padding-top: 10rem;
  }

  #app .md\:first\:tw-pr-40:first-child {
    padding-right: 10rem;
  }

  #app .md\:first\:tw-pb-40:first-child {
    padding-bottom: 10rem;
  }

  #app .md\:first\:tw-pl-40:first-child {
    padding-left: 10rem;
  }

  #app .md\:first\:tw-pt-48:first-child {
    padding-top: 12rem;
  }

  #app .md\:first\:tw-pr-48:first-child {
    padding-right: 12rem;
  }

  #app .md\:first\:tw-pb-48:first-child {
    padding-bottom: 12rem;
  }

  #app .md\:first\:tw-pl-48:first-child {
    padding-left: 12rem;
  }

  #app .md\:first\:tw-pt-56:first-child {
    padding-top: 14rem;
  }

  #app .md\:first\:tw-pr-56:first-child {
    padding-right: 14rem;
  }

  #app .md\:first\:tw-pb-56:first-child {
    padding-bottom: 14rem;
  }

  #app .md\:first\:tw-pl-56:first-child {
    padding-left: 14rem;
  }

  #app .md\:first\:tw-pt-64:first-child {
    padding-top: 16rem;
  }

  #app .md\:first\:tw-pr-64:first-child {
    padding-right: 16rem;
  }

  #app .md\:first\:tw-pb-64:first-child {
    padding-bottom: 16rem;
  }

  #app .md\:first\:tw-pl-64:first-child {
    padding-left: 16rem;
  }

  #app .md\:first\:tw-pt-px:first-child {
    padding-top: 1px;
  }

  #app .md\:first\:tw-pr-px:first-child {
    padding-right: 1px;
  }

  #app .md\:first\:tw-pb-px:first-child {
    padding-bottom: 1px;
  }

  #app .md\:first\:tw-pl-px:first-child {
    padding-left: 1px;
  }

  #app .md\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  #app .md\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  #app .md\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  #app .md\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  #app .md\:tw-placeholder-transparent::placeholder {
    color: transparent;
  }

  #app .md\:tw-placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  #app .md\:tw-placeholder-black::-moz-placeholder {
    color: #000;
  }

  #app .md\:tw-placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  #app .md\:tw-placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  #app .md\:tw-placeholder-black::placeholder {
    color: #000;
  }

  #app .md\:tw-placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  #app .md\:tw-placeholder-white::-moz-placeholder {
    color: #fff;
  }

  #app .md\:tw-placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  #app .md\:tw-placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  #app .md\:tw-placeholder-white::placeholder {
    color: #fff;
  }

  #app .md\:tw-placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  #app .md\:tw-placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  #app .md\:tw-placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .md\:tw-placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .md\:tw-placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  #app .md\:tw-placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  #app .md\:tw-placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  #app .md\:tw-placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .md\:tw-placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .md\:tw-placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  #app .md\:tw-placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  #app .md\:tw-placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  #app .md\:tw-placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .md\:tw-placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .md\:tw-placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  #app .md\:tw-placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  #app .md\:tw-placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  #app .md\:tw-placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .md\:tw-placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .md\:tw-placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  #app .md\:tw-placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  #app .md\:tw-placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  #app .md\:tw-placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .md\:tw-placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .md\:tw-placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  #app .md\:tw-placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  #app .md\:tw-placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  #app .md\:tw-placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  #app .md\:tw-placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  #app .md\:tw-placeholder-gray-600::placeholder {
    color: #718096;
  }

  #app .md\:tw-placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  #app .md\:tw-placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  #app .md\:tw-placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  #app .md\:tw-placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  #app .md\:tw-placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  #app .md\:tw-placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  #app .md\:tw-placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  #app .md\:tw-placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  #app .md\:tw-placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  #app .md\:tw-placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  #app .md\:tw-placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  #app .md\:tw-placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  #app .md\:tw-placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  #app .md\:tw-placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  #app .md\:tw-placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  #app .md\:tw-placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  #app .md\:tw-placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  #app .md\:tw-placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .md\:tw-placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .md\:tw-placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  #app .md\:tw-placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  #app .md\:tw-placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  #app .md\:tw-placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .md\:tw-placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .md\:tw-placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  #app .md\:tw-placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  #app .md\:tw-placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  #app .md\:tw-placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .md\:tw-placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .md\:tw-placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  #app .md\:tw-placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  #app .md\:tw-placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  #app .md\:tw-placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  #app .md\:tw-placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  #app .md\:tw-placeholder-red-400::placeholder {
    color: #fc8181;
  }

  #app .md\:tw-placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  #app .md\:tw-placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  #app .md\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  #app .md\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  #app .md\:tw-placeholder-red-500::placeholder {
    color: #f56565;
  }

  #app .md\:tw-placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  #app .md\:tw-placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  #app .md\:tw-placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .md\:tw-placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .md\:tw-placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  #app .md\:tw-placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  #app .md\:tw-placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  #app .md\:tw-placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  #app .md\:tw-placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  #app .md\:tw-placeholder-red-700::placeholder {
    color: #c53030;
  }

  #app .md\:tw-placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  #app .md\:tw-placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  #app .md\:tw-placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .md\:tw-placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .md\:tw-placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  #app .md\:tw-placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  #app .md\:tw-placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  #app .md\:tw-placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  #app .md\:tw-placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  #app .md\:tw-placeholder-red-900::placeholder {
    color: #742a2a;
  }

  #app .md\:tw-placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  #app .md\:tw-placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  #app .md\:tw-placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .md\:tw-placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .md\:tw-placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  #app .md\:tw-placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  #app .md\:tw-placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  #app .md\:tw-placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  #app .md\:tw-placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  #app .md\:tw-placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  #app .md\:tw-placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  #app .md\:tw-placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  #app .md\:tw-placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .md\:tw-placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .md\:tw-placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  #app .md\:tw-placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  #app .md\:tw-placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  #app .md\:tw-placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .md\:tw-placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .md\:tw-placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  #app .md\:tw-placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  #app .md\:tw-placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  #app .md\:tw-placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  #app .md\:tw-placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  #app .md\:tw-placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  #app .md\:tw-placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  #app .md\:tw-placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  #app .md\:tw-placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .md\:tw-placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .md\:tw-placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  #app .md\:tw-placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  #app .md\:tw-placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  #app .md\:tw-placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  #app .md\:tw-placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  #app .md\:tw-placeholder-orange-700::placeholder {
    color: #c05621;
  }

  #app .md\:tw-placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  #app .md\:tw-placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  #app .md\:tw-placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  #app .md\:tw-placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  #app .md\:tw-placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  #app .md\:tw-placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  #app .md\:tw-placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  #app .md\:tw-placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  #app .md\:tw-placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  #app .md\:tw-placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  #app .md\:tw-placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  #app .md\:tw-placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  #app .md\:tw-placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  #app .md\:tw-placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  #app .md\:tw-placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  #app .md\:tw-placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  #app .md\:tw-placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  #app .md\:tw-placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .md\:tw-placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .md\:tw-placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  #app .md\:tw-placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  #app .md\:tw-placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  #app .md\:tw-placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  #app .md\:tw-placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  #app .md\:tw-placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  #app .md\:tw-placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  #app .md\:tw-placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  #app .md\:tw-placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .md\:tw-placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .md\:tw-placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  #app .md\:tw-placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  #app .md\:tw-placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  #app .md\:tw-placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .md\:tw-placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .md\:tw-placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  #app .md\:tw-placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  #app .md\:tw-placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  #app .md\:tw-placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .md\:tw-placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .md\:tw-placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  #app .md\:tw-placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  #app .md\:tw-placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  #app .md\:tw-placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  #app .md\:tw-placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  #app .md\:tw-placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  #app .md\:tw-placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  #app .md\:tw-placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  #app .md\:tw-placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  #app .md\:tw-placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  #app .md\:tw-placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  #app .md\:tw-placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  #app .md\:tw-placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  #app .md\:tw-placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  #app .md\:tw-placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  #app .md\:tw-placeholder-yellow-900::placeholder {
    color: #744210;
  }

  #app .md\:tw-placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  #app .md\:tw-placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  #app .md\:tw-placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .md\:tw-placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .md\:tw-placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  #app .md\:tw-placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  #app .md\:tw-placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  #app .md\:tw-placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .md\:tw-placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .md\:tw-placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  #app .md\:tw-placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  #app .md\:tw-placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  #app .md\:tw-placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .md\:tw-placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .md\:tw-placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  #app .md\:tw-placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  #app .md\:tw-placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  #app .md\:tw-placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  #app .md\:tw-placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  #app .md\:tw-placeholder-green-400::placeholder {
    color: #68d391;
  }

  #app .md\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  #app .md\:tw-placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  #app .md\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  #app .md\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  #app .md\:tw-placeholder-green-500::placeholder {
    color: #48bb78;
  }

  #app .md\:tw-placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  #app .md\:tw-placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  #app .md\:tw-placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  #app .md\:tw-placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  #app .md\:tw-placeholder-green-600::placeholder {
    color: #38a169;
  }

  #app .md\:tw-placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  #app .md\:tw-placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  #app .md\:tw-placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  #app .md\:tw-placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  #app .md\:tw-placeholder-green-700::placeholder {
    color: #2f855a;
  }

  #app .md\:tw-placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  #app .md\:tw-placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  #app .md\:tw-placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  #app .md\:tw-placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  #app .md\:tw-placeholder-green-800::placeholder {
    color: #276749;
  }

  #app .md\:tw-placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  #app .md\:tw-placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  #app .md\:tw-placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  #app .md\:tw-placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  #app .md\:tw-placeholder-green-900::placeholder {
    color: #22543d;
  }

  #app .md\:tw-placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  #app .md\:tw-placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  #app .md\:tw-placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .md\:tw-placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .md\:tw-placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  #app .md\:tw-placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  #app .md\:tw-placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  #app .md\:tw-placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .md\:tw-placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .md\:tw-placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  #app .md\:tw-placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  #app .md\:tw-placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  #app .md\:tw-placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .md\:tw-placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .md\:tw-placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  #app .md\:tw-placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  #app .md\:tw-placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  #app .md\:tw-placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .md\:tw-placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .md\:tw-placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  #app .md\:tw-placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  #app .md\:tw-placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  #app .md\:tw-placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .md\:tw-placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .md\:tw-placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  #app .md\:tw-placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  #app .md\:tw-placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  #app .md\:tw-placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  #app .md\:tw-placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  #app .md\:tw-placeholder-teal-600::placeholder {
    color: #319795;
  }

  #app .md\:tw-placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  #app .md\:tw-placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  #app .md\:tw-placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .md\:tw-placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .md\:tw-placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  #app .md\:tw-placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  #app .md\:tw-placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  #app .md\:tw-placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  #app .md\:tw-placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  #app .md\:tw-placeholder-teal-800::placeholder {
    color: #285e61;
  }

  #app .md\:tw-placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  #app .md\:tw-placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  #app .md\:tw-placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  #app .md\:tw-placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  #app .md\:tw-placeholder-teal-900::placeholder {
    color: #234e52;
  }

  #app .md\:tw-placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  #app .md\:tw-placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  #app .md\:tw-placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .md\:tw-placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .md\:tw-placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  #app .md\:tw-placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  #app .md\:tw-placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  #app .md\:tw-placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .md\:tw-placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .md\:tw-placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  #app .md\:tw-placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  #app .md\:tw-placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  #app .md\:tw-placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .md\:tw-placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .md\:tw-placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  #app .md\:tw-placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  #app .md\:tw-placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  #app .md\:tw-placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .md\:tw-placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .md\:tw-placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  #app .md\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  #app .md\:tw-placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  #app .md\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  #app .md\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  #app .md\:tw-placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  #app .md\:tw-placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  #app .md\:tw-placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  #app .md\:tw-placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  #app .md\:tw-placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  #app .md\:tw-placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  #app .md\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  #app .md\:tw-placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  #app .md\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .md\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .md\:tw-placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  #app .md\:tw-placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  #app .md\:tw-placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  #app .md\:tw-placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  #app .md\:tw-placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  #app .md\:tw-placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  #app .md\:tw-placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  #app .md\:tw-placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  #app .md\:tw-placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  #app .md\:tw-placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  #app .md\:tw-placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  #app .md\:tw-placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  #app .md\:tw-placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  #app .md\:tw-placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .md\:tw-placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .md\:tw-placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  #app .md\:tw-placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  #app .md\:tw-placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  #app .md\:tw-placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .md\:tw-placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .md\:tw-placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  #app .md\:tw-placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  #app .md\:tw-placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  #app .md\:tw-placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .md\:tw-placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .md\:tw-placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  #app .md\:tw-placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  #app .md\:tw-placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  #app .md\:tw-placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .md\:tw-placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .md\:tw-placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  #app .md\:tw-placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  #app .md\:tw-placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  #app .md\:tw-placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  #app .md\:tw-placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  #app .md\:tw-placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  #app .md\:tw-placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  #app .md\:tw-placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  #app .md\:tw-placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .md\:tw-placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .md\:tw-placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  #app .md\:tw-placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  #app .md\:tw-placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  #app .md\:tw-placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .md\:tw-placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .md\:tw-placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  #app .md\:tw-placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  #app .md\:tw-placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  #app .md\:tw-placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  #app .md\:tw-placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  #app .md\:tw-placeholder-indigo-800::placeholder {
    color: #434190;
  }

  #app .md\:tw-placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  #app .md\:tw-placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  #app .md\:tw-placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  #app .md\:tw-placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  #app .md\:tw-placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  #app .md\:tw-placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  #app .md\:tw-placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  #app .md\:tw-placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .md\:tw-placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .md\:tw-placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  #app .md\:tw-placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  #app .md\:tw-placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  #app .md\:tw-placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .md\:tw-placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .md\:tw-placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  #app .md\:tw-placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  #app .md\:tw-placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  #app .md\:tw-placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .md\:tw-placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .md\:tw-placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  #app .md\:tw-placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  #app .md\:tw-placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  #app .md\:tw-placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  #app .md\:tw-placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  #app .md\:tw-placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  #app .md\:tw-placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  #app .md\:tw-placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  #app .md\:tw-placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .md\:tw-placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .md\:tw-placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  #app .md\:tw-placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  #app .md\:tw-placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  #app .md\:tw-placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  #app .md\:tw-placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  #app .md\:tw-placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  #app .md\:tw-placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  #app .md\:tw-placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  #app .md\:tw-placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .md\:tw-placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .md\:tw-placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  #app .md\:tw-placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  #app .md\:tw-placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  #app .md\:tw-placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  #app .md\:tw-placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  #app .md\:tw-placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  #app .md\:tw-placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  #app .md\:tw-placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  #app .md\:tw-placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  #app .md\:tw-placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  #app .md\:tw-placeholder-purple-900::placeholder {
    color: #44337a;
  }

  #app .md\:tw-placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  #app .md\:tw-placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  #app .md\:tw-placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .md\:tw-placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .md\:tw-placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  #app .md\:tw-placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  #app .md\:tw-placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  #app .md\:tw-placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .md\:tw-placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .md\:tw-placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  #app .md\:tw-placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  #app .md\:tw-placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  #app .md\:tw-placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .md\:tw-placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .md\:tw-placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  #app .md\:tw-placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  #app .md\:tw-placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  #app .md\:tw-placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  #app .md\:tw-placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  #app .md\:tw-placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  #app .md\:tw-placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  #app .md\:tw-placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  #app .md\:tw-placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .md\:tw-placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .md\:tw-placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  #app .md\:tw-placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  #app .md\:tw-placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  #app .md\:tw-placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .md\:tw-placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .md\:tw-placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  #app .md\:tw-placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  #app .md\:tw-placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  #app .md\:tw-placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  #app .md\:tw-placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  #app .md\:tw-placeholder-pink-700::placeholder {
    color: #b83280;
  }

  #app .md\:tw-placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  #app .md\:tw-placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  #app .md\:tw-placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  #app .md\:tw-placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  #app .md\:tw-placeholder-pink-800::placeholder {
    color: #97266d;
  }

  #app .md\:tw-placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  #app .md\:tw-placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  #app .md\:tw-placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  #app .md\:tw-placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  #app .md\:tw-placeholder-pink-900::placeholder {
    color: #702459;
  }

  #app .md\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  #app .md\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  #app .md\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  #app .md\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  #app .md\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  #app .md\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  #app .md\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  #app .md\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  #app .md\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  #app .md\:focus\:tw-placeholder-black:focus::placeholder {
    color: #000;
  }

  #app .md\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  #app .md\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  #app .md\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  #app .md\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  #app .md\:focus\:tw-placeholder-white:focus::placeholder {
    color: #fff;
  }

  #app .md\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  #app .md\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  #app .md\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .md\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .md\:focus\:tw-placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  #app .md\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  #app .md\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  #app .md\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .md\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .md\:focus\:tw-placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  #app .md\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  #app .md\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  #app .md\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .md\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .md\:focus\:tw-placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  #app .md\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  #app .md\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  #app .md\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .md\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .md\:focus\:tw-placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  #app .md\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  #app .md\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  #app .md\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .md\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .md\:focus\:tw-placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  #app .md\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  #app .md\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  #app .md\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  #app .md\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  #app .md\:focus\:tw-placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  #app .md\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  #app .md\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  #app .md\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  #app .md\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  #app .md\:focus\:tw-placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  #app .md\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  #app .md\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  #app .md\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  #app .md\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  #app .md\:focus\:tw-placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  #app .md\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  #app .md\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  #app .md\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  #app .md\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  #app .md\:focus\:tw-placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  #app .md\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  #app .md\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  #app .md\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .md\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .md\:focus\:tw-placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  #app .md\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  #app .md\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  #app .md\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .md\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .md\:focus\:tw-placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  #app .md\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  #app .md\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  #app .md\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .md\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .md\:focus\:tw-placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  #app .md\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  #app .md\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  #app .md\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  #app .md\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  #app .md\:focus\:tw-placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  #app .md\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  #app .md\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  #app .md\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  #app .md\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  #app .md\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  #app .md\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  #app .md\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  #app .md\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .md\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .md\:focus\:tw-placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  #app .md\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  #app .md\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  #app .md\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  #app .md\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  #app .md\:focus\:tw-placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  #app .md\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  #app .md\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  #app .md\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .md\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .md\:focus\:tw-placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  #app .md\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  #app .md\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  #app .md\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  #app .md\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  #app .md\:focus\:tw-placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  #app .md\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  #app .md\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  #app .md\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .md\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .md\:focus\:tw-placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  #app .md\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  #app .md\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  #app .md\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  #app .md\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  #app .md\:focus\:tw-placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  #app .md\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  #app .md\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  #app .md\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .md\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .md\:focus\:tw-placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  #app .md\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  #app .md\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  #app .md\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .md\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .md\:focus\:tw-placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  #app .md\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  #app .md\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  #app .md\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  #app .md\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  #app .md\:focus\:tw-placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  #app .md\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  #app .md\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  #app .md\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .md\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .md\:focus\:tw-placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  #app .md\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  #app .md\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  #app .md\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  #app .md\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  #app .md\:focus\:tw-placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  #app .md\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  #app .md\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  #app .md\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  #app .md\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  #app .md\:focus\:tw-placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  #app .md\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  #app .md\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  #app .md\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  #app .md\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  #app .md\:focus\:tw-placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  #app .md\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  #app .md\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  #app .md\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  #app .md\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  #app .md\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  #app .md\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  #app .md\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  #app .md\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .md\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .md\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  #app .md\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  #app .md\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  #app .md\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  #app .md\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  #app .md\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  #app .md\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  #app .md\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  #app .md\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .md\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .md\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  #app .md\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  #app .md\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  #app .md\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .md\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .md\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  #app .md\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  #app .md\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  #app .md\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .md\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .md\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  #app .md\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  #app .md\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  #app .md\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  #app .md\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  #app .md\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  #app .md\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  #app .md\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  #app .md\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  #app .md\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  #app .md\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  #app .md\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  #app .md\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  #app .md\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  #app .md\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  #app .md\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  #app .md\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  #app .md\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  #app .md\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .md\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .md\:focus\:tw-placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  #app .md\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  #app .md\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  #app .md\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .md\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .md\:focus\:tw-placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  #app .md\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  #app .md\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  #app .md\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .md\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .md\:focus\:tw-placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  #app .md\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  #app .md\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  #app .md\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  #app .md\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  #app .md\:focus\:tw-placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  #app .md\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  #app .md\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  #app .md\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  #app .md\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  #app .md\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  #app .md\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  #app .md\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  #app .md\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  #app .md\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  #app .md\:focus\:tw-placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  #app .md\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  #app .md\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  #app .md\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  #app .md\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  #app .md\:focus\:tw-placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  #app .md\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  #app .md\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  #app .md\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  #app .md\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  #app .md\:focus\:tw-placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  #app .md\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  #app .md\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  #app .md\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  #app .md\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  #app .md\:focus\:tw-placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  #app .md\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  #app .md\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  #app .md\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .md\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .md\:focus\:tw-placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  #app .md\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  #app .md\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  #app .md\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .md\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .md\:focus\:tw-placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  #app .md\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  #app .md\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  #app .md\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .md\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .md\:focus\:tw-placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  #app .md\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  #app .md\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  #app .md\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .md\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .md\:focus\:tw-placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  #app .md\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  #app .md\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  #app .md\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .md\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .md\:focus\:tw-placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  #app .md\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  #app .md\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  #app .md\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  #app .md\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  #app .md\:focus\:tw-placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  #app .md\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  #app .md\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  #app .md\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .md\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .md\:focus\:tw-placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  #app .md\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  #app .md\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  #app .md\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  #app .md\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  #app .md\:focus\:tw-placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  #app .md\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  #app .md\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  #app .md\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  #app .md\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  #app .md\:focus\:tw-placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  #app .md\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  #app .md\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  #app .md\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .md\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .md\:focus\:tw-placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  #app .md\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  #app .md\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  #app .md\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .md\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .md\:focus\:tw-placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  #app .md\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  #app .md\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  #app .md\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .md\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .md\:focus\:tw-placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  #app .md\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  #app .md\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  #app .md\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .md\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .md\:focus\:tw-placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  #app .md\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  #app .md\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  #app .md\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  #app .md\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  #app .md\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  #app .md\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  #app .md\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  #app .md\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  #app .md\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  #app .md\:focus\:tw-placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  #app .md\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  #app .md\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  #app .md\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .md\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .md\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  #app .md\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  #app .md\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  #app .md\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  #app .md\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  #app .md\:focus\:tw-placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  #app .md\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  #app .md\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  #app .md\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  #app .md\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  #app .md\:focus\:tw-placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  #app .md\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  #app .md\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  #app .md\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .md\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .md\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  #app .md\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  #app .md\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  #app .md\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .md\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .md\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  #app .md\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  #app .md\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  #app .md\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .md\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .md\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  #app .md\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  #app .md\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  #app .md\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .md\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .md\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  #app .md\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  #app .md\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  #app .md\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  #app .md\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  #app .md\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  #app .md\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  #app .md\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  #app .md\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .md\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .md\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  #app .md\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  #app .md\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  #app .md\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .md\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .md\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  #app .md\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  #app .md\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  #app .md\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  #app .md\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  #app .md\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  #app .md\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  #app .md\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  #app .md\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  #app .md\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  #app .md\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  #app .md\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  #app .md\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  #app .md\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .md\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .md\:focus\:tw-placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  #app .md\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  #app .md\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  #app .md\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .md\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .md\:focus\:tw-placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  #app .md\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  #app .md\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  #app .md\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .md\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .md\:focus\:tw-placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  #app .md\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  #app .md\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  #app .md\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  #app .md\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  #app .md\:focus\:tw-placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  #app .md\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  #app .md\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  #app .md\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .md\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .md\:focus\:tw-placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  #app .md\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  #app .md\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  #app .md\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  #app .md\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  #app .md\:focus\:tw-placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  #app .md\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  #app .md\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  #app .md\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .md\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .md\:focus\:tw-placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  #app .md\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  #app .md\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  #app .md\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  #app .md\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  #app .md\:focus\:tw-placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  #app .md\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  #app .md\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  #app .md\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  #app .md\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  #app .md\:focus\:tw-placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  #app .md\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  #app .md\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  #app .md\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .md\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .md\:focus\:tw-placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  #app .md\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  #app .md\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  #app .md\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .md\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .md\:focus\:tw-placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  #app .md\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  #app .md\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  #app .md\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .md\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .md\:focus\:tw-placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  #app .md\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  #app .md\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  #app .md\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  #app .md\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  #app .md\:focus\:tw-placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  #app .md\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  #app .md\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  #app .md\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .md\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .md\:focus\:tw-placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  #app .md\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  #app .md\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  #app .md\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .md\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .md\:focus\:tw-placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  #app .md\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  #app .md\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  #app .md\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  #app .md\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  #app .md\:focus\:tw-placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  #app .md\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  #app .md\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  #app .md\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  #app .md\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  #app .md\:focus\:tw-placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  #app .md\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  #app .md\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  #app .md\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  #app .md\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  #app .md\:focus\:tw-placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  #app .md\:tw-pointer-events-none {
    pointer-events: none;
  }

  #app .md\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  #app .md\:tw-static {
    position: static;
  }

  #app .md\:tw-fixed {
    position: fixed;
  }

  #app .md\:tw-absolute {
    position: absolute;
  }

  #app .md\:tw-relative {
    position: relative;
  }

  #app .md\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  #app .md\:tw-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #app .md\:tw-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #app .md\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #app .md\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  #app .md\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #app .md\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  #app .md\:tw-top-0 {
    top: 0;
  }

  #app .md\:tw-right-0 {
    right: 0;
  }

  #app .md\:tw-bottom-0 {
    bottom: 0;
  }

  #app .md\:tw-left-0 {
    left: 0;
  }

  #app .md\:tw-top-auto {
    top: auto;
  }

  #app .md\:tw-right-auto {
    right: auto;
  }

  #app .md\:tw-bottom-auto {
    bottom: auto;
  }

  #app .md\:tw-left-auto {
    left: auto;
  }

  #app .md\:tw-resize-none {
    resize: none;
  }

  #app .md\:tw-resize-y {
    resize: vertical;
  }

  #app .md\:tw-resize-x {
    resize: horizontal;
  }

  #app .md\:tw-resize {
    resize: both;
  }

  #app .md\:tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .md\:tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .md\:tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .md\:tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .md\:tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .md\:tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .md\:tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .md\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .md\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .md\:tw-shadow-none {
    box-shadow: none;
  }

  #app .md\:hover\:tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .md\:hover\:tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .md\:hover\:tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .md\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .md\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .md\:hover\:tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .md\:hover\:tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .md\:hover\:tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .md\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .md\:hover\:tw-shadow-none:hover {
    box-shadow: none;
  }

  #app .md\:focus\:tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .md\:focus\:tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .md\:focus\:tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .md\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .md\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .md\:focus\:tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .md\:focus\:tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .md\:focus\:tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .md\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .md\:focus\:tw-shadow-none:focus {
    box-shadow: none;
  }

  #app .md\:tw-fill-current {
    fill: currentColor;
  }

  #app .md\:tw-stroke-current {
    stroke: currentColor;
  }

  #app .md\:tw-stroke-0 {
    stroke-width: 0;
  }

  #app .md\:tw-stroke-1 {
    stroke-width: 1;
  }

  #app .md\:tw-stroke-2 {
    stroke-width: 2;
  }

  #app .md\:tw-table-auto {
    table-layout: auto;
  }

  #app .md\:tw-table-fixed {
    table-layout: fixed;
  }

  #app .md\:tw-text-left {
    text-align: left;
  }

  #app .md\:tw-text-center {
    text-align: center;
  }

  #app .md\:tw-text-right {
    text-align: right;
  }

  #app .md\:tw-text-justify {
    text-align: justify;
  }

  #app .md\:tw-text-transparent {
    color: transparent;
  }

  #app .md\:tw-text-black {
    color: #000;
  }

  #app .md\:tw-text-white {
    color: #fff;
  }

  #app .md\:tw-text-gray-100 {
    color: #f7fafc;
  }

  #app .md\:tw-text-gray-200 {
    color: #edf2f7;
  }

  #app .md\:tw-text-gray-300 {
    color: #e2e8f0;
  }

  #app .md\:tw-text-gray-400 {
    color: #cbd5e0;
  }

  #app .md\:tw-text-gray-500 {
    color: #a0aec0;
  }

  #app .md\:tw-text-gray-600 {
    color: #718096;
  }

  #app .md\:tw-text-gray-700 {
    color: #4a5568;
  }

  #app .md\:tw-text-gray-800 {
    color: #2d3748;
  }

  #app .md\:tw-text-gray-900 {
    color: #1a202c;
  }

  #app .md\:tw-text-red-100 {
    color: #fff5f5;
  }

  #app .md\:tw-text-red-200 {
    color: #fed7d7;
  }

  #app .md\:tw-text-red-300 {
    color: #feb2b2;
  }

  #app .md\:tw-text-red-400 {
    color: #fc8181;
  }

  #app .md\:tw-text-red-500 {
    color: #f56565;
  }

  #app .md\:tw-text-red-600 {
    color: #e53e3e;
  }

  #app .md\:tw-text-red-700 {
    color: #c53030;
  }

  #app .md\:tw-text-red-800 {
    color: #9b2c2c;
  }

  #app .md\:tw-text-red-900 {
    color: #742a2a;
  }

  #app .md\:tw-text-orange-100 {
    color: #fffaf0;
  }

  #app .md\:tw-text-orange-200 {
    color: #feebc8;
  }

  #app .md\:tw-text-orange-300 {
    color: #fbd38d;
  }

  #app .md\:tw-text-orange-400 {
    color: #f6ad55;
  }

  #app .md\:tw-text-orange-500 {
    color: #ed8936;
  }

  #app .md\:tw-text-orange-600 {
    color: #dd6b20;
  }

  #app .md\:tw-text-orange-700 {
    color: #c05621;
  }

  #app .md\:tw-text-orange-800 {
    color: #9c4221;
  }

  #app .md\:tw-text-orange-900 {
    color: #7b341e;
  }

  #app .md\:tw-text-yellow-100 {
    color: #fffff0;
  }

  #app .md\:tw-text-yellow-200 {
    color: #fefcbf;
  }

  #app .md\:tw-text-yellow-300 {
    color: #faf089;
  }

  #app .md\:tw-text-yellow-400 {
    color: #f6e05e;
  }

  #app .md\:tw-text-yellow-500 {
    color: #ecc94b;
  }

  #app .md\:tw-text-yellow-600 {
    color: #d69e2e;
  }

  #app .md\:tw-text-yellow-700 {
    color: #b7791f;
  }

  #app .md\:tw-text-yellow-800 {
    color: #975a16;
  }

  #app .md\:tw-text-yellow-900 {
    color: #744210;
  }

  #app .md\:tw-text-green-100 {
    color: #f0fff4;
  }

  #app .md\:tw-text-green-200 {
    color: #c6f6d5;
  }

  #app .md\:tw-text-green-300 {
    color: #9ae6b4;
  }

  #app .md\:tw-text-green-400 {
    color: #68d391;
  }

  #app .md\:tw-text-green-500 {
    color: #48bb78;
  }

  #app .md\:tw-text-green-600 {
    color: #38a169;
  }

  #app .md\:tw-text-green-700 {
    color: #2f855a;
  }

  #app .md\:tw-text-green-800 {
    color: #276749;
  }

  #app .md\:tw-text-green-900 {
    color: #22543d;
  }

  #app .md\:tw-text-teal-100 {
    color: #e6fffa;
  }

  #app .md\:tw-text-teal-200 {
    color: #b2f5ea;
  }

  #app .md\:tw-text-teal-300 {
    color: #81e6d9;
  }

  #app .md\:tw-text-teal-400 {
    color: #4fd1c5;
  }

  #app .md\:tw-text-teal-500 {
    color: #38b2ac;
  }

  #app .md\:tw-text-teal-600 {
    color: #319795;
  }

  #app .md\:tw-text-teal-700 {
    color: #2c7a7b;
  }

  #app .md\:tw-text-teal-800 {
    color: #285e61;
  }

  #app .md\:tw-text-teal-900 {
    color: #234e52;
  }

  #app .md\:tw-text-blue-100 {
    color: #ebf8ff;
  }

  #app .md\:tw-text-blue-200 {
    color: #bee3f8;
  }

  #app .md\:tw-text-blue-300 {
    color: #90cdf4;
  }

  #app .md\:tw-text-blue-400 {
    color: #63b3ed;
  }

  #app .md\:tw-text-blue-500 {
    color: #4299e1;
  }

  #app .md\:tw-text-blue-600 {
    color: #3182ce;
  }

  #app .md\:tw-text-blue-700 {
    color: #2b6cb0;
  }

  #app .md\:tw-text-blue-800 {
    color: #2c5282;
  }

  #app .md\:tw-text-blue-900 {
    color: #2a4365;
  }

  #app .md\:tw-text-indigo-100 {
    color: #ebf4ff;
  }

  #app .md\:tw-text-indigo-200 {
    color: #c3dafe;
  }

  #app .md\:tw-text-indigo-300 {
    color: #a3bffa;
  }

  #app .md\:tw-text-indigo-400 {
    color: #7f9cf5;
  }

  #app .md\:tw-text-indigo-500 {
    color: #667eea;
  }

  #app .md\:tw-text-indigo-600 {
    color: #5a67d8;
  }

  #app .md\:tw-text-indigo-700 {
    color: #4c51bf;
  }

  #app .md\:tw-text-indigo-800 {
    color: #434190;
  }

  #app .md\:tw-text-indigo-900 {
    color: #3c366b;
  }

  #app .md\:tw-text-purple-100 {
    color: #faf5ff;
  }

  #app .md\:tw-text-purple-200 {
    color: #e9d8fd;
  }

  #app .md\:tw-text-purple-300 {
    color: #d6bcfa;
  }

  #app .md\:tw-text-purple-400 {
    color: #b794f4;
  }

  #app .md\:tw-text-purple-500 {
    color: #9f7aea;
  }

  #app .md\:tw-text-purple-600 {
    color: #805ad5;
  }

  #app .md\:tw-text-purple-700 {
    color: #6b46c1;
  }

  #app .md\:tw-text-purple-800 {
    color: #553c9a;
  }

  #app .md\:tw-text-purple-900 {
    color: #44337a;
  }

  #app .md\:tw-text-pink-100 {
    color: #fff5f7;
  }

  #app .md\:tw-text-pink-200 {
    color: #fed7e2;
  }

  #app .md\:tw-text-pink-300 {
    color: #fbb6ce;
  }

  #app .md\:tw-text-pink-400 {
    color: #f687b3;
  }

  #app .md\:tw-text-pink-500 {
    color: #ed64a6;
  }

  #app .md\:tw-text-pink-600 {
    color: #d53f8c;
  }

  #app .md\:tw-text-pink-700 {
    color: #b83280;
  }

  #app .md\:tw-text-pink-800 {
    color: #97266d;
  }

  #app .md\:tw-text-pink-900 {
    color: #702459;
  }

  #app .md\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  #app .md\:hover\:tw-text-black:hover {
    color: #000;
  }

  #app .md\:hover\:tw-text-white:hover {
    color: #fff;
  }

  #app .md\:hover\:tw-text-gray-100:hover {
    color: #f7fafc;
  }

  #app .md\:hover\:tw-text-gray-200:hover {
    color: #edf2f7;
  }

  #app .md\:hover\:tw-text-gray-300:hover {
    color: #e2e8f0;
  }

  #app .md\:hover\:tw-text-gray-400:hover {
    color: #cbd5e0;
  }

  #app .md\:hover\:tw-text-gray-500:hover {
    color: #a0aec0;
  }

  #app .md\:hover\:tw-text-gray-600:hover {
    color: #718096;
  }

  #app .md\:hover\:tw-text-gray-700:hover {
    color: #4a5568;
  }

  #app .md\:hover\:tw-text-gray-800:hover {
    color: #2d3748;
  }

  #app .md\:hover\:tw-text-gray-900:hover {
    color: #1a202c;
  }

  #app .md\:hover\:tw-text-red-100:hover {
    color: #fff5f5;
  }

  #app .md\:hover\:tw-text-red-200:hover {
    color: #fed7d7;
  }

  #app .md\:hover\:tw-text-red-300:hover {
    color: #feb2b2;
  }

  #app .md\:hover\:tw-text-red-400:hover {
    color: #fc8181;
  }

  #app .md\:hover\:tw-text-red-500:hover {
    color: #f56565;
  }

  #app .md\:hover\:tw-text-red-600:hover {
    color: #e53e3e;
  }

  #app .md\:hover\:tw-text-red-700:hover {
    color: #c53030;
  }

  #app .md\:hover\:tw-text-red-800:hover {
    color: #9b2c2c;
  }

  #app .md\:hover\:tw-text-red-900:hover {
    color: #742a2a;
  }

  #app .md\:hover\:tw-text-orange-100:hover {
    color: #fffaf0;
  }

  #app .md\:hover\:tw-text-orange-200:hover {
    color: #feebc8;
  }

  #app .md\:hover\:tw-text-orange-300:hover {
    color: #fbd38d;
  }

  #app .md\:hover\:tw-text-orange-400:hover {
    color: #f6ad55;
  }

  #app .md\:hover\:tw-text-orange-500:hover {
    color: #ed8936;
  }

  #app .md\:hover\:tw-text-orange-600:hover {
    color: #dd6b20;
  }

  #app .md\:hover\:tw-text-orange-700:hover {
    color: #c05621;
  }

  #app .md\:hover\:tw-text-orange-800:hover {
    color: #9c4221;
  }

  #app .md\:hover\:tw-text-orange-900:hover {
    color: #7b341e;
  }

  #app .md\:hover\:tw-text-yellow-100:hover {
    color: #fffff0;
  }

  #app .md\:hover\:tw-text-yellow-200:hover {
    color: #fefcbf;
  }

  #app .md\:hover\:tw-text-yellow-300:hover {
    color: #faf089;
  }

  #app .md\:hover\:tw-text-yellow-400:hover {
    color: #f6e05e;
  }

  #app .md\:hover\:tw-text-yellow-500:hover {
    color: #ecc94b;
  }

  #app .md\:hover\:tw-text-yellow-600:hover {
    color: #d69e2e;
  }

  #app .md\:hover\:tw-text-yellow-700:hover {
    color: #b7791f;
  }

  #app .md\:hover\:tw-text-yellow-800:hover {
    color: #975a16;
  }

  #app .md\:hover\:tw-text-yellow-900:hover {
    color: #744210;
  }

  #app .md\:hover\:tw-text-green-100:hover {
    color: #f0fff4;
  }

  #app .md\:hover\:tw-text-green-200:hover {
    color: #c6f6d5;
  }

  #app .md\:hover\:tw-text-green-300:hover {
    color: #9ae6b4;
  }

  #app .md\:hover\:tw-text-green-400:hover {
    color: #68d391;
  }

  #app .md\:hover\:tw-text-green-500:hover {
    color: #48bb78;
  }

  #app .md\:hover\:tw-text-green-600:hover {
    color: #38a169;
  }

  #app .md\:hover\:tw-text-green-700:hover {
    color: #2f855a;
  }

  #app .md\:hover\:tw-text-green-800:hover {
    color: #276749;
  }

  #app .md\:hover\:tw-text-green-900:hover {
    color: #22543d;
  }

  #app .md\:hover\:tw-text-teal-100:hover {
    color: #e6fffa;
  }

  #app .md\:hover\:tw-text-teal-200:hover {
    color: #b2f5ea;
  }

  #app .md\:hover\:tw-text-teal-300:hover {
    color: #81e6d9;
  }

  #app .md\:hover\:tw-text-teal-400:hover {
    color: #4fd1c5;
  }

  #app .md\:hover\:tw-text-teal-500:hover {
    color: #38b2ac;
  }

  #app .md\:hover\:tw-text-teal-600:hover {
    color: #319795;
  }

  #app .md\:hover\:tw-text-teal-700:hover {
    color: #2c7a7b;
  }

  #app .md\:hover\:tw-text-teal-800:hover {
    color: #285e61;
  }

  #app .md\:hover\:tw-text-teal-900:hover {
    color: #234e52;
  }

  #app .md\:hover\:tw-text-blue-100:hover {
    color: #ebf8ff;
  }

  #app .md\:hover\:tw-text-blue-200:hover {
    color: #bee3f8;
  }

  #app .md\:hover\:tw-text-blue-300:hover {
    color: #90cdf4;
  }

  #app .md\:hover\:tw-text-blue-400:hover {
    color: #63b3ed;
  }

  #app .md\:hover\:tw-text-blue-500:hover {
    color: #4299e1;
  }

  #app .md\:hover\:tw-text-blue-600:hover {
    color: #3182ce;
  }

  #app .md\:hover\:tw-text-blue-700:hover {
    color: #2b6cb0;
  }

  #app .md\:hover\:tw-text-blue-800:hover {
    color: #2c5282;
  }

  #app .md\:hover\:tw-text-blue-900:hover {
    color: #2a4365;
  }

  #app .md\:hover\:tw-text-indigo-100:hover {
    color: #ebf4ff;
  }

  #app .md\:hover\:tw-text-indigo-200:hover {
    color: #c3dafe;
  }

  #app .md\:hover\:tw-text-indigo-300:hover {
    color: #a3bffa;
  }

  #app .md\:hover\:tw-text-indigo-400:hover {
    color: #7f9cf5;
  }

  #app .md\:hover\:tw-text-indigo-500:hover {
    color: #667eea;
  }

  #app .md\:hover\:tw-text-indigo-600:hover {
    color: #5a67d8;
  }

  #app .md\:hover\:tw-text-indigo-700:hover {
    color: #4c51bf;
  }

  #app .md\:hover\:tw-text-indigo-800:hover {
    color: #434190;
  }

  #app .md\:hover\:tw-text-indigo-900:hover {
    color: #3c366b;
  }

  #app .md\:hover\:tw-text-purple-100:hover {
    color: #faf5ff;
  }

  #app .md\:hover\:tw-text-purple-200:hover {
    color: #e9d8fd;
  }

  #app .md\:hover\:tw-text-purple-300:hover {
    color: #d6bcfa;
  }

  #app .md\:hover\:tw-text-purple-400:hover {
    color: #b794f4;
  }

  #app .md\:hover\:tw-text-purple-500:hover {
    color: #9f7aea;
  }

  #app .md\:hover\:tw-text-purple-600:hover {
    color: #805ad5;
  }

  #app .md\:hover\:tw-text-purple-700:hover {
    color: #6b46c1;
  }

  #app .md\:hover\:tw-text-purple-800:hover {
    color: #553c9a;
  }

  #app .md\:hover\:tw-text-purple-900:hover {
    color: #44337a;
  }

  #app .md\:hover\:tw-text-pink-100:hover {
    color: #fff5f7;
  }

  #app .md\:hover\:tw-text-pink-200:hover {
    color: #fed7e2;
  }

  #app .md\:hover\:tw-text-pink-300:hover {
    color: #fbb6ce;
  }

  #app .md\:hover\:tw-text-pink-400:hover {
    color: #f687b3;
  }

  #app .md\:hover\:tw-text-pink-500:hover {
    color: #ed64a6;
  }

  #app .md\:hover\:tw-text-pink-600:hover {
    color: #d53f8c;
  }

  #app .md\:hover\:tw-text-pink-700:hover {
    color: #b83280;
  }

  #app .md\:hover\:tw-text-pink-800:hover {
    color: #97266d;
  }

  #app .md\:hover\:tw-text-pink-900:hover {
    color: #702459;
  }

  #app .md\:focus\:tw-text-transparent:focus {
    color: transparent;
  }

  #app .md\:focus\:tw-text-black:focus {
    color: #000;
  }

  #app .md\:focus\:tw-text-white:focus {
    color: #fff;
  }

  #app .md\:focus\:tw-text-gray-100:focus {
    color: #f7fafc;
  }

  #app .md\:focus\:tw-text-gray-200:focus {
    color: #edf2f7;
  }

  #app .md\:focus\:tw-text-gray-300:focus {
    color: #e2e8f0;
  }

  #app .md\:focus\:tw-text-gray-400:focus {
    color: #cbd5e0;
  }

  #app .md\:focus\:tw-text-gray-500:focus {
    color: #a0aec0;
  }

  #app .md\:focus\:tw-text-gray-600:focus {
    color: #718096;
  }

  #app .md\:focus\:tw-text-gray-700:focus {
    color: #4a5568;
  }

  #app .md\:focus\:tw-text-gray-800:focus {
    color: #2d3748;
  }

  #app .md\:focus\:tw-text-gray-900:focus {
    color: #1a202c;
  }

  #app .md\:focus\:tw-text-red-100:focus {
    color: #fff5f5;
  }

  #app .md\:focus\:tw-text-red-200:focus {
    color: #fed7d7;
  }

  #app .md\:focus\:tw-text-red-300:focus {
    color: #feb2b2;
  }

  #app .md\:focus\:tw-text-red-400:focus {
    color: #fc8181;
  }

  #app .md\:focus\:tw-text-red-500:focus {
    color: #f56565;
  }

  #app .md\:focus\:tw-text-red-600:focus {
    color: #e53e3e;
  }

  #app .md\:focus\:tw-text-red-700:focus {
    color: #c53030;
  }

  #app .md\:focus\:tw-text-red-800:focus {
    color: #9b2c2c;
  }

  #app .md\:focus\:tw-text-red-900:focus {
    color: #742a2a;
  }

  #app .md\:focus\:tw-text-orange-100:focus {
    color: #fffaf0;
  }

  #app .md\:focus\:tw-text-orange-200:focus {
    color: #feebc8;
  }

  #app .md\:focus\:tw-text-orange-300:focus {
    color: #fbd38d;
  }

  #app .md\:focus\:tw-text-orange-400:focus {
    color: #f6ad55;
  }

  #app .md\:focus\:tw-text-orange-500:focus {
    color: #ed8936;
  }

  #app .md\:focus\:tw-text-orange-600:focus {
    color: #dd6b20;
  }

  #app .md\:focus\:tw-text-orange-700:focus {
    color: #c05621;
  }

  #app .md\:focus\:tw-text-orange-800:focus {
    color: #9c4221;
  }

  #app .md\:focus\:tw-text-orange-900:focus {
    color: #7b341e;
  }

  #app .md\:focus\:tw-text-yellow-100:focus {
    color: #fffff0;
  }

  #app .md\:focus\:tw-text-yellow-200:focus {
    color: #fefcbf;
  }

  #app .md\:focus\:tw-text-yellow-300:focus {
    color: #faf089;
  }

  #app .md\:focus\:tw-text-yellow-400:focus {
    color: #f6e05e;
  }

  #app .md\:focus\:tw-text-yellow-500:focus {
    color: #ecc94b;
  }

  #app .md\:focus\:tw-text-yellow-600:focus {
    color: #d69e2e;
  }

  #app .md\:focus\:tw-text-yellow-700:focus {
    color: #b7791f;
  }

  #app .md\:focus\:tw-text-yellow-800:focus {
    color: #975a16;
  }

  #app .md\:focus\:tw-text-yellow-900:focus {
    color: #744210;
  }

  #app .md\:focus\:tw-text-green-100:focus {
    color: #f0fff4;
  }

  #app .md\:focus\:tw-text-green-200:focus {
    color: #c6f6d5;
  }

  #app .md\:focus\:tw-text-green-300:focus {
    color: #9ae6b4;
  }

  #app .md\:focus\:tw-text-green-400:focus {
    color: #68d391;
  }

  #app .md\:focus\:tw-text-green-500:focus {
    color: #48bb78;
  }

  #app .md\:focus\:tw-text-green-600:focus {
    color: #38a169;
  }

  #app .md\:focus\:tw-text-green-700:focus {
    color: #2f855a;
  }

  #app .md\:focus\:tw-text-green-800:focus {
    color: #276749;
  }

  #app .md\:focus\:tw-text-green-900:focus {
    color: #22543d;
  }

  #app .md\:focus\:tw-text-teal-100:focus {
    color: #e6fffa;
  }

  #app .md\:focus\:tw-text-teal-200:focus {
    color: #b2f5ea;
  }

  #app .md\:focus\:tw-text-teal-300:focus {
    color: #81e6d9;
  }

  #app .md\:focus\:tw-text-teal-400:focus {
    color: #4fd1c5;
  }

  #app .md\:focus\:tw-text-teal-500:focus {
    color: #38b2ac;
  }

  #app .md\:focus\:tw-text-teal-600:focus {
    color: #319795;
  }

  #app .md\:focus\:tw-text-teal-700:focus {
    color: #2c7a7b;
  }

  #app .md\:focus\:tw-text-teal-800:focus {
    color: #285e61;
  }

  #app .md\:focus\:tw-text-teal-900:focus {
    color: #234e52;
  }

  #app .md\:focus\:tw-text-blue-100:focus {
    color: #ebf8ff;
  }

  #app .md\:focus\:tw-text-blue-200:focus {
    color: #bee3f8;
  }

  #app .md\:focus\:tw-text-blue-300:focus {
    color: #90cdf4;
  }

  #app .md\:focus\:tw-text-blue-400:focus {
    color: #63b3ed;
  }

  #app .md\:focus\:tw-text-blue-500:focus {
    color: #4299e1;
  }

  #app .md\:focus\:tw-text-blue-600:focus {
    color: #3182ce;
  }

  #app .md\:focus\:tw-text-blue-700:focus {
    color: #2b6cb0;
  }

  #app .md\:focus\:tw-text-blue-800:focus {
    color: #2c5282;
  }

  #app .md\:focus\:tw-text-blue-900:focus {
    color: #2a4365;
  }

  #app .md\:focus\:tw-text-indigo-100:focus {
    color: #ebf4ff;
  }

  #app .md\:focus\:tw-text-indigo-200:focus {
    color: #c3dafe;
  }

  #app .md\:focus\:tw-text-indigo-300:focus {
    color: #a3bffa;
  }

  #app .md\:focus\:tw-text-indigo-400:focus {
    color: #7f9cf5;
  }

  #app .md\:focus\:tw-text-indigo-500:focus {
    color: #667eea;
  }

  #app .md\:focus\:tw-text-indigo-600:focus {
    color: #5a67d8;
  }

  #app .md\:focus\:tw-text-indigo-700:focus {
    color: #4c51bf;
  }

  #app .md\:focus\:tw-text-indigo-800:focus {
    color: #434190;
  }

  #app .md\:focus\:tw-text-indigo-900:focus {
    color: #3c366b;
  }

  #app .md\:focus\:tw-text-purple-100:focus {
    color: #faf5ff;
  }

  #app .md\:focus\:tw-text-purple-200:focus {
    color: #e9d8fd;
  }

  #app .md\:focus\:tw-text-purple-300:focus {
    color: #d6bcfa;
  }

  #app .md\:focus\:tw-text-purple-400:focus {
    color: #b794f4;
  }

  #app .md\:focus\:tw-text-purple-500:focus {
    color: #9f7aea;
  }

  #app .md\:focus\:tw-text-purple-600:focus {
    color: #805ad5;
  }

  #app .md\:focus\:tw-text-purple-700:focus {
    color: #6b46c1;
  }

  #app .md\:focus\:tw-text-purple-800:focus {
    color: #553c9a;
  }

  #app .md\:focus\:tw-text-purple-900:focus {
    color: #44337a;
  }

  #app .md\:focus\:tw-text-pink-100:focus {
    color: #fff5f7;
  }

  #app .md\:focus\:tw-text-pink-200:focus {
    color: #fed7e2;
  }

  #app .md\:focus\:tw-text-pink-300:focus {
    color: #fbb6ce;
  }

  #app .md\:focus\:tw-text-pink-400:focus {
    color: #f687b3;
  }

  #app .md\:focus\:tw-text-pink-500:focus {
    color: #ed64a6;
  }

  #app .md\:focus\:tw-text-pink-600:focus {
    color: #d53f8c;
  }

  #app .md\:focus\:tw-text-pink-700:focus {
    color: #b83280;
  }

  #app .md\:focus\:tw-text-pink-800:focus {
    color: #97266d;
  }

  #app .md\:focus\:tw-text-pink-900:focus {
    color: #702459;
  }

  #app .md\:tw-text-xs {
    font-size: 0.75rem;
  }

  #app .md\:tw-text-sm {
    font-size: 0.875rem;
  }

  #app .md\:tw-text-base {
    font-size: 1rem;
  }

  #app .md\:tw-text-lg {
    font-size: 1.125rem;
  }

  #app .md\:tw-text-xl {
    font-size: 1.25rem;
  }

  #app .md\:tw-text-2xl {
    font-size: 1.5rem;
  }

  #app .md\:tw-text-3xl {
    font-size: 1.875rem;
  }

  #app .md\:tw-text-4xl {
    font-size: 2.25rem;
  }

  #app .md\:tw-text-5xl {
    font-size: 3rem;
  }

  #app .md\:tw-text-6xl {
    font-size: 4rem;
  }

  #app .md\:tw-italic {
    font-style: italic;
  }

  #app .md\:tw-not-italic {
    font-style: normal;
  }

  #app .md\:tw-uppercase {
    text-transform: uppercase;
  }

  #app .md\:tw-lowercase {
    text-transform: lowercase;
  }

  #app .md\:tw-capitalize {
    text-transform: capitalize;
  }

  #app .md\:tw-normal-case {
    text-transform: none;
  }

  #app .md\:tw-underline {
    text-decoration: underline;
  }

  #app .md\:tw-line-through {
    text-decoration: line-through;
  }

  #app .md\:tw-no-underline {
    text-decoration: none;
  }

  #app .md\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  #app .md\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  #app .md\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  #app .md\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  #app .md\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  #app .md\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

  #app .md\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #app .md\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #app .md\:tw-tracking-tighter {
    letter-spacing: -0.05em;
  }

  #app .md\:tw-tracking-tight {
    letter-spacing: -0.025em;
  }

  #app .md\:tw-tracking-normal {
    letter-spacing: 0;
  }

  #app .md\:tw-tracking-wide {
    letter-spacing: 0.025em;
  }

  #app .md\:tw-tracking-wider {
    letter-spacing: 0.05em;
  }

  #app .md\:tw-tracking-widest {
    letter-spacing: 0.1em;
  }

  #app .md\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  #app .md\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  #app .md\:tw-select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  #app .md\:tw-select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  #app .md\:tw-align-baseline {
    vertical-align: baseline;
  }

  #app .md\:tw-align-top {
    vertical-align: top;
  }

  #app .md\:tw-align-middle {
    vertical-align: middle;
  }

  #app .md\:tw-align-bottom {
    vertical-align: bottom;
  }

  #app .md\:tw-align-text-top {
    vertical-align: text-top;
  }

  #app .md\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  #app .md\:tw-visible {
    visibility: visible;
  }

  #app .md\:tw-invisible {
    visibility: hidden;
  }

  #app .md\:tw-whitespace-normal {
    white-space: normal;
  }

  #app .md\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  #app .md\:tw-whitespace-pre {
    white-space: pre;
  }

  #app .md\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  #app .md\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #app .md\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  #app .md\:tw-break-words {
    overflow-wrap: break-word;
  }

  #app .md\:tw-break-all {
    word-break: break-all;
  }

  #app .md\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #app .md\:tw-w-0 {
    width: 0;
  }

  #app .md\:tw-w-1 {
    width: 0.25rem;
  }

  #app .md\:tw-w-2 {
    width: 0.5rem;
  }

  #app .md\:tw-w-3 {
    width: 0.75rem;
  }

  #app .md\:tw-w-4 {
    width: 1rem;
  }

  #app .md\:tw-w-5 {
    width: 1.25rem;
  }

  #app .md\:tw-w-6 {
    width: 1.5rem;
  }

  #app .md\:tw-w-8 {
    width: 2rem;
  }

  #app .md\:tw-w-10 {
    width: 2.5rem;
  }

  #app .md\:tw-w-12 {
    width: 3rem;
  }

  #app .md\:tw-w-16 {
    width: 4rem;
  }

  #app .md\:tw-w-20 {
    width: 5rem;
  }

  #app .md\:tw-w-24 {
    width: 6rem;
  }

  #app .md\:tw-w-32 {
    width: 8rem;
  }

  #app .md\:tw-w-40 {
    width: 10rem;
  }

  #app .md\:tw-w-48 {
    width: 12rem;
  }

  #app .md\:tw-w-56 {
    width: 14rem;
  }

  #app .md\:tw-w-64 {
    width: 16rem;
  }

  #app .md\:tw-w-auto {
    width: auto;
  }

  #app .md\:tw-w-px {
    width: 1px;
  }

  #app .md\:tw-w-1\/2 {
    width: 50%;
  }

  #app .md\:tw-w-1\/3 {
    width: 33.333333%;
  }

  #app .md\:tw-w-2\/3 {
    width: 66.666667%;
  }

  #app .md\:tw-w-1\/4 {
    width: 25%;
  }

  #app .md\:tw-w-2\/4 {
    width: 50%;
  }

  #app .md\:tw-w-3\/4 {
    width: 75%;
  }

  #app .md\:tw-w-1\/5 {
    width: 20%;
  }

  #app .md\:tw-w-2\/5 {
    width: 40%;
  }

  #app .md\:tw-w-3\/5 {
    width: 60%;
  }

  #app .md\:tw-w-4\/5 {
    width: 80%;
  }

  #app .md\:tw-w-1\/6 {
    width: 16.666667%;
  }

  #app .md\:tw-w-2\/6 {
    width: 33.333333%;
  }

  #app .md\:tw-w-3\/6 {
    width: 50%;
  }

  #app .md\:tw-w-4\/6 {
    width: 66.666667%;
  }

  #app .md\:tw-w-5\/6 {
    width: 83.333333%;
  }

  #app .md\:tw-w-1\/12 {
    width: 8.333333%;
  }

  #app .md\:tw-w-2\/12 {
    width: 16.666667%;
  }

  #app .md\:tw-w-3\/12 {
    width: 25%;
  }

  #app .md\:tw-w-4\/12 {
    width: 33.333333%;
  }

  #app .md\:tw-w-5\/12 {
    width: 41.666667%;
  }

  #app .md\:tw-w-6\/12 {
    width: 50%;
  }

  #app .md\:tw-w-7\/12 {
    width: 58.333333%;
  }

  #app .md\:tw-w-8\/12 {
    width: 66.666667%;
  }

  #app .md\:tw-w-9\/12 {
    width: 75%;
  }

  #app .md\:tw-w-10\/12 {
    width: 83.333333%;
  }

  #app .md\:tw-w-11\/12 {
    width: 91.666667%;
  }

  #app .md\:tw-w-full {
    width: 100%;
  }

  #app .md\:tw-w-screen {
    width: 100vw;
  }

  #app .md\:tw-z-0 {
    z-index: 0;
  }

  #app .md\:tw-z-10 {
    z-index: 10;
  }

  #app .md\:tw-z-20 {
    z-index: 20;
  }

  #app .md\:tw-z-30 {
    z-index: 30;
  }

  #app .md\:tw-z-40 {
    z-index: 40;
  }

  #app .md\:tw-z-50 {
    z-index: 50;
  }

  #app .md\:tw-z-auto {
    z-index: auto;
  }

  #app .md\:tw-gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  #app .md\:tw-gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  #app .md\:tw-gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  #app .md\:tw-gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  #app .md\:tw-gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  #app .md\:tw-gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  #app .md\:tw-gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  #app .md\:tw-gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  #app .md\:tw-gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  #app .md\:tw-gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  #app .md\:tw-gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  #app .md\:tw-gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  #app .md\:tw-gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  #app .md\:tw-gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  #app .md\:tw-gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  #app .md\:tw-gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  #app .md\:tw-gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  #app .md\:tw-gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  #app .md\:tw-gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  #app .md\:tw-col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  #app .md\:tw-col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  #app .md\:tw-col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  #app .md\:tw-col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  #app .md\:tw-col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  #app .md\:tw-col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  #app .md\:tw-col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  #app .md\:tw-col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  #app .md\:tw-col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  #app .md\:tw-col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  #app .md\:tw-col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  #app .md\:tw-col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  #app .md\:tw-col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  #app .md\:tw-col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  #app .md\:tw-col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  #app .md\:tw-col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  #app .md\:tw-col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  #app .md\:tw-col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  #app .md\:tw-col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  #app .md\:tw-row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  #app .md\:tw-row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  #app .md\:tw-row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  #app .md\:tw-row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  #app .md\:tw-row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  #app .md\:tw-row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  #app .md\:tw-row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  #app .md\:tw-row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  #app .md\:tw-row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  #app .md\:tw-row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  #app .md\:tw-row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  #app .md\:tw-row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  #app .md\:tw-row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  #app .md\:tw-row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  #app .md\:tw-row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  #app .md\:tw-row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  #app .md\:tw-row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  #app .md\:tw-row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  #app .md\:tw-row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  #app .md\:tw-grid-flow-row {
    grid-auto-flow: row;
  }

  #app .md\:tw-grid-flow-col {
    grid-auto-flow: column;
  }

  #app .md\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  #app .md\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  #app .md\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  #app .md\:tw-grid-cols-none {
    grid-template-columns: none;
  }

  #app .md\:tw-col-auto {
    grid-column: auto;
  }

  #app .md\:tw-col-span-1 {
    grid-column: span 1 / span 1;
  }

  #app .md\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }

  #app .md\:tw-col-span-3 {
    grid-column: span 3 / span 3;
  }

  #app .md\:tw-col-span-4 {
    grid-column: span 4 / span 4;
  }

  #app .md\:tw-col-span-5 {
    grid-column: span 5 / span 5;
  }

  #app .md\:tw-col-span-6 {
    grid-column: span 6 / span 6;
  }

  #app .md\:tw-col-span-7 {
    grid-column: span 7 / span 7;
  }

  #app .md\:tw-col-span-8 {
    grid-column: span 8 / span 8;
  }

  #app .md\:tw-col-span-9 {
    grid-column: span 9 / span 9;
  }

  #app .md\:tw-col-span-10 {
    grid-column: span 10 / span 10;
  }

  #app .md\:tw-col-span-11 {
    grid-column: span 11 / span 11;
  }

  #app .md\:tw-col-span-12 {
    grid-column: span 12 / span 12;
  }

  #app .md\:tw-col-start-1 {
    grid-column-start: 1;
  }

  #app .md\:tw-col-start-2 {
    grid-column-start: 2;
  }

  #app .md\:tw-col-start-3 {
    grid-column-start: 3;
  }

  #app .md\:tw-col-start-4 {
    grid-column-start: 4;
  }

  #app .md\:tw-col-start-5 {
    grid-column-start: 5;
  }

  #app .md\:tw-col-start-6 {
    grid-column-start: 6;
  }

  #app .md\:tw-col-start-7 {
    grid-column-start: 7;
  }

  #app .md\:tw-col-start-8 {
    grid-column-start: 8;
  }

  #app .md\:tw-col-start-9 {
    grid-column-start: 9;
  }

  #app .md\:tw-col-start-10 {
    grid-column-start: 10;
  }

  #app .md\:tw-col-start-11 {
    grid-column-start: 11;
  }

  #app .md\:tw-col-start-12 {
    grid-column-start: 12;
  }

  #app .md\:tw-col-start-13 {
    grid-column-start: 13;
  }

  #app .md\:tw-col-start-auto {
    grid-column-start: auto;
  }

  #app .md\:tw-col-end-1 {
    grid-column-end: 1;
  }

  #app .md\:tw-col-end-2 {
    grid-column-end: 2;
  }

  #app .md\:tw-col-end-3 {
    grid-column-end: 3;
  }

  #app .md\:tw-col-end-4 {
    grid-column-end: 4;
  }

  #app .md\:tw-col-end-5 {
    grid-column-end: 5;
  }

  #app .md\:tw-col-end-6 {
    grid-column-end: 6;
  }

  #app .md\:tw-col-end-7 {
    grid-column-end: 7;
  }

  #app .md\:tw-col-end-8 {
    grid-column-end: 8;
  }

  #app .md\:tw-col-end-9 {
    grid-column-end: 9;
  }

  #app .md\:tw-col-end-10 {
    grid-column-end: 10;
  }

  #app .md\:tw-col-end-11 {
    grid-column-end: 11;
  }

  #app .md\:tw-col-end-12 {
    grid-column-end: 12;
  }

  #app .md\:tw-col-end-13 {
    grid-column-end: 13;
  }

  #app .md\:tw-col-end-auto {
    grid-column-end: auto;
  }

  #app .md\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  #app .md\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  #app .md\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  #app .md\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  #app .md\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  #app .md\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  #app .md\:tw-grid-rows-none {
    grid-template-rows: none;
  }

  #app .md\:tw-row-auto {
    grid-row: auto;
  }

  #app .md\:tw-row-span-1 {
    grid-row: span 1 / span 1;
  }

  #app .md\:tw-row-span-2 {
    grid-row: span 2 / span 2;
  }

  #app .md\:tw-row-span-3 {
    grid-row: span 3 / span 3;
  }

  #app .md\:tw-row-span-4 {
    grid-row: span 4 / span 4;
  }

  #app .md\:tw-row-span-5 {
    grid-row: span 5 / span 5;
  }

  #app .md\:tw-row-span-6 {
    grid-row: span 6 / span 6;
  }

  #app .md\:tw-row-start-1 {
    grid-row-start: 1;
  }

  #app .md\:tw-row-start-2 {
    grid-row-start: 2;
  }

  #app .md\:tw-row-start-3 {
    grid-row-start: 3;
  }

  #app .md\:tw-row-start-4 {
    grid-row-start: 4;
  }

  #app .md\:tw-row-start-5 {
    grid-row-start: 5;
  }

  #app .md\:tw-row-start-6 {
    grid-row-start: 6;
  }

  #app .md\:tw-row-start-7 {
    grid-row-start: 7;
  }

  #app .md\:tw-row-start-auto {
    grid-row-start: auto;
  }

  #app .md\:tw-row-end-1 {
    grid-row-end: 1;
  }

  #app .md\:tw-row-end-2 {
    grid-row-end: 2;
  }

  #app .md\:tw-row-end-3 {
    grid-row-end: 3;
  }

  #app .md\:tw-row-end-4 {
    grid-row-end: 4;
  }

  #app .md\:tw-row-end-5 {
    grid-row-end: 5;
  }

  #app .md\:tw-row-end-6 {
    grid-row-end: 6;
  }

  #app .md\:tw-row-end-7 {
    grid-row-end: 7;
  }

  #app .md\:tw-row-end-auto {
    grid-row-end: auto;
  }

  #app .md\:tw-transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  #app .md\:tw-transform-none {
    transform: none;
  }

  #app .md\:tw-origin-center {
    transform-origin: center;
  }

  #app .md\:tw-origin-top {
    transform-origin: top;
  }

  #app .md\:tw-origin-top-right {
    transform-origin: top right;
  }

  #app .md\:tw-origin-right {
    transform-origin: right;
  }

  #app .md\:tw-origin-bottom-right {
    transform-origin: bottom right;
  }

  #app .md\:tw-origin-bottom {
    transform-origin: bottom;
  }

  #app .md\:tw-origin-bottom-left {
    transform-origin: bottom left;
  }

  #app .md\:tw-origin-left {
    transform-origin: left;
  }

  #app .md\:tw-origin-top-left {
    transform-origin: top left;
  }

  #app .md\:tw-scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .md\:tw-scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .md\:tw-scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .md\:tw-scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .md\:tw-scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .md\:tw-scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .md\:tw-scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .md\:tw-scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .md\:tw-scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .md\:tw-scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .md\:tw-scale-x-0 {
    --transform-scale-x: 0;
  }

  #app .md\:tw-scale-x-50 {
    --transform-scale-x: .5;
  }

  #app .md\:tw-scale-x-75 {
    --transform-scale-x: .75;
  }

  #app .md\:tw-scale-x-90 {
    --transform-scale-x: .9;
  }

  #app .md\:tw-scale-x-95 {
    --transform-scale-x: .95;
  }

  #app .md\:tw-scale-x-100 {
    --transform-scale-x: 1;
  }

  #app .md\:tw-scale-x-105 {
    --transform-scale-x: 1.05;
  }

  #app .md\:tw-scale-x-110 {
    --transform-scale-x: 1.1;
  }

  #app .md\:tw-scale-x-125 {
    --transform-scale-x: 1.25;
  }

  #app .md\:tw-scale-x-150 {
    --transform-scale-x: 1.5;
  }

  #app .md\:tw-scale-y-0 {
    --transform-scale-y: 0;
  }

  #app .md\:tw-scale-y-50 {
    --transform-scale-y: .5;
  }

  #app .md\:tw-scale-y-75 {
    --transform-scale-y: .75;
  }

  #app .md\:tw-scale-y-90 {
    --transform-scale-y: .9;
  }

  #app .md\:tw-scale-y-95 {
    --transform-scale-y: .95;
  }

  #app .md\:tw-scale-y-100 {
    --transform-scale-y: 1;
  }

  #app .md\:tw-scale-y-105 {
    --transform-scale-y: 1.05;
  }

  #app .md\:tw-scale-y-110 {
    --transform-scale-y: 1.1;
  }

  #app .md\:tw-scale-y-125 {
    --transform-scale-y: 1.25;
  }

  #app .md\:tw-scale-y-150 {
    --transform-scale-y: 1.5;
  }

  #app .md\:hover\:tw-scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .md\:hover\:tw-scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .md\:hover\:tw-scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .md\:hover\:tw-scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .md\:hover\:tw-scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .md\:hover\:tw-scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .md\:hover\:tw-scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .md\:hover\:tw-scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .md\:hover\:tw-scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .md\:hover\:tw-scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .md\:hover\:tw-scale-x-0:hover {
    --transform-scale-x: 0;
  }

  #app .md\:hover\:tw-scale-x-50:hover {
    --transform-scale-x: .5;
  }

  #app .md\:hover\:tw-scale-x-75:hover {
    --transform-scale-x: .75;
  }

  #app .md\:hover\:tw-scale-x-90:hover {
    --transform-scale-x: .9;
  }

  #app .md\:hover\:tw-scale-x-95:hover {
    --transform-scale-x: .95;
  }

  #app .md\:hover\:tw-scale-x-100:hover {
    --transform-scale-x: 1;
  }

  #app .md\:hover\:tw-scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  #app .md\:hover\:tw-scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  #app .md\:hover\:tw-scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  #app .md\:hover\:tw-scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  #app .md\:hover\:tw-scale-y-0:hover {
    --transform-scale-y: 0;
  }

  #app .md\:hover\:tw-scale-y-50:hover {
    --transform-scale-y: .5;
  }

  #app .md\:hover\:tw-scale-y-75:hover {
    --transform-scale-y: .75;
  }

  #app .md\:hover\:tw-scale-y-90:hover {
    --transform-scale-y: .9;
  }

  #app .md\:hover\:tw-scale-y-95:hover {
    --transform-scale-y: .95;
  }

  #app .md\:hover\:tw-scale-y-100:hover {
    --transform-scale-y: 1;
  }

  #app .md\:hover\:tw-scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  #app .md\:hover\:tw-scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  #app .md\:hover\:tw-scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  #app .md\:hover\:tw-scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  #app .md\:focus\:tw-scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .md\:focus\:tw-scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .md\:focus\:tw-scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .md\:focus\:tw-scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .md\:focus\:tw-scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .md\:focus\:tw-scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .md\:focus\:tw-scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .md\:focus\:tw-scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .md\:focus\:tw-scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .md\:focus\:tw-scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .md\:focus\:tw-scale-x-0:focus {
    --transform-scale-x: 0;
  }

  #app .md\:focus\:tw-scale-x-50:focus {
    --transform-scale-x: .5;
  }

  #app .md\:focus\:tw-scale-x-75:focus {
    --transform-scale-x: .75;
  }

  #app .md\:focus\:tw-scale-x-90:focus {
    --transform-scale-x: .9;
  }

  #app .md\:focus\:tw-scale-x-95:focus {
    --transform-scale-x: .95;
  }

  #app .md\:focus\:tw-scale-x-100:focus {
    --transform-scale-x: 1;
  }

  #app .md\:focus\:tw-scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  #app .md\:focus\:tw-scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  #app .md\:focus\:tw-scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  #app .md\:focus\:tw-scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  #app .md\:focus\:tw-scale-y-0:focus {
    --transform-scale-y: 0;
  }

  #app .md\:focus\:tw-scale-y-50:focus {
    --transform-scale-y: .5;
  }

  #app .md\:focus\:tw-scale-y-75:focus {
    --transform-scale-y: .75;
  }

  #app .md\:focus\:tw-scale-y-90:focus {
    --transform-scale-y: .9;
  }

  #app .md\:focus\:tw-scale-y-95:focus {
    --transform-scale-y: .95;
  }

  #app .md\:focus\:tw-scale-y-100:focus {
    --transform-scale-y: 1;
  }

  #app .md\:focus\:tw-scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  #app .md\:focus\:tw-scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  #app .md\:focus\:tw-scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  #app .md\:focus\:tw-scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  #app .md\:tw-rotate-0 {
    --transform-rotate: 0;
  }

  #app .md\:tw-rotate-45 {
    --transform-rotate: 45deg;
  }

  #app .md\:tw-rotate-90 {
    --transform-rotate: 90deg;
  }

  #app .md\:tw-rotate-180 {
    --transform-rotate: 180deg;
  }

  #app .md\:tw--rotate-180 {
    --transform-rotate: -180deg;
  }

  #app .md\:tw--rotate-90 {
    --transform-rotate: -90deg;
  }

  #app .md\:tw--rotate-45 {
    --transform-rotate: -45deg;
  }

  #app .md\:hover\:tw-rotate-0:hover {
    --transform-rotate: 0;
  }

  #app .md\:hover\:tw-rotate-45:hover {
    --transform-rotate: 45deg;
  }

  #app .md\:hover\:tw-rotate-90:hover {
    --transform-rotate: 90deg;
  }

  #app .md\:hover\:tw-rotate-180:hover {
    --transform-rotate: 180deg;
  }

  #app .md\:hover\:tw--rotate-180:hover {
    --transform-rotate: -180deg;
  }

  #app .md\:hover\:tw--rotate-90:hover {
    --transform-rotate: -90deg;
  }

  #app .md\:hover\:tw--rotate-45:hover {
    --transform-rotate: -45deg;
  }

  #app .md\:focus\:tw-rotate-0:focus {
    --transform-rotate: 0;
  }

  #app .md\:focus\:tw-rotate-45:focus {
    --transform-rotate: 45deg;
  }

  #app .md\:focus\:tw-rotate-90:focus {
    --transform-rotate: 90deg;
  }

  #app .md\:focus\:tw-rotate-180:focus {
    --transform-rotate: 180deg;
  }

  #app .md\:focus\:tw--rotate-180:focus {
    --transform-rotate: -180deg;
  }

  #app .md\:focus\:tw--rotate-90:focus {
    --transform-rotate: -90deg;
  }

  #app .md\:focus\:tw--rotate-45:focus {
    --transform-rotate: -45deg;
  }

  #app .md\:tw-translate-x-0 {
    --transform-translate-x: 0;
  }

  #app .md\:tw-translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  #app .md\:tw-translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  #app .md\:tw-translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  #app .md\:tw-translate-x-4 {
    --transform-translate-x: 1rem;
  }

  #app .md\:tw-translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  #app .md\:tw-translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  #app .md\:tw-translate-x-8 {
    --transform-translate-x: 2rem;
  }

  #app .md\:tw-translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  #app .md\:tw-translate-x-12 {
    --transform-translate-x: 3rem;
  }

  #app .md\:tw-translate-x-16 {
    --transform-translate-x: 4rem;
  }

  #app .md\:tw-translate-x-20 {
    --transform-translate-x: 5rem;
  }

  #app .md\:tw-translate-x-24 {
    --transform-translate-x: 6rem;
  }

  #app .md\:tw-translate-x-32 {
    --transform-translate-x: 8rem;
  }

  #app .md\:tw-translate-x-40 {
    --transform-translate-x: 10rem;
  }

  #app .md\:tw-translate-x-48 {
    --transform-translate-x: 12rem;
  }

  #app .md\:tw-translate-x-56 {
    --transform-translate-x: 14rem;
  }

  #app .md\:tw-translate-x-64 {
    --transform-translate-x: 16rem;
  }

  #app .md\:tw-translate-x-px {
    --transform-translate-x: 1px;
  }

  #app .md\:tw--translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  #app .md\:tw--translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  #app .md\:tw--translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  #app .md\:tw--translate-x-4 {
    --transform-translate-x: -1rem;
  }

  #app .md\:tw--translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  #app .md\:tw--translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  #app .md\:tw--translate-x-8 {
    --transform-translate-x: -2rem;
  }

  #app .md\:tw--translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  #app .md\:tw--translate-x-12 {
    --transform-translate-x: -3rem;
  }

  #app .md\:tw--translate-x-16 {
    --transform-translate-x: -4rem;
  }

  #app .md\:tw--translate-x-20 {
    --transform-translate-x: -5rem;
  }

  #app .md\:tw--translate-x-24 {
    --transform-translate-x: -6rem;
  }

  #app .md\:tw--translate-x-32 {
    --transform-translate-x: -8rem;
  }

  #app .md\:tw--translate-x-40 {
    --transform-translate-x: -10rem;
  }

  #app .md\:tw--translate-x-48 {
    --transform-translate-x: -12rem;
  }

  #app .md\:tw--translate-x-56 {
    --transform-translate-x: -14rem;
  }

  #app .md\:tw--translate-x-64 {
    --transform-translate-x: -16rem;
  }

  #app .md\:tw--translate-x-px {
    --transform-translate-x: -1px;
  }

  #app .md\:tw--translate-x-full {
    --transform-translate-x: -100%;
  }

  #app .md\:tw--translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  #app .md\:tw-translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  #app .md\:tw-translate-x-full {
    --transform-translate-x: 100%;
  }

  #app .md\:tw-translate-y-0 {
    --transform-translate-y: 0;
  }

  #app .md\:tw-translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  #app .md\:tw-translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  #app .md\:tw-translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  #app .md\:tw-translate-y-4 {
    --transform-translate-y: 1rem;
  }

  #app .md\:tw-translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  #app .md\:tw-translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  #app .md\:tw-translate-y-8 {
    --transform-translate-y: 2rem;
  }

  #app .md\:tw-translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  #app .md\:tw-translate-y-12 {
    --transform-translate-y: 3rem;
  }

  #app .md\:tw-translate-y-16 {
    --transform-translate-y: 4rem;
  }

  #app .md\:tw-translate-y-20 {
    --transform-translate-y: 5rem;
  }

  #app .md\:tw-translate-y-24 {
    --transform-translate-y: 6rem;
  }

  #app .md\:tw-translate-y-32 {
    --transform-translate-y: 8rem;
  }

  #app .md\:tw-translate-y-40 {
    --transform-translate-y: 10rem;
  }

  #app .md\:tw-translate-y-48 {
    --transform-translate-y: 12rem;
  }

  #app .md\:tw-translate-y-56 {
    --transform-translate-y: 14rem;
  }

  #app .md\:tw-translate-y-64 {
    --transform-translate-y: 16rem;
  }

  #app .md\:tw-translate-y-px {
    --transform-translate-y: 1px;
  }

  #app .md\:tw--translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  #app .md\:tw--translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  #app .md\:tw--translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  #app .md\:tw--translate-y-4 {
    --transform-translate-y: -1rem;
  }

  #app .md\:tw--translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  #app .md\:tw--translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  #app .md\:tw--translate-y-8 {
    --transform-translate-y: -2rem;
  }

  #app .md\:tw--translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  #app .md\:tw--translate-y-12 {
    --transform-translate-y: -3rem;
  }

  #app .md\:tw--translate-y-16 {
    --transform-translate-y: -4rem;
  }

  #app .md\:tw--translate-y-20 {
    --transform-translate-y: -5rem;
  }

  #app .md\:tw--translate-y-24 {
    --transform-translate-y: -6rem;
  }

  #app .md\:tw--translate-y-32 {
    --transform-translate-y: -8rem;
  }

  #app .md\:tw--translate-y-40 {
    --transform-translate-y: -10rem;
  }

  #app .md\:tw--translate-y-48 {
    --transform-translate-y: -12rem;
  }

  #app .md\:tw--translate-y-56 {
    --transform-translate-y: -14rem;
  }

  #app .md\:tw--translate-y-64 {
    --transform-translate-y: -16rem;
  }

  #app .md\:tw--translate-y-px {
    --transform-translate-y: -1px;
  }

  #app .md\:tw--translate-y-full {
    --transform-translate-y: -100%;
  }

  #app .md\:tw--translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  #app .md\:tw-translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  #app .md\:tw-translate-y-full {
    --transform-translate-y: 100%;
  }

  #app .md\:hover\:tw-translate-x-0:hover {
    --transform-translate-x: 0;
  }

  #app .md\:hover\:tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  #app .md\:hover\:tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  #app .md\:hover\:tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  #app .md\:hover\:tw-translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  #app .md\:hover\:tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  #app .md\:hover\:tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  #app .md\:hover\:tw-translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  #app .md\:hover\:tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  #app .md\:hover\:tw-translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  #app .md\:hover\:tw-translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  #app .md\:hover\:tw-translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  #app .md\:hover\:tw-translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  #app .md\:hover\:tw-translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  #app .md\:hover\:tw-translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  #app .md\:hover\:tw-translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  #app .md\:hover\:tw-translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  #app .md\:hover\:tw-translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  #app .md\:hover\:tw-translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  #app .md\:hover\:tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  #app .md\:hover\:tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  #app .md\:hover\:tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  #app .md\:hover\:tw--translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  #app .md\:hover\:tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  #app .md\:hover\:tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  #app .md\:hover\:tw--translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  #app .md\:hover\:tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  #app .md\:hover\:tw--translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  #app .md\:hover\:tw--translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  #app .md\:hover\:tw--translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  #app .md\:hover\:tw--translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  #app .md\:hover\:tw--translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  #app .md\:hover\:tw--translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  #app .md\:hover\:tw--translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  #app .md\:hover\:tw--translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  #app .md\:hover\:tw--translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  #app .md\:hover\:tw--translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  #app .md\:hover\:tw--translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  #app .md\:hover\:tw--translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  #app .md\:hover\:tw-translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  #app .md\:hover\:tw-translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  #app .md\:hover\:tw-translate-y-0:hover {
    --transform-translate-y: 0;
  }

  #app .md\:hover\:tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  #app .md\:hover\:tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  #app .md\:hover\:tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  #app .md\:hover\:tw-translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  #app .md\:hover\:tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  #app .md\:hover\:tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  #app .md\:hover\:tw-translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  #app .md\:hover\:tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  #app .md\:hover\:tw-translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  #app .md\:hover\:tw-translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  #app .md\:hover\:tw-translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  #app .md\:hover\:tw-translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  #app .md\:hover\:tw-translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  #app .md\:hover\:tw-translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  #app .md\:hover\:tw-translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  #app .md\:hover\:tw-translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  #app .md\:hover\:tw-translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  #app .md\:hover\:tw-translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  #app .md\:hover\:tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  #app .md\:hover\:tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  #app .md\:hover\:tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  #app .md\:hover\:tw--translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  #app .md\:hover\:tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  #app .md\:hover\:tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  #app .md\:hover\:tw--translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  #app .md\:hover\:tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  #app .md\:hover\:tw--translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  #app .md\:hover\:tw--translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  #app .md\:hover\:tw--translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  #app .md\:hover\:tw--translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  #app .md\:hover\:tw--translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  #app .md\:hover\:tw--translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  #app .md\:hover\:tw--translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  #app .md\:hover\:tw--translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  #app .md\:hover\:tw--translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  #app .md\:hover\:tw--translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  #app .md\:hover\:tw--translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  #app .md\:hover\:tw--translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  #app .md\:hover\:tw-translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  #app .md\:hover\:tw-translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  #app .md\:focus\:tw-translate-x-0:focus {
    --transform-translate-x: 0;
  }

  #app .md\:focus\:tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  #app .md\:focus\:tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  #app .md\:focus\:tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  #app .md\:focus\:tw-translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  #app .md\:focus\:tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  #app .md\:focus\:tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  #app .md\:focus\:tw-translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  #app .md\:focus\:tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  #app .md\:focus\:tw-translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  #app .md\:focus\:tw-translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  #app .md\:focus\:tw-translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  #app .md\:focus\:tw-translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  #app .md\:focus\:tw-translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  #app .md\:focus\:tw-translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  #app .md\:focus\:tw-translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  #app .md\:focus\:tw-translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  #app .md\:focus\:tw-translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  #app .md\:focus\:tw-translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  #app .md\:focus\:tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  #app .md\:focus\:tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  #app .md\:focus\:tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  #app .md\:focus\:tw--translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  #app .md\:focus\:tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  #app .md\:focus\:tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  #app .md\:focus\:tw--translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  #app .md\:focus\:tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  #app .md\:focus\:tw--translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  #app .md\:focus\:tw--translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  #app .md\:focus\:tw--translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  #app .md\:focus\:tw--translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  #app .md\:focus\:tw--translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  #app .md\:focus\:tw--translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  #app .md\:focus\:tw--translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  #app .md\:focus\:tw--translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  #app .md\:focus\:tw--translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  #app .md\:focus\:tw--translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  #app .md\:focus\:tw--translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  #app .md\:focus\:tw--translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  #app .md\:focus\:tw-translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  #app .md\:focus\:tw-translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  #app .md\:focus\:tw-translate-y-0:focus {
    --transform-translate-y: 0;
  }

  #app .md\:focus\:tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  #app .md\:focus\:tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  #app .md\:focus\:tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  #app .md\:focus\:tw-translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  #app .md\:focus\:tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  #app .md\:focus\:tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  #app .md\:focus\:tw-translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  #app .md\:focus\:tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  #app .md\:focus\:tw-translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  #app .md\:focus\:tw-translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  #app .md\:focus\:tw-translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  #app .md\:focus\:tw-translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  #app .md\:focus\:tw-translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  #app .md\:focus\:tw-translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  #app .md\:focus\:tw-translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  #app .md\:focus\:tw-translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  #app .md\:focus\:tw-translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  #app .md\:focus\:tw-translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  #app .md\:focus\:tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  #app .md\:focus\:tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  #app .md\:focus\:tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  #app .md\:focus\:tw--translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  #app .md\:focus\:tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  #app .md\:focus\:tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  #app .md\:focus\:tw--translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  #app .md\:focus\:tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  #app .md\:focus\:tw--translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  #app .md\:focus\:tw--translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  #app .md\:focus\:tw--translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  #app .md\:focus\:tw--translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  #app .md\:focus\:tw--translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  #app .md\:focus\:tw--translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  #app .md\:focus\:tw--translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  #app .md\:focus\:tw--translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  #app .md\:focus\:tw--translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  #app .md\:focus\:tw--translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  #app .md\:focus\:tw--translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  #app .md\:focus\:tw--translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  #app .md\:focus\:tw-translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  #app .md\:focus\:tw-translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  #app .md\:tw-skew-x-0 {
    --transform-skew-x: 0;
  }

  #app .md\:tw-skew-x-3 {
    --transform-skew-x: 3deg;
  }

  #app .md\:tw-skew-x-6 {
    --transform-skew-x: 6deg;
  }

  #app .md\:tw-skew-x-12 {
    --transform-skew-x: 12deg;
  }

  #app .md\:tw--skew-x-12 {
    --transform-skew-x: -12deg;
  }

  #app .md\:tw--skew-x-6 {
    --transform-skew-x: -6deg;
  }

  #app .md\:tw--skew-x-3 {
    --transform-skew-x: -3deg;
  }

  #app .md\:tw-skew-y-0 {
    --transform-skew-y: 0;
  }

  #app .md\:tw-skew-y-3 {
    --transform-skew-y: 3deg;
  }

  #app .md\:tw-skew-y-6 {
    --transform-skew-y: 6deg;
  }

  #app .md\:tw-skew-y-12 {
    --transform-skew-y: 12deg;
  }

  #app .md\:tw--skew-y-12 {
    --transform-skew-y: -12deg;
  }

  #app .md\:tw--skew-y-6 {
    --transform-skew-y: -6deg;
  }

  #app .md\:tw--skew-y-3 {
    --transform-skew-y: -3deg;
  }

  #app .md\:hover\:tw-skew-x-0:hover {
    --transform-skew-x: 0;
  }

  #app .md\:hover\:tw-skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  #app .md\:hover\:tw-skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  #app .md\:hover\:tw-skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  #app .md\:hover\:tw--skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  #app .md\:hover\:tw--skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  #app .md\:hover\:tw--skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  #app .md\:hover\:tw-skew-y-0:hover {
    --transform-skew-y: 0;
  }

  #app .md\:hover\:tw-skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  #app .md\:hover\:tw-skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  #app .md\:hover\:tw-skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  #app .md\:hover\:tw--skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  #app .md\:hover\:tw--skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  #app .md\:hover\:tw--skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  #app .md\:focus\:tw-skew-x-0:focus {
    --transform-skew-x: 0;
  }

  #app .md\:focus\:tw-skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  #app .md\:focus\:tw-skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  #app .md\:focus\:tw-skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  #app .md\:focus\:tw--skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  #app .md\:focus\:tw--skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  #app .md\:focus\:tw--skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  #app .md\:focus\:tw-skew-y-0:focus {
    --transform-skew-y: 0;
  }

  #app .md\:focus\:tw-skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  #app .md\:focus\:tw-skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  #app .md\:focus\:tw-skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  #app .md\:focus\:tw--skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  #app .md\:focus\:tw--skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  #app .md\:focus\:tw--skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  #app .md\:tw-transition-none {
    transition-property: none;
  }

  #app .md\:tw-transition-all {
    transition-property: all;
  }

  #app .md\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  #app .md\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  #app .md\:tw-transition-opacity {
    transition-property: opacity;
  }

  #app .md\:tw-transition-shadow {
    transition-property: box-shadow;
  }

  #app .md\:tw-transition-transform {
    transition-property: transform;
  }

  #app .md\:tw-ease-linear {
    transition-timing-function: linear;
  }

  #app .md\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #app .md\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  #app .md\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  #app .md\:tw-duration-75 {
    transition-duration: 75ms;
  }

  #app .md\:tw-duration-100 {
    transition-duration: 100ms;
  }

  #app .md\:tw-duration-150 {
    transition-duration: 150ms;
  }

  #app .md\:tw-duration-200 {
    transition-duration: 200ms;
  }

  #app .md\:tw-duration-300 {
    transition-duration: 300ms;
  }

  #app .md\:tw-duration-500 {
    transition-duration: 500ms;
  }

  #app .md\:tw-duration-700 {
    transition-duration: 700ms;
  }

  #app .md\:tw-duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (min-width: 1024px) {
  #app .lg\:tw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

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

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

  #app .lg\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  #app .lg\:tw-bg-fixed {
    background-attachment: fixed;
  }

  #app .lg\:tw-bg-local {
    background-attachment: local;
  }

  #app .lg\:tw-bg-scroll {
    background-attachment: scroll;
  }

  #app .lg\:tw-bg-transparent {
    background-color: transparent;
  }

  #app .lg\:tw-bg-black {
    background-color: #000;
  }

  #app .lg\:tw-bg-white {
    background-color: #fff;
  }

  #app .lg\:tw-bg-gray-100 {
    background-color: #f7fafc;
  }

  #app .lg\:tw-bg-gray-200 {
    background-color: #edf2f7;
  }

  #app .lg\:tw-bg-gray-300 {
    background-color: #e2e8f0;
  }

  #app .lg\:tw-bg-gray-400 {
    background-color: #cbd5e0;
  }

  #app .lg\:tw-bg-gray-500 {
    background-color: #a0aec0;
  }

  #app .lg\:tw-bg-gray-600 {
    background-color: #718096;
  }

  #app .lg\:tw-bg-gray-700 {
    background-color: #4a5568;
  }

  #app .lg\:tw-bg-gray-800 {
    background-color: #2d3748;
  }

  #app .lg\:tw-bg-gray-900 {
    background-color: #1a202c;
  }

  #app .lg\:tw-bg-red-100 {
    background-color: #fff5f5;
  }

  #app .lg\:tw-bg-red-200 {
    background-color: #fed7d7;
  }

  #app .lg\:tw-bg-red-300 {
    background-color: #feb2b2;
  }

  #app .lg\:tw-bg-red-400 {
    background-color: #fc8181;
  }

  #app .lg\:tw-bg-red-500 {
    background-color: #f56565;
  }

  #app .lg\:tw-bg-red-600 {
    background-color: #e53e3e;
  }

  #app .lg\:tw-bg-red-700 {
    background-color: #c53030;
  }

  #app .lg\:tw-bg-red-800 {
    background-color: #9b2c2c;
  }

  #app .lg\:tw-bg-red-900 {
    background-color: #742a2a;
  }

  #app .lg\:tw-bg-orange-100 {
    background-color: #fffaf0;
  }

  #app .lg\:tw-bg-orange-200 {
    background-color: #feebc8;
  }

  #app .lg\:tw-bg-orange-300 {
    background-color: #fbd38d;
  }

  #app .lg\:tw-bg-orange-400 {
    background-color: #f6ad55;
  }

  #app .lg\:tw-bg-orange-500 {
    background-color: #ed8936;
  }

  #app .lg\:tw-bg-orange-600 {
    background-color: #dd6b20;
  }

  #app .lg\:tw-bg-orange-700 {
    background-color: #c05621;
  }

  #app .lg\:tw-bg-orange-800 {
    background-color: #9c4221;
  }

  #app .lg\:tw-bg-orange-900 {
    background-color: #7b341e;
  }

  #app .lg\:tw-bg-yellow-100 {
    background-color: #fffff0;
  }

  #app .lg\:tw-bg-yellow-200 {
    background-color: #fefcbf;
  }

  #app .lg\:tw-bg-yellow-300 {
    background-color: #faf089;
  }

  #app .lg\:tw-bg-yellow-400 {
    background-color: #f6e05e;
  }

  #app .lg\:tw-bg-yellow-500 {
    background-color: #ecc94b;
  }

  #app .lg\:tw-bg-yellow-600 {
    background-color: #d69e2e;
  }

  #app .lg\:tw-bg-yellow-700 {
    background-color: #b7791f;
  }

  #app .lg\:tw-bg-yellow-800 {
    background-color: #975a16;
  }

  #app .lg\:tw-bg-yellow-900 {
    background-color: #744210;
  }

  #app .lg\:tw-bg-green-100 {
    background-color: #f0fff4;
  }

  #app .lg\:tw-bg-green-200 {
    background-color: #c6f6d5;
  }

  #app .lg\:tw-bg-green-300 {
    background-color: #9ae6b4;
  }

  #app .lg\:tw-bg-green-400 {
    background-color: #68d391;
  }

  #app .lg\:tw-bg-green-500 {
    background-color: #48bb78;
  }

  #app .lg\:tw-bg-green-600 {
    background-color: #38a169;
  }

  #app .lg\:tw-bg-green-700 {
    background-color: #2f855a;
  }

  #app .lg\:tw-bg-green-800 {
    background-color: #276749;
  }

  #app .lg\:tw-bg-green-900 {
    background-color: #22543d;
  }

  #app .lg\:tw-bg-teal-100 {
    background-color: #e6fffa;
  }

  #app .lg\:tw-bg-teal-200 {
    background-color: #b2f5ea;
  }

  #app .lg\:tw-bg-teal-300 {
    background-color: #81e6d9;
  }

  #app .lg\:tw-bg-teal-400 {
    background-color: #4fd1c5;
  }

  #app .lg\:tw-bg-teal-500 {
    background-color: #38b2ac;
  }

  #app .lg\:tw-bg-teal-600 {
    background-color: #319795;
  }

  #app .lg\:tw-bg-teal-700 {
    background-color: #2c7a7b;
  }

  #app .lg\:tw-bg-teal-800 {
    background-color: #285e61;
  }

  #app .lg\:tw-bg-teal-900 {
    background-color: #234e52;
  }

  #app .lg\:tw-bg-blue-100 {
    background-color: #ebf8ff;
  }

  #app .lg\:tw-bg-blue-200 {
    background-color: #bee3f8;
  }

  #app .lg\:tw-bg-blue-300 {
    background-color: #90cdf4;
  }

  #app .lg\:tw-bg-blue-400 {
    background-color: #63b3ed;
  }

  #app .lg\:tw-bg-blue-500 {
    background-color: #4299e1;
  }

  #app .lg\:tw-bg-blue-600 {
    background-color: #3182ce;
  }

  #app .lg\:tw-bg-blue-700 {
    background-color: #2b6cb0;
  }

  #app .lg\:tw-bg-blue-800 {
    background-color: #2c5282;
  }

  #app .lg\:tw-bg-blue-900 {
    background-color: #2a4365;
  }

  #app .lg\:tw-bg-indigo-100 {
    background-color: #ebf4ff;
  }

  #app .lg\:tw-bg-indigo-200 {
    background-color: #c3dafe;
  }

  #app .lg\:tw-bg-indigo-300 {
    background-color: #a3bffa;
  }

  #app .lg\:tw-bg-indigo-400 {
    background-color: #7f9cf5;
  }

  #app .lg\:tw-bg-indigo-500 {
    background-color: #667eea;
  }

  #app .lg\:tw-bg-indigo-600 {
    background-color: #5a67d8;
  }

  #app .lg\:tw-bg-indigo-700 {
    background-color: #4c51bf;
  }

  #app .lg\:tw-bg-indigo-800 {
    background-color: #434190;
  }

  #app .lg\:tw-bg-indigo-900 {
    background-color: #3c366b;
  }

  #app .lg\:tw-bg-purple-100 {
    background-color: #faf5ff;
  }

  #app .lg\:tw-bg-purple-200 {
    background-color: #e9d8fd;
  }

  #app .lg\:tw-bg-purple-300 {
    background-color: #d6bcfa;
  }

  #app .lg\:tw-bg-purple-400 {
    background-color: #b794f4;
  }

  #app .lg\:tw-bg-purple-500 {
    background-color: #9f7aea;
  }

  #app .lg\:tw-bg-purple-600 {
    background-color: #805ad5;
  }

  #app .lg\:tw-bg-purple-700 {
    background-color: #6b46c1;
  }

  #app .lg\:tw-bg-purple-800 {
    background-color: #553c9a;
  }

  #app .lg\:tw-bg-purple-900 {
    background-color: #44337a;
  }

  #app .lg\:tw-bg-pink-100 {
    background-color: #fff5f7;
  }

  #app .lg\:tw-bg-pink-200 {
    background-color: #fed7e2;
  }

  #app .lg\:tw-bg-pink-300 {
    background-color: #fbb6ce;
  }

  #app .lg\:tw-bg-pink-400 {
    background-color: #f687b3;
  }

  #app .lg\:tw-bg-pink-500 {
    background-color: #ed64a6;
  }

  #app .lg\:tw-bg-pink-600 {
    background-color: #d53f8c;
  }

  #app .lg\:tw-bg-pink-700 {
    background-color: #b83280;
  }

  #app .lg\:tw-bg-pink-800 {
    background-color: #97266d;
  }

  #app .lg\:tw-bg-pink-900 {
    background-color: #702459;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #app .lg\:hover\:tw-bg-red-500:hover {
    background-color: #f56565;
  }

  #app .lg\:hover\:tw-bg-red-600:hover {
    background-color: #e53e3e;
  }

  #app .lg\:hover\:tw-bg-red-700:hover {
    background-color: #c53030;
  }

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

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

  #app .lg\:hover\:tw-bg-orange-100:hover {
    background-color: #fffaf0;
  }

  #app .lg\:hover\:tw-bg-orange-200:hover {
    background-color: #feebc8;
  }

  #app .lg\:hover\:tw-bg-orange-300:hover {
    background-color: #fbd38d;
  }

  #app .lg\:hover\:tw-bg-orange-400:hover {
    background-color: #f6ad55;
  }

  #app .lg\:hover\:tw-bg-orange-500:hover {
    background-color: #ed8936;
  }

  #app .lg\:hover\:tw-bg-orange-600:hover {
    background-color: #dd6b20;
  }

  #app .lg\:hover\:tw-bg-orange-700:hover {
    background-color: #c05621;
  }

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

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

  #app .lg\:hover\:tw-bg-yellow-100:hover {
    background-color: #fffff0;
  }

  #app .lg\:hover\:tw-bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  #app .lg\:hover\:tw-bg-yellow-300:hover {
    background-color: #faf089;
  }

  #app .lg\:hover\:tw-bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  #app .lg\:hover\:tw-bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  #app .lg\:hover\:tw-bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  #app .lg\:hover\:tw-bg-yellow-700:hover {
    background-color: #b7791f;
  }

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

  #app .lg\:hover\:tw-bg-yellow-900:hover {
    background-color: #744210;
  }

  #app .lg\:hover\:tw-bg-green-100:hover {
    background-color: #f0fff4;
  }

  #app .lg\:hover\:tw-bg-green-200:hover {
    background-color: #c6f6d5;
  }

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

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

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

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

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

  #app .lg\:hover\:tw-bg-green-800:hover {
    background-color: #276749;
  }

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

  #app .lg\:hover\:tw-bg-teal-100:hover {
    background-color: #e6fffa;
  }

  #app .lg\:hover\:tw-bg-teal-200:hover {
    background-color: #b2f5ea;
  }

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

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

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

  #app .lg\:hover\:tw-bg-teal-600:hover {
    background-color: #319795;
  }

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

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

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

  #app .lg\:hover\:tw-bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  #app .lg\:hover\:tw-bg-blue-200:hover {
    background-color: #bee3f8;
  }

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

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

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

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

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

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

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

  #app .lg\:hover\:tw-bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  #app .lg\:hover\:tw-bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  #app .lg\:hover\:tw-bg-indigo-300:hover {
    background-color: #a3bffa;
  }

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

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

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

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

  #app .lg\:hover\:tw-bg-indigo-800:hover {
    background-color: #434190;
  }

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

  #app .lg\:hover\:tw-bg-purple-100:hover {
    background-color: #faf5ff;
  }

  #app .lg\:hover\:tw-bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  #app .lg\:hover\:tw-bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  #app .lg\:hover\:tw-bg-purple-400:hover {
    background-color: #b794f4;
  }

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

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

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

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

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

  #app .lg\:hover\:tw-bg-pink-100:hover {
    background-color: #fff5f7;
  }

  #app .lg\:hover\:tw-bg-pink-200:hover {
    background-color: #fed7e2;
  }

  #app .lg\:hover\:tw-bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  #app .lg\:hover\:tw-bg-pink-400:hover {
    background-color: #f687b3;
  }

  #app .lg\:hover\:tw-bg-pink-500:hover {
    background-color: #ed64a6;
  }

  #app .lg\:hover\:tw-bg-pink-600:hover {
    background-color: #d53f8c;
  }

  #app .lg\:hover\:tw-bg-pink-700:hover {
    background-color: #b83280;
  }

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

  #app .lg\:hover\:tw-bg-pink-900:hover {
    background-color: #702459;
  }

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

  #app .lg\:focus\:tw-bg-black:focus {
    background-color: #000;
  }

  #app .lg\:focus\:tw-bg-white:focus {
    background-color: #fff;
  }

  #app .lg\:focus\:tw-bg-gray-100:focus {
    background-color: #f7fafc;
  }

  #app .lg\:focus\:tw-bg-gray-200:focus {
    background-color: #edf2f7;
  }

  #app .lg\:focus\:tw-bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  #app .lg\:focus\:tw-bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  #app .lg\:focus\:tw-bg-gray-500:focus {
    background-color: #a0aec0;
  }

  #app .lg\:focus\:tw-bg-gray-600:focus {
    background-color: #718096;
  }

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

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

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

  #app .lg\:focus\:tw-bg-red-100:focus {
    background-color: #fff5f5;
  }

  #app .lg\:focus\:tw-bg-red-200:focus {
    background-color: #fed7d7;
  }

  #app .lg\:focus\:tw-bg-red-300:focus {
    background-color: #feb2b2;
  }

  #app .lg\:focus\:tw-bg-red-400:focus {
    background-color: #fc8181;
  }

  #app .lg\:focus\:tw-bg-red-500:focus {
    background-color: #f56565;
  }

  #app .lg\:focus\:tw-bg-red-600:focus {
    background-color: #e53e3e;
  }

  #app .lg\:focus\:tw-bg-red-700:focus {
    background-color: #c53030;
  }

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

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

  #app .lg\:focus\:tw-bg-orange-100:focus {
    background-color: #fffaf0;
  }

  #app .lg\:focus\:tw-bg-orange-200:focus {
    background-color: #feebc8;
  }

  #app .lg\:focus\:tw-bg-orange-300:focus {
    background-color: #fbd38d;
  }

  #app .lg\:focus\:tw-bg-orange-400:focus {
    background-color: #f6ad55;
  }

  #app .lg\:focus\:tw-bg-orange-500:focus {
    background-color: #ed8936;
  }

  #app .lg\:focus\:tw-bg-orange-600:focus {
    background-color: #dd6b20;
  }

  #app .lg\:focus\:tw-bg-orange-700:focus {
    background-color: #c05621;
  }

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

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

  #app .lg\:focus\:tw-bg-yellow-100:focus {
    background-color: #fffff0;
  }

  #app .lg\:focus\:tw-bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  #app .lg\:focus\:tw-bg-yellow-300:focus {
    background-color: #faf089;
  }

  #app .lg\:focus\:tw-bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  #app .lg\:focus\:tw-bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  #app .lg\:focus\:tw-bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  #app .lg\:focus\:tw-bg-yellow-700:focus {
    background-color: #b7791f;
  }

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

  #app .lg\:focus\:tw-bg-yellow-900:focus {
    background-color: #744210;
  }

  #app .lg\:focus\:tw-bg-green-100:focus {
    background-color: #f0fff4;
  }

  #app .lg\:focus\:tw-bg-green-200:focus {
    background-color: #c6f6d5;
  }

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

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

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

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

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

  #app .lg\:focus\:tw-bg-green-800:focus {
    background-color: #276749;
  }

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

  #app .lg\:focus\:tw-bg-teal-100:focus {
    background-color: #e6fffa;
  }

  #app .lg\:focus\:tw-bg-teal-200:focus {
    background-color: #b2f5ea;
  }

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

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

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

  #app .lg\:focus\:tw-bg-teal-600:focus {
    background-color: #319795;
  }

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

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

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

  #app .lg\:focus\:tw-bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  #app .lg\:focus\:tw-bg-blue-200:focus {
    background-color: #bee3f8;
  }

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

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

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

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

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

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

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

  #app .lg\:focus\:tw-bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  #app .lg\:focus\:tw-bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  #app .lg\:focus\:tw-bg-indigo-300:focus {
    background-color: #a3bffa;
  }

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

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

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

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

  #app .lg\:focus\:tw-bg-indigo-800:focus {
    background-color: #434190;
  }

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

  #app .lg\:focus\:tw-bg-purple-100:focus {
    background-color: #faf5ff;
  }

  #app .lg\:focus\:tw-bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  #app .lg\:focus\:tw-bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  #app .lg\:focus\:tw-bg-purple-400:focus {
    background-color: #b794f4;
  }

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

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

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

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

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

  #app .lg\:focus\:tw-bg-pink-100:focus {
    background-color: #fff5f7;
  }

  #app .lg\:focus\:tw-bg-pink-200:focus {
    background-color: #fed7e2;
  }

  #app .lg\:focus\:tw-bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  #app .lg\:focus\:tw-bg-pink-400:focus {
    background-color: #f687b3;
  }

  #app .lg\:focus\:tw-bg-pink-500:focus {
    background-color: #ed64a6;
  }

  #app .lg\:focus\:tw-bg-pink-600:focus {
    background-color: #d53f8c;
  }

  #app .lg\:focus\:tw-bg-pink-700:focus {
    background-color: #b83280;
  }

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

  #app .lg\:focus\:tw-bg-pink-900:focus {
    background-color: #702459;
  }

  #app .lg\:tw-bg-bottom {
    background-position: bottom;
  }

  #app .lg\:tw-bg-center {
    background-position: center;
  }

  #app .lg\:tw-bg-left {
    background-position: left;
  }

  #app .lg\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  #app .lg\:tw-bg-left-top {
    background-position: left top;
  }

  #app .lg\:tw-bg-right {
    background-position: right;
  }

  #app .lg\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  #app .lg\:tw-bg-right-top {
    background-position: right top;
  }

  #app .lg\:tw-bg-top {
    background-position: top;
  }

  #app .lg\:tw-bg-repeat {
    background-repeat: repeat;
  }

  #app .lg\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  #app .lg\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  #app .lg\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  #app .lg\:tw-bg-repeat-round {
    background-repeat: round;
  }

  #app .lg\:tw-bg-repeat-space {
    background-repeat: space;
  }

  #app .lg\:tw-bg-auto {
    background-size: auto;
  }

  #app .lg\:tw-bg-cover {
    background-size: cover;
  }

  #app .lg\:tw-bg-contain {
    background-size: contain;
  }

  #app .lg\:tw-border-collapse {
    border-collapse: collapse;
  }

  #app .lg\:tw-border-separate {
    border-collapse: separate;
  }

  #app .lg\:tw-border-transparent {
    border-color: transparent;
  }

  #app .lg\:tw-border-black {
    border-color: #000;
  }

  #app .lg\:tw-border-white {
    border-color: #fff;
  }

  #app .lg\:tw-border-gray-100 {
    border-color: #f7fafc;
  }

  #app .lg\:tw-border-gray-200 {
    border-color: #edf2f7;
  }

  #app .lg\:tw-border-gray-300 {
    border-color: #e2e8f0;
  }

  #app .lg\:tw-border-gray-400 {
    border-color: #cbd5e0;
  }

  #app .lg\:tw-border-gray-500 {
    border-color: #a0aec0;
  }

  #app .lg\:tw-border-gray-600 {
    border-color: #718096;
  }

  #app .lg\:tw-border-gray-700 {
    border-color: #4a5568;
  }

  #app .lg\:tw-border-gray-800 {
    border-color: #2d3748;
  }

  #app .lg\:tw-border-gray-900 {
    border-color: #1a202c;
  }

  #app .lg\:tw-border-red-100 {
    border-color: #fff5f5;
  }

  #app .lg\:tw-border-red-200 {
    border-color: #fed7d7;
  }

  #app .lg\:tw-border-red-300 {
    border-color: #feb2b2;
  }

  #app .lg\:tw-border-red-400 {
    border-color: #fc8181;
  }

  #app .lg\:tw-border-red-500 {
    border-color: #f56565;
  }

  #app .lg\:tw-border-red-600 {
    border-color: #e53e3e;
  }

  #app .lg\:tw-border-red-700 {
    border-color: #c53030;
  }

  #app .lg\:tw-border-red-800 {
    border-color: #9b2c2c;
  }

  #app .lg\:tw-border-red-900 {
    border-color: #742a2a;
  }

  #app .lg\:tw-border-orange-100 {
    border-color: #fffaf0;
  }

  #app .lg\:tw-border-orange-200 {
    border-color: #feebc8;
  }

  #app .lg\:tw-border-orange-300 {
    border-color: #fbd38d;
  }

  #app .lg\:tw-border-orange-400 {
    border-color: #f6ad55;
  }

  #app .lg\:tw-border-orange-500 {
    border-color: #ed8936;
  }

  #app .lg\:tw-border-orange-600 {
    border-color: #dd6b20;
  }

  #app .lg\:tw-border-orange-700 {
    border-color: #c05621;
  }

  #app .lg\:tw-border-orange-800 {
    border-color: #9c4221;
  }

  #app .lg\:tw-border-orange-900 {
    border-color: #7b341e;
  }

  #app .lg\:tw-border-yellow-100 {
    border-color: #fffff0;
  }

  #app .lg\:tw-border-yellow-200 {
    border-color: #fefcbf;
  }

  #app .lg\:tw-border-yellow-300 {
    border-color: #faf089;
  }

  #app .lg\:tw-border-yellow-400 {
    border-color: #f6e05e;
  }

  #app .lg\:tw-border-yellow-500 {
    border-color: #ecc94b;
  }

  #app .lg\:tw-border-yellow-600 {
    border-color: #d69e2e;
  }

  #app .lg\:tw-border-yellow-700 {
    border-color: #b7791f;
  }

  #app .lg\:tw-border-yellow-800 {
    border-color: #975a16;
  }

  #app .lg\:tw-border-yellow-900 {
    border-color: #744210;
  }

  #app .lg\:tw-border-green-100 {
    border-color: #f0fff4;
  }

  #app .lg\:tw-border-green-200 {
    border-color: #c6f6d5;
  }

  #app .lg\:tw-border-green-300 {
    border-color: #9ae6b4;
  }

  #app .lg\:tw-border-green-400 {
    border-color: #68d391;
  }

  #app .lg\:tw-border-green-500 {
    border-color: #48bb78;
  }

  #app .lg\:tw-border-green-600 {
    border-color: #38a169;
  }

  #app .lg\:tw-border-green-700 {
    border-color: #2f855a;
  }

  #app .lg\:tw-border-green-800 {
    border-color: #276749;
  }

  #app .lg\:tw-border-green-900 {
    border-color: #22543d;
  }

  #app .lg\:tw-border-teal-100 {
    border-color: #e6fffa;
  }

  #app .lg\:tw-border-teal-200 {
    border-color: #b2f5ea;
  }

  #app .lg\:tw-border-teal-300 {
    border-color: #81e6d9;
  }

  #app .lg\:tw-border-teal-400 {
    border-color: #4fd1c5;
  }

  #app .lg\:tw-border-teal-500 {
    border-color: #38b2ac;
  }

  #app .lg\:tw-border-teal-600 {
    border-color: #319795;
  }

  #app .lg\:tw-border-teal-700 {
    border-color: #2c7a7b;
  }

  #app .lg\:tw-border-teal-800 {
    border-color: #285e61;
  }

  #app .lg\:tw-border-teal-900 {
    border-color: #234e52;
  }

  #app .lg\:tw-border-blue-100 {
    border-color: #ebf8ff;
  }

  #app .lg\:tw-border-blue-200 {
    border-color: #bee3f8;
  }

  #app .lg\:tw-border-blue-300 {
    border-color: #90cdf4;
  }

  #app .lg\:tw-border-blue-400 {
    border-color: #63b3ed;
  }

  #app .lg\:tw-border-blue-500 {
    border-color: #4299e1;
  }

  #app .lg\:tw-border-blue-600 {
    border-color: #3182ce;
  }

  #app .lg\:tw-border-blue-700 {
    border-color: #2b6cb0;
  }

  #app .lg\:tw-border-blue-800 {
    border-color: #2c5282;
  }

  #app .lg\:tw-border-blue-900 {
    border-color: #2a4365;
  }

  #app .lg\:tw-border-indigo-100 {
    border-color: #ebf4ff;
  }

  #app .lg\:tw-border-indigo-200 {
    border-color: #c3dafe;
  }

  #app .lg\:tw-border-indigo-300 {
    border-color: #a3bffa;
  }

  #app .lg\:tw-border-indigo-400 {
    border-color: #7f9cf5;
  }

  #app .lg\:tw-border-indigo-500 {
    border-color: #667eea;
  }

  #app .lg\:tw-border-indigo-600 {
    border-color: #5a67d8;
  }

  #app .lg\:tw-border-indigo-700 {
    border-color: #4c51bf;
  }

  #app .lg\:tw-border-indigo-800 {
    border-color: #434190;
  }

  #app .lg\:tw-border-indigo-900 {
    border-color: #3c366b;
  }

  #app .lg\:tw-border-purple-100 {
    border-color: #faf5ff;
  }

  #app .lg\:tw-border-purple-200 {
    border-color: #e9d8fd;
  }

  #app .lg\:tw-border-purple-300 {
    border-color: #d6bcfa;
  }

  #app .lg\:tw-border-purple-400 {
    border-color: #b794f4;
  }

  #app .lg\:tw-border-purple-500 {
    border-color: #9f7aea;
  }

  #app .lg\:tw-border-purple-600 {
    border-color: #805ad5;
  }

  #app .lg\:tw-border-purple-700 {
    border-color: #6b46c1;
  }

  #app .lg\:tw-border-purple-800 {
    border-color: #553c9a;
  }

  #app .lg\:tw-border-purple-900 {
    border-color: #44337a;
  }

  #app .lg\:tw-border-pink-100 {
    border-color: #fff5f7;
  }

  #app .lg\:tw-border-pink-200 {
    border-color: #fed7e2;
  }

  #app .lg\:tw-border-pink-300 {
    border-color: #fbb6ce;
  }

  #app .lg\:tw-border-pink-400 {
    border-color: #f687b3;
  }

  #app .lg\:tw-border-pink-500 {
    border-color: #ed64a6;
  }

  #app .lg\:tw-border-pink-600 {
    border-color: #d53f8c;
  }

  #app .lg\:tw-border-pink-700 {
    border-color: #b83280;
  }

  #app .lg\:tw-border-pink-800 {
    border-color: #97266d;
  }

  #app .lg\:tw-border-pink-900 {
    border-color: #702459;
  }

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

  #app .lg\:hover\:tw-border-black:hover {
    border-color: #000;
  }

  #app .lg\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  #app .lg\:hover\:tw-border-gray-100:hover {
    border-color: #f7fafc;
  }

  #app .lg\:hover\:tw-border-gray-200:hover {
    border-color: #edf2f7;
  }

  #app .lg\:hover\:tw-border-gray-300:hover {
    border-color: #e2e8f0;
  }

  #app .lg\:hover\:tw-border-gray-400:hover {
    border-color: #cbd5e0;
  }

  #app .lg\:hover\:tw-border-gray-500:hover {
    border-color: #a0aec0;
  }

  #app .lg\:hover\:tw-border-gray-600:hover {
    border-color: #718096;
  }

  #app .lg\:hover\:tw-border-gray-700:hover {
    border-color: #4a5568;
  }

  #app .lg\:hover\:tw-border-gray-800:hover {
    border-color: #2d3748;
  }

  #app .lg\:hover\:tw-border-gray-900:hover {
    border-color: #1a202c;
  }

  #app .lg\:hover\:tw-border-red-100:hover {
    border-color: #fff5f5;
  }

  #app .lg\:hover\:tw-border-red-200:hover {
    border-color: #fed7d7;
  }

  #app .lg\:hover\:tw-border-red-300:hover {
    border-color: #feb2b2;
  }

  #app .lg\:hover\:tw-border-red-400:hover {
    border-color: #fc8181;
  }

  #app .lg\:hover\:tw-border-red-500:hover {
    border-color: #f56565;
  }

  #app .lg\:hover\:tw-border-red-600:hover {
    border-color: #e53e3e;
  }

  #app .lg\:hover\:tw-border-red-700:hover {
    border-color: #c53030;
  }

  #app .lg\:hover\:tw-border-red-800:hover {
    border-color: #9b2c2c;
  }

  #app .lg\:hover\:tw-border-red-900:hover {
    border-color: #742a2a;
  }

  #app .lg\:hover\:tw-border-orange-100:hover {
    border-color: #fffaf0;
  }

  #app .lg\:hover\:tw-border-orange-200:hover {
    border-color: #feebc8;
  }

  #app .lg\:hover\:tw-border-orange-300:hover {
    border-color: #fbd38d;
  }

  #app .lg\:hover\:tw-border-orange-400:hover {
    border-color: #f6ad55;
  }

  #app .lg\:hover\:tw-border-orange-500:hover {
    border-color: #ed8936;
  }

  #app .lg\:hover\:tw-border-orange-600:hover {
    border-color: #dd6b20;
  }

  #app .lg\:hover\:tw-border-orange-700:hover {
    border-color: #c05621;
  }

  #app .lg\:hover\:tw-border-orange-800:hover {
    border-color: #9c4221;
  }

  #app .lg\:hover\:tw-border-orange-900:hover {
    border-color: #7b341e;
  }

  #app .lg\:hover\:tw-border-yellow-100:hover {
    border-color: #fffff0;
  }

  #app .lg\:hover\:tw-border-yellow-200:hover {
    border-color: #fefcbf;
  }

  #app .lg\:hover\:tw-border-yellow-300:hover {
    border-color: #faf089;
  }

  #app .lg\:hover\:tw-border-yellow-400:hover {
    border-color: #f6e05e;
  }

  #app .lg\:hover\:tw-border-yellow-500:hover {
    border-color: #ecc94b;
  }

  #app .lg\:hover\:tw-border-yellow-600:hover {
    border-color: #d69e2e;
  }

  #app .lg\:hover\:tw-border-yellow-700:hover {
    border-color: #b7791f;
  }

  #app .lg\:hover\:tw-border-yellow-800:hover {
    border-color: #975a16;
  }

  #app .lg\:hover\:tw-border-yellow-900:hover {
    border-color: #744210;
  }

  #app .lg\:hover\:tw-border-green-100:hover {
    border-color: #f0fff4;
  }

  #app .lg\:hover\:tw-border-green-200:hover {
    border-color: #c6f6d5;
  }

  #app .lg\:hover\:tw-border-green-300:hover {
    border-color: #9ae6b4;
  }

  #app .lg\:hover\:tw-border-green-400:hover {
    border-color: #68d391;
  }

  #app .lg\:hover\:tw-border-green-500:hover {
    border-color: #48bb78;
  }

  #app .lg\:hover\:tw-border-green-600:hover {
    border-color: #38a169;
  }

  #app .lg\:hover\:tw-border-green-700:hover {
    border-color: #2f855a;
  }

  #app .lg\:hover\:tw-border-green-800:hover {
    border-color: #276749;
  }

  #app .lg\:hover\:tw-border-green-900:hover {
    border-color: #22543d;
  }

  #app .lg\:hover\:tw-border-teal-100:hover {
    border-color: #e6fffa;
  }

  #app .lg\:hover\:tw-border-teal-200:hover {
    border-color: #b2f5ea;
  }

  #app .lg\:hover\:tw-border-teal-300:hover {
    border-color: #81e6d9;
  }

  #app .lg\:hover\:tw-border-teal-400:hover {
    border-color: #4fd1c5;
  }

  #app .lg\:hover\:tw-border-teal-500:hover {
    border-color: #38b2ac;
  }

  #app .lg\:hover\:tw-border-teal-600:hover {
    border-color: #319795;
  }

  #app .lg\:hover\:tw-border-teal-700:hover {
    border-color: #2c7a7b;
  }

  #app .lg\:hover\:tw-border-teal-800:hover {
    border-color: #285e61;
  }

  #app .lg\:hover\:tw-border-teal-900:hover {
    border-color: #234e52;
  }

  #app .lg\:hover\:tw-border-blue-100:hover {
    border-color: #ebf8ff;
  }

  #app .lg\:hover\:tw-border-blue-200:hover {
    border-color: #bee3f8;
  }

  #app .lg\:hover\:tw-border-blue-300:hover {
    border-color: #90cdf4;
  }

  #app .lg\:hover\:tw-border-blue-400:hover {
    border-color: #63b3ed;
  }

  #app .lg\:hover\:tw-border-blue-500:hover {
    border-color: #4299e1;
  }

  #app .lg\:hover\:tw-border-blue-600:hover {
    border-color: #3182ce;
  }

  #app .lg\:hover\:tw-border-blue-700:hover {
    border-color: #2b6cb0;
  }

  #app .lg\:hover\:tw-border-blue-800:hover {
    border-color: #2c5282;
  }

  #app .lg\:hover\:tw-border-blue-900:hover {
    border-color: #2a4365;
  }

  #app .lg\:hover\:tw-border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  #app .lg\:hover\:tw-border-indigo-200:hover {
    border-color: #c3dafe;
  }

  #app .lg\:hover\:tw-border-indigo-300:hover {
    border-color: #a3bffa;
  }

  #app .lg\:hover\:tw-border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  #app .lg\:hover\:tw-border-indigo-500:hover {
    border-color: #667eea;
  }

  #app .lg\:hover\:tw-border-indigo-600:hover {
    border-color: #5a67d8;
  }

  #app .lg\:hover\:tw-border-indigo-700:hover {
    border-color: #4c51bf;
  }

  #app .lg\:hover\:tw-border-indigo-800:hover {
    border-color: #434190;
  }

  #app .lg\:hover\:tw-border-indigo-900:hover {
    border-color: #3c366b;
  }

  #app .lg\:hover\:tw-border-purple-100:hover {
    border-color: #faf5ff;
  }

  #app .lg\:hover\:tw-border-purple-200:hover {
    border-color: #e9d8fd;
  }

  #app .lg\:hover\:tw-border-purple-300:hover {
    border-color: #d6bcfa;
  }

  #app .lg\:hover\:tw-border-purple-400:hover {
    border-color: #b794f4;
  }

  #app .lg\:hover\:tw-border-purple-500:hover {
    border-color: #9f7aea;
  }

  #app .lg\:hover\:tw-border-purple-600:hover {
    border-color: #805ad5;
  }

  #app .lg\:hover\:tw-border-purple-700:hover {
    border-color: #6b46c1;
  }

  #app .lg\:hover\:tw-border-purple-800:hover {
    border-color: #553c9a;
  }

  #app .lg\:hover\:tw-border-purple-900:hover {
    border-color: #44337a;
  }

  #app .lg\:hover\:tw-border-pink-100:hover {
    border-color: #fff5f7;
  }

  #app .lg\:hover\:tw-border-pink-200:hover {
    border-color: #fed7e2;
  }

  #app .lg\:hover\:tw-border-pink-300:hover {
    border-color: #fbb6ce;
  }

  #app .lg\:hover\:tw-border-pink-400:hover {
    border-color: #f687b3;
  }

  #app .lg\:hover\:tw-border-pink-500:hover {
    border-color: #ed64a6;
  }

  #app .lg\:hover\:tw-border-pink-600:hover {
    border-color: #d53f8c;
  }

  #app .lg\:hover\:tw-border-pink-700:hover {
    border-color: #b83280;
  }

  #app .lg\:hover\:tw-border-pink-800:hover {
    border-color: #97266d;
  }

  #app .lg\:hover\:tw-border-pink-900:hover {
    border-color: #702459;
  }

  #app .lg\:focus\:tw-border-transparent:focus {
    border-color: transparent;
  }

  #app .lg\:focus\:tw-border-black:focus {
    border-color: #000;
  }

  #app .lg\:focus\:tw-border-white:focus {
    border-color: #fff;
  }

  #app .lg\:focus\:tw-border-gray-100:focus {
    border-color: #f7fafc;
  }

  #app .lg\:focus\:tw-border-gray-200:focus {
    border-color: #edf2f7;
  }

  #app .lg\:focus\:tw-border-gray-300:focus {
    border-color: #e2e8f0;
  }

  #app .lg\:focus\:tw-border-gray-400:focus {
    border-color: #cbd5e0;
  }

  #app .lg\:focus\:tw-border-gray-500:focus {
    border-color: #a0aec0;
  }

  #app .lg\:focus\:tw-border-gray-600:focus {
    border-color: #718096;
  }

  #app .lg\:focus\:tw-border-gray-700:focus {
    border-color: #4a5568;
  }

  #app .lg\:focus\:tw-border-gray-800:focus {
    border-color: #2d3748;
  }

  #app .lg\:focus\:tw-border-gray-900:focus {
    border-color: #1a202c;
  }

  #app .lg\:focus\:tw-border-red-100:focus {
    border-color: #fff5f5;
  }

  #app .lg\:focus\:tw-border-red-200:focus {
    border-color: #fed7d7;
  }

  #app .lg\:focus\:tw-border-red-300:focus {
    border-color: #feb2b2;
  }

  #app .lg\:focus\:tw-border-red-400:focus {
    border-color: #fc8181;
  }

  #app .lg\:focus\:tw-border-red-500:focus {
    border-color: #f56565;
  }

  #app .lg\:focus\:tw-border-red-600:focus {
    border-color: #e53e3e;
  }

  #app .lg\:focus\:tw-border-red-700:focus {
    border-color: #c53030;
  }

  #app .lg\:focus\:tw-border-red-800:focus {
    border-color: #9b2c2c;
  }

  #app .lg\:focus\:tw-border-red-900:focus {
    border-color: #742a2a;
  }

  #app .lg\:focus\:tw-border-orange-100:focus {
    border-color: #fffaf0;
  }

  #app .lg\:focus\:tw-border-orange-200:focus {
    border-color: #feebc8;
  }

  #app .lg\:focus\:tw-border-orange-300:focus {
    border-color: #fbd38d;
  }

  #app .lg\:focus\:tw-border-orange-400:focus {
    border-color: #f6ad55;
  }

  #app .lg\:focus\:tw-border-orange-500:focus {
    border-color: #ed8936;
  }

  #app .lg\:focus\:tw-border-orange-600:focus {
    border-color: #dd6b20;
  }

  #app .lg\:focus\:tw-border-orange-700:focus {
    border-color: #c05621;
  }

  #app .lg\:focus\:tw-border-orange-800:focus {
    border-color: #9c4221;
  }

  #app .lg\:focus\:tw-border-orange-900:focus {
    border-color: #7b341e;
  }

  #app .lg\:focus\:tw-border-yellow-100:focus {
    border-color: #fffff0;
  }

  #app .lg\:focus\:tw-border-yellow-200:focus {
    border-color: #fefcbf;
  }

  #app .lg\:focus\:tw-border-yellow-300:focus {
    border-color: #faf089;
  }

  #app .lg\:focus\:tw-border-yellow-400:focus {
    border-color: #f6e05e;
  }

  #app .lg\:focus\:tw-border-yellow-500:focus {
    border-color: #ecc94b;
  }

  #app .lg\:focus\:tw-border-yellow-600:focus {
    border-color: #d69e2e;
  }

  #app .lg\:focus\:tw-border-yellow-700:focus {
    border-color: #b7791f;
  }

  #app .lg\:focus\:tw-border-yellow-800:focus {
    border-color: #975a16;
  }

  #app .lg\:focus\:tw-border-yellow-900:focus {
    border-color: #744210;
  }

  #app .lg\:focus\:tw-border-green-100:focus {
    border-color: #f0fff4;
  }

  #app .lg\:focus\:tw-border-green-200:focus {
    border-color: #c6f6d5;
  }

  #app .lg\:focus\:tw-border-green-300:focus {
    border-color: #9ae6b4;
  }

  #app .lg\:focus\:tw-border-green-400:focus {
    border-color: #68d391;
  }

  #app .lg\:focus\:tw-border-green-500:focus {
    border-color: #48bb78;
  }

  #app .lg\:focus\:tw-border-green-600:focus {
    border-color: #38a169;
  }

  #app .lg\:focus\:tw-border-green-700:focus {
    border-color: #2f855a;
  }

  #app .lg\:focus\:tw-border-green-800:focus {
    border-color: #276749;
  }

  #app .lg\:focus\:tw-border-green-900:focus {
    border-color: #22543d;
  }

  #app .lg\:focus\:tw-border-teal-100:focus {
    border-color: #e6fffa;
  }

  #app .lg\:focus\:tw-border-teal-200:focus {
    border-color: #b2f5ea;
  }

  #app .lg\:focus\:tw-border-teal-300:focus {
    border-color: #81e6d9;
  }

  #app .lg\:focus\:tw-border-teal-400:focus {
    border-color: #4fd1c5;
  }

  #app .lg\:focus\:tw-border-teal-500:focus {
    border-color: #38b2ac;
  }

  #app .lg\:focus\:tw-border-teal-600:focus {
    border-color: #319795;
  }

  #app .lg\:focus\:tw-border-teal-700:focus {
    border-color: #2c7a7b;
  }

  #app .lg\:focus\:tw-border-teal-800:focus {
    border-color: #285e61;
  }

  #app .lg\:focus\:tw-border-teal-900:focus {
    border-color: #234e52;
  }

  #app .lg\:focus\:tw-border-blue-100:focus {
    border-color: #ebf8ff;
  }

  #app .lg\:focus\:tw-border-blue-200:focus {
    border-color: #bee3f8;
  }

  #app .lg\:focus\:tw-border-blue-300:focus {
    border-color: #90cdf4;
  }

  #app .lg\:focus\:tw-border-blue-400:focus {
    border-color: #63b3ed;
  }

  #app .lg\:focus\:tw-border-blue-500:focus {
    border-color: #4299e1;
  }

  #app .lg\:focus\:tw-border-blue-600:focus {
    border-color: #3182ce;
  }

  #app .lg\:focus\:tw-border-blue-700:focus {
    border-color: #2b6cb0;
  }

  #app .lg\:focus\:tw-border-blue-800:focus {
    border-color: #2c5282;
  }

  #app .lg\:focus\:tw-border-blue-900:focus {
    border-color: #2a4365;
  }

  #app .lg\:focus\:tw-border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  #app .lg\:focus\:tw-border-indigo-200:focus {
    border-color: #c3dafe;
  }

  #app .lg\:focus\:tw-border-indigo-300:focus {
    border-color: #a3bffa;
  }

  #app .lg\:focus\:tw-border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  #app .lg\:focus\:tw-border-indigo-500:focus {
    border-color: #667eea;
  }

  #app .lg\:focus\:tw-border-indigo-600:focus {
    border-color: #5a67d8;
  }

  #app .lg\:focus\:tw-border-indigo-700:focus {
    border-color: #4c51bf;
  }

  #app .lg\:focus\:tw-border-indigo-800:focus {
    border-color: #434190;
  }

  #app .lg\:focus\:tw-border-indigo-900:focus {
    border-color: #3c366b;
  }

  #app .lg\:focus\:tw-border-purple-100:focus {
    border-color: #faf5ff;
  }

  #app .lg\:focus\:tw-border-purple-200:focus {
    border-color: #e9d8fd;
  }

  #app .lg\:focus\:tw-border-purple-300:focus {
    border-color: #d6bcfa;
  }

  #app .lg\:focus\:tw-border-purple-400:focus {
    border-color: #b794f4;
  }

  #app .lg\:focus\:tw-border-purple-500:focus {
    border-color: #9f7aea;
  }

  #app .lg\:focus\:tw-border-purple-600:focus {
    border-color: #805ad5;
  }

  #app .lg\:focus\:tw-border-purple-700:focus {
    border-color: #6b46c1;
  }

  #app .lg\:focus\:tw-border-purple-800:focus {
    border-color: #553c9a;
  }

  #app .lg\:focus\:tw-border-purple-900:focus {
    border-color: #44337a;
  }

  #app .lg\:focus\:tw-border-pink-100:focus {
    border-color: #fff5f7;
  }

  #app .lg\:focus\:tw-border-pink-200:focus {
    border-color: #fed7e2;
  }

  #app .lg\:focus\:tw-border-pink-300:focus {
    border-color: #fbb6ce;
  }

  #app .lg\:focus\:tw-border-pink-400:focus {
    border-color: #f687b3;
  }

  #app .lg\:focus\:tw-border-pink-500:focus {
    border-color: #ed64a6;
  }

  #app .lg\:focus\:tw-border-pink-600:focus {
    border-color: #d53f8c;
  }

  #app .lg\:focus\:tw-border-pink-700:focus {
    border-color: #b83280;
  }

  #app .lg\:focus\:tw-border-pink-800:focus {
    border-color: #97266d;
  }

  #app .lg\:focus\:tw-border-pink-900:focus {
    border-color: #702459;
  }

  #app .lg\:tw-rounded-none {
    border-radius: 0;
  }

  #app .lg\:tw-rounded-sm {
    border-radius: 0.125rem;
  }

  #app .lg\:tw-rounded {
    border-radius: 0.25rem;
  }

  #app .lg\:tw-rounded-md {
    border-radius: 0.375rem;
  }

  #app .lg\:tw-rounded-lg {
    border-radius: 0.5rem;
  }

  #app .lg\:tw-rounded-full {
    border-radius: 9999px;
  }

  #app .lg\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #app .lg\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  #app .lg\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  #app .lg\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  #app .lg\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .lg\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .lg\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:tw-rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .lg\:tw-rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .lg\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:tw-rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .lg\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .lg\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .lg\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .lg\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .lg\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .lg\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  #app .lg\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  #app .lg\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  #app .lg\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  #app .lg\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  #app .lg\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  #app .lg\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  #app .lg\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:tw-rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  #app .lg\:tw-rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  #app .lg\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  #app .lg\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  #app .lg\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  #app .lg\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  #app .lg\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  #app .lg\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  #app .lg\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  #app .lg\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  #app .lg\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  #app .lg\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  #app .lg\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:tw-border-solid {
    border-style: solid;
  }

  #app .lg\:tw-border-dashed {
    border-style: dashed;
  }

  #app .lg\:tw-border-dotted {
    border-style: dotted;
  }

  #app .lg\:tw-border-double {
    border-style: double;
  }

  #app .lg\:tw-border-none {
    border-style: none;
  }

  #app .lg\:tw-border-0 {
    border-width: 0;
  }

  #app .lg\:tw-border-2 {
    border-width: 2px;
  }

  #app .lg\:tw-border-4 {
    border-width: 4px;
  }

  #app .lg\:tw-border-8 {
    border-width: 8px;
  }

  #app .lg\:tw-border {
    border-width: 1px;
  }

  #app .lg\:tw-border-t-0 {
    border-top-width: 0;
  }

  #app .lg\:tw-border-r-0 {
    border-right-width: 0;
  }

  #app .lg\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  #app .lg\:tw-border-l-0 {
    border-left-width: 0;
  }

  #app .lg\:tw-border-t-2 {
    border-top-width: 2px;
  }

  #app .lg\:tw-border-r-2 {
    border-right-width: 2px;
  }

  #app .lg\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  #app .lg\:tw-border-l-2 {
    border-left-width: 2px;
  }

  #app .lg\:tw-border-t-4 {
    border-top-width: 4px;
  }

  #app .lg\:tw-border-r-4 {
    border-right-width: 4px;
  }

  #app .lg\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  #app .lg\:tw-border-l-4 {
    border-left-width: 4px;
  }

  #app .lg\:tw-border-t-8 {
    border-top-width: 8px;
  }

  #app .lg\:tw-border-r-8 {
    border-right-width: 8px;
  }

  #app .lg\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  #app .lg\:tw-border-l-8 {
    border-left-width: 8px;
  }

  #app .lg\:tw-border-t {
    border-top-width: 1px;
  }

  #app .lg\:tw-border-r {
    border-right-width: 1px;
  }

  #app .lg\:tw-border-b {
    border-bottom-width: 1px;
  }

  #app .lg\:tw-border-l {
    border-left-width: 1px;
  }

  #app .lg\:tw-box-border {
    box-sizing: border-box;
  }

  #app .lg\:tw-box-content {
    box-sizing: content-box;
  }

  #app .lg\:tw-cursor-auto {
    cursor: auto;
  }

  #app .lg\:tw-cursor-default {
    cursor: default;
  }

  #app .lg\:tw-cursor-pointer {
    cursor: pointer;
  }

  #app .lg\:tw-cursor-wait {
    cursor: wait;
  }

  #app .lg\:tw-cursor-text {
    cursor: text;
  }

  #app .lg\:tw-cursor-move {
    cursor: move;
  }

  #app .lg\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  #app .lg\:tw-block {
    display: block;
  }

  #app .lg\:tw-inline-block {
    display: inline-block;
  }

  #app .lg\:tw-inline {
    display: inline;
  }

  #app .lg\:tw-flex {
    display: flex;
  }

  #app .lg\:tw-inline-flex {
    display: inline-flex;
  }

  #app .lg\:tw-grid {
    display: grid;
  }

  #app .lg\:tw-table {
    display: table;
  }

  #app .lg\:tw-table-caption {
    display: table-caption;
  }

  #app .lg\:tw-table-cell {
    display: table-cell;
  }

  #app .lg\:tw-table-column {
    display: table-column;
  }

  #app .lg\:tw-table-column-group {
    display: table-column-group;
  }

  #app .lg\:tw-table-footer-group {
    display: table-footer-group;
  }

  #app .lg\:tw-table-header-group {
    display: table-header-group;
  }

  #app .lg\:tw-table-row-group {
    display: table-row-group;
  }

  #app .lg\:tw-table-row {
    display: table-row;
  }

  #app .lg\:tw-hidden {
    display: none;
  }

  #app .lg\:tw-flex-row {
    flex-direction: row;
  }

  #app .lg\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  #app .lg\:tw-flex-col {
    flex-direction: column;
  }

  #app .lg\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  #app .lg\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  #app .lg\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #app .lg\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  #app .lg\:tw-items-start {
    align-items: flex-start;
  }

  #app .lg\:tw-items-end {
    align-items: flex-end;
  }

  #app .lg\:tw-items-center {
    align-items: center;
  }

  #app .lg\:tw-items-baseline {
    align-items: baseline;
  }

  #app .lg\:tw-items-stretch {
    align-items: stretch;
  }

  #app .lg\:tw-self-auto {
    align-self: auto;
  }

  #app .lg\:tw-self-start {
    align-self: flex-start;
  }

  #app .lg\:tw-self-end {
    align-self: flex-end;
  }

  #app .lg\:tw-self-center {
    align-self: center;
  }

  #app .lg\:tw-self-stretch {
    align-self: stretch;
  }

  #app .lg\:tw-justify-start {
    justify-content: flex-start;
  }

  #app .lg\:tw-justify-end {
    justify-content: flex-end;
  }

  #app .lg\:tw-justify-center {
    justify-content: center;
  }

  #app .lg\:tw-justify-between {
    justify-content: space-between;
  }

  #app .lg\:tw-justify-around {
    justify-content: space-around;
  }

  #app .lg\:tw-justify-evenly {
    justify-content: space-evenly;
  }

  #app .lg\:tw-content-center {
    align-content: center;
  }

  #app .lg\:tw-content-start {
    align-content: flex-start;
  }

  #app .lg\:tw-content-end {
    align-content: flex-end;
  }

  #app .lg\:tw-content-between {
    align-content: space-between;
  }

  #app .lg\:tw-content-around {
    align-content: space-around;
  }

  #app .lg\:tw-flex-1 {
    flex: 1 1 0%;
  }

  #app .lg\:tw-flex-auto {
    flex: 1 1 auto;
  }

  #app .lg\:tw-flex-initial {
    flex: 0 1 auto;
  }

  #app .lg\:tw-flex-none {
    flex: none;
  }

  #app .lg\:tw-flex-grow-0 {
    flex-grow: 0;
  }

  #app .lg\:tw-flex-grow {
    flex-grow: 1;
  }

  #app .lg\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  #app .lg\:tw-flex-shrink {
    flex-shrink: 1;
  }

  #app .lg\:tw-order-1 {
    order: 1;
  }

  #app .lg\:tw-order-2 {
    order: 2;
  }

  #app .lg\:tw-order-3 {
    order: 3;
  }

  #app .lg\:tw-order-4 {
    order: 4;
  }

  #app .lg\:tw-order-5 {
    order: 5;
  }

  #app .lg\:tw-order-6 {
    order: 6;
  }

  #app .lg\:tw-order-7 {
    order: 7;
  }

  #app .lg\:tw-order-8 {
    order: 8;
  }

  #app .lg\:tw-order-9 {
    order: 9;
  }

  #app .lg\:tw-order-10 {
    order: 10;
  }

  #app .lg\:tw-order-11 {
    order: 11;
  }

  #app .lg\:tw-order-12 {
    order: 12;
  }

  #app .lg\:tw-order-first {
    order: -9999;
  }

  #app .lg\:tw-order-last {
    order: 9999;
  }

  #app .lg\:tw-order-none {
    order: 0;
  }

  #app .lg\:tw-float-right {
    float: right;
  }

  #app .lg\:tw-float-left {
    float: left;
  }

  #app .lg\:tw-float-none {
    float: none;
  }

  #app .lg\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  #app .lg\:tw-clear-left {
    clear: left;
  }

  #app .lg\:tw-clear-right {
    clear: right;
  }

  #app .lg\:tw-clear-both {
    clear: both;
  }

  #app .lg\:tw-font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #app .lg\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  #app .lg\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  #app .lg\:tw-font-hairline {
    font-weight: 100;
  }

  #app .lg\:tw-font-thin {
    font-weight: 200;
  }

  #app .lg\:tw-font-light {
    font-weight: 300;
  }

  #app .lg\:tw-font-normal {
    font-weight: 400;
  }

  #app .lg\:tw-font-medium {
    font-weight: 500;
  }

  #app .lg\:tw-font-semibold {
    font-weight: 600;
  }

  #app .lg\:tw-font-bold {
    font-weight: 700;
  }

  #app .lg\:tw-font-extrabold {
    font-weight: 800;
  }

  #app .lg\:tw-font-black {
    font-weight: 900;
  }

  #app .lg\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  #app .lg\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  #app .lg\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  #app .lg\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  #app .lg\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  #app .lg\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  #app .lg\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  #app .lg\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  #app .lg\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

  #app .lg\:focus\:tw-font-hairline:focus {
    font-weight: 100;
  }

  #app .lg\:focus\:tw-font-thin:focus {
    font-weight: 200;
  }

  #app .lg\:focus\:tw-font-light:focus {
    font-weight: 300;
  }

  #app .lg\:focus\:tw-font-normal:focus {
    font-weight: 400;
  }

  #app .lg\:focus\:tw-font-medium:focus {
    font-weight: 500;
  }

  #app .lg\:focus\:tw-font-semibold:focus {
    font-weight: 600;
  }

  #app .lg\:focus\:tw-font-bold:focus {
    font-weight: 700;
  }

  #app .lg\:focus\:tw-font-extrabold:focus {
    font-weight: 800;
  }

  #app .lg\:focus\:tw-font-black:focus {
    font-weight: 900;
  }

  #app .lg\:tw-h-0 {
    height: 0;
  }

  #app .lg\:tw-h-1 {
    height: 0.25rem;
  }

  #app .lg\:tw-h-2 {
    height: 0.5rem;
  }

  #app .lg\:tw-h-3 {
    height: 0.75rem;
  }

  #app .lg\:tw-h-4 {
    height: 1rem;
  }

  #app .lg\:tw-h-5 {
    height: 1.25rem;
  }

  #app .lg\:tw-h-6 {
    height: 1.5rem;
  }

  #app .lg\:tw-h-8 {
    height: 2rem;
  }

  #app .lg\:tw-h-10 {
    height: 2.5rem;
  }

  #app .lg\:tw-h-12 {
    height: 3rem;
  }

  #app .lg\:tw-h-16 {
    height: 4rem;
  }

  #app .lg\:tw-h-20 {
    height: 5rem;
  }

  #app .lg\:tw-h-24 {
    height: 6rem;
  }

  #app .lg\:tw-h-32 {
    height: 8rem;
  }

  #app .lg\:tw-h-40 {
    height: 10rem;
  }

  #app .lg\:tw-h-48 {
    height: 12rem;
  }

  #app .lg\:tw-h-56 {
    height: 14rem;
  }

  #app .lg\:tw-h-64 {
    height: 16rem;
  }

  #app .lg\:tw-h-auto {
    height: auto;
  }

  #app .lg\:tw-h-px {
    height: 1px;
  }

  #app .lg\:tw-h-full {
    height: 100%;
  }

  #app .lg\:tw-h-screen {
    height: 100vh;
  }

  #app .lg\:tw-leading-3 {
    line-height: .75rem;
  }

  #app .lg\:tw-leading-4 {
    line-height: 1rem;
  }

  #app .lg\:tw-leading-5 {
    line-height: 1.25rem;
  }

  #app .lg\:tw-leading-6 {
    line-height: 1.5rem;
  }

  #app .lg\:tw-leading-7 {
    line-height: 1.75rem;
  }

  #app .lg\:tw-leading-8 {
    line-height: 2rem;
  }

  #app .lg\:tw-leading-9 {
    line-height: 2.25rem;
  }

  #app .lg\:tw-leading-10 {
    line-height: 2.5rem;
  }

  #app .lg\:tw-leading-none {
    line-height: 1;
  }

  #app .lg\:tw-leading-tight {
    line-height: 1.25;
  }

  #app .lg\:tw-leading-snug {
    line-height: 1.375;
  }

  #app .lg\:tw-leading-normal {
    line-height: 1.5;
  }

  #app .lg\:tw-leading-relaxed {
    line-height: 1.625;
  }

  #app .lg\:tw-leading-loose {
    line-height: 2;
  }

  #app .lg\:tw-list-inside {
    list-style-position: inside;
  }

  #app .lg\:tw-list-outside {
    list-style-position: outside;
  }

  #app .lg\:tw-list-none {
    list-style-type: none;
  }

  #app .lg\:tw-list-disc {
    list-style-type: disc;
  }

  #app .lg\:tw-list-decimal {
    list-style-type: decimal;
  }

  #app .lg\:tw-m-0 {
    margin: 0;
  }

  #app .lg\:tw-m-1 {
    margin: 0.25rem;
  }

  #app .lg\:tw-m-2 {
    margin: 0.5rem;
  }

  #app .lg\:tw-m-3 {
    margin: 0.75rem;
  }

  #app .lg\:tw-m-4 {
    margin: 1rem;
  }

  #app .lg\:tw-m-5 {
    margin: 1.25rem;
  }

  #app .lg\:tw-m-6 {
    margin: 1.5rem;
  }

  #app .lg\:tw-m-8 {
    margin: 2rem;
  }

  #app .lg\:tw-m-10 {
    margin: 2.5rem;
  }

  #app .lg\:tw-m-12 {
    margin: 3rem;
  }

  #app .lg\:tw-m-16 {
    margin: 4rem;
  }

  #app .lg\:tw-m-20 {
    margin: 5rem;
  }

  #app .lg\:tw-m-24 {
    margin: 6rem;
  }

  #app .lg\:tw-m-32 {
    margin: 8rem;
  }

  #app .lg\:tw-m-40 {
    margin: 10rem;
  }

  #app .lg\:tw-m-48 {
    margin: 12rem;
  }

  #app .lg\:tw-m-56 {
    margin: 14rem;
  }

  #app .lg\:tw-m-64 {
    margin: 16rem;
  }

  #app .lg\:tw-m-auto {
    margin: auto;
  }

  #app .lg\:tw-m-px {
    margin: 1px;
  }

  #app .lg\:tw--m-1 {
    margin: -0.25rem;
  }

  #app .lg\:tw--m-2 {
    margin: -0.5rem;
  }

  #app .lg\:tw--m-3 {
    margin: -0.75rem;
  }

  #app .lg\:tw--m-4 {
    margin: -1rem;
  }

  #app .lg\:tw--m-5 {
    margin: -1.25rem;
  }

  #app .lg\:tw--m-6 {
    margin: -1.5rem;
  }

  #app .lg\:tw--m-8 {
    margin: -2rem;
  }

  #app .lg\:tw--m-10 {
    margin: -2.5rem;
  }

  #app .lg\:tw--m-12 {
    margin: -3rem;
  }

  #app .lg\:tw--m-16 {
    margin: -4rem;
  }

  #app .lg\:tw--m-20 {
    margin: -5rem;
  }

  #app .lg\:tw--m-24 {
    margin: -6rem;
  }

  #app .lg\:tw--m-32 {
    margin: -8rem;
  }

  #app .lg\:tw--m-40 {
    margin: -10rem;
  }

  #app .lg\:tw--m-48 {
    margin: -12rem;
  }

  #app .lg\:tw--m-56 {
    margin: -14rem;
  }

  #app .lg\:tw--m-64 {
    margin: -16rem;
  }

  #app .lg\:tw--m-px {
    margin: -1px;
  }

  #app .lg\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #app .lg\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #app .lg\:tw-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #app .lg\:tw-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #app .lg\:tw-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #app .lg\:tw-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #app .lg\:tw-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #app .lg\:tw-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #app .lg\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #app .lg\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #app .lg\:tw-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #app .lg\:tw-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #app .lg\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #app .lg\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #app .lg\:tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #app .lg\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #app .lg\:tw-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #app .lg\:tw-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #app .lg\:tw-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #app .lg\:tw-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #app .lg\:tw-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #app .lg\:tw-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #app .lg\:tw-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #app .lg\:tw-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #app .lg\:tw-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #app .lg\:tw-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #app .lg\:tw-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #app .lg\:tw-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #app .lg\:tw-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  #app .lg\:tw-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  #app .lg\:tw-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  #app .lg\:tw-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  #app .lg\:tw-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  #app .lg\:tw-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  #app .lg\:tw-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  #app .lg\:tw-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  #app .lg\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #app .lg\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #app .lg\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  #app .lg\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  #app .lg\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  #app .lg\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  #app .lg\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #app .lg\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #app .lg\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  #app .lg\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  #app .lg\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #app .lg\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #app .lg\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  #app .lg\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  #app .lg\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #app .lg\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #app .lg\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #app .lg\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #app .lg\:tw--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  #app .lg\:tw--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  #app .lg\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  #app .lg\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  #app .lg\:tw--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  #app .lg\:tw--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  #app .lg\:tw--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  #app .lg\:tw--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  #app .lg\:tw--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  #app .lg\:tw--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  #app .lg\:tw--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  #app .lg\:tw--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  #app .lg\:tw--my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  #app .lg\:tw--mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  #app .lg\:tw--my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  #app .lg\:tw--mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  #app .lg\:tw--my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  #app .lg\:tw--mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  #app .lg\:tw--my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  #app .lg\:tw--mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  #app .lg\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  #app .lg\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  #app .lg\:tw-mt-0 {
    margin-top: 0;
  }

  #app .lg\:tw-mr-0 {
    margin-right: 0;
  }

  #app .lg\:tw-mb-0 {
    margin-bottom: 0;
  }

  #app .lg\:tw-ml-0 {
    margin-left: 0;
  }

  #app .lg\:tw-mt-1 {
    margin-top: 0.25rem;
  }

  #app .lg\:tw-mr-1 {
    margin-right: 0.25rem;
  }

  #app .lg\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  #app .lg\:tw-ml-1 {
    margin-left: 0.25rem;
  }

  #app .lg\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  #app .lg\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  #app .lg\:tw-mb-2 {
    margin-bottom: 0.5rem;
  }

  #app .lg\:tw-ml-2 {
    margin-left: 0.5rem;
  }

  #app .lg\:tw-mt-3 {
    margin-top: 0.75rem;
  }

  #app .lg\:tw-mr-3 {
    margin-right: 0.75rem;
  }

  #app .lg\:tw-mb-3 {
    margin-bottom: 0.75rem;
  }

  #app .lg\:tw-ml-3 {
    margin-left: 0.75rem;
  }

  #app .lg\:tw-mt-4 {
    margin-top: 1rem;
  }

  #app .lg\:tw-mr-4 {
    margin-right: 1rem;
  }

  #app .lg\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  #app .lg\:tw-ml-4 {
    margin-left: 1rem;
  }

  #app .lg\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  #app .lg\:tw-mr-5 {
    margin-right: 1.25rem;
  }

  #app .lg\:tw-mb-5 {
    margin-bottom: 1.25rem;
  }

  #app .lg\:tw-ml-5 {
    margin-left: 1.25rem;
  }

  #app .lg\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  #app .lg\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  #app .lg\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  #app .lg\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  #app .lg\:tw-mt-8 {
    margin-top: 2rem;
  }

  #app .lg\:tw-mr-8 {
    margin-right: 2rem;
  }

  #app .lg\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  #app .lg\:tw-ml-8 {
    margin-left: 2rem;
  }

  #app .lg\:tw-mt-10 {
    margin-top: 2.5rem;
  }

  #app .lg\:tw-mr-10 {
    margin-right: 2.5rem;
  }

  #app .lg\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }

  #app .lg\:tw-ml-10 {
    margin-left: 2.5rem;
  }

  #app .lg\:tw-mt-12 {
    margin-top: 3rem;
  }

  #app .lg\:tw-mr-12 {
    margin-right: 3rem;
  }

  #app .lg\:tw-mb-12 {
    margin-bottom: 3rem;
  }

  #app .lg\:tw-ml-12 {
    margin-left: 3rem;
  }

  #app .lg\:tw-mt-16 {
    margin-top: 4rem;
  }

  #app .lg\:tw-mr-16 {
    margin-right: 4rem;
  }

  #app .lg\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  #app .lg\:tw-ml-16 {
    margin-left: 4rem;
  }

  #app .lg\:tw-mt-20 {
    margin-top: 5rem;
  }

  #app .lg\:tw-mr-20 {
    margin-right: 5rem;
  }

  #app .lg\:tw-mb-20 {
    margin-bottom: 5rem;
  }

  #app .lg\:tw-ml-20 {
    margin-left: 5rem;
  }

  #app .lg\:tw-mt-24 {
    margin-top: 6rem;
  }

  #app .lg\:tw-mr-24 {
    margin-right: 6rem;
  }

  #app .lg\:tw-mb-24 {
    margin-bottom: 6rem;
  }

  #app .lg\:tw-ml-24 {
    margin-left: 6rem;
  }

  #app .lg\:tw-mt-32 {
    margin-top: 8rem;
  }

  #app .lg\:tw-mr-32 {
    margin-right: 8rem;
  }

  #app .lg\:tw-mb-32 {
    margin-bottom: 8rem;
  }

  #app .lg\:tw-ml-32 {
    margin-left: 8rem;
  }

  #app .lg\:tw-mt-40 {
    margin-top: 10rem;
  }

  #app .lg\:tw-mr-40 {
    margin-right: 10rem;
  }

  #app .lg\:tw-mb-40 {
    margin-bottom: 10rem;
  }

  #app .lg\:tw-ml-40 {
    margin-left: 10rem;
  }

  #app .lg\:tw-mt-48 {
    margin-top: 12rem;
  }

  #app .lg\:tw-mr-48 {
    margin-right: 12rem;
  }

  #app .lg\:tw-mb-48 {
    margin-bottom: 12rem;
  }

  #app .lg\:tw-ml-48 {
    margin-left: 12rem;
  }

  #app .lg\:tw-mt-56 {
    margin-top: 14rem;
  }

  #app .lg\:tw-mr-56 {
    margin-right: 14rem;
  }

  #app .lg\:tw-mb-56 {
    margin-bottom: 14rem;
  }

  #app .lg\:tw-ml-56 {
    margin-left: 14rem;
  }

  #app .lg\:tw-mt-64 {
    margin-top: 16rem;
  }

  #app .lg\:tw-mr-64 {
    margin-right: 16rem;
  }

  #app .lg\:tw-mb-64 {
    margin-bottom: 16rem;
  }

  #app .lg\:tw-ml-64 {
    margin-left: 16rem;
  }

  #app .lg\:tw-mt-auto {
    margin-top: auto;
  }

  #app .lg\:tw-mr-auto {
    margin-right: auto;
  }

  #app .lg\:tw-mb-auto {
    margin-bottom: auto;
  }

  #app .lg\:tw-ml-auto {
    margin-left: auto;
  }

  #app .lg\:tw-mt-px {
    margin-top: 1px;
  }

  #app .lg\:tw-mr-px {
    margin-right: 1px;
  }

  #app .lg\:tw-mb-px {
    margin-bottom: 1px;
  }

  #app .lg\:tw-ml-px {
    margin-left: 1px;
  }

  #app .lg\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  #app .lg\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  #app .lg\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  #app .lg\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  #app .lg\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  #app .lg\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  #app .lg\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  #app .lg\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  #app .lg\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  #app .lg\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  #app .lg\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  #app .lg\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  #app .lg\:tw--mt-4 {
    margin-top: -1rem;
  }

  #app .lg\:tw--mr-4 {
    margin-right: -1rem;
  }

  #app .lg\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  #app .lg\:tw--ml-4 {
    margin-left: -1rem;
  }

  #app .lg\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  #app .lg\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  #app .lg\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  #app .lg\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  #app .lg\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  #app .lg\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  #app .lg\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  #app .lg\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  #app .lg\:tw--mt-8 {
    margin-top: -2rem;
  }

  #app .lg\:tw--mr-8 {
    margin-right: -2rem;
  }

  #app .lg\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  #app .lg\:tw--ml-8 {
    margin-left: -2rem;
  }

  #app .lg\:tw--mt-10 {
    margin-top: -2.5rem;
  }

  #app .lg\:tw--mr-10 {
    margin-right: -2.5rem;
  }

  #app .lg\:tw--mb-10 {
    margin-bottom: -2.5rem;
  }

  #app .lg\:tw--ml-10 {
    margin-left: -2.5rem;
  }

  #app .lg\:tw--mt-12 {
    margin-top: -3rem;
  }

  #app .lg\:tw--mr-12 {
    margin-right: -3rem;
  }

  #app .lg\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  #app .lg\:tw--ml-12 {
    margin-left: -3rem;
  }

  #app .lg\:tw--mt-16 {
    margin-top: -4rem;
  }

  #app .lg\:tw--mr-16 {
    margin-right: -4rem;
  }

  #app .lg\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  #app .lg\:tw--ml-16 {
    margin-left: -4rem;
  }

  #app .lg\:tw--mt-20 {
    margin-top: -5rem;
  }

  #app .lg\:tw--mr-20 {
    margin-right: -5rem;
  }

  #app .lg\:tw--mb-20 {
    margin-bottom: -5rem;
  }

  #app .lg\:tw--ml-20 {
    margin-left: -5rem;
  }

  #app .lg\:tw--mt-24 {
    margin-top: -6rem;
  }

  #app .lg\:tw--mr-24 {
    margin-right: -6rem;
  }

  #app .lg\:tw--mb-24 {
    margin-bottom: -6rem;
  }

  #app .lg\:tw--ml-24 {
    margin-left: -6rem;
  }

  #app .lg\:tw--mt-32 {
    margin-top: -8rem;
  }

  #app .lg\:tw--mr-32 {
    margin-right: -8rem;
  }

  #app .lg\:tw--mb-32 {
    margin-bottom: -8rem;
  }

  #app .lg\:tw--ml-32 {
    margin-left: -8rem;
  }

  #app .lg\:tw--mt-40 {
    margin-top: -10rem;
  }

  #app .lg\:tw--mr-40 {
    margin-right: -10rem;
  }

  #app .lg\:tw--mb-40 {
    margin-bottom: -10rem;
  }

  #app .lg\:tw--ml-40 {
    margin-left: -10rem;
  }

  #app .lg\:tw--mt-48 {
    margin-top: -12rem;
  }

  #app .lg\:tw--mr-48 {
    margin-right: -12rem;
  }

  #app .lg\:tw--mb-48 {
    margin-bottom: -12rem;
  }

  #app .lg\:tw--ml-48 {
    margin-left: -12rem;
  }

  #app .lg\:tw--mt-56 {
    margin-top: -14rem;
  }

  #app .lg\:tw--mr-56 {
    margin-right: -14rem;
  }

  #app .lg\:tw--mb-56 {
    margin-bottom: -14rem;
  }

  #app .lg\:tw--ml-56 {
    margin-left: -14rem;
  }

  #app .lg\:tw--mt-64 {
    margin-top: -16rem;
  }

  #app .lg\:tw--mr-64 {
    margin-right: -16rem;
  }

  #app .lg\:tw--mb-64 {
    margin-bottom: -16rem;
  }

  #app .lg\:tw--ml-64 {
    margin-left: -16rem;
  }

  #app .lg\:tw--mt-px {
    margin-top: -1px;
  }

  #app .lg\:tw--mr-px {
    margin-right: -1px;
  }

  #app .lg\:tw--mb-px {
    margin-bottom: -1px;
  }

  #app .lg\:tw--ml-px {
    margin-left: -1px;
  }

  #app .lg\:tw-max-h-full {
    max-height: 100%;
  }

  #app .lg\:tw-max-h-screen {
    max-height: 100vh;
  }

  #app .lg\:tw-max-w-none {
    max-width: none;
  }

  #app .lg\:tw-max-w-xs {
    max-width: 20rem;
  }

  #app .lg\:tw-max-w-sm {
    max-width: 24rem;
  }

  #app .lg\:tw-max-w-md {
    max-width: 28rem;
  }

  #app .lg\:tw-max-w-lg {
    max-width: 32rem;
  }

  #app .lg\:tw-max-w-xl {
    max-width: 36rem;
  }

  #app .lg\:tw-max-w-2xl {
    max-width: 42rem;
  }

  #app .lg\:tw-max-w-3xl {
    max-width: 48rem;
  }

  #app .lg\:tw-max-w-4xl {
    max-width: 56rem;
  }

  #app .lg\:tw-max-w-5xl {
    max-width: 64rem;
  }

  #app .lg\:tw-max-w-6xl {
    max-width: 72rem;
  }

  #app .lg\:tw-max-w-full {
    max-width: 100%;
  }

  #app .lg\:tw-max-w-screen-sm {
    max-width: 640px;
  }

  #app .lg\:tw-max-w-screen-md {
    max-width: 768px;
  }

  #app .lg\:tw-max-w-screen-lg {
    max-width: 1024px;
  }

  #app .lg\:tw-max-w-screen-xl {
    max-width: 1280px;
  }

  #app .lg\:tw-min-h-0 {
    min-height: 0;
  }

  #app .lg\:tw-min-h-full {
    min-height: 100%;
  }

  #app .lg\:tw-min-h-screen {
    min-height: 100vh;
  }

  #app .lg\:tw-min-w-0 {
    min-width: 0;
  }

  #app .lg\:tw-min-w-full {
    min-width: 100%;
  }

  #app .lg\:tw-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  #app .lg\:tw-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  #app .lg\:tw-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  #app .lg\:tw-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  #app .lg\:tw-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  #app .lg\:tw-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  #app .lg\:tw-object-center {
    -o-object-position: center;
       object-position: center;
  }

  #app .lg\:tw-object-left {
    -o-object-position: left;
       object-position: left;
  }

  #app .lg\:tw-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  #app .lg\:tw-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  #app .lg\:tw-object-right {
    -o-object-position: right;
       object-position: right;
  }

  #app .lg\:tw-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  #app .lg\:tw-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  #app .lg\:tw-object-top {
    -o-object-position: top;
       object-position: top;
  }

  #app .lg\:tw-opacity-0 {
    opacity: 0;
  }

  #app .lg\:tw-opacity-25 {
    opacity: 0.25;
  }

  #app .lg\:tw-opacity-50 {
    opacity: 0.5;
  }

  #app .lg\:tw-opacity-75 {
    opacity: 0.75;
  }

  #app .lg\:tw-opacity-100 {
    opacity: 1;
  }

  #app .lg\:hover\:tw-opacity-0:hover {
    opacity: 0;
  }

  #app .lg\:hover\:tw-opacity-25:hover {
    opacity: 0.25;
  }

  #app .lg\:hover\:tw-opacity-50:hover {
    opacity: 0.5;
  }

  #app .lg\:hover\:tw-opacity-75:hover {
    opacity: 0.75;
  }

  #app .lg\:hover\:tw-opacity-100:hover {
    opacity: 1;
  }

  #app .lg\:focus\:tw-opacity-0:focus {
    opacity: 0;
  }

  #app .lg\:focus\:tw-opacity-25:focus {
    opacity: 0.25;
  }

  #app .lg\:focus\:tw-opacity-50:focus {
    opacity: 0.5;
  }

  #app .lg\:focus\:tw-opacity-75:focus {
    opacity: 0.75;
  }

  #app .lg\:focus\:tw-opacity-100:focus {
    opacity: 1;
  }

  #app .lg\:tw-outline-none {
    outline: 0;
  }

  #app .lg\:focus\:tw-outline-none:focus {
    outline: 0;
  }

  #app .lg\:tw-overflow-auto {
    overflow: auto;
  }

  #app .lg\:tw-overflow-hidden {
    overflow: hidden;
  }

  #app .lg\:tw-overflow-visible {
    overflow: visible;
  }

  #app .lg\:tw-overflow-scroll {
    overflow: scroll;
  }

  #app .lg\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  #app .lg\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  #app .lg\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  #app .lg\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  #app .lg\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  #app .lg\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  #app .lg\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  #app .lg\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  #app .lg\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #app .lg\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #app .lg\:tw-p-0 {
    padding: 0;
  }

  #app .lg\:tw-p-1 {
    padding: 0.25rem;
  }

  #app .lg\:tw-p-2 {
    padding: 0.5rem;
  }

  #app .lg\:tw-p-3 {
    padding: 0.75rem;
  }

  #app .lg\:tw-p-4 {
    padding: 1rem;
  }

  #app .lg\:tw-p-5 {
    padding: 1.25rem;
  }

  #app .lg\:tw-p-6 {
    padding: 1.5rem;
  }

  #app .lg\:tw-p-8 {
    padding: 2rem;
  }

  #app .lg\:tw-p-10 {
    padding: 2.5rem;
  }

  #app .lg\:tw-p-12 {
    padding: 3rem;
  }

  #app .lg\:tw-p-16 {
    padding: 4rem;
  }

  #app .lg\:tw-p-20 {
    padding: 5rem;
  }

  #app .lg\:tw-p-24 {
    padding: 6rem;
  }

  #app .lg\:tw-p-32 {
    padding: 8rem;
  }

  #app .lg\:tw-p-40 {
    padding: 10rem;
  }

  #app .lg\:tw-p-48 {
    padding: 12rem;
  }

  #app .lg\:tw-p-56 {
    padding: 14rem;
  }

  #app .lg\:tw-p-64 {
    padding: 16rem;
  }

  #app .lg\:tw-p-px {
    padding: 1px;
  }

  #app .lg\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #app .lg\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #app .lg\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .lg\:tw-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .lg\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .lg\:tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .lg\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .lg\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .lg\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .lg\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .lg\:tw-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .lg\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .lg\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .lg\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .lg\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .lg\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .lg\:tw-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .lg\:tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .lg\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .lg\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .lg\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .lg\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .lg\:tw-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .lg\:tw-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .lg\:tw-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .lg\:tw-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .lg\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .lg\:tw-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .lg\:tw-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .lg\:tw-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .lg\:tw-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .lg\:tw-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .lg\:tw-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .lg\:tw-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .lg\:tw-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .lg\:tw-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .lg\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .lg\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .lg\:tw-pt-0 {
    padding-top: 0;
  }

  #app .lg\:tw-pr-0 {
    padding-right: 0;
  }

  #app .lg\:tw-pb-0 {
    padding-bottom: 0;
  }

  #app .lg\:tw-pl-0 {
    padding-left: 0;
  }

  #app .lg\:tw-pt-1 {
    padding-top: 0.25rem;
  }

  #app .lg\:tw-pr-1 {
    padding-right: 0.25rem;
  }

  #app .lg\:tw-pb-1 {
    padding-bottom: 0.25rem;
  }

  #app .lg\:tw-pl-1 {
    padding-left: 0.25rem;
  }

  #app .lg\:tw-pt-2 {
    padding-top: 0.5rem;
  }

  #app .lg\:tw-pr-2 {
    padding-right: 0.5rem;
  }

  #app .lg\:tw-pb-2 {
    padding-bottom: 0.5rem;
  }

  #app .lg\:tw-pl-2 {
    padding-left: 0.5rem;
  }

  #app .lg\:tw-pt-3 {
    padding-top: 0.75rem;
  }

  #app .lg\:tw-pr-3 {
    padding-right: 0.75rem;
  }

  #app .lg\:tw-pb-3 {
    padding-bottom: 0.75rem;
  }

  #app .lg\:tw-pl-3 {
    padding-left: 0.75rem;
  }

  #app .lg\:tw-pt-4 {
    padding-top: 1rem;
  }

  #app .lg\:tw-pr-4 {
    padding-right: 1rem;
  }

  #app .lg\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  #app .lg\:tw-pl-4 {
    padding-left: 1rem;
  }

  #app .lg\:tw-pt-5 {
    padding-top: 1.25rem;
  }

  #app .lg\:tw-pr-5 {
    padding-right: 1.25rem;
  }

  #app .lg\:tw-pb-5 {
    padding-bottom: 1.25rem;
  }

  #app .lg\:tw-pl-5 {
    padding-left: 1.25rem;
  }

  #app .lg\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  #app .lg\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  #app .lg\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  #app .lg\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  #app .lg\:tw-pt-8 {
    padding-top: 2rem;
  }

  #app .lg\:tw-pr-8 {
    padding-right: 2rem;
  }

  #app .lg\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  #app .lg\:tw-pl-8 {
    padding-left: 2rem;
  }

  #app .lg\:tw-pt-10 {
    padding-top: 2.5rem;
  }

  #app .lg\:tw-pr-10 {
    padding-right: 2.5rem;
  }

  #app .lg\:tw-pb-10 {
    padding-bottom: 2.5rem;
  }

  #app .lg\:tw-pl-10 {
    padding-left: 2.5rem;
  }

  #app .lg\:tw-pt-12 {
    padding-top: 3rem;
  }

  #app .lg\:tw-pr-12 {
    padding-right: 3rem;
  }

  #app .lg\:tw-pb-12 {
    padding-bottom: 3rem;
  }

  #app .lg\:tw-pl-12 {
    padding-left: 3rem;
  }

  #app .lg\:tw-pt-16 {
    padding-top: 4rem;
  }

  #app .lg\:tw-pr-16 {
    padding-right: 4rem;
  }

  #app .lg\:tw-pb-16 {
    padding-bottom: 4rem;
  }

  #app .lg\:tw-pl-16 {
    padding-left: 4rem;
  }

  #app .lg\:tw-pt-20 {
    padding-top: 5rem;
  }

  #app .lg\:tw-pr-20 {
    padding-right: 5rem;
  }

  #app .lg\:tw-pb-20 {
    padding-bottom: 5rem;
  }

  #app .lg\:tw-pl-20 {
    padding-left: 5rem;
  }

  #app .lg\:tw-pt-24 {
    padding-top: 6rem;
  }

  #app .lg\:tw-pr-24 {
    padding-right: 6rem;
  }

  #app .lg\:tw-pb-24 {
    padding-bottom: 6rem;
  }

  #app .lg\:tw-pl-24 {
    padding-left: 6rem;
  }

  #app .lg\:tw-pt-32 {
    padding-top: 8rem;
  }

  #app .lg\:tw-pr-32 {
    padding-right: 8rem;
  }

  #app .lg\:tw-pb-32 {
    padding-bottom: 8rem;
  }

  #app .lg\:tw-pl-32 {
    padding-left: 8rem;
  }

  #app .lg\:tw-pt-40 {
    padding-top: 10rem;
  }

  #app .lg\:tw-pr-40 {
    padding-right: 10rem;
  }

  #app .lg\:tw-pb-40 {
    padding-bottom: 10rem;
  }

  #app .lg\:tw-pl-40 {
    padding-left: 10rem;
  }

  #app .lg\:tw-pt-48 {
    padding-top: 12rem;
  }

  #app .lg\:tw-pr-48 {
    padding-right: 12rem;
  }

  #app .lg\:tw-pb-48 {
    padding-bottom: 12rem;
  }

  #app .lg\:tw-pl-48 {
    padding-left: 12rem;
  }

  #app .lg\:tw-pt-56 {
    padding-top: 14rem;
  }

  #app .lg\:tw-pr-56 {
    padding-right: 14rem;
  }

  #app .lg\:tw-pb-56 {
    padding-bottom: 14rem;
  }

  #app .lg\:tw-pl-56 {
    padding-left: 14rem;
  }

  #app .lg\:tw-pt-64 {
    padding-top: 16rem;
  }

  #app .lg\:tw-pr-64 {
    padding-right: 16rem;
  }

  #app .lg\:tw-pb-64 {
    padding-bottom: 16rem;
  }

  #app .lg\:tw-pl-64 {
    padding-left: 16rem;
  }

  #app .lg\:tw-pt-px {
    padding-top: 1px;
  }

  #app .lg\:tw-pr-px {
    padding-right: 1px;
  }

  #app .lg\:tw-pb-px {
    padding-bottom: 1px;
  }

  #app .lg\:tw-pl-px {
    padding-left: 1px;
  }

  #app .lg\:first\:tw-p-0:first-child {
    padding: 0;
  }

  #app .lg\:first\:tw-p-1:first-child {
    padding: 0.25rem;
  }

  #app .lg\:first\:tw-p-2:first-child {
    padding: 0.5rem;
  }

  #app .lg\:first\:tw-p-3:first-child {
    padding: 0.75rem;
  }

  #app .lg\:first\:tw-p-4:first-child {
    padding: 1rem;
  }

  #app .lg\:first\:tw-p-5:first-child {
    padding: 1.25rem;
  }

  #app .lg\:first\:tw-p-6:first-child {
    padding: 1.5rem;
  }

  #app .lg\:first\:tw-p-8:first-child {
    padding: 2rem;
  }

  #app .lg\:first\:tw-p-10:first-child {
    padding: 2.5rem;
  }

  #app .lg\:first\:tw-p-12:first-child {
    padding: 3rem;
  }

  #app .lg\:first\:tw-p-16:first-child {
    padding: 4rem;
  }

  #app .lg\:first\:tw-p-20:first-child {
    padding: 5rem;
  }

  #app .lg\:first\:tw-p-24:first-child {
    padding: 6rem;
  }

  #app .lg\:first\:tw-p-32:first-child {
    padding: 8rem;
  }

  #app .lg\:first\:tw-p-40:first-child {
    padding: 10rem;
  }

  #app .lg\:first\:tw-p-48:first-child {
    padding: 12rem;
  }

  #app .lg\:first\:tw-p-56:first-child {
    padding: 14rem;
  }

  #app .lg\:first\:tw-p-64:first-child {
    padding: 16rem;
  }

  #app .lg\:first\:tw-p-px:first-child {
    padding: 1px;
  }

  #app .lg\:first\:tw-py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  #app .lg\:first\:tw-px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  #app .lg\:first\:tw-py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .lg\:first\:tw-px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .lg\:first\:tw-py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .lg\:first\:tw-px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .lg\:first\:tw-py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .lg\:first\:tw-px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .lg\:first\:tw-py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .lg\:first\:tw-px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .lg\:first\:tw-py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .lg\:first\:tw-px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .lg\:first\:tw-py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .lg\:first\:tw-px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .lg\:first\:tw-py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .lg\:first\:tw-px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .lg\:first\:tw-py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .lg\:first\:tw-px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .lg\:first\:tw-py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .lg\:first\:tw-px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .lg\:first\:tw-py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .lg\:first\:tw-px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .lg\:first\:tw-py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .lg\:first\:tw-px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .lg\:first\:tw-py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .lg\:first\:tw-px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .lg\:first\:tw-py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .lg\:first\:tw-px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .lg\:first\:tw-py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .lg\:first\:tw-px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .lg\:first\:tw-py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .lg\:first\:tw-px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .lg\:first\:tw-py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .lg\:first\:tw-px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .lg\:first\:tw-py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .lg\:first\:tw-px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .lg\:first\:tw-py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .lg\:first\:tw-px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .lg\:first\:tw-pt-0:first-child {
    padding-top: 0;
  }

  #app .lg\:first\:tw-pr-0:first-child {
    padding-right: 0;
  }

  #app .lg\:first\:tw-pb-0:first-child {
    padding-bottom: 0;
  }

  #app .lg\:first\:tw-pl-0:first-child {
    padding-left: 0;
  }

  #app .lg\:first\:tw-pt-1:first-child {
    padding-top: 0.25rem;
  }

  #app .lg\:first\:tw-pr-1:first-child {
    padding-right: 0.25rem;
  }

  #app .lg\:first\:tw-pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  #app .lg\:first\:tw-pl-1:first-child {
    padding-left: 0.25rem;
  }

  #app .lg\:first\:tw-pt-2:first-child {
    padding-top: 0.5rem;
  }

  #app .lg\:first\:tw-pr-2:first-child {
    padding-right: 0.5rem;
  }

  #app .lg\:first\:tw-pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  #app .lg\:first\:tw-pl-2:first-child {
    padding-left: 0.5rem;
  }

  #app .lg\:first\:tw-pt-3:first-child {
    padding-top: 0.75rem;
  }

  #app .lg\:first\:tw-pr-3:first-child {
    padding-right: 0.75rem;
  }

  #app .lg\:first\:tw-pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  #app .lg\:first\:tw-pl-3:first-child {
    padding-left: 0.75rem;
  }

  #app .lg\:first\:tw-pt-4:first-child {
    padding-top: 1rem;
  }

  #app .lg\:first\:tw-pr-4:first-child {
    padding-right: 1rem;
  }

  #app .lg\:first\:tw-pb-4:first-child {
    padding-bottom: 1rem;
  }

  #app .lg\:first\:tw-pl-4:first-child {
    padding-left: 1rem;
  }

  #app .lg\:first\:tw-pt-5:first-child {
    padding-top: 1.25rem;
  }

  #app .lg\:first\:tw-pr-5:first-child {
    padding-right: 1.25rem;
  }

  #app .lg\:first\:tw-pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  #app .lg\:first\:tw-pl-5:first-child {
    padding-left: 1.25rem;
  }

  #app .lg\:first\:tw-pt-6:first-child {
    padding-top: 1.5rem;
  }

  #app .lg\:first\:tw-pr-6:first-child {
    padding-right: 1.5rem;
  }

  #app .lg\:first\:tw-pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  #app .lg\:first\:tw-pl-6:first-child {
    padding-left: 1.5rem;
  }

  #app .lg\:first\:tw-pt-8:first-child {
    padding-top: 2rem;
  }

  #app .lg\:first\:tw-pr-8:first-child {
    padding-right: 2rem;
  }

  #app .lg\:first\:tw-pb-8:first-child {
    padding-bottom: 2rem;
  }

  #app .lg\:first\:tw-pl-8:first-child {
    padding-left: 2rem;
  }

  #app .lg\:first\:tw-pt-10:first-child {
    padding-top: 2.5rem;
  }

  #app .lg\:first\:tw-pr-10:first-child {
    padding-right: 2.5rem;
  }

  #app .lg\:first\:tw-pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  #app .lg\:first\:tw-pl-10:first-child {
    padding-left: 2.5rem;
  }

  #app .lg\:first\:tw-pt-12:first-child {
    padding-top: 3rem;
  }

  #app .lg\:first\:tw-pr-12:first-child {
    padding-right: 3rem;
  }

  #app .lg\:first\:tw-pb-12:first-child {
    padding-bottom: 3rem;
  }

  #app .lg\:first\:tw-pl-12:first-child {
    padding-left: 3rem;
  }

  #app .lg\:first\:tw-pt-16:first-child {
    padding-top: 4rem;
  }

  #app .lg\:first\:tw-pr-16:first-child {
    padding-right: 4rem;
  }

  #app .lg\:first\:tw-pb-16:first-child {
    padding-bottom: 4rem;
  }

  #app .lg\:first\:tw-pl-16:first-child {
    padding-left: 4rem;
  }

  #app .lg\:first\:tw-pt-20:first-child {
    padding-top: 5rem;
  }

  #app .lg\:first\:tw-pr-20:first-child {
    padding-right: 5rem;
  }

  #app .lg\:first\:tw-pb-20:first-child {
    padding-bottom: 5rem;
  }

  #app .lg\:first\:tw-pl-20:first-child {
    padding-left: 5rem;
  }

  #app .lg\:first\:tw-pt-24:first-child {
    padding-top: 6rem;
  }

  #app .lg\:first\:tw-pr-24:first-child {
    padding-right: 6rem;
  }

  #app .lg\:first\:tw-pb-24:first-child {
    padding-bottom: 6rem;
  }

  #app .lg\:first\:tw-pl-24:first-child {
    padding-left: 6rem;
  }

  #app .lg\:first\:tw-pt-32:first-child {
    padding-top: 8rem;
  }

  #app .lg\:first\:tw-pr-32:first-child {
    padding-right: 8rem;
  }

  #app .lg\:first\:tw-pb-32:first-child {
    padding-bottom: 8rem;
  }

  #app .lg\:first\:tw-pl-32:first-child {
    padding-left: 8rem;
  }

  #app .lg\:first\:tw-pt-40:first-child {
    padding-top: 10rem;
  }

  #app .lg\:first\:tw-pr-40:first-child {
    padding-right: 10rem;
  }

  #app .lg\:first\:tw-pb-40:first-child {
    padding-bottom: 10rem;
  }

  #app .lg\:first\:tw-pl-40:first-child {
    padding-left: 10rem;
  }

  #app .lg\:first\:tw-pt-48:first-child {
    padding-top: 12rem;
  }

  #app .lg\:first\:tw-pr-48:first-child {
    padding-right: 12rem;
  }

  #app .lg\:first\:tw-pb-48:first-child {
    padding-bottom: 12rem;
  }

  #app .lg\:first\:tw-pl-48:first-child {
    padding-left: 12rem;
  }

  #app .lg\:first\:tw-pt-56:first-child {
    padding-top: 14rem;
  }

  #app .lg\:first\:tw-pr-56:first-child {
    padding-right: 14rem;
  }

  #app .lg\:first\:tw-pb-56:first-child {
    padding-bottom: 14rem;
  }

  #app .lg\:first\:tw-pl-56:first-child {
    padding-left: 14rem;
  }

  #app .lg\:first\:tw-pt-64:first-child {
    padding-top: 16rem;
  }

  #app .lg\:first\:tw-pr-64:first-child {
    padding-right: 16rem;
  }

  #app .lg\:first\:tw-pb-64:first-child {
    padding-bottom: 16rem;
  }

  #app .lg\:first\:tw-pl-64:first-child {
    padding-left: 16rem;
  }

  #app .lg\:first\:tw-pt-px:first-child {
    padding-top: 1px;
  }

  #app .lg\:first\:tw-pr-px:first-child {
    padding-right: 1px;
  }

  #app .lg\:first\:tw-pb-px:first-child {
    padding-bottom: 1px;
  }

  #app .lg\:first\:tw-pl-px:first-child {
    padding-left: 1px;
  }

  #app .lg\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  #app .lg\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  #app .lg\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  #app .lg\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  #app .lg\:tw-placeholder-transparent::placeholder {
    color: transparent;
  }

  #app .lg\:tw-placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  #app .lg\:tw-placeholder-black::-moz-placeholder {
    color: #000;
  }

  #app .lg\:tw-placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  #app .lg\:tw-placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  #app .lg\:tw-placeholder-black::placeholder {
    color: #000;
  }

  #app .lg\:tw-placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  #app .lg\:tw-placeholder-white::-moz-placeholder {
    color: #fff;
  }

  #app .lg\:tw-placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  #app .lg\:tw-placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  #app .lg\:tw-placeholder-white::placeholder {
    color: #fff;
  }

  #app .lg\:tw-placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  #app .lg\:tw-placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  #app .lg\:tw-placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .lg\:tw-placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .lg\:tw-placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  #app .lg\:tw-placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  #app .lg\:tw-placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  #app .lg\:tw-placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .lg\:tw-placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .lg\:tw-placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  #app .lg\:tw-placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  #app .lg\:tw-placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  #app .lg\:tw-placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .lg\:tw-placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .lg\:tw-placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  #app .lg\:tw-placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  #app .lg\:tw-placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  #app .lg\:tw-placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .lg\:tw-placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .lg\:tw-placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  #app .lg\:tw-placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  #app .lg\:tw-placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  #app .lg\:tw-placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .lg\:tw-placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .lg\:tw-placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  #app .lg\:tw-placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  #app .lg\:tw-placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  #app .lg\:tw-placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  #app .lg\:tw-placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  #app .lg\:tw-placeholder-gray-600::placeholder {
    color: #718096;
  }

  #app .lg\:tw-placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  #app .lg\:tw-placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  #app .lg\:tw-placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  #app .lg\:tw-placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  #app .lg\:tw-placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  #app .lg\:tw-placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  #app .lg\:tw-placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  #app .lg\:tw-placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  #app .lg\:tw-placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  #app .lg\:tw-placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  #app .lg\:tw-placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  #app .lg\:tw-placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  #app .lg\:tw-placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  #app .lg\:tw-placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  #app .lg\:tw-placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  #app .lg\:tw-placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  #app .lg\:tw-placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  #app .lg\:tw-placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .lg\:tw-placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .lg\:tw-placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  #app .lg\:tw-placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  #app .lg\:tw-placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  #app .lg\:tw-placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .lg\:tw-placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .lg\:tw-placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  #app .lg\:tw-placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  #app .lg\:tw-placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  #app .lg\:tw-placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .lg\:tw-placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .lg\:tw-placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  #app .lg\:tw-placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  #app .lg\:tw-placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  #app .lg\:tw-placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  #app .lg\:tw-placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  #app .lg\:tw-placeholder-red-400::placeholder {
    color: #fc8181;
  }

  #app .lg\:tw-placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  #app .lg\:tw-placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  #app .lg\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  #app .lg\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  #app .lg\:tw-placeholder-red-500::placeholder {
    color: #f56565;
  }

  #app .lg\:tw-placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  #app .lg\:tw-placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  #app .lg\:tw-placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .lg\:tw-placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .lg\:tw-placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  #app .lg\:tw-placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  #app .lg\:tw-placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  #app .lg\:tw-placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  #app .lg\:tw-placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  #app .lg\:tw-placeholder-red-700::placeholder {
    color: #c53030;
  }

  #app .lg\:tw-placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  #app .lg\:tw-placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  #app .lg\:tw-placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .lg\:tw-placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .lg\:tw-placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  #app .lg\:tw-placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  #app .lg\:tw-placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  #app .lg\:tw-placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  #app .lg\:tw-placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  #app .lg\:tw-placeholder-red-900::placeholder {
    color: #742a2a;
  }

  #app .lg\:tw-placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  #app .lg\:tw-placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  #app .lg\:tw-placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .lg\:tw-placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .lg\:tw-placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  #app .lg\:tw-placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  #app .lg\:tw-placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  #app .lg\:tw-placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  #app .lg\:tw-placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  #app .lg\:tw-placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  #app .lg\:tw-placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  #app .lg\:tw-placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  #app .lg\:tw-placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .lg\:tw-placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .lg\:tw-placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  #app .lg\:tw-placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  #app .lg\:tw-placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  #app .lg\:tw-placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .lg\:tw-placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .lg\:tw-placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  #app .lg\:tw-placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  #app .lg\:tw-placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  #app .lg\:tw-placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  #app .lg\:tw-placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  #app .lg\:tw-placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  #app .lg\:tw-placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  #app .lg\:tw-placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  #app .lg\:tw-placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .lg\:tw-placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .lg\:tw-placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  #app .lg\:tw-placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  #app .lg\:tw-placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  #app .lg\:tw-placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  #app .lg\:tw-placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  #app .lg\:tw-placeholder-orange-700::placeholder {
    color: #c05621;
  }

  #app .lg\:tw-placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  #app .lg\:tw-placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  #app .lg\:tw-placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  #app .lg\:tw-placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  #app .lg\:tw-placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  #app .lg\:tw-placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  #app .lg\:tw-placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  #app .lg\:tw-placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  #app .lg\:tw-placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  #app .lg\:tw-placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  #app .lg\:tw-placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  #app .lg\:tw-placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  #app .lg\:tw-placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  #app .lg\:tw-placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  #app .lg\:tw-placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  #app .lg\:tw-placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  #app .lg\:tw-placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  #app .lg\:tw-placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .lg\:tw-placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .lg\:tw-placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  #app .lg\:tw-placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  #app .lg\:tw-placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  #app .lg\:tw-placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  #app .lg\:tw-placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  #app .lg\:tw-placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  #app .lg\:tw-placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  #app .lg\:tw-placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  #app .lg\:tw-placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .lg\:tw-placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .lg\:tw-placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  #app .lg\:tw-placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  #app .lg\:tw-placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  #app .lg\:tw-placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .lg\:tw-placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .lg\:tw-placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  #app .lg\:tw-placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  #app .lg\:tw-placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  #app .lg\:tw-placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .lg\:tw-placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .lg\:tw-placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  #app .lg\:tw-placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  #app .lg\:tw-placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  #app .lg\:tw-placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  #app .lg\:tw-placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  #app .lg\:tw-placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  #app .lg\:tw-placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  #app .lg\:tw-placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  #app .lg\:tw-placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  #app .lg\:tw-placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  #app .lg\:tw-placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  #app .lg\:tw-placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  #app .lg\:tw-placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  #app .lg\:tw-placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  #app .lg\:tw-placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  #app .lg\:tw-placeholder-yellow-900::placeholder {
    color: #744210;
  }

  #app .lg\:tw-placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  #app .lg\:tw-placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  #app .lg\:tw-placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .lg\:tw-placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .lg\:tw-placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  #app .lg\:tw-placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  #app .lg\:tw-placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  #app .lg\:tw-placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .lg\:tw-placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .lg\:tw-placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  #app .lg\:tw-placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  #app .lg\:tw-placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  #app .lg\:tw-placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .lg\:tw-placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .lg\:tw-placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  #app .lg\:tw-placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  #app .lg\:tw-placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  #app .lg\:tw-placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  #app .lg\:tw-placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  #app .lg\:tw-placeholder-green-400::placeholder {
    color: #68d391;
  }

  #app .lg\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  #app .lg\:tw-placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  #app .lg\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  #app .lg\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  #app .lg\:tw-placeholder-green-500::placeholder {
    color: #48bb78;
  }

  #app .lg\:tw-placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  #app .lg\:tw-placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  #app .lg\:tw-placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  #app .lg\:tw-placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  #app .lg\:tw-placeholder-green-600::placeholder {
    color: #38a169;
  }

  #app .lg\:tw-placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  #app .lg\:tw-placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  #app .lg\:tw-placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  #app .lg\:tw-placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  #app .lg\:tw-placeholder-green-700::placeholder {
    color: #2f855a;
  }

  #app .lg\:tw-placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  #app .lg\:tw-placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  #app .lg\:tw-placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  #app .lg\:tw-placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  #app .lg\:tw-placeholder-green-800::placeholder {
    color: #276749;
  }

  #app .lg\:tw-placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  #app .lg\:tw-placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  #app .lg\:tw-placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  #app .lg\:tw-placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  #app .lg\:tw-placeholder-green-900::placeholder {
    color: #22543d;
  }

  #app .lg\:tw-placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  #app .lg\:tw-placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  #app .lg\:tw-placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .lg\:tw-placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .lg\:tw-placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  #app .lg\:tw-placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  #app .lg\:tw-placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  #app .lg\:tw-placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .lg\:tw-placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .lg\:tw-placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  #app .lg\:tw-placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  #app .lg\:tw-placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  #app .lg\:tw-placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .lg\:tw-placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .lg\:tw-placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  #app .lg\:tw-placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  #app .lg\:tw-placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  #app .lg\:tw-placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .lg\:tw-placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .lg\:tw-placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  #app .lg\:tw-placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  #app .lg\:tw-placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  #app .lg\:tw-placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .lg\:tw-placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .lg\:tw-placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  #app .lg\:tw-placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  #app .lg\:tw-placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  #app .lg\:tw-placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  #app .lg\:tw-placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  #app .lg\:tw-placeholder-teal-600::placeholder {
    color: #319795;
  }

  #app .lg\:tw-placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  #app .lg\:tw-placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  #app .lg\:tw-placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .lg\:tw-placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .lg\:tw-placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  #app .lg\:tw-placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  #app .lg\:tw-placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  #app .lg\:tw-placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  #app .lg\:tw-placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  #app .lg\:tw-placeholder-teal-800::placeholder {
    color: #285e61;
  }

  #app .lg\:tw-placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  #app .lg\:tw-placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  #app .lg\:tw-placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  #app .lg\:tw-placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  #app .lg\:tw-placeholder-teal-900::placeholder {
    color: #234e52;
  }

  #app .lg\:tw-placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  #app .lg\:tw-placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  #app .lg\:tw-placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .lg\:tw-placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .lg\:tw-placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  #app .lg\:tw-placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  #app .lg\:tw-placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  #app .lg\:tw-placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .lg\:tw-placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .lg\:tw-placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  #app .lg\:tw-placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  #app .lg\:tw-placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  #app .lg\:tw-placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .lg\:tw-placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .lg\:tw-placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  #app .lg\:tw-placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  #app .lg\:tw-placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  #app .lg\:tw-placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .lg\:tw-placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .lg\:tw-placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  #app .lg\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  #app .lg\:tw-placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  #app .lg\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  #app .lg\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  #app .lg\:tw-placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  #app .lg\:tw-placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  #app .lg\:tw-placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  #app .lg\:tw-placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  #app .lg\:tw-placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  #app .lg\:tw-placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  #app .lg\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  #app .lg\:tw-placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  #app .lg\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .lg\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .lg\:tw-placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  #app .lg\:tw-placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  #app .lg\:tw-placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  #app .lg\:tw-placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  #app .lg\:tw-placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  #app .lg\:tw-placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  #app .lg\:tw-placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  #app .lg\:tw-placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  #app .lg\:tw-placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  #app .lg\:tw-placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  #app .lg\:tw-placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  #app .lg\:tw-placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  #app .lg\:tw-placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  #app .lg\:tw-placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .lg\:tw-placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .lg\:tw-placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  #app .lg\:tw-placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  #app .lg\:tw-placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  #app .lg\:tw-placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .lg\:tw-placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .lg\:tw-placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  #app .lg\:tw-placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  #app .lg\:tw-placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  #app .lg\:tw-placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .lg\:tw-placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .lg\:tw-placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  #app .lg\:tw-placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  #app .lg\:tw-placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  #app .lg\:tw-placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .lg\:tw-placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .lg\:tw-placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  #app .lg\:tw-placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  #app .lg\:tw-placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  #app .lg\:tw-placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  #app .lg\:tw-placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  #app .lg\:tw-placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  #app .lg\:tw-placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  #app .lg\:tw-placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  #app .lg\:tw-placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .lg\:tw-placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .lg\:tw-placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  #app .lg\:tw-placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  #app .lg\:tw-placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  #app .lg\:tw-placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .lg\:tw-placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .lg\:tw-placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  #app .lg\:tw-placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  #app .lg\:tw-placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  #app .lg\:tw-placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  #app .lg\:tw-placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  #app .lg\:tw-placeholder-indigo-800::placeholder {
    color: #434190;
  }

  #app .lg\:tw-placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  #app .lg\:tw-placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  #app .lg\:tw-placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  #app .lg\:tw-placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  #app .lg\:tw-placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  #app .lg\:tw-placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  #app .lg\:tw-placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  #app .lg\:tw-placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .lg\:tw-placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .lg\:tw-placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  #app .lg\:tw-placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  #app .lg\:tw-placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  #app .lg\:tw-placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .lg\:tw-placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .lg\:tw-placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  #app .lg\:tw-placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  #app .lg\:tw-placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  #app .lg\:tw-placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .lg\:tw-placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .lg\:tw-placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  #app .lg\:tw-placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  #app .lg\:tw-placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  #app .lg\:tw-placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  #app .lg\:tw-placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  #app .lg\:tw-placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  #app .lg\:tw-placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  #app .lg\:tw-placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  #app .lg\:tw-placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .lg\:tw-placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .lg\:tw-placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  #app .lg\:tw-placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  #app .lg\:tw-placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  #app .lg\:tw-placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  #app .lg\:tw-placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  #app .lg\:tw-placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  #app .lg\:tw-placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  #app .lg\:tw-placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  #app .lg\:tw-placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .lg\:tw-placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .lg\:tw-placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  #app .lg\:tw-placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  #app .lg\:tw-placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  #app .lg\:tw-placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  #app .lg\:tw-placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  #app .lg\:tw-placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  #app .lg\:tw-placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  #app .lg\:tw-placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  #app .lg\:tw-placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  #app .lg\:tw-placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  #app .lg\:tw-placeholder-purple-900::placeholder {
    color: #44337a;
  }

  #app .lg\:tw-placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  #app .lg\:tw-placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  #app .lg\:tw-placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .lg\:tw-placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .lg\:tw-placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  #app .lg\:tw-placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  #app .lg\:tw-placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  #app .lg\:tw-placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .lg\:tw-placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .lg\:tw-placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  #app .lg\:tw-placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  #app .lg\:tw-placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  #app .lg\:tw-placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .lg\:tw-placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .lg\:tw-placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  #app .lg\:tw-placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  #app .lg\:tw-placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  #app .lg\:tw-placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  #app .lg\:tw-placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  #app .lg\:tw-placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  #app .lg\:tw-placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  #app .lg\:tw-placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  #app .lg\:tw-placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .lg\:tw-placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .lg\:tw-placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  #app .lg\:tw-placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  #app .lg\:tw-placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  #app .lg\:tw-placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .lg\:tw-placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .lg\:tw-placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  #app .lg\:tw-placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  #app .lg\:tw-placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  #app .lg\:tw-placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  #app .lg\:tw-placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  #app .lg\:tw-placeholder-pink-700::placeholder {
    color: #b83280;
  }

  #app .lg\:tw-placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  #app .lg\:tw-placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  #app .lg\:tw-placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  #app .lg\:tw-placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  #app .lg\:tw-placeholder-pink-800::placeholder {
    color: #97266d;
  }

  #app .lg\:tw-placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  #app .lg\:tw-placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  #app .lg\:tw-placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  #app .lg\:tw-placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  #app .lg\:tw-placeholder-pink-900::placeholder {
    color: #702459;
  }

  #app .lg\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  #app .lg\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  #app .lg\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  #app .lg\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  #app .lg\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  #app .lg\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  #app .lg\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  #app .lg\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  #app .lg\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  #app .lg\:focus\:tw-placeholder-black:focus::placeholder {
    color: #000;
  }

  #app .lg\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  #app .lg\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  #app .lg\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  #app .lg\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  #app .lg\:focus\:tw-placeholder-white:focus::placeholder {
    color: #fff;
  }

  #app .lg\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  #app .lg\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  #app .lg\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .lg\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .lg\:focus\:tw-placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  #app .lg\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  #app .lg\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  #app .lg\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .lg\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .lg\:focus\:tw-placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  #app .lg\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  #app .lg\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  #app .lg\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .lg\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .lg\:focus\:tw-placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  #app .lg\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  #app .lg\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  #app .lg\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .lg\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .lg\:focus\:tw-placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  #app .lg\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  #app .lg\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  #app .lg\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .lg\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .lg\:focus\:tw-placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  #app .lg\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  #app .lg\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  #app .lg\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  #app .lg\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  #app .lg\:focus\:tw-placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  #app .lg\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  #app .lg\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  #app .lg\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  #app .lg\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  #app .lg\:focus\:tw-placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  #app .lg\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  #app .lg\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  #app .lg\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  #app .lg\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  #app .lg\:focus\:tw-placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  #app .lg\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  #app .lg\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  #app .lg\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  #app .lg\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  #app .lg\:focus\:tw-placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  #app .lg\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  #app .lg\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  #app .lg\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .lg\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .lg\:focus\:tw-placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  #app .lg\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  #app .lg\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  #app .lg\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .lg\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .lg\:focus\:tw-placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  #app .lg\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  #app .lg\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  #app .lg\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .lg\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .lg\:focus\:tw-placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  #app .lg\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  #app .lg\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  #app .lg\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  #app .lg\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  #app .lg\:focus\:tw-placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  #app .lg\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  #app .lg\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  #app .lg\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  #app .lg\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  #app .lg\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  #app .lg\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  #app .lg\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  #app .lg\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .lg\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .lg\:focus\:tw-placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  #app .lg\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  #app .lg\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  #app .lg\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  #app .lg\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  #app .lg\:focus\:tw-placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  #app .lg\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  #app .lg\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  #app .lg\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .lg\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .lg\:focus\:tw-placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  #app .lg\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  #app .lg\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  #app .lg\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  #app .lg\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  #app .lg\:focus\:tw-placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  #app .lg\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  #app .lg\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  #app .lg\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .lg\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .lg\:focus\:tw-placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  #app .lg\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  #app .lg\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  #app .lg\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  #app .lg\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  #app .lg\:focus\:tw-placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  #app .lg\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  #app .lg\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  #app .lg\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .lg\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .lg\:focus\:tw-placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  #app .lg\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  #app .lg\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  #app .lg\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .lg\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .lg\:focus\:tw-placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  #app .lg\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  #app .lg\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  #app .lg\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  #app .lg\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  #app .lg\:focus\:tw-placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  #app .lg\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  #app .lg\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  #app .lg\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .lg\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .lg\:focus\:tw-placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  #app .lg\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  #app .lg\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  #app .lg\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  #app .lg\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  #app .lg\:focus\:tw-placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  #app .lg\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  #app .lg\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  #app .lg\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  #app .lg\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  #app .lg\:focus\:tw-placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  #app .lg\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  #app .lg\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  #app .lg\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  #app .lg\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  #app .lg\:focus\:tw-placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  #app .lg\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  #app .lg\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  #app .lg\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  #app .lg\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  #app .lg\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  #app .lg\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  #app .lg\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  #app .lg\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .lg\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .lg\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  #app .lg\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  #app .lg\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  #app .lg\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  #app .lg\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  #app .lg\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  #app .lg\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  #app .lg\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  #app .lg\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .lg\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .lg\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  #app .lg\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  #app .lg\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  #app .lg\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .lg\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .lg\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  #app .lg\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  #app .lg\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  #app .lg\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .lg\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .lg\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  #app .lg\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  #app .lg\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  #app .lg\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  #app .lg\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  #app .lg\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  #app .lg\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  #app .lg\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  #app .lg\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  #app .lg\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  #app .lg\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  #app .lg\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  #app .lg\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  #app .lg\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  #app .lg\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  #app .lg\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  #app .lg\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  #app .lg\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  #app .lg\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .lg\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .lg\:focus\:tw-placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  #app .lg\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  #app .lg\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  #app .lg\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .lg\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .lg\:focus\:tw-placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  #app .lg\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  #app .lg\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  #app .lg\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .lg\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .lg\:focus\:tw-placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  #app .lg\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  #app .lg\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  #app .lg\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  #app .lg\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  #app .lg\:focus\:tw-placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  #app .lg\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  #app .lg\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  #app .lg\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  #app .lg\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  #app .lg\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  #app .lg\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  #app .lg\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  #app .lg\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  #app .lg\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  #app .lg\:focus\:tw-placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  #app .lg\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  #app .lg\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  #app .lg\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  #app .lg\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  #app .lg\:focus\:tw-placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  #app .lg\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  #app .lg\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  #app .lg\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  #app .lg\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  #app .lg\:focus\:tw-placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  #app .lg\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  #app .lg\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  #app .lg\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  #app .lg\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  #app .lg\:focus\:tw-placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  #app .lg\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  #app .lg\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  #app .lg\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .lg\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .lg\:focus\:tw-placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  #app .lg\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  #app .lg\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  #app .lg\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .lg\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .lg\:focus\:tw-placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  #app .lg\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  #app .lg\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  #app .lg\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .lg\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .lg\:focus\:tw-placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  #app .lg\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  #app .lg\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  #app .lg\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .lg\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .lg\:focus\:tw-placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  #app .lg\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  #app .lg\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  #app .lg\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .lg\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .lg\:focus\:tw-placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  #app .lg\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  #app .lg\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  #app .lg\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  #app .lg\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  #app .lg\:focus\:tw-placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  #app .lg\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  #app .lg\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  #app .lg\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .lg\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .lg\:focus\:tw-placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  #app .lg\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  #app .lg\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  #app .lg\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  #app .lg\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  #app .lg\:focus\:tw-placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  #app .lg\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  #app .lg\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  #app .lg\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  #app .lg\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  #app .lg\:focus\:tw-placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  #app .lg\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  #app .lg\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  #app .lg\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .lg\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .lg\:focus\:tw-placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  #app .lg\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  #app .lg\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  #app .lg\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .lg\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .lg\:focus\:tw-placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  #app .lg\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  #app .lg\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  #app .lg\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .lg\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .lg\:focus\:tw-placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  #app .lg\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  #app .lg\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  #app .lg\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .lg\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .lg\:focus\:tw-placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  #app .lg\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  #app .lg\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  #app .lg\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  #app .lg\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  #app .lg\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  #app .lg\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  #app .lg\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  #app .lg\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  #app .lg\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  #app .lg\:focus\:tw-placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  #app .lg\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  #app .lg\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  #app .lg\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .lg\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .lg\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  #app .lg\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  #app .lg\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  #app .lg\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  #app .lg\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  #app .lg\:focus\:tw-placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  #app .lg\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  #app .lg\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  #app .lg\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  #app .lg\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  #app .lg\:focus\:tw-placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  #app .lg\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  #app .lg\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  #app .lg\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .lg\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .lg\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  #app .lg\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  #app .lg\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  #app .lg\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .lg\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .lg\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  #app .lg\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  #app .lg\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  #app .lg\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .lg\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .lg\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  #app .lg\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  #app .lg\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  #app .lg\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .lg\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .lg\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  #app .lg\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  #app .lg\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  #app .lg\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  #app .lg\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  #app .lg\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  #app .lg\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  #app .lg\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  #app .lg\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .lg\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .lg\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  #app .lg\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  #app .lg\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  #app .lg\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .lg\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .lg\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  #app .lg\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  #app .lg\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  #app .lg\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  #app .lg\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  #app .lg\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  #app .lg\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  #app .lg\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  #app .lg\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  #app .lg\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  #app .lg\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  #app .lg\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  #app .lg\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  #app .lg\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .lg\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .lg\:focus\:tw-placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  #app .lg\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  #app .lg\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  #app .lg\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .lg\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .lg\:focus\:tw-placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  #app .lg\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  #app .lg\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  #app .lg\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .lg\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .lg\:focus\:tw-placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  #app .lg\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  #app .lg\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  #app .lg\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  #app .lg\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  #app .lg\:focus\:tw-placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  #app .lg\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  #app .lg\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  #app .lg\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .lg\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .lg\:focus\:tw-placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  #app .lg\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  #app .lg\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  #app .lg\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  #app .lg\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  #app .lg\:focus\:tw-placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  #app .lg\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  #app .lg\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  #app .lg\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .lg\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .lg\:focus\:tw-placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  #app .lg\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  #app .lg\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  #app .lg\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  #app .lg\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  #app .lg\:focus\:tw-placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  #app .lg\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  #app .lg\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  #app .lg\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  #app .lg\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  #app .lg\:focus\:tw-placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  #app .lg\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  #app .lg\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  #app .lg\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .lg\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .lg\:focus\:tw-placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  #app .lg\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  #app .lg\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  #app .lg\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .lg\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .lg\:focus\:tw-placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  #app .lg\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  #app .lg\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  #app .lg\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .lg\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .lg\:focus\:tw-placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  #app .lg\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  #app .lg\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  #app .lg\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  #app .lg\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  #app .lg\:focus\:tw-placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  #app .lg\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  #app .lg\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  #app .lg\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .lg\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .lg\:focus\:tw-placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  #app .lg\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  #app .lg\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  #app .lg\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .lg\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .lg\:focus\:tw-placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  #app .lg\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  #app .lg\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  #app .lg\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  #app .lg\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  #app .lg\:focus\:tw-placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  #app .lg\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  #app .lg\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  #app .lg\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  #app .lg\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  #app .lg\:focus\:tw-placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  #app .lg\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  #app .lg\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  #app .lg\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  #app .lg\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  #app .lg\:focus\:tw-placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  #app .lg\:tw-pointer-events-none {
    pointer-events: none;
  }

  #app .lg\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  #app .lg\:tw-static {
    position: static;
  }

  #app .lg\:tw-fixed {
    position: fixed;
  }

  #app .lg\:tw-absolute {
    position: absolute;
  }

  #app .lg\:tw-relative {
    position: relative;
  }

  #app .lg\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  #app .lg\:tw-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #app .lg\:tw-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #app .lg\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #app .lg\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  #app .lg\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #app .lg\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  #app .lg\:tw-top-0 {
    top: 0;
  }

  #app .lg\:tw-right-0 {
    right: 0;
  }

  #app .lg\:tw-bottom-0 {
    bottom: 0;
  }

  #app .lg\:tw-left-0 {
    left: 0;
  }

  #app .lg\:tw-top-auto {
    top: auto;
  }

  #app .lg\:tw-right-auto {
    right: auto;
  }

  #app .lg\:tw-bottom-auto {
    bottom: auto;
  }

  #app .lg\:tw-left-auto {
    left: auto;
  }

  #app .lg\:tw-resize-none {
    resize: none;
  }

  #app .lg\:tw-resize-y {
    resize: vertical;
  }

  #app .lg\:tw-resize-x {
    resize: horizontal;
  }

  #app .lg\:tw-resize {
    resize: both;
  }

  #app .lg\:tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .lg\:tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .lg\:tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .lg\:tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .lg\:tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .lg\:tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .lg\:tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .lg\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .lg\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .lg\:tw-shadow-none {
    box-shadow: none;
  }

  #app .lg\:hover\:tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .lg\:hover\:tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .lg\:hover\:tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .lg\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .lg\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .lg\:hover\:tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .lg\:hover\:tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .lg\:hover\:tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .lg\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .lg\:hover\:tw-shadow-none:hover {
    box-shadow: none;
  }

  #app .lg\:focus\:tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .lg\:focus\:tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .lg\:focus\:tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .lg\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .lg\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .lg\:focus\:tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .lg\:focus\:tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .lg\:focus\:tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .lg\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .lg\:focus\:tw-shadow-none:focus {
    box-shadow: none;
  }

  #app .lg\:tw-fill-current {
    fill: currentColor;
  }

  #app .lg\:tw-stroke-current {
    stroke: currentColor;
  }

  #app .lg\:tw-stroke-0 {
    stroke-width: 0;
  }

  #app .lg\:tw-stroke-1 {
    stroke-width: 1;
  }

  #app .lg\:tw-stroke-2 {
    stroke-width: 2;
  }

  #app .lg\:tw-table-auto {
    table-layout: auto;
  }

  #app .lg\:tw-table-fixed {
    table-layout: fixed;
  }

  #app .lg\:tw-text-left {
    text-align: left;
  }

  #app .lg\:tw-text-center {
    text-align: center;
  }

  #app .lg\:tw-text-right {
    text-align: right;
  }

  #app .lg\:tw-text-justify {
    text-align: justify;
  }

  #app .lg\:tw-text-transparent {
    color: transparent;
  }

  #app .lg\:tw-text-black {
    color: #000;
  }

  #app .lg\:tw-text-white {
    color: #fff;
  }

  #app .lg\:tw-text-gray-100 {
    color: #f7fafc;
  }

  #app .lg\:tw-text-gray-200 {
    color: #edf2f7;
  }

  #app .lg\:tw-text-gray-300 {
    color: #e2e8f0;
  }

  #app .lg\:tw-text-gray-400 {
    color: #cbd5e0;
  }

  #app .lg\:tw-text-gray-500 {
    color: #a0aec0;
  }

  #app .lg\:tw-text-gray-600 {
    color: #718096;
  }

  #app .lg\:tw-text-gray-700 {
    color: #4a5568;
  }

  #app .lg\:tw-text-gray-800 {
    color: #2d3748;
  }

  #app .lg\:tw-text-gray-900 {
    color: #1a202c;
  }

  #app .lg\:tw-text-red-100 {
    color: #fff5f5;
  }

  #app .lg\:tw-text-red-200 {
    color: #fed7d7;
  }

  #app .lg\:tw-text-red-300 {
    color: #feb2b2;
  }

  #app .lg\:tw-text-red-400 {
    color: #fc8181;
  }

  #app .lg\:tw-text-red-500 {
    color: #f56565;
  }

  #app .lg\:tw-text-red-600 {
    color: #e53e3e;
  }

  #app .lg\:tw-text-red-700 {
    color: #c53030;
  }

  #app .lg\:tw-text-red-800 {
    color: #9b2c2c;
  }

  #app .lg\:tw-text-red-900 {
    color: #742a2a;
  }

  #app .lg\:tw-text-orange-100 {
    color: #fffaf0;
  }

  #app .lg\:tw-text-orange-200 {
    color: #feebc8;
  }

  #app .lg\:tw-text-orange-300 {
    color: #fbd38d;
  }

  #app .lg\:tw-text-orange-400 {
    color: #f6ad55;
  }

  #app .lg\:tw-text-orange-500 {
    color: #ed8936;
  }

  #app .lg\:tw-text-orange-600 {
    color: #dd6b20;
  }

  #app .lg\:tw-text-orange-700 {
    color: #c05621;
  }

  #app .lg\:tw-text-orange-800 {
    color: #9c4221;
  }

  #app .lg\:tw-text-orange-900 {
    color: #7b341e;
  }

  #app .lg\:tw-text-yellow-100 {
    color: #fffff0;
  }

  #app .lg\:tw-text-yellow-200 {
    color: #fefcbf;
  }

  #app .lg\:tw-text-yellow-300 {
    color: #faf089;
  }

  #app .lg\:tw-text-yellow-400 {
    color: #f6e05e;
  }

  #app .lg\:tw-text-yellow-500 {
    color: #ecc94b;
  }

  #app .lg\:tw-text-yellow-600 {
    color: #d69e2e;
  }

  #app .lg\:tw-text-yellow-700 {
    color: #b7791f;
  }

  #app .lg\:tw-text-yellow-800 {
    color: #975a16;
  }

  #app .lg\:tw-text-yellow-900 {
    color: #744210;
  }

  #app .lg\:tw-text-green-100 {
    color: #f0fff4;
  }

  #app .lg\:tw-text-green-200 {
    color: #c6f6d5;
  }

  #app .lg\:tw-text-green-300 {
    color: #9ae6b4;
  }

  #app .lg\:tw-text-green-400 {
    color: #68d391;
  }

  #app .lg\:tw-text-green-500 {
    color: #48bb78;
  }

  #app .lg\:tw-text-green-600 {
    color: #38a169;
  }

  #app .lg\:tw-text-green-700 {
    color: #2f855a;
  }

  #app .lg\:tw-text-green-800 {
    color: #276749;
  }

  #app .lg\:tw-text-green-900 {
    color: #22543d;
  }

  #app .lg\:tw-text-teal-100 {
    color: #e6fffa;
  }

  #app .lg\:tw-text-teal-200 {
    color: #b2f5ea;
  }

  #app .lg\:tw-text-teal-300 {
    color: #81e6d9;
  }

  #app .lg\:tw-text-teal-400 {
    color: #4fd1c5;
  }

  #app .lg\:tw-text-teal-500 {
    color: #38b2ac;
  }

  #app .lg\:tw-text-teal-600 {
    color: #319795;
  }

  #app .lg\:tw-text-teal-700 {
    color: #2c7a7b;
  }

  #app .lg\:tw-text-teal-800 {
    color: #285e61;
  }

  #app .lg\:tw-text-teal-900 {
    color: #234e52;
  }

  #app .lg\:tw-text-blue-100 {
    color: #ebf8ff;
  }

  #app .lg\:tw-text-blue-200 {
    color: #bee3f8;
  }

  #app .lg\:tw-text-blue-300 {
    color: #90cdf4;
  }

  #app .lg\:tw-text-blue-400 {
    color: #63b3ed;
  }

  #app .lg\:tw-text-blue-500 {
    color: #4299e1;
  }

  #app .lg\:tw-text-blue-600 {
    color: #3182ce;
  }

  #app .lg\:tw-text-blue-700 {
    color: #2b6cb0;
  }

  #app .lg\:tw-text-blue-800 {
    color: #2c5282;
  }

  #app .lg\:tw-text-blue-900 {
    color: #2a4365;
  }

  #app .lg\:tw-text-indigo-100 {
    color: #ebf4ff;
  }

  #app .lg\:tw-text-indigo-200 {
    color: #c3dafe;
  }

  #app .lg\:tw-text-indigo-300 {
    color: #a3bffa;
  }

  #app .lg\:tw-text-indigo-400 {
    color: #7f9cf5;
  }

  #app .lg\:tw-text-indigo-500 {
    color: #667eea;
  }

  #app .lg\:tw-text-indigo-600 {
    color: #5a67d8;
  }

  #app .lg\:tw-text-indigo-700 {
    color: #4c51bf;
  }

  #app .lg\:tw-text-indigo-800 {
    color: #434190;
  }

  #app .lg\:tw-text-indigo-900 {
    color: #3c366b;
  }

  #app .lg\:tw-text-purple-100 {
    color: #faf5ff;
  }

  #app .lg\:tw-text-purple-200 {
    color: #e9d8fd;
  }

  #app .lg\:tw-text-purple-300 {
    color: #d6bcfa;
  }

  #app .lg\:tw-text-purple-400 {
    color: #b794f4;
  }

  #app .lg\:tw-text-purple-500 {
    color: #9f7aea;
  }

  #app .lg\:tw-text-purple-600 {
    color: #805ad5;
  }

  #app .lg\:tw-text-purple-700 {
    color: #6b46c1;
  }

  #app .lg\:tw-text-purple-800 {
    color: #553c9a;
  }

  #app .lg\:tw-text-purple-900 {
    color: #44337a;
  }

  #app .lg\:tw-text-pink-100 {
    color: #fff5f7;
  }

  #app .lg\:tw-text-pink-200 {
    color: #fed7e2;
  }

  #app .lg\:tw-text-pink-300 {
    color: #fbb6ce;
  }

  #app .lg\:tw-text-pink-400 {
    color: #f687b3;
  }

  #app .lg\:tw-text-pink-500 {
    color: #ed64a6;
  }

  #app .lg\:tw-text-pink-600 {
    color: #d53f8c;
  }

  #app .lg\:tw-text-pink-700 {
    color: #b83280;
  }

  #app .lg\:tw-text-pink-800 {
    color: #97266d;
  }

  #app .lg\:tw-text-pink-900 {
    color: #702459;
  }

  #app .lg\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  #app .lg\:hover\:tw-text-black:hover {
    color: #000;
  }

  #app .lg\:hover\:tw-text-white:hover {
    color: #fff;
  }

  #app .lg\:hover\:tw-text-gray-100:hover {
    color: #f7fafc;
  }

  #app .lg\:hover\:tw-text-gray-200:hover {
    color: #edf2f7;
  }

  #app .lg\:hover\:tw-text-gray-300:hover {
    color: #e2e8f0;
  }

  #app .lg\:hover\:tw-text-gray-400:hover {
    color: #cbd5e0;
  }

  #app .lg\:hover\:tw-text-gray-500:hover {
    color: #a0aec0;
  }

  #app .lg\:hover\:tw-text-gray-600:hover {
    color: #718096;
  }

  #app .lg\:hover\:tw-text-gray-700:hover {
    color: #4a5568;
  }

  #app .lg\:hover\:tw-text-gray-800:hover {
    color: #2d3748;
  }

  #app .lg\:hover\:tw-text-gray-900:hover {
    color: #1a202c;
  }

  #app .lg\:hover\:tw-text-red-100:hover {
    color: #fff5f5;
  }

  #app .lg\:hover\:tw-text-red-200:hover {
    color: #fed7d7;
  }

  #app .lg\:hover\:tw-text-red-300:hover {
    color: #feb2b2;
  }

  #app .lg\:hover\:tw-text-red-400:hover {
    color: #fc8181;
  }

  #app .lg\:hover\:tw-text-red-500:hover {
    color: #f56565;
  }

  #app .lg\:hover\:tw-text-red-600:hover {
    color: #e53e3e;
  }

  #app .lg\:hover\:tw-text-red-700:hover {
    color: #c53030;
  }

  #app .lg\:hover\:tw-text-red-800:hover {
    color: #9b2c2c;
  }

  #app .lg\:hover\:tw-text-red-900:hover {
    color: #742a2a;
  }

  #app .lg\:hover\:tw-text-orange-100:hover {
    color: #fffaf0;
  }

  #app .lg\:hover\:tw-text-orange-200:hover {
    color: #feebc8;
  }

  #app .lg\:hover\:tw-text-orange-300:hover {
    color: #fbd38d;
  }

  #app .lg\:hover\:tw-text-orange-400:hover {
    color: #f6ad55;
  }

  #app .lg\:hover\:tw-text-orange-500:hover {
    color: #ed8936;
  }

  #app .lg\:hover\:tw-text-orange-600:hover {
    color: #dd6b20;
  }

  #app .lg\:hover\:tw-text-orange-700:hover {
    color: #c05621;
  }

  #app .lg\:hover\:tw-text-orange-800:hover {
    color: #9c4221;
  }

  #app .lg\:hover\:tw-text-orange-900:hover {
    color: #7b341e;
  }

  #app .lg\:hover\:tw-text-yellow-100:hover {
    color: #fffff0;
  }

  #app .lg\:hover\:tw-text-yellow-200:hover {
    color: #fefcbf;
  }

  #app .lg\:hover\:tw-text-yellow-300:hover {
    color: #faf089;
  }

  #app .lg\:hover\:tw-text-yellow-400:hover {
    color: #f6e05e;
  }

  #app .lg\:hover\:tw-text-yellow-500:hover {
    color: #ecc94b;
  }

  #app .lg\:hover\:tw-text-yellow-600:hover {
    color: #d69e2e;
  }

  #app .lg\:hover\:tw-text-yellow-700:hover {
    color: #b7791f;
  }

  #app .lg\:hover\:tw-text-yellow-800:hover {
    color: #975a16;
  }

  #app .lg\:hover\:tw-text-yellow-900:hover {
    color: #744210;
  }

  #app .lg\:hover\:tw-text-green-100:hover {
    color: #f0fff4;
  }

  #app .lg\:hover\:tw-text-green-200:hover {
    color: #c6f6d5;
  }

  #app .lg\:hover\:tw-text-green-300:hover {
    color: #9ae6b4;
  }

  #app .lg\:hover\:tw-text-green-400:hover {
    color: #68d391;
  }

  #app .lg\:hover\:tw-text-green-500:hover {
    color: #48bb78;
  }

  #app .lg\:hover\:tw-text-green-600:hover {
    color: #38a169;
  }

  #app .lg\:hover\:tw-text-green-700:hover {
    color: #2f855a;
  }

  #app .lg\:hover\:tw-text-green-800:hover {
    color: #276749;
  }

  #app .lg\:hover\:tw-text-green-900:hover {
    color: #22543d;
  }

  #app .lg\:hover\:tw-text-teal-100:hover {
    color: #e6fffa;
  }

  #app .lg\:hover\:tw-text-teal-200:hover {
    color: #b2f5ea;
  }

  #app .lg\:hover\:tw-text-teal-300:hover {
    color: #81e6d9;
  }

  #app .lg\:hover\:tw-text-teal-400:hover {
    color: #4fd1c5;
  }

  #app .lg\:hover\:tw-text-teal-500:hover {
    color: #38b2ac;
  }

  #app .lg\:hover\:tw-text-teal-600:hover {
    color: #319795;
  }

  #app .lg\:hover\:tw-text-teal-700:hover {
    color: #2c7a7b;
  }

  #app .lg\:hover\:tw-text-teal-800:hover {
    color: #285e61;
  }

  #app .lg\:hover\:tw-text-teal-900:hover {
    color: #234e52;
  }

  #app .lg\:hover\:tw-text-blue-100:hover {
    color: #ebf8ff;
  }

  #app .lg\:hover\:tw-text-blue-200:hover {
    color: #bee3f8;
  }

  #app .lg\:hover\:tw-text-blue-300:hover {
    color: #90cdf4;
  }

  #app .lg\:hover\:tw-text-blue-400:hover {
    color: #63b3ed;
  }

  #app .lg\:hover\:tw-text-blue-500:hover {
    color: #4299e1;
  }

  #app .lg\:hover\:tw-text-blue-600:hover {
    color: #3182ce;
  }

  #app .lg\:hover\:tw-text-blue-700:hover {
    color: #2b6cb0;
  }

  #app .lg\:hover\:tw-text-blue-800:hover {
    color: #2c5282;
  }

  #app .lg\:hover\:tw-text-blue-900:hover {
    color: #2a4365;
  }

  #app .lg\:hover\:tw-text-indigo-100:hover {
    color: #ebf4ff;
  }

  #app .lg\:hover\:tw-text-indigo-200:hover {
    color: #c3dafe;
  }

  #app .lg\:hover\:tw-text-indigo-300:hover {
    color: #a3bffa;
  }

  #app .lg\:hover\:tw-text-indigo-400:hover {
    color: #7f9cf5;
  }

  #app .lg\:hover\:tw-text-indigo-500:hover {
    color: #667eea;
  }

  #app .lg\:hover\:tw-text-indigo-600:hover {
    color: #5a67d8;
  }

  #app .lg\:hover\:tw-text-indigo-700:hover {
    color: #4c51bf;
  }

  #app .lg\:hover\:tw-text-indigo-800:hover {
    color: #434190;
  }

  #app .lg\:hover\:tw-text-indigo-900:hover {
    color: #3c366b;
  }

  #app .lg\:hover\:tw-text-purple-100:hover {
    color: #faf5ff;
  }

  #app .lg\:hover\:tw-text-purple-200:hover {
    color: #e9d8fd;
  }

  #app .lg\:hover\:tw-text-purple-300:hover {
    color: #d6bcfa;
  }

  #app .lg\:hover\:tw-text-purple-400:hover {
    color: #b794f4;
  }

  #app .lg\:hover\:tw-text-purple-500:hover {
    color: #9f7aea;
  }

  #app .lg\:hover\:tw-text-purple-600:hover {
    color: #805ad5;
  }

  #app .lg\:hover\:tw-text-purple-700:hover {
    color: #6b46c1;
  }

  #app .lg\:hover\:tw-text-purple-800:hover {
    color: #553c9a;
  }

  #app .lg\:hover\:tw-text-purple-900:hover {
    color: #44337a;
  }

  #app .lg\:hover\:tw-text-pink-100:hover {
    color: #fff5f7;
  }

  #app .lg\:hover\:tw-text-pink-200:hover {
    color: #fed7e2;
  }

  #app .lg\:hover\:tw-text-pink-300:hover {
    color: #fbb6ce;
  }

  #app .lg\:hover\:tw-text-pink-400:hover {
    color: #f687b3;
  }

  #app .lg\:hover\:tw-text-pink-500:hover {
    color: #ed64a6;
  }

  #app .lg\:hover\:tw-text-pink-600:hover {
    color: #d53f8c;
  }

  #app .lg\:hover\:tw-text-pink-700:hover {
    color: #b83280;
  }

  #app .lg\:hover\:tw-text-pink-800:hover {
    color: #97266d;
  }

  #app .lg\:hover\:tw-text-pink-900:hover {
    color: #702459;
  }

  #app .lg\:focus\:tw-text-transparent:focus {
    color: transparent;
  }

  #app .lg\:focus\:tw-text-black:focus {
    color: #000;
  }

  #app .lg\:focus\:tw-text-white:focus {
    color: #fff;
  }

  #app .lg\:focus\:tw-text-gray-100:focus {
    color: #f7fafc;
  }

  #app .lg\:focus\:tw-text-gray-200:focus {
    color: #edf2f7;
  }

  #app .lg\:focus\:tw-text-gray-300:focus {
    color: #e2e8f0;
  }

  #app .lg\:focus\:tw-text-gray-400:focus {
    color: #cbd5e0;
  }

  #app .lg\:focus\:tw-text-gray-500:focus {
    color: #a0aec0;
  }

  #app .lg\:focus\:tw-text-gray-600:focus {
    color: #718096;
  }

  #app .lg\:focus\:tw-text-gray-700:focus {
    color: #4a5568;
  }

  #app .lg\:focus\:tw-text-gray-800:focus {
    color: #2d3748;
  }

  #app .lg\:focus\:tw-text-gray-900:focus {
    color: #1a202c;
  }

  #app .lg\:focus\:tw-text-red-100:focus {
    color: #fff5f5;
  }

  #app .lg\:focus\:tw-text-red-200:focus {
    color: #fed7d7;
  }

  #app .lg\:focus\:tw-text-red-300:focus {
    color: #feb2b2;
  }

  #app .lg\:focus\:tw-text-red-400:focus {
    color: #fc8181;
  }

  #app .lg\:focus\:tw-text-red-500:focus {
    color: #f56565;
  }

  #app .lg\:focus\:tw-text-red-600:focus {
    color: #e53e3e;
  }

  #app .lg\:focus\:tw-text-red-700:focus {
    color: #c53030;
  }

  #app .lg\:focus\:tw-text-red-800:focus {
    color: #9b2c2c;
  }

  #app .lg\:focus\:tw-text-red-900:focus {
    color: #742a2a;
  }

  #app .lg\:focus\:tw-text-orange-100:focus {
    color: #fffaf0;
  }

  #app .lg\:focus\:tw-text-orange-200:focus {
    color: #feebc8;
  }

  #app .lg\:focus\:tw-text-orange-300:focus {
    color: #fbd38d;
  }

  #app .lg\:focus\:tw-text-orange-400:focus {
    color: #f6ad55;
  }

  #app .lg\:focus\:tw-text-orange-500:focus {
    color: #ed8936;
  }

  #app .lg\:focus\:tw-text-orange-600:focus {
    color: #dd6b20;
  }

  #app .lg\:focus\:tw-text-orange-700:focus {
    color: #c05621;
  }

  #app .lg\:focus\:tw-text-orange-800:focus {
    color: #9c4221;
  }

  #app .lg\:focus\:tw-text-orange-900:focus {
    color: #7b341e;
  }

  #app .lg\:focus\:tw-text-yellow-100:focus {
    color: #fffff0;
  }

  #app .lg\:focus\:tw-text-yellow-200:focus {
    color: #fefcbf;
  }

  #app .lg\:focus\:tw-text-yellow-300:focus {
    color: #faf089;
  }

  #app .lg\:focus\:tw-text-yellow-400:focus {
    color: #f6e05e;
  }

  #app .lg\:focus\:tw-text-yellow-500:focus {
    color: #ecc94b;
  }

  #app .lg\:focus\:tw-text-yellow-600:focus {
    color: #d69e2e;
  }

  #app .lg\:focus\:tw-text-yellow-700:focus {
    color: #b7791f;
  }

  #app .lg\:focus\:tw-text-yellow-800:focus {
    color: #975a16;
  }

  #app .lg\:focus\:tw-text-yellow-900:focus {
    color: #744210;
  }

  #app .lg\:focus\:tw-text-green-100:focus {
    color: #f0fff4;
  }

  #app .lg\:focus\:tw-text-green-200:focus {
    color: #c6f6d5;
  }

  #app .lg\:focus\:tw-text-green-300:focus {
    color: #9ae6b4;
  }

  #app .lg\:focus\:tw-text-green-400:focus {
    color: #68d391;
  }

  #app .lg\:focus\:tw-text-green-500:focus {
    color: #48bb78;
  }

  #app .lg\:focus\:tw-text-green-600:focus {
    color: #38a169;
  }

  #app .lg\:focus\:tw-text-green-700:focus {
    color: #2f855a;
  }

  #app .lg\:focus\:tw-text-green-800:focus {
    color: #276749;
  }

  #app .lg\:focus\:tw-text-green-900:focus {
    color: #22543d;
  }

  #app .lg\:focus\:tw-text-teal-100:focus {
    color: #e6fffa;
  }

  #app .lg\:focus\:tw-text-teal-200:focus {
    color: #b2f5ea;
  }

  #app .lg\:focus\:tw-text-teal-300:focus {
    color: #81e6d9;
  }

  #app .lg\:focus\:tw-text-teal-400:focus {
    color: #4fd1c5;
  }

  #app .lg\:focus\:tw-text-teal-500:focus {
    color: #38b2ac;
  }

  #app .lg\:focus\:tw-text-teal-600:focus {
    color: #319795;
  }

  #app .lg\:focus\:tw-text-teal-700:focus {
    color: #2c7a7b;
  }

  #app .lg\:focus\:tw-text-teal-800:focus {
    color: #285e61;
  }

  #app .lg\:focus\:tw-text-teal-900:focus {
    color: #234e52;
  }

  #app .lg\:focus\:tw-text-blue-100:focus {
    color: #ebf8ff;
  }

  #app .lg\:focus\:tw-text-blue-200:focus {
    color: #bee3f8;
  }

  #app .lg\:focus\:tw-text-blue-300:focus {
    color: #90cdf4;
  }

  #app .lg\:focus\:tw-text-blue-400:focus {
    color: #63b3ed;
  }

  #app .lg\:focus\:tw-text-blue-500:focus {
    color: #4299e1;
  }

  #app .lg\:focus\:tw-text-blue-600:focus {
    color: #3182ce;
  }

  #app .lg\:focus\:tw-text-blue-700:focus {
    color: #2b6cb0;
  }

  #app .lg\:focus\:tw-text-blue-800:focus {
    color: #2c5282;
  }

  #app .lg\:focus\:tw-text-blue-900:focus {
    color: #2a4365;
  }

  #app .lg\:focus\:tw-text-indigo-100:focus {
    color: #ebf4ff;
  }

  #app .lg\:focus\:tw-text-indigo-200:focus {
    color: #c3dafe;
  }

  #app .lg\:focus\:tw-text-indigo-300:focus {
    color: #a3bffa;
  }

  #app .lg\:focus\:tw-text-indigo-400:focus {
    color: #7f9cf5;
  }

  #app .lg\:focus\:tw-text-indigo-500:focus {
    color: #667eea;
  }

  #app .lg\:focus\:tw-text-indigo-600:focus {
    color: #5a67d8;
  }

  #app .lg\:focus\:tw-text-indigo-700:focus {
    color: #4c51bf;
  }

  #app .lg\:focus\:tw-text-indigo-800:focus {
    color: #434190;
  }

  #app .lg\:focus\:tw-text-indigo-900:focus {
    color: #3c366b;
  }

  #app .lg\:focus\:tw-text-purple-100:focus {
    color: #faf5ff;
  }

  #app .lg\:focus\:tw-text-purple-200:focus {
    color: #e9d8fd;
  }

  #app .lg\:focus\:tw-text-purple-300:focus {
    color: #d6bcfa;
  }

  #app .lg\:focus\:tw-text-purple-400:focus {
    color: #b794f4;
  }

  #app .lg\:focus\:tw-text-purple-500:focus {
    color: #9f7aea;
  }

  #app .lg\:focus\:tw-text-purple-600:focus {
    color: #805ad5;
  }

  #app .lg\:focus\:tw-text-purple-700:focus {
    color: #6b46c1;
  }

  #app .lg\:focus\:tw-text-purple-800:focus {
    color: #553c9a;
  }

  #app .lg\:focus\:tw-text-purple-900:focus {
    color: #44337a;
  }

  #app .lg\:focus\:tw-text-pink-100:focus {
    color: #fff5f7;
  }

  #app .lg\:focus\:tw-text-pink-200:focus {
    color: #fed7e2;
  }

  #app .lg\:focus\:tw-text-pink-300:focus {
    color: #fbb6ce;
  }

  #app .lg\:focus\:tw-text-pink-400:focus {
    color: #f687b3;
  }

  #app .lg\:focus\:tw-text-pink-500:focus {
    color: #ed64a6;
  }

  #app .lg\:focus\:tw-text-pink-600:focus {
    color: #d53f8c;
  }

  #app .lg\:focus\:tw-text-pink-700:focus {
    color: #b83280;
  }

  #app .lg\:focus\:tw-text-pink-800:focus {
    color: #97266d;
  }

  #app .lg\:focus\:tw-text-pink-900:focus {
    color: #702459;
  }

  #app .lg\:tw-text-xs {
    font-size: 0.75rem;
  }

  #app .lg\:tw-text-sm {
    font-size: 0.875rem;
  }

  #app .lg\:tw-text-base {
    font-size: 1rem;
  }

  #app .lg\:tw-text-lg {
    font-size: 1.125rem;
  }

  #app .lg\:tw-text-xl {
    font-size: 1.25rem;
  }

  #app .lg\:tw-text-2xl {
    font-size: 1.5rem;
  }

  #app .lg\:tw-text-3xl {
    font-size: 1.875rem;
  }

  #app .lg\:tw-text-4xl {
    font-size: 2.25rem;
  }

  #app .lg\:tw-text-5xl {
    font-size: 3rem;
  }

  #app .lg\:tw-text-6xl {
    font-size: 4rem;
  }

  #app .lg\:tw-italic {
    font-style: italic;
  }

  #app .lg\:tw-not-italic {
    font-style: normal;
  }

  #app .lg\:tw-uppercase {
    text-transform: uppercase;
  }

  #app .lg\:tw-lowercase {
    text-transform: lowercase;
  }

  #app .lg\:tw-capitalize {
    text-transform: capitalize;
  }

  #app .lg\:tw-normal-case {
    text-transform: none;
  }

  #app .lg\:tw-underline {
    text-decoration: underline;
  }

  #app .lg\:tw-line-through {
    text-decoration: line-through;
  }

  #app .lg\:tw-no-underline {
    text-decoration: none;
  }

  #app .lg\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  #app .lg\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  #app .lg\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  #app .lg\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  #app .lg\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  #app .lg\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

  #app .lg\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #app .lg\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #app .lg\:tw-tracking-tighter {
    letter-spacing: -0.05em;
  }

  #app .lg\:tw-tracking-tight {
    letter-spacing: -0.025em;
  }

  #app .lg\:tw-tracking-normal {
    letter-spacing: 0;
  }

  #app .lg\:tw-tracking-wide {
    letter-spacing: 0.025em;
  }

  #app .lg\:tw-tracking-wider {
    letter-spacing: 0.05em;
  }

  #app .lg\:tw-tracking-widest {
    letter-spacing: 0.1em;
  }

  #app .lg\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  #app .lg\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  #app .lg\:tw-select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  #app .lg\:tw-select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  #app .lg\:tw-align-baseline {
    vertical-align: baseline;
  }

  #app .lg\:tw-align-top {
    vertical-align: top;
  }

  #app .lg\:tw-align-middle {
    vertical-align: middle;
  }

  #app .lg\:tw-align-bottom {
    vertical-align: bottom;
  }

  #app .lg\:tw-align-text-top {
    vertical-align: text-top;
  }

  #app .lg\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  #app .lg\:tw-visible {
    visibility: visible;
  }

  #app .lg\:tw-invisible {
    visibility: hidden;
  }

  #app .lg\:tw-whitespace-normal {
    white-space: normal;
  }

  #app .lg\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  #app .lg\:tw-whitespace-pre {
    white-space: pre;
  }

  #app .lg\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  #app .lg\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #app .lg\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  #app .lg\:tw-break-words {
    overflow-wrap: break-word;
  }

  #app .lg\:tw-break-all {
    word-break: break-all;
  }

  #app .lg\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #app .lg\:tw-w-0 {
    width: 0;
  }

  #app .lg\:tw-w-1 {
    width: 0.25rem;
  }

  #app .lg\:tw-w-2 {
    width: 0.5rem;
  }

  #app .lg\:tw-w-3 {
    width: 0.75rem;
  }

  #app .lg\:tw-w-4 {
    width: 1rem;
  }

  #app .lg\:tw-w-5 {
    width: 1.25rem;
  }

  #app .lg\:tw-w-6 {
    width: 1.5rem;
  }

  #app .lg\:tw-w-8 {
    width: 2rem;
  }

  #app .lg\:tw-w-10 {
    width: 2.5rem;
  }

  #app .lg\:tw-w-12 {
    width: 3rem;
  }

  #app .lg\:tw-w-16 {
    width: 4rem;
  }

  #app .lg\:tw-w-20 {
    width: 5rem;
  }

  #app .lg\:tw-w-24 {
    width: 6rem;
  }

  #app .lg\:tw-w-32 {
    width: 8rem;
  }

  #app .lg\:tw-w-40 {
    width: 10rem;
  }

  #app .lg\:tw-w-48 {
    width: 12rem;
  }

  #app .lg\:tw-w-56 {
    width: 14rem;
  }

  #app .lg\:tw-w-64 {
    width: 16rem;
  }

  #app .lg\:tw-w-auto {
    width: auto;
  }

  #app .lg\:tw-w-px {
    width: 1px;
  }

  #app .lg\:tw-w-1\/2 {
    width: 50%;
  }

  #app .lg\:tw-w-1\/3 {
    width: 33.333333%;
  }

  #app .lg\:tw-w-2\/3 {
    width: 66.666667%;
  }

  #app .lg\:tw-w-1\/4 {
    width: 25%;
  }

  #app .lg\:tw-w-2\/4 {
    width: 50%;
  }

  #app .lg\:tw-w-3\/4 {
    width: 75%;
  }

  #app .lg\:tw-w-1\/5 {
    width: 20%;
  }

  #app .lg\:tw-w-2\/5 {
    width: 40%;
  }

  #app .lg\:tw-w-3\/5 {
    width: 60%;
  }

  #app .lg\:tw-w-4\/5 {
    width: 80%;
  }

  #app .lg\:tw-w-1\/6 {
    width: 16.666667%;
  }

  #app .lg\:tw-w-2\/6 {
    width: 33.333333%;
  }

  #app .lg\:tw-w-3\/6 {
    width: 50%;
  }

  #app .lg\:tw-w-4\/6 {
    width: 66.666667%;
  }

  #app .lg\:tw-w-5\/6 {
    width: 83.333333%;
  }

  #app .lg\:tw-w-1\/12 {
    width: 8.333333%;
  }

  #app .lg\:tw-w-2\/12 {
    width: 16.666667%;
  }

  #app .lg\:tw-w-3\/12 {
    width: 25%;
  }

  #app .lg\:tw-w-4\/12 {
    width: 33.333333%;
  }

  #app .lg\:tw-w-5\/12 {
    width: 41.666667%;
  }

  #app .lg\:tw-w-6\/12 {
    width: 50%;
  }

  #app .lg\:tw-w-7\/12 {
    width: 58.333333%;
  }

  #app .lg\:tw-w-8\/12 {
    width: 66.666667%;
  }

  #app .lg\:tw-w-9\/12 {
    width: 75%;
  }

  #app .lg\:tw-w-10\/12 {
    width: 83.333333%;
  }

  #app .lg\:tw-w-11\/12 {
    width: 91.666667%;
  }

  #app .lg\:tw-w-full {
    width: 100%;
  }

  #app .lg\:tw-w-screen {
    width: 100vw;
  }

  #app .lg\:tw-z-0 {
    z-index: 0;
  }

  #app .lg\:tw-z-10 {
    z-index: 10;
  }

  #app .lg\:tw-z-20 {
    z-index: 20;
  }

  #app .lg\:tw-z-30 {
    z-index: 30;
  }

  #app .lg\:tw-z-40 {
    z-index: 40;
  }

  #app .lg\:tw-z-50 {
    z-index: 50;
  }

  #app .lg\:tw-z-auto {
    z-index: auto;
  }

  #app .lg\:tw-gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  #app .lg\:tw-gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  #app .lg\:tw-gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  #app .lg\:tw-gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  #app .lg\:tw-gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  #app .lg\:tw-gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  #app .lg\:tw-gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  #app .lg\:tw-gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  #app .lg\:tw-gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  #app .lg\:tw-gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  #app .lg\:tw-gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  #app .lg\:tw-gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  #app .lg\:tw-gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  #app .lg\:tw-gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  #app .lg\:tw-gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  #app .lg\:tw-gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  #app .lg\:tw-gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  #app .lg\:tw-gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  #app .lg\:tw-gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  #app .lg\:tw-col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  #app .lg\:tw-col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  #app .lg\:tw-col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  #app .lg\:tw-col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  #app .lg\:tw-col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  #app .lg\:tw-col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  #app .lg\:tw-col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  #app .lg\:tw-col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  #app .lg\:tw-col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  #app .lg\:tw-col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  #app .lg\:tw-col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  #app .lg\:tw-col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  #app .lg\:tw-col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  #app .lg\:tw-col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  #app .lg\:tw-col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  #app .lg\:tw-col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  #app .lg\:tw-col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  #app .lg\:tw-col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  #app .lg\:tw-col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  #app .lg\:tw-row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  #app .lg\:tw-row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  #app .lg\:tw-row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  #app .lg\:tw-row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  #app .lg\:tw-row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  #app .lg\:tw-row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  #app .lg\:tw-row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  #app .lg\:tw-row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  #app .lg\:tw-row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  #app .lg\:tw-row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  #app .lg\:tw-row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  #app .lg\:tw-row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  #app .lg\:tw-row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  #app .lg\:tw-row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  #app .lg\:tw-row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  #app .lg\:tw-row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  #app .lg\:tw-row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  #app .lg\:tw-row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  #app .lg\:tw-row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  #app .lg\:tw-grid-flow-row {
    grid-auto-flow: row;
  }

  #app .lg\:tw-grid-flow-col {
    grid-auto-flow: column;
  }

  #app .lg\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  #app .lg\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  #app .lg\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-cols-none {
    grid-template-columns: none;
  }

  #app .lg\:tw-col-auto {
    grid-column: auto;
  }

  #app .lg\:tw-col-span-1 {
    grid-column: span 1 / span 1;
  }

  #app .lg\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }

  #app .lg\:tw-col-span-3 {
    grid-column: span 3 / span 3;
  }

  #app .lg\:tw-col-span-4 {
    grid-column: span 4 / span 4;
  }

  #app .lg\:tw-col-span-5 {
    grid-column: span 5 / span 5;
  }

  #app .lg\:tw-col-span-6 {
    grid-column: span 6 / span 6;
  }

  #app .lg\:tw-col-span-7 {
    grid-column: span 7 / span 7;
  }

  #app .lg\:tw-col-span-8 {
    grid-column: span 8 / span 8;
  }

  #app .lg\:tw-col-span-9 {
    grid-column: span 9 / span 9;
  }

  #app .lg\:tw-col-span-10 {
    grid-column: span 10 / span 10;
  }

  #app .lg\:tw-col-span-11 {
    grid-column: span 11 / span 11;
  }

  #app .lg\:tw-col-span-12 {
    grid-column: span 12 / span 12;
  }

  #app .lg\:tw-col-start-1 {
    grid-column-start: 1;
  }

  #app .lg\:tw-col-start-2 {
    grid-column-start: 2;
  }

  #app .lg\:tw-col-start-3 {
    grid-column-start: 3;
  }

  #app .lg\:tw-col-start-4 {
    grid-column-start: 4;
  }

  #app .lg\:tw-col-start-5 {
    grid-column-start: 5;
  }

  #app .lg\:tw-col-start-6 {
    grid-column-start: 6;
  }

  #app .lg\:tw-col-start-7 {
    grid-column-start: 7;
  }

  #app .lg\:tw-col-start-8 {
    grid-column-start: 8;
  }

  #app .lg\:tw-col-start-9 {
    grid-column-start: 9;
  }

  #app .lg\:tw-col-start-10 {
    grid-column-start: 10;
  }

  #app .lg\:tw-col-start-11 {
    grid-column-start: 11;
  }

  #app .lg\:tw-col-start-12 {
    grid-column-start: 12;
  }

  #app .lg\:tw-col-start-13 {
    grid-column-start: 13;
  }

  #app .lg\:tw-col-start-auto {
    grid-column-start: auto;
  }

  #app .lg\:tw-col-end-1 {
    grid-column-end: 1;
  }

  #app .lg\:tw-col-end-2 {
    grid-column-end: 2;
  }

  #app .lg\:tw-col-end-3 {
    grid-column-end: 3;
  }

  #app .lg\:tw-col-end-4 {
    grid-column-end: 4;
  }

  #app .lg\:tw-col-end-5 {
    grid-column-end: 5;
  }

  #app .lg\:tw-col-end-6 {
    grid-column-end: 6;
  }

  #app .lg\:tw-col-end-7 {
    grid-column-end: 7;
  }

  #app .lg\:tw-col-end-8 {
    grid-column-end: 8;
  }

  #app .lg\:tw-col-end-9 {
    grid-column-end: 9;
  }

  #app .lg\:tw-col-end-10 {
    grid-column-end: 10;
  }

  #app .lg\:tw-col-end-11 {
    grid-column-end: 11;
  }

  #app .lg\:tw-col-end-12 {
    grid-column-end: 12;
  }

  #app .lg\:tw-col-end-13 {
    grid-column-end: 13;
  }

  #app .lg\:tw-col-end-auto {
    grid-column-end: auto;
  }

  #app .lg\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  #app .lg\:tw-grid-rows-none {
    grid-template-rows: none;
  }

  #app .lg\:tw-row-auto {
    grid-row: auto;
  }

  #app .lg\:tw-row-span-1 {
    grid-row: span 1 / span 1;
  }

  #app .lg\:tw-row-span-2 {
    grid-row: span 2 / span 2;
  }

  #app .lg\:tw-row-span-3 {
    grid-row: span 3 / span 3;
  }

  #app .lg\:tw-row-span-4 {
    grid-row: span 4 / span 4;
  }

  #app .lg\:tw-row-span-5 {
    grid-row: span 5 / span 5;
  }

  #app .lg\:tw-row-span-6 {
    grid-row: span 6 / span 6;
  }

  #app .lg\:tw-row-start-1 {
    grid-row-start: 1;
  }

  #app .lg\:tw-row-start-2 {
    grid-row-start: 2;
  }

  #app .lg\:tw-row-start-3 {
    grid-row-start: 3;
  }

  #app .lg\:tw-row-start-4 {
    grid-row-start: 4;
  }

  #app .lg\:tw-row-start-5 {
    grid-row-start: 5;
  }

  #app .lg\:tw-row-start-6 {
    grid-row-start: 6;
  }

  #app .lg\:tw-row-start-7 {
    grid-row-start: 7;
  }

  #app .lg\:tw-row-start-auto {
    grid-row-start: auto;
  }

  #app .lg\:tw-row-end-1 {
    grid-row-end: 1;
  }

  #app .lg\:tw-row-end-2 {
    grid-row-end: 2;
  }

  #app .lg\:tw-row-end-3 {
    grid-row-end: 3;
  }

  #app .lg\:tw-row-end-4 {
    grid-row-end: 4;
  }

  #app .lg\:tw-row-end-5 {
    grid-row-end: 5;
  }

  #app .lg\:tw-row-end-6 {
    grid-row-end: 6;
  }

  #app .lg\:tw-row-end-7 {
    grid-row-end: 7;
  }

  #app .lg\:tw-row-end-auto {
    grid-row-end: auto;
  }

  #app .lg\:tw-transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  #app .lg\:tw-transform-none {
    transform: none;
  }

  #app .lg\:tw-origin-center {
    transform-origin: center;
  }

  #app .lg\:tw-origin-top {
    transform-origin: top;
  }

  #app .lg\:tw-origin-top-right {
    transform-origin: top right;
  }

  #app .lg\:tw-origin-right {
    transform-origin: right;
  }

  #app .lg\:tw-origin-bottom-right {
    transform-origin: bottom right;
  }

  #app .lg\:tw-origin-bottom {
    transform-origin: bottom;
  }

  #app .lg\:tw-origin-bottom-left {
    transform-origin: bottom left;
  }

  #app .lg\:tw-origin-left {
    transform-origin: left;
  }

  #app .lg\:tw-origin-top-left {
    transform-origin: top left;
  }

  #app .lg\:tw-scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .lg\:tw-scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .lg\:tw-scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .lg\:tw-scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .lg\:tw-scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .lg\:tw-scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .lg\:tw-scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .lg\:tw-scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .lg\:tw-scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .lg\:tw-scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .lg\:tw-scale-x-0 {
    --transform-scale-x: 0;
  }

  #app .lg\:tw-scale-x-50 {
    --transform-scale-x: .5;
  }

  #app .lg\:tw-scale-x-75 {
    --transform-scale-x: .75;
  }

  #app .lg\:tw-scale-x-90 {
    --transform-scale-x: .9;
  }

  #app .lg\:tw-scale-x-95 {
    --transform-scale-x: .95;
  }

  #app .lg\:tw-scale-x-100 {
    --transform-scale-x: 1;
  }

  #app .lg\:tw-scale-x-105 {
    --transform-scale-x: 1.05;
  }

  #app .lg\:tw-scale-x-110 {
    --transform-scale-x: 1.1;
  }

  #app .lg\:tw-scale-x-125 {
    --transform-scale-x: 1.25;
  }

  #app .lg\:tw-scale-x-150 {
    --transform-scale-x: 1.5;
  }

  #app .lg\:tw-scale-y-0 {
    --transform-scale-y: 0;
  }

  #app .lg\:tw-scale-y-50 {
    --transform-scale-y: .5;
  }

  #app .lg\:tw-scale-y-75 {
    --transform-scale-y: .75;
  }

  #app .lg\:tw-scale-y-90 {
    --transform-scale-y: .9;
  }

  #app .lg\:tw-scale-y-95 {
    --transform-scale-y: .95;
  }

  #app .lg\:tw-scale-y-100 {
    --transform-scale-y: 1;
  }

  #app .lg\:tw-scale-y-105 {
    --transform-scale-y: 1.05;
  }

  #app .lg\:tw-scale-y-110 {
    --transform-scale-y: 1.1;
  }

  #app .lg\:tw-scale-y-125 {
    --transform-scale-y: 1.25;
  }

  #app .lg\:tw-scale-y-150 {
    --transform-scale-y: 1.5;
  }

  #app .lg\:hover\:tw-scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .lg\:hover\:tw-scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .lg\:hover\:tw-scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .lg\:hover\:tw-scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .lg\:hover\:tw-scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .lg\:hover\:tw-scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .lg\:hover\:tw-scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .lg\:hover\:tw-scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .lg\:hover\:tw-scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .lg\:hover\:tw-scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .lg\:hover\:tw-scale-x-0:hover {
    --transform-scale-x: 0;
  }

  #app .lg\:hover\:tw-scale-x-50:hover {
    --transform-scale-x: .5;
  }

  #app .lg\:hover\:tw-scale-x-75:hover {
    --transform-scale-x: .75;
  }

  #app .lg\:hover\:tw-scale-x-90:hover {
    --transform-scale-x: .9;
  }

  #app .lg\:hover\:tw-scale-x-95:hover {
    --transform-scale-x: .95;
  }

  #app .lg\:hover\:tw-scale-x-100:hover {
    --transform-scale-x: 1;
  }

  #app .lg\:hover\:tw-scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  #app .lg\:hover\:tw-scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  #app .lg\:hover\:tw-scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  #app .lg\:hover\:tw-scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  #app .lg\:hover\:tw-scale-y-0:hover {
    --transform-scale-y: 0;
  }

  #app .lg\:hover\:tw-scale-y-50:hover {
    --transform-scale-y: .5;
  }

  #app .lg\:hover\:tw-scale-y-75:hover {
    --transform-scale-y: .75;
  }

  #app .lg\:hover\:tw-scale-y-90:hover {
    --transform-scale-y: .9;
  }

  #app .lg\:hover\:tw-scale-y-95:hover {
    --transform-scale-y: .95;
  }

  #app .lg\:hover\:tw-scale-y-100:hover {
    --transform-scale-y: 1;
  }

  #app .lg\:hover\:tw-scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  #app .lg\:hover\:tw-scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  #app .lg\:hover\:tw-scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  #app .lg\:hover\:tw-scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  #app .lg\:focus\:tw-scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .lg\:focus\:tw-scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .lg\:focus\:tw-scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .lg\:focus\:tw-scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .lg\:focus\:tw-scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .lg\:focus\:tw-scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .lg\:focus\:tw-scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .lg\:focus\:tw-scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .lg\:focus\:tw-scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .lg\:focus\:tw-scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .lg\:focus\:tw-scale-x-0:focus {
    --transform-scale-x: 0;
  }

  #app .lg\:focus\:tw-scale-x-50:focus {
    --transform-scale-x: .5;
  }

  #app .lg\:focus\:tw-scale-x-75:focus {
    --transform-scale-x: .75;
  }

  #app .lg\:focus\:tw-scale-x-90:focus {
    --transform-scale-x: .9;
  }

  #app .lg\:focus\:tw-scale-x-95:focus {
    --transform-scale-x: .95;
  }

  #app .lg\:focus\:tw-scale-x-100:focus {
    --transform-scale-x: 1;
  }

  #app .lg\:focus\:tw-scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  #app .lg\:focus\:tw-scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  #app .lg\:focus\:tw-scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  #app .lg\:focus\:tw-scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  #app .lg\:focus\:tw-scale-y-0:focus {
    --transform-scale-y: 0;
  }

  #app .lg\:focus\:tw-scale-y-50:focus {
    --transform-scale-y: .5;
  }

  #app .lg\:focus\:tw-scale-y-75:focus {
    --transform-scale-y: .75;
  }

  #app .lg\:focus\:tw-scale-y-90:focus {
    --transform-scale-y: .9;
  }

  #app .lg\:focus\:tw-scale-y-95:focus {
    --transform-scale-y: .95;
  }

  #app .lg\:focus\:tw-scale-y-100:focus {
    --transform-scale-y: 1;
  }

  #app .lg\:focus\:tw-scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  #app .lg\:focus\:tw-scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  #app .lg\:focus\:tw-scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  #app .lg\:focus\:tw-scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  #app .lg\:tw-rotate-0 {
    --transform-rotate: 0;
  }

  #app .lg\:tw-rotate-45 {
    --transform-rotate: 45deg;
  }

  #app .lg\:tw-rotate-90 {
    --transform-rotate: 90deg;
  }

  #app .lg\:tw-rotate-180 {
    --transform-rotate: 180deg;
  }

  #app .lg\:tw--rotate-180 {
    --transform-rotate: -180deg;
  }

  #app .lg\:tw--rotate-90 {
    --transform-rotate: -90deg;
  }

  #app .lg\:tw--rotate-45 {
    --transform-rotate: -45deg;
  }

  #app .lg\:hover\:tw-rotate-0:hover {
    --transform-rotate: 0;
  }

  #app .lg\:hover\:tw-rotate-45:hover {
    --transform-rotate: 45deg;
  }

  #app .lg\:hover\:tw-rotate-90:hover {
    --transform-rotate: 90deg;
  }

  #app .lg\:hover\:tw-rotate-180:hover {
    --transform-rotate: 180deg;
  }

  #app .lg\:hover\:tw--rotate-180:hover {
    --transform-rotate: -180deg;
  }

  #app .lg\:hover\:tw--rotate-90:hover {
    --transform-rotate: -90deg;
  }

  #app .lg\:hover\:tw--rotate-45:hover {
    --transform-rotate: -45deg;
  }

  #app .lg\:focus\:tw-rotate-0:focus {
    --transform-rotate: 0;
  }

  #app .lg\:focus\:tw-rotate-45:focus {
    --transform-rotate: 45deg;
  }

  #app .lg\:focus\:tw-rotate-90:focus {
    --transform-rotate: 90deg;
  }

  #app .lg\:focus\:tw-rotate-180:focus {
    --transform-rotate: 180deg;
  }

  #app .lg\:focus\:tw--rotate-180:focus {
    --transform-rotate: -180deg;
  }

  #app .lg\:focus\:tw--rotate-90:focus {
    --transform-rotate: -90deg;
  }

  #app .lg\:focus\:tw--rotate-45:focus {
    --transform-rotate: -45deg;
  }

  #app .lg\:tw-translate-x-0 {
    --transform-translate-x: 0;
  }

  #app .lg\:tw-translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  #app .lg\:tw-translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  #app .lg\:tw-translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  #app .lg\:tw-translate-x-4 {
    --transform-translate-x: 1rem;
  }

  #app .lg\:tw-translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  #app .lg\:tw-translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  #app .lg\:tw-translate-x-8 {
    --transform-translate-x: 2rem;
  }

  #app .lg\:tw-translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  #app .lg\:tw-translate-x-12 {
    --transform-translate-x: 3rem;
  }

  #app .lg\:tw-translate-x-16 {
    --transform-translate-x: 4rem;
  }

  #app .lg\:tw-translate-x-20 {
    --transform-translate-x: 5rem;
  }

  #app .lg\:tw-translate-x-24 {
    --transform-translate-x: 6rem;
  }

  #app .lg\:tw-translate-x-32 {
    --transform-translate-x: 8rem;
  }

  #app .lg\:tw-translate-x-40 {
    --transform-translate-x: 10rem;
  }

  #app .lg\:tw-translate-x-48 {
    --transform-translate-x: 12rem;
  }

  #app .lg\:tw-translate-x-56 {
    --transform-translate-x: 14rem;
  }

  #app .lg\:tw-translate-x-64 {
    --transform-translate-x: 16rem;
  }

  #app .lg\:tw-translate-x-px {
    --transform-translate-x: 1px;
  }

  #app .lg\:tw--translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  #app .lg\:tw--translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  #app .lg\:tw--translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  #app .lg\:tw--translate-x-4 {
    --transform-translate-x: -1rem;
  }

  #app .lg\:tw--translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  #app .lg\:tw--translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  #app .lg\:tw--translate-x-8 {
    --transform-translate-x: -2rem;
  }

  #app .lg\:tw--translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  #app .lg\:tw--translate-x-12 {
    --transform-translate-x: -3rem;
  }

  #app .lg\:tw--translate-x-16 {
    --transform-translate-x: -4rem;
  }

  #app .lg\:tw--translate-x-20 {
    --transform-translate-x: -5rem;
  }

  #app .lg\:tw--translate-x-24 {
    --transform-translate-x: -6rem;
  }

  #app .lg\:tw--translate-x-32 {
    --transform-translate-x: -8rem;
  }

  #app .lg\:tw--translate-x-40 {
    --transform-translate-x: -10rem;
  }

  #app .lg\:tw--translate-x-48 {
    --transform-translate-x: -12rem;
  }

  #app .lg\:tw--translate-x-56 {
    --transform-translate-x: -14rem;
  }

  #app .lg\:tw--translate-x-64 {
    --transform-translate-x: -16rem;
  }

  #app .lg\:tw--translate-x-px {
    --transform-translate-x: -1px;
  }

  #app .lg\:tw--translate-x-full {
    --transform-translate-x: -100%;
  }

  #app .lg\:tw--translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  #app .lg\:tw-translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  #app .lg\:tw-translate-x-full {
    --transform-translate-x: 100%;
  }

  #app .lg\:tw-translate-y-0 {
    --transform-translate-y: 0;
  }

  #app .lg\:tw-translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  #app .lg\:tw-translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  #app .lg\:tw-translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  #app .lg\:tw-translate-y-4 {
    --transform-translate-y: 1rem;
  }

  #app .lg\:tw-translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  #app .lg\:tw-translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  #app .lg\:tw-translate-y-8 {
    --transform-translate-y: 2rem;
  }

  #app .lg\:tw-translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  #app .lg\:tw-translate-y-12 {
    --transform-translate-y: 3rem;
  }

  #app .lg\:tw-translate-y-16 {
    --transform-translate-y: 4rem;
  }

  #app .lg\:tw-translate-y-20 {
    --transform-translate-y: 5rem;
  }

  #app .lg\:tw-translate-y-24 {
    --transform-translate-y: 6rem;
  }

  #app .lg\:tw-translate-y-32 {
    --transform-translate-y: 8rem;
  }

  #app .lg\:tw-translate-y-40 {
    --transform-translate-y: 10rem;
  }

  #app .lg\:tw-translate-y-48 {
    --transform-translate-y: 12rem;
  }

  #app .lg\:tw-translate-y-56 {
    --transform-translate-y: 14rem;
  }

  #app .lg\:tw-translate-y-64 {
    --transform-translate-y: 16rem;
  }

  #app .lg\:tw-translate-y-px {
    --transform-translate-y: 1px;
  }

  #app .lg\:tw--translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  #app .lg\:tw--translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  #app .lg\:tw--translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  #app .lg\:tw--translate-y-4 {
    --transform-translate-y: -1rem;
  }

  #app .lg\:tw--translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  #app .lg\:tw--translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  #app .lg\:tw--translate-y-8 {
    --transform-translate-y: -2rem;
  }

  #app .lg\:tw--translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  #app .lg\:tw--translate-y-12 {
    --transform-translate-y: -3rem;
  }

  #app .lg\:tw--translate-y-16 {
    --transform-translate-y: -4rem;
  }

  #app .lg\:tw--translate-y-20 {
    --transform-translate-y: -5rem;
  }

  #app .lg\:tw--translate-y-24 {
    --transform-translate-y: -6rem;
  }

  #app .lg\:tw--translate-y-32 {
    --transform-translate-y: -8rem;
  }

  #app .lg\:tw--translate-y-40 {
    --transform-translate-y: -10rem;
  }

  #app .lg\:tw--translate-y-48 {
    --transform-translate-y: -12rem;
  }

  #app .lg\:tw--translate-y-56 {
    --transform-translate-y: -14rem;
  }

  #app .lg\:tw--translate-y-64 {
    --transform-translate-y: -16rem;
  }

  #app .lg\:tw--translate-y-px {
    --transform-translate-y: -1px;
  }

  #app .lg\:tw--translate-y-full {
    --transform-translate-y: -100%;
  }

  #app .lg\:tw--translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  #app .lg\:tw-translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  #app .lg\:tw-translate-y-full {
    --transform-translate-y: 100%;
  }

  #app .lg\:hover\:tw-translate-x-0:hover {
    --transform-translate-x: 0;
  }

  #app .lg\:hover\:tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  #app .lg\:hover\:tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  #app .lg\:hover\:tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  #app .lg\:hover\:tw-translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  #app .lg\:hover\:tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  #app .lg\:hover\:tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  #app .lg\:hover\:tw-translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  #app .lg\:hover\:tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  #app .lg\:hover\:tw-translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  #app .lg\:hover\:tw-translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  #app .lg\:hover\:tw-translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  #app .lg\:hover\:tw-translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  #app .lg\:hover\:tw-translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  #app .lg\:hover\:tw-translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  #app .lg\:hover\:tw-translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  #app .lg\:hover\:tw-translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  #app .lg\:hover\:tw-translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  #app .lg\:hover\:tw-translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  #app .lg\:hover\:tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  #app .lg\:hover\:tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  #app .lg\:hover\:tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  #app .lg\:hover\:tw--translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  #app .lg\:hover\:tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  #app .lg\:hover\:tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  #app .lg\:hover\:tw--translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  #app .lg\:hover\:tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  #app .lg\:hover\:tw--translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  #app .lg\:hover\:tw--translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  #app .lg\:hover\:tw--translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  #app .lg\:hover\:tw--translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  #app .lg\:hover\:tw--translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  #app .lg\:hover\:tw--translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  #app .lg\:hover\:tw--translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  #app .lg\:hover\:tw--translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  #app .lg\:hover\:tw--translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  #app .lg\:hover\:tw--translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  #app .lg\:hover\:tw--translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  #app .lg\:hover\:tw--translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  #app .lg\:hover\:tw-translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  #app .lg\:hover\:tw-translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  #app .lg\:hover\:tw-translate-y-0:hover {
    --transform-translate-y: 0;
  }

  #app .lg\:hover\:tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  #app .lg\:hover\:tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  #app .lg\:hover\:tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  #app .lg\:hover\:tw-translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  #app .lg\:hover\:tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  #app .lg\:hover\:tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  #app .lg\:hover\:tw-translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  #app .lg\:hover\:tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  #app .lg\:hover\:tw-translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  #app .lg\:hover\:tw-translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  #app .lg\:hover\:tw-translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  #app .lg\:hover\:tw-translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  #app .lg\:hover\:tw-translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  #app .lg\:hover\:tw-translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  #app .lg\:hover\:tw-translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  #app .lg\:hover\:tw-translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  #app .lg\:hover\:tw-translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  #app .lg\:hover\:tw-translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  #app .lg\:hover\:tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  #app .lg\:hover\:tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  #app .lg\:hover\:tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  #app .lg\:hover\:tw--translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  #app .lg\:hover\:tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  #app .lg\:hover\:tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  #app .lg\:hover\:tw--translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  #app .lg\:hover\:tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  #app .lg\:hover\:tw--translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  #app .lg\:hover\:tw--translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  #app .lg\:hover\:tw--translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  #app .lg\:hover\:tw--translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  #app .lg\:hover\:tw--translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  #app .lg\:hover\:tw--translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  #app .lg\:hover\:tw--translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  #app .lg\:hover\:tw--translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  #app .lg\:hover\:tw--translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  #app .lg\:hover\:tw--translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  #app .lg\:hover\:tw--translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  #app .lg\:hover\:tw--translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  #app .lg\:hover\:tw-translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  #app .lg\:hover\:tw-translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  #app .lg\:focus\:tw-translate-x-0:focus {
    --transform-translate-x: 0;
  }

  #app .lg\:focus\:tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  #app .lg\:focus\:tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  #app .lg\:focus\:tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  #app .lg\:focus\:tw-translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  #app .lg\:focus\:tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  #app .lg\:focus\:tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  #app .lg\:focus\:tw-translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  #app .lg\:focus\:tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  #app .lg\:focus\:tw-translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  #app .lg\:focus\:tw-translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  #app .lg\:focus\:tw-translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  #app .lg\:focus\:tw-translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  #app .lg\:focus\:tw-translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  #app .lg\:focus\:tw-translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  #app .lg\:focus\:tw-translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  #app .lg\:focus\:tw-translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  #app .lg\:focus\:tw-translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  #app .lg\:focus\:tw-translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  #app .lg\:focus\:tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  #app .lg\:focus\:tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  #app .lg\:focus\:tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  #app .lg\:focus\:tw--translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  #app .lg\:focus\:tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  #app .lg\:focus\:tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  #app .lg\:focus\:tw--translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  #app .lg\:focus\:tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  #app .lg\:focus\:tw--translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  #app .lg\:focus\:tw--translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  #app .lg\:focus\:tw--translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  #app .lg\:focus\:tw--translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  #app .lg\:focus\:tw--translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  #app .lg\:focus\:tw--translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  #app .lg\:focus\:tw--translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  #app .lg\:focus\:tw--translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  #app .lg\:focus\:tw--translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  #app .lg\:focus\:tw--translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  #app .lg\:focus\:tw--translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  #app .lg\:focus\:tw--translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  #app .lg\:focus\:tw-translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  #app .lg\:focus\:tw-translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  #app .lg\:focus\:tw-translate-y-0:focus {
    --transform-translate-y: 0;
  }

  #app .lg\:focus\:tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  #app .lg\:focus\:tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  #app .lg\:focus\:tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  #app .lg\:focus\:tw-translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  #app .lg\:focus\:tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  #app .lg\:focus\:tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  #app .lg\:focus\:tw-translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  #app .lg\:focus\:tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  #app .lg\:focus\:tw-translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  #app .lg\:focus\:tw-translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  #app .lg\:focus\:tw-translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  #app .lg\:focus\:tw-translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  #app .lg\:focus\:tw-translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  #app .lg\:focus\:tw-translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  #app .lg\:focus\:tw-translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  #app .lg\:focus\:tw-translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  #app .lg\:focus\:tw-translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  #app .lg\:focus\:tw-translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  #app .lg\:focus\:tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  #app .lg\:focus\:tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  #app .lg\:focus\:tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  #app .lg\:focus\:tw--translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  #app .lg\:focus\:tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  #app .lg\:focus\:tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  #app .lg\:focus\:tw--translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  #app .lg\:focus\:tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  #app .lg\:focus\:tw--translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  #app .lg\:focus\:tw--translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  #app .lg\:focus\:tw--translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  #app .lg\:focus\:tw--translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  #app .lg\:focus\:tw--translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  #app .lg\:focus\:tw--translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  #app .lg\:focus\:tw--translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  #app .lg\:focus\:tw--translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  #app .lg\:focus\:tw--translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  #app .lg\:focus\:tw--translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  #app .lg\:focus\:tw--translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  #app .lg\:focus\:tw--translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  #app .lg\:focus\:tw-translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  #app .lg\:focus\:tw-translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  #app .lg\:tw-skew-x-0 {
    --transform-skew-x: 0;
  }

  #app .lg\:tw-skew-x-3 {
    --transform-skew-x: 3deg;
  }

  #app .lg\:tw-skew-x-6 {
    --transform-skew-x: 6deg;
  }

  #app .lg\:tw-skew-x-12 {
    --transform-skew-x: 12deg;
  }

  #app .lg\:tw--skew-x-12 {
    --transform-skew-x: -12deg;
  }

  #app .lg\:tw--skew-x-6 {
    --transform-skew-x: -6deg;
  }

  #app .lg\:tw--skew-x-3 {
    --transform-skew-x: -3deg;
  }

  #app .lg\:tw-skew-y-0 {
    --transform-skew-y: 0;
  }

  #app .lg\:tw-skew-y-3 {
    --transform-skew-y: 3deg;
  }

  #app .lg\:tw-skew-y-6 {
    --transform-skew-y: 6deg;
  }

  #app .lg\:tw-skew-y-12 {
    --transform-skew-y: 12deg;
  }

  #app .lg\:tw--skew-y-12 {
    --transform-skew-y: -12deg;
  }

  #app .lg\:tw--skew-y-6 {
    --transform-skew-y: -6deg;
  }

  #app .lg\:tw--skew-y-3 {
    --transform-skew-y: -3deg;
  }

  #app .lg\:hover\:tw-skew-x-0:hover {
    --transform-skew-x: 0;
  }

  #app .lg\:hover\:tw-skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  #app .lg\:hover\:tw-skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  #app .lg\:hover\:tw-skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  #app .lg\:hover\:tw--skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  #app .lg\:hover\:tw--skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  #app .lg\:hover\:tw--skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  #app .lg\:hover\:tw-skew-y-0:hover {
    --transform-skew-y: 0;
  }

  #app .lg\:hover\:tw-skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  #app .lg\:hover\:tw-skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  #app .lg\:hover\:tw-skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  #app .lg\:hover\:tw--skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  #app .lg\:hover\:tw--skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  #app .lg\:hover\:tw--skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  #app .lg\:focus\:tw-skew-x-0:focus {
    --transform-skew-x: 0;
  }

  #app .lg\:focus\:tw-skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  #app .lg\:focus\:tw-skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  #app .lg\:focus\:tw-skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  #app .lg\:focus\:tw--skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  #app .lg\:focus\:tw--skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  #app .lg\:focus\:tw--skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  #app .lg\:focus\:tw-skew-y-0:focus {
    --transform-skew-y: 0;
  }

  #app .lg\:focus\:tw-skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  #app .lg\:focus\:tw-skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  #app .lg\:focus\:tw-skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  #app .lg\:focus\:tw--skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  #app .lg\:focus\:tw--skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  #app .lg\:focus\:tw--skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  #app .lg\:tw-transition-none {
    transition-property: none;
  }

  #app .lg\:tw-transition-all {
    transition-property: all;
  }

  #app .lg\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  #app .lg\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  #app .lg\:tw-transition-opacity {
    transition-property: opacity;
  }

  #app .lg\:tw-transition-shadow {
    transition-property: box-shadow;
  }

  #app .lg\:tw-transition-transform {
    transition-property: transform;
  }

  #app .lg\:tw-ease-linear {
    transition-timing-function: linear;
  }

  #app .lg\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #app .lg\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  #app .lg\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  #app .lg\:tw-duration-75 {
    transition-duration: 75ms;
  }

  #app .lg\:tw-duration-100 {
    transition-duration: 100ms;
  }

  #app .lg\:tw-duration-150 {
    transition-duration: 150ms;
  }

  #app .lg\:tw-duration-200 {
    transition-duration: 200ms;
  }

  #app .lg\:tw-duration-300 {
    transition-duration: 300ms;
  }

  #app .lg\:tw-duration-500 {
    transition-duration: 500ms;
  }

  #app .lg\:tw-duration-700 {
    transition-duration: 700ms;
  }

  #app .lg\:tw-duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (min-width: 1280px) {
  #app .xl\:tw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

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

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

  #app .xl\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  #app .xl\:tw-bg-fixed {
    background-attachment: fixed;
  }

  #app .xl\:tw-bg-local {
    background-attachment: local;
  }

  #app .xl\:tw-bg-scroll {
    background-attachment: scroll;
  }

  #app .xl\:tw-bg-transparent {
    background-color: transparent;
  }

  #app .xl\:tw-bg-black {
    background-color: #000;
  }

  #app .xl\:tw-bg-white {
    background-color: #fff;
  }

  #app .xl\:tw-bg-gray-100 {
    background-color: #f7fafc;
  }

  #app .xl\:tw-bg-gray-200 {
    background-color: #edf2f7;
  }

  #app .xl\:tw-bg-gray-300 {
    background-color: #e2e8f0;
  }

  #app .xl\:tw-bg-gray-400 {
    background-color: #cbd5e0;
  }

  #app .xl\:tw-bg-gray-500 {
    background-color: #a0aec0;
  }

  #app .xl\:tw-bg-gray-600 {
    background-color: #718096;
  }

  #app .xl\:tw-bg-gray-700 {
    background-color: #4a5568;
  }

  #app .xl\:tw-bg-gray-800 {
    background-color: #2d3748;
  }

  #app .xl\:tw-bg-gray-900 {
    background-color: #1a202c;
  }

  #app .xl\:tw-bg-red-100 {
    background-color: #fff5f5;
  }

  #app .xl\:tw-bg-red-200 {
    background-color: #fed7d7;
  }

  #app .xl\:tw-bg-red-300 {
    background-color: #feb2b2;
  }

  #app .xl\:tw-bg-red-400 {
    background-color: #fc8181;
  }

  #app .xl\:tw-bg-red-500 {
    background-color: #f56565;
  }

  #app .xl\:tw-bg-red-600 {
    background-color: #e53e3e;
  }

  #app .xl\:tw-bg-red-700 {
    background-color: #c53030;
  }

  #app .xl\:tw-bg-red-800 {
    background-color: #9b2c2c;
  }

  #app .xl\:tw-bg-red-900 {
    background-color: #742a2a;
  }

  #app .xl\:tw-bg-orange-100 {
    background-color: #fffaf0;
  }

  #app .xl\:tw-bg-orange-200 {
    background-color: #feebc8;
  }

  #app .xl\:tw-bg-orange-300 {
    background-color: #fbd38d;
  }

  #app .xl\:tw-bg-orange-400 {
    background-color: #f6ad55;
  }

  #app .xl\:tw-bg-orange-500 {
    background-color: #ed8936;
  }

  #app .xl\:tw-bg-orange-600 {
    background-color: #dd6b20;
  }

  #app .xl\:tw-bg-orange-700 {
    background-color: #c05621;
  }

  #app .xl\:tw-bg-orange-800 {
    background-color: #9c4221;
  }

  #app .xl\:tw-bg-orange-900 {
    background-color: #7b341e;
  }

  #app .xl\:tw-bg-yellow-100 {
    background-color: #fffff0;
  }

  #app .xl\:tw-bg-yellow-200 {
    background-color: #fefcbf;
  }

  #app .xl\:tw-bg-yellow-300 {
    background-color: #faf089;
  }

  #app .xl\:tw-bg-yellow-400 {
    background-color: #f6e05e;
  }

  #app .xl\:tw-bg-yellow-500 {
    background-color: #ecc94b;
  }

  #app .xl\:tw-bg-yellow-600 {
    background-color: #d69e2e;
  }

  #app .xl\:tw-bg-yellow-700 {
    background-color: #b7791f;
  }

  #app .xl\:tw-bg-yellow-800 {
    background-color: #975a16;
  }

  #app .xl\:tw-bg-yellow-900 {
    background-color: #744210;
  }

  #app .xl\:tw-bg-green-100 {
    background-color: #f0fff4;
  }

  #app .xl\:tw-bg-green-200 {
    background-color: #c6f6d5;
  }

  #app .xl\:tw-bg-green-300 {
    background-color: #9ae6b4;
  }

  #app .xl\:tw-bg-green-400 {
    background-color: #68d391;
  }

  #app .xl\:tw-bg-green-500 {
    background-color: #48bb78;
  }

  #app .xl\:tw-bg-green-600 {
    background-color: #38a169;
  }

  #app .xl\:tw-bg-green-700 {
    background-color: #2f855a;
  }

  #app .xl\:tw-bg-green-800 {
    background-color: #276749;
  }

  #app .xl\:tw-bg-green-900 {
    background-color: #22543d;
  }

  #app .xl\:tw-bg-teal-100 {
    background-color: #e6fffa;
  }

  #app .xl\:tw-bg-teal-200 {
    background-color: #b2f5ea;
  }

  #app .xl\:tw-bg-teal-300 {
    background-color: #81e6d9;
  }

  #app .xl\:tw-bg-teal-400 {
    background-color: #4fd1c5;
  }

  #app .xl\:tw-bg-teal-500 {
    background-color: #38b2ac;
  }

  #app .xl\:tw-bg-teal-600 {
    background-color: #319795;
  }

  #app .xl\:tw-bg-teal-700 {
    background-color: #2c7a7b;
  }

  #app .xl\:tw-bg-teal-800 {
    background-color: #285e61;
  }

  #app .xl\:tw-bg-teal-900 {
    background-color: #234e52;
  }

  #app .xl\:tw-bg-blue-100 {
    background-color: #ebf8ff;
  }

  #app .xl\:tw-bg-blue-200 {
    background-color: #bee3f8;
  }

  #app .xl\:tw-bg-blue-300 {
    background-color: #90cdf4;
  }

  #app .xl\:tw-bg-blue-400 {
    background-color: #63b3ed;
  }

  #app .xl\:tw-bg-blue-500 {
    background-color: #4299e1;
  }

  #app .xl\:tw-bg-blue-600 {
    background-color: #3182ce;
  }

  #app .xl\:tw-bg-blue-700 {
    background-color: #2b6cb0;
  }

  #app .xl\:tw-bg-blue-800 {
    background-color: #2c5282;
  }

  #app .xl\:tw-bg-blue-900 {
    background-color: #2a4365;
  }

  #app .xl\:tw-bg-indigo-100 {
    background-color: #ebf4ff;
  }

  #app .xl\:tw-bg-indigo-200 {
    background-color: #c3dafe;
  }

  #app .xl\:tw-bg-indigo-300 {
    background-color: #a3bffa;
  }

  #app .xl\:tw-bg-indigo-400 {
    background-color: #7f9cf5;
  }

  #app .xl\:tw-bg-indigo-500 {
    background-color: #667eea;
  }

  #app .xl\:tw-bg-indigo-600 {
    background-color: #5a67d8;
  }

  #app .xl\:tw-bg-indigo-700 {
    background-color: #4c51bf;
  }

  #app .xl\:tw-bg-indigo-800 {
    background-color: #434190;
  }

  #app .xl\:tw-bg-indigo-900 {
    background-color: #3c366b;
  }

  #app .xl\:tw-bg-purple-100 {
    background-color: #faf5ff;
  }

  #app .xl\:tw-bg-purple-200 {
    background-color: #e9d8fd;
  }

  #app .xl\:tw-bg-purple-300 {
    background-color: #d6bcfa;
  }

  #app .xl\:tw-bg-purple-400 {
    background-color: #b794f4;
  }

  #app .xl\:tw-bg-purple-500 {
    background-color: #9f7aea;
  }

  #app .xl\:tw-bg-purple-600 {
    background-color: #805ad5;
  }

  #app .xl\:tw-bg-purple-700 {
    background-color: #6b46c1;
  }

  #app .xl\:tw-bg-purple-800 {
    background-color: #553c9a;
  }

  #app .xl\:tw-bg-purple-900 {
    background-color: #44337a;
  }

  #app .xl\:tw-bg-pink-100 {
    background-color: #fff5f7;
  }

  #app .xl\:tw-bg-pink-200 {
    background-color: #fed7e2;
  }

  #app .xl\:tw-bg-pink-300 {
    background-color: #fbb6ce;
  }

  #app .xl\:tw-bg-pink-400 {
    background-color: #f687b3;
  }

  #app .xl\:tw-bg-pink-500 {
    background-color: #ed64a6;
  }

  #app .xl\:tw-bg-pink-600 {
    background-color: #d53f8c;
  }

  #app .xl\:tw-bg-pink-700 {
    background-color: #b83280;
  }

  #app .xl\:tw-bg-pink-800 {
    background-color: #97266d;
  }

  #app .xl\:tw-bg-pink-900 {
    background-color: #702459;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #app .xl\:hover\:tw-bg-red-500:hover {
    background-color: #f56565;
  }

  #app .xl\:hover\:tw-bg-red-600:hover {
    background-color: #e53e3e;
  }

  #app .xl\:hover\:tw-bg-red-700:hover {
    background-color: #c53030;
  }

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

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

  #app .xl\:hover\:tw-bg-orange-100:hover {
    background-color: #fffaf0;
  }

  #app .xl\:hover\:tw-bg-orange-200:hover {
    background-color: #feebc8;
  }

  #app .xl\:hover\:tw-bg-orange-300:hover {
    background-color: #fbd38d;
  }

  #app .xl\:hover\:tw-bg-orange-400:hover {
    background-color: #f6ad55;
  }

  #app .xl\:hover\:tw-bg-orange-500:hover {
    background-color: #ed8936;
  }

  #app .xl\:hover\:tw-bg-orange-600:hover {
    background-color: #dd6b20;
  }

  #app .xl\:hover\:tw-bg-orange-700:hover {
    background-color: #c05621;
  }

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

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

  #app .xl\:hover\:tw-bg-yellow-100:hover {
    background-color: #fffff0;
  }

  #app .xl\:hover\:tw-bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  #app .xl\:hover\:tw-bg-yellow-300:hover {
    background-color: #faf089;
  }

  #app .xl\:hover\:tw-bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  #app .xl\:hover\:tw-bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  #app .xl\:hover\:tw-bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  #app .xl\:hover\:tw-bg-yellow-700:hover {
    background-color: #b7791f;
  }

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

  #app .xl\:hover\:tw-bg-yellow-900:hover {
    background-color: #744210;
  }

  #app .xl\:hover\:tw-bg-green-100:hover {
    background-color: #f0fff4;
  }

  #app .xl\:hover\:tw-bg-green-200:hover {
    background-color: #c6f6d5;
  }

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

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

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

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

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

  #app .xl\:hover\:tw-bg-green-800:hover {
    background-color: #276749;
  }

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

  #app .xl\:hover\:tw-bg-teal-100:hover {
    background-color: #e6fffa;
  }

  #app .xl\:hover\:tw-bg-teal-200:hover {
    background-color: #b2f5ea;
  }

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

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

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

  #app .xl\:hover\:tw-bg-teal-600:hover {
    background-color: #319795;
  }

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

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

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

  #app .xl\:hover\:tw-bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  #app .xl\:hover\:tw-bg-blue-200:hover {
    background-color: #bee3f8;
  }

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

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

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

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

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

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

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

  #app .xl\:hover\:tw-bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  #app .xl\:hover\:tw-bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  #app .xl\:hover\:tw-bg-indigo-300:hover {
    background-color: #a3bffa;
  }

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

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

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

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

  #app .xl\:hover\:tw-bg-indigo-800:hover {
    background-color: #434190;
  }

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

  #app .xl\:hover\:tw-bg-purple-100:hover {
    background-color: #faf5ff;
  }

  #app .xl\:hover\:tw-bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  #app .xl\:hover\:tw-bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  #app .xl\:hover\:tw-bg-purple-400:hover {
    background-color: #b794f4;
  }

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

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

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

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

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

  #app .xl\:hover\:tw-bg-pink-100:hover {
    background-color: #fff5f7;
  }

  #app .xl\:hover\:tw-bg-pink-200:hover {
    background-color: #fed7e2;
  }

  #app .xl\:hover\:tw-bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  #app .xl\:hover\:tw-bg-pink-400:hover {
    background-color: #f687b3;
  }

  #app .xl\:hover\:tw-bg-pink-500:hover {
    background-color: #ed64a6;
  }

  #app .xl\:hover\:tw-bg-pink-600:hover {
    background-color: #d53f8c;
  }

  #app .xl\:hover\:tw-bg-pink-700:hover {
    background-color: #b83280;
  }

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

  #app .xl\:hover\:tw-bg-pink-900:hover {
    background-color: #702459;
  }

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

  #app .xl\:focus\:tw-bg-black:focus {
    background-color: #000;
  }

  #app .xl\:focus\:tw-bg-white:focus {
    background-color: #fff;
  }

  #app .xl\:focus\:tw-bg-gray-100:focus {
    background-color: #f7fafc;
  }

  #app .xl\:focus\:tw-bg-gray-200:focus {
    background-color: #edf2f7;
  }

  #app .xl\:focus\:tw-bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  #app .xl\:focus\:tw-bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  #app .xl\:focus\:tw-bg-gray-500:focus {
    background-color: #a0aec0;
  }

  #app .xl\:focus\:tw-bg-gray-600:focus {
    background-color: #718096;
  }

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

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

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

  #app .xl\:focus\:tw-bg-red-100:focus {
    background-color: #fff5f5;
  }

  #app .xl\:focus\:tw-bg-red-200:focus {
    background-color: #fed7d7;
  }

  #app .xl\:focus\:tw-bg-red-300:focus {
    background-color: #feb2b2;
  }

  #app .xl\:focus\:tw-bg-red-400:focus {
    background-color: #fc8181;
  }

  #app .xl\:focus\:tw-bg-red-500:focus {
    background-color: #f56565;
  }

  #app .xl\:focus\:tw-bg-red-600:focus {
    background-color: #e53e3e;
  }

  #app .xl\:focus\:tw-bg-red-700:focus {
    background-color: #c53030;
  }

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

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

  #app .xl\:focus\:tw-bg-orange-100:focus {
    background-color: #fffaf0;
  }

  #app .xl\:focus\:tw-bg-orange-200:focus {
    background-color: #feebc8;
  }

  #app .xl\:focus\:tw-bg-orange-300:focus {
    background-color: #fbd38d;
  }

  #app .xl\:focus\:tw-bg-orange-400:focus {
    background-color: #f6ad55;
  }

  #app .xl\:focus\:tw-bg-orange-500:focus {
    background-color: #ed8936;
  }

  #app .xl\:focus\:tw-bg-orange-600:focus {
    background-color: #dd6b20;
  }

  #app .xl\:focus\:tw-bg-orange-700:focus {
    background-color: #c05621;
  }

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

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

  #app .xl\:focus\:tw-bg-yellow-100:focus {
    background-color: #fffff0;
  }

  #app .xl\:focus\:tw-bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  #app .xl\:focus\:tw-bg-yellow-300:focus {
    background-color: #faf089;
  }

  #app .xl\:focus\:tw-bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  #app .xl\:focus\:tw-bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  #app .xl\:focus\:tw-bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  #app .xl\:focus\:tw-bg-yellow-700:focus {
    background-color: #b7791f;
  }

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

  #app .xl\:focus\:tw-bg-yellow-900:focus {
    background-color: #744210;
  }

  #app .xl\:focus\:tw-bg-green-100:focus {
    background-color: #f0fff4;
  }

  #app .xl\:focus\:tw-bg-green-200:focus {
    background-color: #c6f6d5;
  }

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

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

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

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

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

  #app .xl\:focus\:tw-bg-green-800:focus {
    background-color: #276749;
  }

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

  #app .xl\:focus\:tw-bg-teal-100:focus {
    background-color: #e6fffa;
  }

  #app .xl\:focus\:tw-bg-teal-200:focus {
    background-color: #b2f5ea;
  }

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

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

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

  #app .xl\:focus\:tw-bg-teal-600:focus {
    background-color: #319795;
  }

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

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

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

  #app .xl\:focus\:tw-bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  #app .xl\:focus\:tw-bg-blue-200:focus {
    background-color: #bee3f8;
  }

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

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

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

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

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

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

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

  #app .xl\:focus\:tw-bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  #app .xl\:focus\:tw-bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  #app .xl\:focus\:tw-bg-indigo-300:focus {
    background-color: #a3bffa;
  }

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

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

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

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

  #app .xl\:focus\:tw-bg-indigo-800:focus {
    background-color: #434190;
  }

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

  #app .xl\:focus\:tw-bg-purple-100:focus {
    background-color: #faf5ff;
  }

  #app .xl\:focus\:tw-bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  #app .xl\:focus\:tw-bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  #app .xl\:focus\:tw-bg-purple-400:focus {
    background-color: #b794f4;
  }

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

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

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

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

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

  #app .xl\:focus\:tw-bg-pink-100:focus {
    background-color: #fff5f7;
  }

  #app .xl\:focus\:tw-bg-pink-200:focus {
    background-color: #fed7e2;
  }

  #app .xl\:focus\:tw-bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  #app .xl\:focus\:tw-bg-pink-400:focus {
    background-color: #f687b3;
  }

  #app .xl\:focus\:tw-bg-pink-500:focus {
    background-color: #ed64a6;
  }

  #app .xl\:focus\:tw-bg-pink-600:focus {
    background-color: #d53f8c;
  }

  #app .xl\:focus\:tw-bg-pink-700:focus {
    background-color: #b83280;
  }

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

  #app .xl\:focus\:tw-bg-pink-900:focus {
    background-color: #702459;
  }

  #app .xl\:tw-bg-bottom {
    background-position: bottom;
  }

  #app .xl\:tw-bg-center {
    background-position: center;
  }

  #app .xl\:tw-bg-left {
    background-position: left;
  }

  #app .xl\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  #app .xl\:tw-bg-left-top {
    background-position: left top;
  }

  #app .xl\:tw-bg-right {
    background-position: right;
  }

  #app .xl\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  #app .xl\:tw-bg-right-top {
    background-position: right top;
  }

  #app .xl\:tw-bg-top {
    background-position: top;
  }

  #app .xl\:tw-bg-repeat {
    background-repeat: repeat;
  }

  #app .xl\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  #app .xl\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  #app .xl\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  #app .xl\:tw-bg-repeat-round {
    background-repeat: round;
  }

  #app .xl\:tw-bg-repeat-space {
    background-repeat: space;
  }

  #app .xl\:tw-bg-auto {
    background-size: auto;
  }

  #app .xl\:tw-bg-cover {
    background-size: cover;
  }

  #app .xl\:tw-bg-contain {
    background-size: contain;
  }

  #app .xl\:tw-border-collapse {
    border-collapse: collapse;
  }

  #app .xl\:tw-border-separate {
    border-collapse: separate;
  }

  #app .xl\:tw-border-transparent {
    border-color: transparent;
  }

  #app .xl\:tw-border-black {
    border-color: #000;
  }

  #app .xl\:tw-border-white {
    border-color: #fff;
  }

  #app .xl\:tw-border-gray-100 {
    border-color: #f7fafc;
  }

  #app .xl\:tw-border-gray-200 {
    border-color: #edf2f7;
  }

  #app .xl\:tw-border-gray-300 {
    border-color: #e2e8f0;
  }

  #app .xl\:tw-border-gray-400 {
    border-color: #cbd5e0;
  }

  #app .xl\:tw-border-gray-500 {
    border-color: #a0aec0;
  }

  #app .xl\:tw-border-gray-600 {
    border-color: #718096;
  }

  #app .xl\:tw-border-gray-700 {
    border-color: #4a5568;
  }

  #app .xl\:tw-border-gray-800 {
    border-color: #2d3748;
  }

  #app .xl\:tw-border-gray-900 {
    border-color: #1a202c;
  }

  #app .xl\:tw-border-red-100 {
    border-color: #fff5f5;
  }

  #app .xl\:tw-border-red-200 {
    border-color: #fed7d7;
  }

  #app .xl\:tw-border-red-300 {
    border-color: #feb2b2;
  }

  #app .xl\:tw-border-red-400 {
    border-color: #fc8181;
  }

  #app .xl\:tw-border-red-500 {
    border-color: #f56565;
  }

  #app .xl\:tw-border-red-600 {
    border-color: #e53e3e;
  }

  #app .xl\:tw-border-red-700 {
    border-color: #c53030;
  }

  #app .xl\:tw-border-red-800 {
    border-color: #9b2c2c;
  }

  #app .xl\:tw-border-red-900 {
    border-color: #742a2a;
  }

  #app .xl\:tw-border-orange-100 {
    border-color: #fffaf0;
  }

  #app .xl\:tw-border-orange-200 {
    border-color: #feebc8;
  }

  #app .xl\:tw-border-orange-300 {
    border-color: #fbd38d;
  }

  #app .xl\:tw-border-orange-400 {
    border-color: #f6ad55;
  }

  #app .xl\:tw-border-orange-500 {
    border-color: #ed8936;
  }

  #app .xl\:tw-border-orange-600 {
    border-color: #dd6b20;
  }

  #app .xl\:tw-border-orange-700 {
    border-color: #c05621;
  }

  #app .xl\:tw-border-orange-800 {
    border-color: #9c4221;
  }

  #app .xl\:tw-border-orange-900 {
    border-color: #7b341e;
  }

  #app .xl\:tw-border-yellow-100 {
    border-color: #fffff0;
  }

  #app .xl\:tw-border-yellow-200 {
    border-color: #fefcbf;
  }

  #app .xl\:tw-border-yellow-300 {
    border-color: #faf089;
  }

  #app .xl\:tw-border-yellow-400 {
    border-color: #f6e05e;
  }

  #app .xl\:tw-border-yellow-500 {
    border-color: #ecc94b;
  }

  #app .xl\:tw-border-yellow-600 {
    border-color: #d69e2e;
  }

  #app .xl\:tw-border-yellow-700 {
    border-color: #b7791f;
  }

  #app .xl\:tw-border-yellow-800 {
    border-color: #975a16;
  }

  #app .xl\:tw-border-yellow-900 {
    border-color: #744210;
  }

  #app .xl\:tw-border-green-100 {
    border-color: #f0fff4;
  }

  #app .xl\:tw-border-green-200 {
    border-color: #c6f6d5;
  }

  #app .xl\:tw-border-green-300 {
    border-color: #9ae6b4;
  }

  #app .xl\:tw-border-green-400 {
    border-color: #68d391;
  }

  #app .xl\:tw-border-green-500 {
    border-color: #48bb78;
  }

  #app .xl\:tw-border-green-600 {
    border-color: #38a169;
  }

  #app .xl\:tw-border-green-700 {
    border-color: #2f855a;
  }

  #app .xl\:tw-border-green-800 {
    border-color: #276749;
  }

  #app .xl\:tw-border-green-900 {
    border-color: #22543d;
  }

  #app .xl\:tw-border-teal-100 {
    border-color: #e6fffa;
  }

  #app .xl\:tw-border-teal-200 {
    border-color: #b2f5ea;
  }

  #app .xl\:tw-border-teal-300 {
    border-color: #81e6d9;
  }

  #app .xl\:tw-border-teal-400 {
    border-color: #4fd1c5;
  }

  #app .xl\:tw-border-teal-500 {
    border-color: #38b2ac;
  }

  #app .xl\:tw-border-teal-600 {
    border-color: #319795;
  }

  #app .xl\:tw-border-teal-700 {
    border-color: #2c7a7b;
  }

  #app .xl\:tw-border-teal-800 {
    border-color: #285e61;
  }

  #app .xl\:tw-border-teal-900 {
    border-color: #234e52;
  }

  #app .xl\:tw-border-blue-100 {
    border-color: #ebf8ff;
  }

  #app .xl\:tw-border-blue-200 {
    border-color: #bee3f8;
  }

  #app .xl\:tw-border-blue-300 {
    border-color: #90cdf4;
  }

  #app .xl\:tw-border-blue-400 {
    border-color: #63b3ed;
  }

  #app .xl\:tw-border-blue-500 {
    border-color: #4299e1;
  }

  #app .xl\:tw-border-blue-600 {
    border-color: #3182ce;
  }

  #app .xl\:tw-border-blue-700 {
    border-color: #2b6cb0;
  }

  #app .xl\:tw-border-blue-800 {
    border-color: #2c5282;
  }

  #app .xl\:tw-border-blue-900 {
    border-color: #2a4365;
  }

  #app .xl\:tw-border-indigo-100 {
    border-color: #ebf4ff;
  }

  #app .xl\:tw-border-indigo-200 {
    border-color: #c3dafe;
  }

  #app .xl\:tw-border-indigo-300 {
    border-color: #a3bffa;
  }

  #app .xl\:tw-border-indigo-400 {
    border-color: #7f9cf5;
  }

  #app .xl\:tw-border-indigo-500 {
    border-color: #667eea;
  }

  #app .xl\:tw-border-indigo-600 {
    border-color: #5a67d8;
  }

  #app .xl\:tw-border-indigo-700 {
    border-color: #4c51bf;
  }

  #app .xl\:tw-border-indigo-800 {
    border-color: #434190;
  }

  #app .xl\:tw-border-indigo-900 {
    border-color: #3c366b;
  }

  #app .xl\:tw-border-purple-100 {
    border-color: #faf5ff;
  }

  #app .xl\:tw-border-purple-200 {
    border-color: #e9d8fd;
  }

  #app .xl\:tw-border-purple-300 {
    border-color: #d6bcfa;
  }

  #app .xl\:tw-border-purple-400 {
    border-color: #b794f4;
  }

  #app .xl\:tw-border-purple-500 {
    border-color: #9f7aea;
  }

  #app .xl\:tw-border-purple-600 {
    border-color: #805ad5;
  }

  #app .xl\:tw-border-purple-700 {
    border-color: #6b46c1;
  }

  #app .xl\:tw-border-purple-800 {
    border-color: #553c9a;
  }

  #app .xl\:tw-border-purple-900 {
    border-color: #44337a;
  }

  #app .xl\:tw-border-pink-100 {
    border-color: #fff5f7;
  }

  #app .xl\:tw-border-pink-200 {
    border-color: #fed7e2;
  }

  #app .xl\:tw-border-pink-300 {
    border-color: #fbb6ce;
  }

  #app .xl\:tw-border-pink-400 {
    border-color: #f687b3;
  }

  #app .xl\:tw-border-pink-500 {
    border-color: #ed64a6;
  }

  #app .xl\:tw-border-pink-600 {
    border-color: #d53f8c;
  }

  #app .xl\:tw-border-pink-700 {
    border-color: #b83280;
  }

  #app .xl\:tw-border-pink-800 {
    border-color: #97266d;
  }

  #app .xl\:tw-border-pink-900 {
    border-color: #702459;
  }

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

  #app .xl\:hover\:tw-border-black:hover {
    border-color: #000;
  }

  #app .xl\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  #app .xl\:hover\:tw-border-gray-100:hover {
    border-color: #f7fafc;
  }

  #app .xl\:hover\:tw-border-gray-200:hover {
    border-color: #edf2f7;
  }

  #app .xl\:hover\:tw-border-gray-300:hover {
    border-color: #e2e8f0;
  }

  #app .xl\:hover\:tw-border-gray-400:hover {
    border-color: #cbd5e0;
  }

  #app .xl\:hover\:tw-border-gray-500:hover {
    border-color: #a0aec0;
  }

  #app .xl\:hover\:tw-border-gray-600:hover {
    border-color: #718096;
  }

  #app .xl\:hover\:tw-border-gray-700:hover {
    border-color: #4a5568;
  }

  #app .xl\:hover\:tw-border-gray-800:hover {
    border-color: #2d3748;
  }

  #app .xl\:hover\:tw-border-gray-900:hover {
    border-color: #1a202c;
  }

  #app .xl\:hover\:tw-border-red-100:hover {
    border-color: #fff5f5;
  }

  #app .xl\:hover\:tw-border-red-200:hover {
    border-color: #fed7d7;
  }

  #app .xl\:hover\:tw-border-red-300:hover {
    border-color: #feb2b2;
  }

  #app .xl\:hover\:tw-border-red-400:hover {
    border-color: #fc8181;
  }

  #app .xl\:hover\:tw-border-red-500:hover {
    border-color: #f56565;
  }

  #app .xl\:hover\:tw-border-red-600:hover {
    border-color: #e53e3e;
  }

  #app .xl\:hover\:tw-border-red-700:hover {
    border-color: #c53030;
  }

  #app .xl\:hover\:tw-border-red-800:hover {
    border-color: #9b2c2c;
  }

  #app .xl\:hover\:tw-border-red-900:hover {
    border-color: #742a2a;
  }

  #app .xl\:hover\:tw-border-orange-100:hover {
    border-color: #fffaf0;
  }

  #app .xl\:hover\:tw-border-orange-200:hover {
    border-color: #feebc8;
  }

  #app .xl\:hover\:tw-border-orange-300:hover {
    border-color: #fbd38d;
  }

  #app .xl\:hover\:tw-border-orange-400:hover {
    border-color: #f6ad55;
  }

  #app .xl\:hover\:tw-border-orange-500:hover {
    border-color: #ed8936;
  }

  #app .xl\:hover\:tw-border-orange-600:hover {
    border-color: #dd6b20;
  }

  #app .xl\:hover\:tw-border-orange-700:hover {
    border-color: #c05621;
  }

  #app .xl\:hover\:tw-border-orange-800:hover {
    border-color: #9c4221;
  }

  #app .xl\:hover\:tw-border-orange-900:hover {
    border-color: #7b341e;
  }

  #app .xl\:hover\:tw-border-yellow-100:hover {
    border-color: #fffff0;
  }

  #app .xl\:hover\:tw-border-yellow-200:hover {
    border-color: #fefcbf;
  }

  #app .xl\:hover\:tw-border-yellow-300:hover {
    border-color: #faf089;
  }

  #app .xl\:hover\:tw-border-yellow-400:hover {
    border-color: #f6e05e;
  }

  #app .xl\:hover\:tw-border-yellow-500:hover {
    border-color: #ecc94b;
  }

  #app .xl\:hover\:tw-border-yellow-600:hover {
    border-color: #d69e2e;
  }

  #app .xl\:hover\:tw-border-yellow-700:hover {
    border-color: #b7791f;
  }

  #app .xl\:hover\:tw-border-yellow-800:hover {
    border-color: #975a16;
  }

  #app .xl\:hover\:tw-border-yellow-900:hover {
    border-color: #744210;
  }

  #app .xl\:hover\:tw-border-green-100:hover {
    border-color: #f0fff4;
  }

  #app .xl\:hover\:tw-border-green-200:hover {
    border-color: #c6f6d5;
  }

  #app .xl\:hover\:tw-border-green-300:hover {
    border-color: #9ae6b4;
  }

  #app .xl\:hover\:tw-border-green-400:hover {
    border-color: #68d391;
  }

  #app .xl\:hover\:tw-border-green-500:hover {
    border-color: #48bb78;
  }

  #app .xl\:hover\:tw-border-green-600:hover {
    border-color: #38a169;
  }

  #app .xl\:hover\:tw-border-green-700:hover {
    border-color: #2f855a;
  }

  #app .xl\:hover\:tw-border-green-800:hover {
    border-color: #276749;
  }

  #app .xl\:hover\:tw-border-green-900:hover {
    border-color: #22543d;
  }

  #app .xl\:hover\:tw-border-teal-100:hover {
    border-color: #e6fffa;
  }

  #app .xl\:hover\:tw-border-teal-200:hover {
    border-color: #b2f5ea;
  }

  #app .xl\:hover\:tw-border-teal-300:hover {
    border-color: #81e6d9;
  }

  #app .xl\:hover\:tw-border-teal-400:hover {
    border-color: #4fd1c5;
  }

  #app .xl\:hover\:tw-border-teal-500:hover {
    border-color: #38b2ac;
  }

  #app .xl\:hover\:tw-border-teal-600:hover {
    border-color: #319795;
  }

  #app .xl\:hover\:tw-border-teal-700:hover {
    border-color: #2c7a7b;
  }

  #app .xl\:hover\:tw-border-teal-800:hover {
    border-color: #285e61;
  }

  #app .xl\:hover\:tw-border-teal-900:hover {
    border-color: #234e52;
  }

  #app .xl\:hover\:tw-border-blue-100:hover {
    border-color: #ebf8ff;
  }

  #app .xl\:hover\:tw-border-blue-200:hover {
    border-color: #bee3f8;
  }

  #app .xl\:hover\:tw-border-blue-300:hover {
    border-color: #90cdf4;
  }

  #app .xl\:hover\:tw-border-blue-400:hover {
    border-color: #63b3ed;
  }

  #app .xl\:hover\:tw-border-blue-500:hover {
    border-color: #4299e1;
  }

  #app .xl\:hover\:tw-border-blue-600:hover {
    border-color: #3182ce;
  }

  #app .xl\:hover\:tw-border-blue-700:hover {
    border-color: #2b6cb0;
  }

  #app .xl\:hover\:tw-border-blue-800:hover {
    border-color: #2c5282;
  }

  #app .xl\:hover\:tw-border-blue-900:hover {
    border-color: #2a4365;
  }

  #app .xl\:hover\:tw-border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  #app .xl\:hover\:tw-border-indigo-200:hover {
    border-color: #c3dafe;
  }

  #app .xl\:hover\:tw-border-indigo-300:hover {
    border-color: #a3bffa;
  }

  #app .xl\:hover\:tw-border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  #app .xl\:hover\:tw-border-indigo-500:hover {
    border-color: #667eea;
  }

  #app .xl\:hover\:tw-border-indigo-600:hover {
    border-color: #5a67d8;
  }

  #app .xl\:hover\:tw-border-indigo-700:hover {
    border-color: #4c51bf;
  }

  #app .xl\:hover\:tw-border-indigo-800:hover {
    border-color: #434190;
  }

  #app .xl\:hover\:tw-border-indigo-900:hover {
    border-color: #3c366b;
  }

  #app .xl\:hover\:tw-border-purple-100:hover {
    border-color: #faf5ff;
  }

  #app .xl\:hover\:tw-border-purple-200:hover {
    border-color: #e9d8fd;
  }

  #app .xl\:hover\:tw-border-purple-300:hover {
    border-color: #d6bcfa;
  }

  #app .xl\:hover\:tw-border-purple-400:hover {
    border-color: #b794f4;
  }

  #app .xl\:hover\:tw-border-purple-500:hover {
    border-color: #9f7aea;
  }

  #app .xl\:hover\:tw-border-purple-600:hover {
    border-color: #805ad5;
  }

  #app .xl\:hover\:tw-border-purple-700:hover {
    border-color: #6b46c1;
  }

  #app .xl\:hover\:tw-border-purple-800:hover {
    border-color: #553c9a;
  }

  #app .xl\:hover\:tw-border-purple-900:hover {
    border-color: #44337a;
  }

  #app .xl\:hover\:tw-border-pink-100:hover {
    border-color: #fff5f7;
  }

  #app .xl\:hover\:tw-border-pink-200:hover {
    border-color: #fed7e2;
  }

  #app .xl\:hover\:tw-border-pink-300:hover {
    border-color: #fbb6ce;
  }

  #app .xl\:hover\:tw-border-pink-400:hover {
    border-color: #f687b3;
  }

  #app .xl\:hover\:tw-border-pink-500:hover {
    border-color: #ed64a6;
  }

  #app .xl\:hover\:tw-border-pink-600:hover {
    border-color: #d53f8c;
  }

  #app .xl\:hover\:tw-border-pink-700:hover {
    border-color: #b83280;
  }

  #app .xl\:hover\:tw-border-pink-800:hover {
    border-color: #97266d;
  }

  #app .xl\:hover\:tw-border-pink-900:hover {
    border-color: #702459;
  }

  #app .xl\:focus\:tw-border-transparent:focus {
    border-color: transparent;
  }

  #app .xl\:focus\:tw-border-black:focus {
    border-color: #000;
  }

  #app .xl\:focus\:tw-border-white:focus {
    border-color: #fff;
  }

  #app .xl\:focus\:tw-border-gray-100:focus {
    border-color: #f7fafc;
  }

  #app .xl\:focus\:tw-border-gray-200:focus {
    border-color: #edf2f7;
  }

  #app .xl\:focus\:tw-border-gray-300:focus {
    border-color: #e2e8f0;
  }

  #app .xl\:focus\:tw-border-gray-400:focus {
    border-color: #cbd5e0;
  }

  #app .xl\:focus\:tw-border-gray-500:focus {
    border-color: #a0aec0;
  }

  #app .xl\:focus\:tw-border-gray-600:focus {
    border-color: #718096;
  }

  #app .xl\:focus\:tw-border-gray-700:focus {
    border-color: #4a5568;
  }

  #app .xl\:focus\:tw-border-gray-800:focus {
    border-color: #2d3748;
  }

  #app .xl\:focus\:tw-border-gray-900:focus {
    border-color: #1a202c;
  }

  #app .xl\:focus\:tw-border-red-100:focus {
    border-color: #fff5f5;
  }

  #app .xl\:focus\:tw-border-red-200:focus {
    border-color: #fed7d7;
  }

  #app .xl\:focus\:tw-border-red-300:focus {
    border-color: #feb2b2;
  }

  #app .xl\:focus\:tw-border-red-400:focus {
    border-color: #fc8181;
  }

  #app .xl\:focus\:tw-border-red-500:focus {
    border-color: #f56565;
  }

  #app .xl\:focus\:tw-border-red-600:focus {
    border-color: #e53e3e;
  }

  #app .xl\:focus\:tw-border-red-700:focus {
    border-color: #c53030;
  }

  #app .xl\:focus\:tw-border-red-800:focus {
    border-color: #9b2c2c;
  }

  #app .xl\:focus\:tw-border-red-900:focus {
    border-color: #742a2a;
  }

  #app .xl\:focus\:tw-border-orange-100:focus {
    border-color: #fffaf0;
  }

  #app .xl\:focus\:tw-border-orange-200:focus {
    border-color: #feebc8;
  }

  #app .xl\:focus\:tw-border-orange-300:focus {
    border-color: #fbd38d;
  }

  #app .xl\:focus\:tw-border-orange-400:focus {
    border-color: #f6ad55;
  }

  #app .xl\:focus\:tw-border-orange-500:focus {
    border-color: #ed8936;
  }

  #app .xl\:focus\:tw-border-orange-600:focus {
    border-color: #dd6b20;
  }

  #app .xl\:focus\:tw-border-orange-700:focus {
    border-color: #c05621;
  }

  #app .xl\:focus\:tw-border-orange-800:focus {
    border-color: #9c4221;
  }

  #app .xl\:focus\:tw-border-orange-900:focus {
    border-color: #7b341e;
  }

  #app .xl\:focus\:tw-border-yellow-100:focus {
    border-color: #fffff0;
  }

  #app .xl\:focus\:tw-border-yellow-200:focus {
    border-color: #fefcbf;
  }

  #app .xl\:focus\:tw-border-yellow-300:focus {
    border-color: #faf089;
  }

  #app .xl\:focus\:tw-border-yellow-400:focus {
    border-color: #f6e05e;
  }

  #app .xl\:focus\:tw-border-yellow-500:focus {
    border-color: #ecc94b;
  }

  #app .xl\:focus\:tw-border-yellow-600:focus {
    border-color: #d69e2e;
  }

  #app .xl\:focus\:tw-border-yellow-700:focus {
    border-color: #b7791f;
  }

  #app .xl\:focus\:tw-border-yellow-800:focus {
    border-color: #975a16;
  }

  #app .xl\:focus\:tw-border-yellow-900:focus {
    border-color: #744210;
  }

  #app .xl\:focus\:tw-border-green-100:focus {
    border-color: #f0fff4;
  }

  #app .xl\:focus\:tw-border-green-200:focus {
    border-color: #c6f6d5;
  }

  #app .xl\:focus\:tw-border-green-300:focus {
    border-color: #9ae6b4;
  }

  #app .xl\:focus\:tw-border-green-400:focus {
    border-color: #68d391;
  }

  #app .xl\:focus\:tw-border-green-500:focus {
    border-color: #48bb78;
  }

  #app .xl\:focus\:tw-border-green-600:focus {
    border-color: #38a169;
  }

  #app .xl\:focus\:tw-border-green-700:focus {
    border-color: #2f855a;
  }

  #app .xl\:focus\:tw-border-green-800:focus {
    border-color: #276749;
  }

  #app .xl\:focus\:tw-border-green-900:focus {
    border-color: #22543d;
  }

  #app .xl\:focus\:tw-border-teal-100:focus {
    border-color: #e6fffa;
  }

  #app .xl\:focus\:tw-border-teal-200:focus {
    border-color: #b2f5ea;
  }

  #app .xl\:focus\:tw-border-teal-300:focus {
    border-color: #81e6d9;
  }

  #app .xl\:focus\:tw-border-teal-400:focus {
    border-color: #4fd1c5;
  }

  #app .xl\:focus\:tw-border-teal-500:focus {
    border-color: #38b2ac;
  }

  #app .xl\:focus\:tw-border-teal-600:focus {
    border-color: #319795;
  }

  #app .xl\:focus\:tw-border-teal-700:focus {
    border-color: #2c7a7b;
  }

  #app .xl\:focus\:tw-border-teal-800:focus {
    border-color: #285e61;
  }

  #app .xl\:focus\:tw-border-teal-900:focus {
    border-color: #234e52;
  }

  #app .xl\:focus\:tw-border-blue-100:focus {
    border-color: #ebf8ff;
  }

  #app .xl\:focus\:tw-border-blue-200:focus {
    border-color: #bee3f8;
  }

  #app .xl\:focus\:tw-border-blue-300:focus {
    border-color: #90cdf4;
  }

  #app .xl\:focus\:tw-border-blue-400:focus {
    border-color: #63b3ed;
  }

  #app .xl\:focus\:tw-border-blue-500:focus {
    border-color: #4299e1;
  }

  #app .xl\:focus\:tw-border-blue-600:focus {
    border-color: #3182ce;
  }

  #app .xl\:focus\:tw-border-blue-700:focus {
    border-color: #2b6cb0;
  }

  #app .xl\:focus\:tw-border-blue-800:focus {
    border-color: #2c5282;
  }

  #app .xl\:focus\:tw-border-blue-900:focus {
    border-color: #2a4365;
  }

  #app .xl\:focus\:tw-border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  #app .xl\:focus\:tw-border-indigo-200:focus {
    border-color: #c3dafe;
  }

  #app .xl\:focus\:tw-border-indigo-300:focus {
    border-color: #a3bffa;
  }

  #app .xl\:focus\:tw-border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  #app .xl\:focus\:tw-border-indigo-500:focus {
    border-color: #667eea;
  }

  #app .xl\:focus\:tw-border-indigo-600:focus {
    border-color: #5a67d8;
  }

  #app .xl\:focus\:tw-border-indigo-700:focus {
    border-color: #4c51bf;
  }

  #app .xl\:focus\:tw-border-indigo-800:focus {
    border-color: #434190;
  }

  #app .xl\:focus\:tw-border-indigo-900:focus {
    border-color: #3c366b;
  }

  #app .xl\:focus\:tw-border-purple-100:focus {
    border-color: #faf5ff;
  }

  #app .xl\:focus\:tw-border-purple-200:focus {
    border-color: #e9d8fd;
  }

  #app .xl\:focus\:tw-border-purple-300:focus {
    border-color: #d6bcfa;
  }

  #app .xl\:focus\:tw-border-purple-400:focus {
    border-color: #b794f4;
  }

  #app .xl\:focus\:tw-border-purple-500:focus {
    border-color: #9f7aea;
  }

  #app .xl\:focus\:tw-border-purple-600:focus {
    border-color: #805ad5;
  }

  #app .xl\:focus\:tw-border-purple-700:focus {
    border-color: #6b46c1;
  }

  #app .xl\:focus\:tw-border-purple-800:focus {
    border-color: #553c9a;
  }

  #app .xl\:focus\:tw-border-purple-900:focus {
    border-color: #44337a;
  }

  #app .xl\:focus\:tw-border-pink-100:focus {
    border-color: #fff5f7;
  }

  #app .xl\:focus\:tw-border-pink-200:focus {
    border-color: #fed7e2;
  }

  #app .xl\:focus\:tw-border-pink-300:focus {
    border-color: #fbb6ce;
  }

  #app .xl\:focus\:tw-border-pink-400:focus {
    border-color: #f687b3;
  }

  #app .xl\:focus\:tw-border-pink-500:focus {
    border-color: #ed64a6;
  }

  #app .xl\:focus\:tw-border-pink-600:focus {
    border-color: #d53f8c;
  }

  #app .xl\:focus\:tw-border-pink-700:focus {
    border-color: #b83280;
  }

  #app .xl\:focus\:tw-border-pink-800:focus {
    border-color: #97266d;
  }

  #app .xl\:focus\:tw-border-pink-900:focus {
    border-color: #702459;
  }

  #app .xl\:tw-rounded-none {
    border-radius: 0;
  }

  #app .xl\:tw-rounded-sm {
    border-radius: 0.125rem;
  }

  #app .xl\:tw-rounded {
    border-radius: 0.25rem;
  }

  #app .xl\:tw-rounded-md {
    border-radius: 0.375rem;
  }

  #app .xl\:tw-rounded-lg {
    border-radius: 0.5rem;
  }

  #app .xl\:tw-rounded-full {
    border-radius: 9999px;
  }

  #app .xl\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #app .xl\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  #app .xl\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  #app .xl\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  #app .xl\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .xl\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .xl\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:tw-rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .xl\:tw-rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .xl\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:tw-rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .xl\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .xl\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .xl\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .xl\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .xl\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .xl\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  #app .xl\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  #app .xl\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  #app .xl\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  #app .xl\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  #app .xl\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  #app .xl\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  #app .xl\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:tw-rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  #app .xl\:tw-rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  #app .xl\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  #app .xl\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  #app .xl\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  #app .xl\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  #app .xl\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  #app .xl\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  #app .xl\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  #app .xl\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  #app .xl\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  #app .xl\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  #app .xl\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:tw-border-solid {
    border-style: solid;
  }

  #app .xl\:tw-border-dashed {
    border-style: dashed;
  }

  #app .xl\:tw-border-dotted {
    border-style: dotted;
  }

  #app .xl\:tw-border-double {
    border-style: double;
  }

  #app .xl\:tw-border-none {
    border-style: none;
  }

  #app .xl\:tw-border-0 {
    border-width: 0;
  }

  #app .xl\:tw-border-2 {
    border-width: 2px;
  }

  #app .xl\:tw-border-4 {
    border-width: 4px;
  }

  #app .xl\:tw-border-8 {
    border-width: 8px;
  }

  #app .xl\:tw-border {
    border-width: 1px;
  }

  #app .xl\:tw-border-t-0 {
    border-top-width: 0;
  }

  #app .xl\:tw-border-r-0 {
    border-right-width: 0;
  }

  #app .xl\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  #app .xl\:tw-border-l-0 {
    border-left-width: 0;
  }

  #app .xl\:tw-border-t-2 {
    border-top-width: 2px;
  }

  #app .xl\:tw-border-r-2 {
    border-right-width: 2px;
  }

  #app .xl\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  #app .xl\:tw-border-l-2 {
    border-left-width: 2px;
  }

  #app .xl\:tw-border-t-4 {
    border-top-width: 4px;
  }

  #app .xl\:tw-border-r-4 {
    border-right-width: 4px;
  }

  #app .xl\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  #app .xl\:tw-border-l-4 {
    border-left-width: 4px;
  }

  #app .xl\:tw-border-t-8 {
    border-top-width: 8px;
  }

  #app .xl\:tw-border-r-8 {
    border-right-width: 8px;
  }

  #app .xl\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  #app .xl\:tw-border-l-8 {
    border-left-width: 8px;
  }

  #app .xl\:tw-border-t {
    border-top-width: 1px;
  }

  #app .xl\:tw-border-r {
    border-right-width: 1px;
  }

  #app .xl\:tw-border-b {
    border-bottom-width: 1px;
  }

  #app .xl\:tw-border-l {
    border-left-width: 1px;
  }

  #app .xl\:tw-box-border {
    box-sizing: border-box;
  }

  #app .xl\:tw-box-content {
    box-sizing: content-box;
  }

  #app .xl\:tw-cursor-auto {
    cursor: auto;
  }

  #app .xl\:tw-cursor-default {
    cursor: default;
  }

  #app .xl\:tw-cursor-pointer {
    cursor: pointer;
  }

  #app .xl\:tw-cursor-wait {
    cursor: wait;
  }

  #app .xl\:tw-cursor-text {
    cursor: text;
  }

  #app .xl\:tw-cursor-move {
    cursor: move;
  }

  #app .xl\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  #app .xl\:tw-block {
    display: block;
  }

  #app .xl\:tw-inline-block {
    display: inline-block;
  }

  #app .xl\:tw-inline {
    display: inline;
  }

  #app .xl\:tw-flex {
    display: flex;
  }

  #app .xl\:tw-inline-flex {
    display: inline-flex;
  }

  #app .xl\:tw-grid {
    display: grid;
  }

  #app .xl\:tw-table {
    display: table;
  }

  #app .xl\:tw-table-caption {
    display: table-caption;
  }

  #app .xl\:tw-table-cell {
    display: table-cell;
  }

  #app .xl\:tw-table-column {
    display: table-column;
  }

  #app .xl\:tw-table-column-group {
    display: table-column-group;
  }

  #app .xl\:tw-table-footer-group {
    display: table-footer-group;
  }

  #app .xl\:tw-table-header-group {
    display: table-header-group;
  }

  #app .xl\:tw-table-row-group {
    display: table-row-group;
  }

  #app .xl\:tw-table-row {
    display: table-row;
  }

  #app .xl\:tw-hidden {
    display: none;
  }

  #app .xl\:tw-flex-row {
    flex-direction: row;
  }

  #app .xl\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  #app .xl\:tw-flex-col {
    flex-direction: column;
  }

  #app .xl\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  #app .xl\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  #app .xl\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  #app .xl\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  #app .xl\:tw-items-start {
    align-items: flex-start;
  }

  #app .xl\:tw-items-end {
    align-items: flex-end;
  }

  #app .xl\:tw-items-center {
    align-items: center;
  }

  #app .xl\:tw-items-baseline {
    align-items: baseline;
  }

  #app .xl\:tw-items-stretch {
    align-items: stretch;
  }

  #app .xl\:tw-self-auto {
    align-self: auto;
  }

  #app .xl\:tw-self-start {
    align-self: flex-start;
  }

  #app .xl\:tw-self-end {
    align-self: flex-end;
  }

  #app .xl\:tw-self-center {
    align-self: center;
  }

  #app .xl\:tw-self-stretch {
    align-self: stretch;
  }

  #app .xl\:tw-justify-start {
    justify-content: flex-start;
  }

  #app .xl\:tw-justify-end {
    justify-content: flex-end;
  }

  #app .xl\:tw-justify-center {
    justify-content: center;
  }

  #app .xl\:tw-justify-between {
    justify-content: space-between;
  }

  #app .xl\:tw-justify-around {
    justify-content: space-around;
  }

  #app .xl\:tw-justify-evenly {
    justify-content: space-evenly;
  }

  #app .xl\:tw-content-center {
    align-content: center;
  }

  #app .xl\:tw-content-start {
    align-content: flex-start;
  }

  #app .xl\:tw-content-end {
    align-content: flex-end;
  }

  #app .xl\:tw-content-between {
    align-content: space-between;
  }

  #app .xl\:tw-content-around {
    align-content: space-around;
  }

  #app .xl\:tw-flex-1 {
    flex: 1 1 0%;
  }

  #app .xl\:tw-flex-auto {
    flex: 1 1 auto;
  }

  #app .xl\:tw-flex-initial {
    flex: 0 1 auto;
  }

  #app .xl\:tw-flex-none {
    flex: none;
  }

  #app .xl\:tw-flex-grow-0 {
    flex-grow: 0;
  }

  #app .xl\:tw-flex-grow {
    flex-grow: 1;
  }

  #app .xl\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  #app .xl\:tw-flex-shrink {
    flex-shrink: 1;
  }

  #app .xl\:tw-order-1 {
    order: 1;
  }

  #app .xl\:tw-order-2 {
    order: 2;
  }

  #app .xl\:tw-order-3 {
    order: 3;
  }

  #app .xl\:tw-order-4 {
    order: 4;
  }

  #app .xl\:tw-order-5 {
    order: 5;
  }

  #app .xl\:tw-order-6 {
    order: 6;
  }

  #app .xl\:tw-order-7 {
    order: 7;
  }

  #app .xl\:tw-order-8 {
    order: 8;
  }

  #app .xl\:tw-order-9 {
    order: 9;
  }

  #app .xl\:tw-order-10 {
    order: 10;
  }

  #app .xl\:tw-order-11 {
    order: 11;
  }

  #app .xl\:tw-order-12 {
    order: 12;
  }

  #app .xl\:tw-order-first {
    order: -9999;
  }

  #app .xl\:tw-order-last {
    order: 9999;
  }

  #app .xl\:tw-order-none {
    order: 0;
  }

  #app .xl\:tw-float-right {
    float: right;
  }

  #app .xl\:tw-float-left {
    float: left;
  }

  #app .xl\:tw-float-none {
    float: none;
  }

  #app .xl\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  #app .xl\:tw-clear-left {
    clear: left;
  }

  #app .xl\:tw-clear-right {
    clear: right;
  }

  #app .xl\:tw-clear-both {
    clear: both;
  }

  #app .xl\:tw-font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #app .xl\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  #app .xl\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  #app .xl\:tw-font-hairline {
    font-weight: 100;
  }

  #app .xl\:tw-font-thin {
    font-weight: 200;
  }

  #app .xl\:tw-font-light {
    font-weight: 300;
  }

  #app .xl\:tw-font-normal {
    font-weight: 400;
  }

  #app .xl\:tw-font-medium {
    font-weight: 500;
  }

  #app .xl\:tw-font-semibold {
    font-weight: 600;
  }

  #app .xl\:tw-font-bold {
    font-weight: 700;
  }

  #app .xl\:tw-font-extrabold {
    font-weight: 800;
  }

  #app .xl\:tw-font-black {
    font-weight: 900;
  }

  #app .xl\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  #app .xl\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  #app .xl\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  #app .xl\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  #app .xl\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  #app .xl\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  #app .xl\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  #app .xl\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  #app .xl\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

  #app .xl\:focus\:tw-font-hairline:focus {
    font-weight: 100;
  }

  #app .xl\:focus\:tw-font-thin:focus {
    font-weight: 200;
  }

  #app .xl\:focus\:tw-font-light:focus {
    font-weight: 300;
  }

  #app .xl\:focus\:tw-font-normal:focus {
    font-weight: 400;
  }

  #app .xl\:focus\:tw-font-medium:focus {
    font-weight: 500;
  }

  #app .xl\:focus\:tw-font-semibold:focus {
    font-weight: 600;
  }

  #app .xl\:focus\:tw-font-bold:focus {
    font-weight: 700;
  }

  #app .xl\:focus\:tw-font-extrabold:focus {
    font-weight: 800;
  }

  #app .xl\:focus\:tw-font-black:focus {
    font-weight: 900;
  }

  #app .xl\:tw-h-0 {
    height: 0;
  }

  #app .xl\:tw-h-1 {
    height: 0.25rem;
  }

  #app .xl\:tw-h-2 {
    height: 0.5rem;
  }

  #app .xl\:tw-h-3 {
    height: 0.75rem;
  }

  #app .xl\:tw-h-4 {
    height: 1rem;
  }

  #app .xl\:tw-h-5 {
    height: 1.25rem;
  }

  #app .xl\:tw-h-6 {
    height: 1.5rem;
  }

  #app .xl\:tw-h-8 {
    height: 2rem;
  }

  #app .xl\:tw-h-10 {
    height: 2.5rem;
  }

  #app .xl\:tw-h-12 {
    height: 3rem;
  }

  #app .xl\:tw-h-16 {
    height: 4rem;
  }

  #app .xl\:tw-h-20 {
    height: 5rem;
  }

  #app .xl\:tw-h-24 {
    height: 6rem;
  }

  #app .xl\:tw-h-32 {
    height: 8rem;
  }

  #app .xl\:tw-h-40 {
    height: 10rem;
  }

  #app .xl\:tw-h-48 {
    height: 12rem;
  }

  #app .xl\:tw-h-56 {
    height: 14rem;
  }

  #app .xl\:tw-h-64 {
    height: 16rem;
  }

  #app .xl\:tw-h-auto {
    height: auto;
  }

  #app .xl\:tw-h-px {
    height: 1px;
  }

  #app .xl\:tw-h-full {
    height: 100%;
  }

  #app .xl\:tw-h-screen {
    height: 100vh;
  }

  #app .xl\:tw-leading-3 {
    line-height: .75rem;
  }

  #app .xl\:tw-leading-4 {
    line-height: 1rem;
  }

  #app .xl\:tw-leading-5 {
    line-height: 1.25rem;
  }

  #app .xl\:tw-leading-6 {
    line-height: 1.5rem;
  }

  #app .xl\:tw-leading-7 {
    line-height: 1.75rem;
  }

  #app .xl\:tw-leading-8 {
    line-height: 2rem;
  }

  #app .xl\:tw-leading-9 {
    line-height: 2.25rem;
  }

  #app .xl\:tw-leading-10 {
    line-height: 2.5rem;
  }

  #app .xl\:tw-leading-none {
    line-height: 1;
  }

  #app .xl\:tw-leading-tight {
    line-height: 1.25;
  }

  #app .xl\:tw-leading-snug {
    line-height: 1.375;
  }

  #app .xl\:tw-leading-normal {
    line-height: 1.5;
  }

  #app .xl\:tw-leading-relaxed {
    line-height: 1.625;
  }

  #app .xl\:tw-leading-loose {
    line-height: 2;
  }

  #app .xl\:tw-list-inside {
    list-style-position: inside;
  }

  #app .xl\:tw-list-outside {
    list-style-position: outside;
  }

  #app .xl\:tw-list-none {
    list-style-type: none;
  }

  #app .xl\:tw-list-disc {
    list-style-type: disc;
  }

  #app .xl\:tw-list-decimal {
    list-style-type: decimal;
  }

  #app .xl\:tw-m-0 {
    margin: 0;
  }

  #app .xl\:tw-m-1 {
    margin: 0.25rem;
  }

  #app .xl\:tw-m-2 {
    margin: 0.5rem;
  }

  #app .xl\:tw-m-3 {
    margin: 0.75rem;
  }

  #app .xl\:tw-m-4 {
    margin: 1rem;
  }

  #app .xl\:tw-m-5 {
    margin: 1.25rem;
  }

  #app .xl\:tw-m-6 {
    margin: 1.5rem;
  }

  #app .xl\:tw-m-8 {
    margin: 2rem;
  }

  #app .xl\:tw-m-10 {
    margin: 2.5rem;
  }

  #app .xl\:tw-m-12 {
    margin: 3rem;
  }

  #app .xl\:tw-m-16 {
    margin: 4rem;
  }

  #app .xl\:tw-m-20 {
    margin: 5rem;
  }

  #app .xl\:tw-m-24 {
    margin: 6rem;
  }

  #app .xl\:tw-m-32 {
    margin: 8rem;
  }

  #app .xl\:tw-m-40 {
    margin: 10rem;
  }

  #app .xl\:tw-m-48 {
    margin: 12rem;
  }

  #app .xl\:tw-m-56 {
    margin: 14rem;
  }

  #app .xl\:tw-m-64 {
    margin: 16rem;
  }

  #app .xl\:tw-m-auto {
    margin: auto;
  }

  #app .xl\:tw-m-px {
    margin: 1px;
  }

  #app .xl\:tw--m-1 {
    margin: -0.25rem;
  }

  #app .xl\:tw--m-2 {
    margin: -0.5rem;
  }

  #app .xl\:tw--m-3 {
    margin: -0.75rem;
  }

  #app .xl\:tw--m-4 {
    margin: -1rem;
  }

  #app .xl\:tw--m-5 {
    margin: -1.25rem;
  }

  #app .xl\:tw--m-6 {
    margin: -1.5rem;
  }

  #app .xl\:tw--m-8 {
    margin: -2rem;
  }

  #app .xl\:tw--m-10 {
    margin: -2.5rem;
  }

  #app .xl\:tw--m-12 {
    margin: -3rem;
  }

  #app .xl\:tw--m-16 {
    margin: -4rem;
  }

  #app .xl\:tw--m-20 {
    margin: -5rem;
  }

  #app .xl\:tw--m-24 {
    margin: -6rem;
  }

  #app .xl\:tw--m-32 {
    margin: -8rem;
  }

  #app .xl\:tw--m-40 {
    margin: -10rem;
  }

  #app .xl\:tw--m-48 {
    margin: -12rem;
  }

  #app .xl\:tw--m-56 {
    margin: -14rem;
  }

  #app .xl\:tw--m-64 {
    margin: -16rem;
  }

  #app .xl\:tw--m-px {
    margin: -1px;
  }

  #app .xl\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #app .xl\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  #app .xl\:tw-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #app .xl\:tw-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #app .xl\:tw-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #app .xl\:tw-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #app .xl\:tw-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #app .xl\:tw-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #app .xl\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #app .xl\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #app .xl\:tw-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #app .xl\:tw-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #app .xl\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #app .xl\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #app .xl\:tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #app .xl\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #app .xl\:tw-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #app .xl\:tw-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #app .xl\:tw-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #app .xl\:tw-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #app .xl\:tw-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #app .xl\:tw-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #app .xl\:tw-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #app .xl\:tw-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #app .xl\:tw-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #app .xl\:tw-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #app .xl\:tw-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #app .xl\:tw-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #app .xl\:tw-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  #app .xl\:tw-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  #app .xl\:tw-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  #app .xl\:tw-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  #app .xl\:tw-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  #app .xl\:tw-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  #app .xl\:tw-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  #app .xl\:tw-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  #app .xl\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  #app .xl\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #app .xl\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  #app .xl\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  #app .xl\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  #app .xl\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  #app .xl\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #app .xl\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #app .xl\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  #app .xl\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  #app .xl\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #app .xl\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #app .xl\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  #app .xl\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  #app .xl\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #app .xl\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #app .xl\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #app .xl\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #app .xl\:tw--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  #app .xl\:tw--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  #app .xl\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  #app .xl\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  #app .xl\:tw--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  #app .xl\:tw--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  #app .xl\:tw--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  #app .xl\:tw--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  #app .xl\:tw--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  #app .xl\:tw--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  #app .xl\:tw--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  #app .xl\:tw--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  #app .xl\:tw--my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  #app .xl\:tw--mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  #app .xl\:tw--my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  #app .xl\:tw--mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  #app .xl\:tw--my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  #app .xl\:tw--mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  #app .xl\:tw--my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  #app .xl\:tw--mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  #app .xl\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  #app .xl\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  #app .xl\:tw-mt-0 {
    margin-top: 0;
  }

  #app .xl\:tw-mr-0 {
    margin-right: 0;
  }

  #app .xl\:tw-mb-0 {
    margin-bottom: 0;
  }

  #app .xl\:tw-ml-0 {
    margin-left: 0;
  }

  #app .xl\:tw-mt-1 {
    margin-top: 0.25rem;
  }

  #app .xl\:tw-mr-1 {
    margin-right: 0.25rem;
  }

  #app .xl\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  #app .xl\:tw-ml-1 {
    margin-left: 0.25rem;
  }

  #app .xl\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  #app .xl\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  #app .xl\:tw-mb-2 {
    margin-bottom: 0.5rem;
  }

  #app .xl\:tw-ml-2 {
    margin-left: 0.5rem;
  }

  #app .xl\:tw-mt-3 {
    margin-top: 0.75rem;
  }

  #app .xl\:tw-mr-3 {
    margin-right: 0.75rem;
  }

  #app .xl\:tw-mb-3 {
    margin-bottom: 0.75rem;
  }

  #app .xl\:tw-ml-3 {
    margin-left: 0.75rem;
  }

  #app .xl\:tw-mt-4 {
    margin-top: 1rem;
  }

  #app .xl\:tw-mr-4 {
    margin-right: 1rem;
  }

  #app .xl\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  #app .xl\:tw-ml-4 {
    margin-left: 1rem;
  }

  #app .xl\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  #app .xl\:tw-mr-5 {
    margin-right: 1.25rem;
  }

  #app .xl\:tw-mb-5 {
    margin-bottom: 1.25rem;
  }

  #app .xl\:tw-ml-5 {
    margin-left: 1.25rem;
  }

  #app .xl\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  #app .xl\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  #app .xl\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  #app .xl\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  #app .xl\:tw-mt-8 {
    margin-top: 2rem;
  }

  #app .xl\:tw-mr-8 {
    margin-right: 2rem;
  }

  #app .xl\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  #app .xl\:tw-ml-8 {
    margin-left: 2rem;
  }

  #app .xl\:tw-mt-10 {
    margin-top: 2.5rem;
  }

  #app .xl\:tw-mr-10 {
    margin-right: 2.5rem;
  }

  #app .xl\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }

  #app .xl\:tw-ml-10 {
    margin-left: 2.5rem;
  }

  #app .xl\:tw-mt-12 {
    margin-top: 3rem;
  }

  #app .xl\:tw-mr-12 {
    margin-right: 3rem;
  }

  #app .xl\:tw-mb-12 {
    margin-bottom: 3rem;
  }

  #app .xl\:tw-ml-12 {
    margin-left: 3rem;
  }

  #app .xl\:tw-mt-16 {
    margin-top: 4rem;
  }

  #app .xl\:tw-mr-16 {
    margin-right: 4rem;
  }

  #app .xl\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  #app .xl\:tw-ml-16 {
    margin-left: 4rem;
  }

  #app .xl\:tw-mt-20 {
    margin-top: 5rem;
  }

  #app .xl\:tw-mr-20 {
    margin-right: 5rem;
  }

  #app .xl\:tw-mb-20 {
    margin-bottom: 5rem;
  }

  #app .xl\:tw-ml-20 {
    margin-left: 5rem;
  }

  #app .xl\:tw-mt-24 {
    margin-top: 6rem;
  }

  #app .xl\:tw-mr-24 {
    margin-right: 6rem;
  }

  #app .xl\:tw-mb-24 {
    margin-bottom: 6rem;
  }

  #app .xl\:tw-ml-24 {
    margin-left: 6rem;
  }

  #app .xl\:tw-mt-32 {
    margin-top: 8rem;
  }

  #app .xl\:tw-mr-32 {
    margin-right: 8rem;
  }

  #app .xl\:tw-mb-32 {
    margin-bottom: 8rem;
  }

  #app .xl\:tw-ml-32 {
    margin-left: 8rem;
  }

  #app .xl\:tw-mt-40 {
    margin-top: 10rem;
  }

  #app .xl\:tw-mr-40 {
    margin-right: 10rem;
  }

  #app .xl\:tw-mb-40 {
    margin-bottom: 10rem;
  }

  #app .xl\:tw-ml-40 {
    margin-left: 10rem;
  }

  #app .xl\:tw-mt-48 {
    margin-top: 12rem;
  }

  #app .xl\:tw-mr-48 {
    margin-right: 12rem;
  }

  #app .xl\:tw-mb-48 {
    margin-bottom: 12rem;
  }

  #app .xl\:tw-ml-48 {
    margin-left: 12rem;
  }

  #app .xl\:tw-mt-56 {
    margin-top: 14rem;
  }

  #app .xl\:tw-mr-56 {
    margin-right: 14rem;
  }

  #app .xl\:tw-mb-56 {
    margin-bottom: 14rem;
  }

  #app .xl\:tw-ml-56 {
    margin-left: 14rem;
  }

  #app .xl\:tw-mt-64 {
    margin-top: 16rem;
  }

  #app .xl\:tw-mr-64 {
    margin-right: 16rem;
  }

  #app .xl\:tw-mb-64 {
    margin-bottom: 16rem;
  }

  #app .xl\:tw-ml-64 {
    margin-left: 16rem;
  }

  #app .xl\:tw-mt-auto {
    margin-top: auto;
  }

  #app .xl\:tw-mr-auto {
    margin-right: auto;
  }

  #app .xl\:tw-mb-auto {
    margin-bottom: auto;
  }

  #app .xl\:tw-ml-auto {
    margin-left: auto;
  }

  #app .xl\:tw-mt-px {
    margin-top: 1px;
  }

  #app .xl\:tw-mr-px {
    margin-right: 1px;
  }

  #app .xl\:tw-mb-px {
    margin-bottom: 1px;
  }

  #app .xl\:tw-ml-px {
    margin-left: 1px;
  }

  #app .xl\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  #app .xl\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  #app .xl\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  #app .xl\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  #app .xl\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  #app .xl\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  #app .xl\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  #app .xl\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  #app .xl\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  #app .xl\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  #app .xl\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  #app .xl\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  #app .xl\:tw--mt-4 {
    margin-top: -1rem;
  }

  #app .xl\:tw--mr-4 {
    margin-right: -1rem;
  }

  #app .xl\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  #app .xl\:tw--ml-4 {
    margin-left: -1rem;
  }

  #app .xl\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  #app .xl\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  #app .xl\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  #app .xl\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  #app .xl\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  #app .xl\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  #app .xl\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  #app .xl\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  #app .xl\:tw--mt-8 {
    margin-top: -2rem;
  }

  #app .xl\:tw--mr-8 {
    margin-right: -2rem;
  }

  #app .xl\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  #app .xl\:tw--ml-8 {
    margin-left: -2rem;
  }

  #app .xl\:tw--mt-10 {
    margin-top: -2.5rem;
  }

  #app .xl\:tw--mr-10 {
    margin-right: -2.5rem;
  }

  #app .xl\:tw--mb-10 {
    margin-bottom: -2.5rem;
  }

  #app .xl\:tw--ml-10 {
    margin-left: -2.5rem;
  }

  #app .xl\:tw--mt-12 {
    margin-top: -3rem;
  }

  #app .xl\:tw--mr-12 {
    margin-right: -3rem;
  }

  #app .xl\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  #app .xl\:tw--ml-12 {
    margin-left: -3rem;
  }

  #app .xl\:tw--mt-16 {
    margin-top: -4rem;
  }

  #app .xl\:tw--mr-16 {
    margin-right: -4rem;
  }

  #app .xl\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  #app .xl\:tw--ml-16 {
    margin-left: -4rem;
  }

  #app .xl\:tw--mt-20 {
    margin-top: -5rem;
  }

  #app .xl\:tw--mr-20 {
    margin-right: -5rem;
  }

  #app .xl\:tw--mb-20 {
    margin-bottom: -5rem;
  }

  #app .xl\:tw--ml-20 {
    margin-left: -5rem;
  }

  #app .xl\:tw--mt-24 {
    margin-top: -6rem;
  }

  #app .xl\:tw--mr-24 {
    margin-right: -6rem;
  }

  #app .xl\:tw--mb-24 {
    margin-bottom: -6rem;
  }

  #app .xl\:tw--ml-24 {
    margin-left: -6rem;
  }

  #app .xl\:tw--mt-32 {
    margin-top: -8rem;
  }

  #app .xl\:tw--mr-32 {
    margin-right: -8rem;
  }

  #app .xl\:tw--mb-32 {
    margin-bottom: -8rem;
  }

  #app .xl\:tw--ml-32 {
    margin-left: -8rem;
  }

  #app .xl\:tw--mt-40 {
    margin-top: -10rem;
  }

  #app .xl\:tw--mr-40 {
    margin-right: -10rem;
  }

  #app .xl\:tw--mb-40 {
    margin-bottom: -10rem;
  }

  #app .xl\:tw--ml-40 {
    margin-left: -10rem;
  }

  #app .xl\:tw--mt-48 {
    margin-top: -12rem;
  }

  #app .xl\:tw--mr-48 {
    margin-right: -12rem;
  }

  #app .xl\:tw--mb-48 {
    margin-bottom: -12rem;
  }

  #app .xl\:tw--ml-48 {
    margin-left: -12rem;
  }

  #app .xl\:tw--mt-56 {
    margin-top: -14rem;
  }

  #app .xl\:tw--mr-56 {
    margin-right: -14rem;
  }

  #app .xl\:tw--mb-56 {
    margin-bottom: -14rem;
  }

  #app .xl\:tw--ml-56 {
    margin-left: -14rem;
  }

  #app .xl\:tw--mt-64 {
    margin-top: -16rem;
  }

  #app .xl\:tw--mr-64 {
    margin-right: -16rem;
  }

  #app .xl\:tw--mb-64 {
    margin-bottom: -16rem;
  }

  #app .xl\:tw--ml-64 {
    margin-left: -16rem;
  }

  #app .xl\:tw--mt-px {
    margin-top: -1px;
  }

  #app .xl\:tw--mr-px {
    margin-right: -1px;
  }

  #app .xl\:tw--mb-px {
    margin-bottom: -1px;
  }

  #app .xl\:tw--ml-px {
    margin-left: -1px;
  }

  #app .xl\:tw-max-h-full {
    max-height: 100%;
  }

  #app .xl\:tw-max-h-screen {
    max-height: 100vh;
  }

  #app .xl\:tw-max-w-none {
    max-width: none;
  }

  #app .xl\:tw-max-w-xs {
    max-width: 20rem;
  }

  #app .xl\:tw-max-w-sm {
    max-width: 24rem;
  }

  #app .xl\:tw-max-w-md {
    max-width: 28rem;
  }

  #app .xl\:tw-max-w-lg {
    max-width: 32rem;
  }

  #app .xl\:tw-max-w-xl {
    max-width: 36rem;
  }

  #app .xl\:tw-max-w-2xl {
    max-width: 42rem;
  }

  #app .xl\:tw-max-w-3xl {
    max-width: 48rem;
  }

  #app .xl\:tw-max-w-4xl {
    max-width: 56rem;
  }

  #app .xl\:tw-max-w-5xl {
    max-width: 64rem;
  }

  #app .xl\:tw-max-w-6xl {
    max-width: 72rem;
  }

  #app .xl\:tw-max-w-full {
    max-width: 100%;
  }

  #app .xl\:tw-max-w-screen-sm {
    max-width: 640px;
  }

  #app .xl\:tw-max-w-screen-md {
    max-width: 768px;
  }

  #app .xl\:tw-max-w-screen-lg {
    max-width: 1024px;
  }

  #app .xl\:tw-max-w-screen-xl {
    max-width: 1280px;
  }

  #app .xl\:tw-min-h-0 {
    min-height: 0;
  }

  #app .xl\:tw-min-h-full {
    min-height: 100%;
  }

  #app .xl\:tw-min-h-screen {
    min-height: 100vh;
  }

  #app .xl\:tw-min-w-0 {
    min-width: 0;
  }

  #app .xl\:tw-min-w-full {
    min-width: 100%;
  }

  #app .xl\:tw-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  #app .xl\:tw-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  #app .xl\:tw-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  #app .xl\:tw-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  #app .xl\:tw-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  #app .xl\:tw-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  #app .xl\:tw-object-center {
    -o-object-position: center;
       object-position: center;
  }

  #app .xl\:tw-object-left {
    -o-object-position: left;
       object-position: left;
  }

  #app .xl\:tw-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  #app .xl\:tw-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  #app .xl\:tw-object-right {
    -o-object-position: right;
       object-position: right;
  }

  #app .xl\:tw-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  #app .xl\:tw-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  #app .xl\:tw-object-top {
    -o-object-position: top;
       object-position: top;
  }

  #app .xl\:tw-opacity-0 {
    opacity: 0;
  }

  #app .xl\:tw-opacity-25 {
    opacity: 0.25;
  }

  #app .xl\:tw-opacity-50 {
    opacity: 0.5;
  }

  #app .xl\:tw-opacity-75 {
    opacity: 0.75;
  }

  #app .xl\:tw-opacity-100 {
    opacity: 1;
  }

  #app .xl\:hover\:tw-opacity-0:hover {
    opacity: 0;
  }

  #app .xl\:hover\:tw-opacity-25:hover {
    opacity: 0.25;
  }

  #app .xl\:hover\:tw-opacity-50:hover {
    opacity: 0.5;
  }

  #app .xl\:hover\:tw-opacity-75:hover {
    opacity: 0.75;
  }

  #app .xl\:hover\:tw-opacity-100:hover {
    opacity: 1;
  }

  #app .xl\:focus\:tw-opacity-0:focus {
    opacity: 0;
  }

  #app .xl\:focus\:tw-opacity-25:focus {
    opacity: 0.25;
  }

  #app .xl\:focus\:tw-opacity-50:focus {
    opacity: 0.5;
  }

  #app .xl\:focus\:tw-opacity-75:focus {
    opacity: 0.75;
  }

  #app .xl\:focus\:tw-opacity-100:focus {
    opacity: 1;
  }

  #app .xl\:tw-outline-none {
    outline: 0;
  }

  #app .xl\:focus\:tw-outline-none:focus {
    outline: 0;
  }

  #app .xl\:tw-overflow-auto {
    overflow: auto;
  }

  #app .xl\:tw-overflow-hidden {
    overflow: hidden;
  }

  #app .xl\:tw-overflow-visible {
    overflow: visible;
  }

  #app .xl\:tw-overflow-scroll {
    overflow: scroll;
  }

  #app .xl\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  #app .xl\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  #app .xl\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  #app .xl\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  #app .xl\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  #app .xl\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  #app .xl\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  #app .xl\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  #app .xl\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  #app .xl\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  #app .xl\:tw-p-0 {
    padding: 0;
  }

  #app .xl\:tw-p-1 {
    padding: 0.25rem;
  }

  #app .xl\:tw-p-2 {
    padding: 0.5rem;
  }

  #app .xl\:tw-p-3 {
    padding: 0.75rem;
  }

  #app .xl\:tw-p-4 {
    padding: 1rem;
  }

  #app .xl\:tw-p-5 {
    padding: 1.25rem;
  }

  #app .xl\:tw-p-6 {
    padding: 1.5rem;
  }

  #app .xl\:tw-p-8 {
    padding: 2rem;
  }

  #app .xl\:tw-p-10 {
    padding: 2.5rem;
  }

  #app .xl\:tw-p-12 {
    padding: 3rem;
  }

  #app .xl\:tw-p-16 {
    padding: 4rem;
  }

  #app .xl\:tw-p-20 {
    padding: 5rem;
  }

  #app .xl\:tw-p-24 {
    padding: 6rem;
  }

  #app .xl\:tw-p-32 {
    padding: 8rem;
  }

  #app .xl\:tw-p-40 {
    padding: 10rem;
  }

  #app .xl\:tw-p-48 {
    padding: 12rem;
  }

  #app .xl\:tw-p-56 {
    padding: 14rem;
  }

  #app .xl\:tw-p-64 {
    padding: 16rem;
  }

  #app .xl\:tw-p-px {
    padding: 1px;
  }

  #app .xl\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #app .xl\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  #app .xl\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .xl\:tw-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .xl\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .xl\:tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .xl\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .xl\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .xl\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .xl\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .xl\:tw-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .xl\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .xl\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .xl\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .xl\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .xl\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .xl\:tw-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .xl\:tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .xl\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .xl\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .xl\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .xl\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .xl\:tw-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .xl\:tw-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .xl\:tw-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .xl\:tw-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .xl\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .xl\:tw-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .xl\:tw-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .xl\:tw-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .xl\:tw-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .xl\:tw-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .xl\:tw-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .xl\:tw-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .xl\:tw-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .xl\:tw-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .xl\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .xl\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .xl\:tw-pt-0 {
    padding-top: 0;
  }

  #app .xl\:tw-pr-0 {
    padding-right: 0;
  }

  #app .xl\:tw-pb-0 {
    padding-bottom: 0;
  }

  #app .xl\:tw-pl-0 {
    padding-left: 0;
  }

  #app .xl\:tw-pt-1 {
    padding-top: 0.25rem;
  }

  #app .xl\:tw-pr-1 {
    padding-right: 0.25rem;
  }

  #app .xl\:tw-pb-1 {
    padding-bottom: 0.25rem;
  }

  #app .xl\:tw-pl-1 {
    padding-left: 0.25rem;
  }

  #app .xl\:tw-pt-2 {
    padding-top: 0.5rem;
  }

  #app .xl\:tw-pr-2 {
    padding-right: 0.5rem;
  }

  #app .xl\:tw-pb-2 {
    padding-bottom: 0.5rem;
  }

  #app .xl\:tw-pl-2 {
    padding-left: 0.5rem;
  }

  #app .xl\:tw-pt-3 {
    padding-top: 0.75rem;
  }

  #app .xl\:tw-pr-3 {
    padding-right: 0.75rem;
  }

  #app .xl\:tw-pb-3 {
    padding-bottom: 0.75rem;
  }

  #app .xl\:tw-pl-3 {
    padding-left: 0.75rem;
  }

  #app .xl\:tw-pt-4 {
    padding-top: 1rem;
  }

  #app .xl\:tw-pr-4 {
    padding-right: 1rem;
  }

  #app .xl\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  #app .xl\:tw-pl-4 {
    padding-left: 1rem;
  }

  #app .xl\:tw-pt-5 {
    padding-top: 1.25rem;
  }

  #app .xl\:tw-pr-5 {
    padding-right: 1.25rem;
  }

  #app .xl\:tw-pb-5 {
    padding-bottom: 1.25rem;
  }

  #app .xl\:tw-pl-5 {
    padding-left: 1.25rem;
  }

  #app .xl\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  #app .xl\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  #app .xl\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  #app .xl\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  #app .xl\:tw-pt-8 {
    padding-top: 2rem;
  }

  #app .xl\:tw-pr-8 {
    padding-right: 2rem;
  }

  #app .xl\:tw-pb-8 {
    padding-bottom: 2rem;
  }

  #app .xl\:tw-pl-8 {
    padding-left: 2rem;
  }

  #app .xl\:tw-pt-10 {
    padding-top: 2.5rem;
  }

  #app .xl\:tw-pr-10 {
    padding-right: 2.5rem;
  }

  #app .xl\:tw-pb-10 {
    padding-bottom: 2.5rem;
  }

  #app .xl\:tw-pl-10 {
    padding-left: 2.5rem;
  }

  #app .xl\:tw-pt-12 {
    padding-top: 3rem;
  }

  #app .xl\:tw-pr-12 {
    padding-right: 3rem;
  }

  #app .xl\:tw-pb-12 {
    padding-bottom: 3rem;
  }

  #app .xl\:tw-pl-12 {
    padding-left: 3rem;
  }

  #app .xl\:tw-pt-16 {
    padding-top: 4rem;
  }

  #app .xl\:tw-pr-16 {
    padding-right: 4rem;
  }

  #app .xl\:tw-pb-16 {
    padding-bottom: 4rem;
  }

  #app .xl\:tw-pl-16 {
    padding-left: 4rem;
  }

  #app .xl\:tw-pt-20 {
    padding-top: 5rem;
  }

  #app .xl\:tw-pr-20 {
    padding-right: 5rem;
  }

  #app .xl\:tw-pb-20 {
    padding-bottom: 5rem;
  }

  #app .xl\:tw-pl-20 {
    padding-left: 5rem;
  }

  #app .xl\:tw-pt-24 {
    padding-top: 6rem;
  }

  #app .xl\:tw-pr-24 {
    padding-right: 6rem;
  }

  #app .xl\:tw-pb-24 {
    padding-bottom: 6rem;
  }

  #app .xl\:tw-pl-24 {
    padding-left: 6rem;
  }

  #app .xl\:tw-pt-32 {
    padding-top: 8rem;
  }

  #app .xl\:tw-pr-32 {
    padding-right: 8rem;
  }

  #app .xl\:tw-pb-32 {
    padding-bottom: 8rem;
  }

  #app .xl\:tw-pl-32 {
    padding-left: 8rem;
  }

  #app .xl\:tw-pt-40 {
    padding-top: 10rem;
  }

  #app .xl\:tw-pr-40 {
    padding-right: 10rem;
  }

  #app .xl\:tw-pb-40 {
    padding-bottom: 10rem;
  }

  #app .xl\:tw-pl-40 {
    padding-left: 10rem;
  }

  #app .xl\:tw-pt-48 {
    padding-top: 12rem;
  }

  #app .xl\:tw-pr-48 {
    padding-right: 12rem;
  }

  #app .xl\:tw-pb-48 {
    padding-bottom: 12rem;
  }

  #app .xl\:tw-pl-48 {
    padding-left: 12rem;
  }

  #app .xl\:tw-pt-56 {
    padding-top: 14rem;
  }

  #app .xl\:tw-pr-56 {
    padding-right: 14rem;
  }

  #app .xl\:tw-pb-56 {
    padding-bottom: 14rem;
  }

  #app .xl\:tw-pl-56 {
    padding-left: 14rem;
  }

  #app .xl\:tw-pt-64 {
    padding-top: 16rem;
  }

  #app .xl\:tw-pr-64 {
    padding-right: 16rem;
  }

  #app .xl\:tw-pb-64 {
    padding-bottom: 16rem;
  }

  #app .xl\:tw-pl-64 {
    padding-left: 16rem;
  }

  #app .xl\:tw-pt-px {
    padding-top: 1px;
  }

  #app .xl\:tw-pr-px {
    padding-right: 1px;
  }

  #app .xl\:tw-pb-px {
    padding-bottom: 1px;
  }

  #app .xl\:tw-pl-px {
    padding-left: 1px;
  }

  #app .xl\:first\:tw-p-0:first-child {
    padding: 0;
  }

  #app .xl\:first\:tw-p-1:first-child {
    padding: 0.25rem;
  }

  #app .xl\:first\:tw-p-2:first-child {
    padding: 0.5rem;
  }

  #app .xl\:first\:tw-p-3:first-child {
    padding: 0.75rem;
  }

  #app .xl\:first\:tw-p-4:first-child {
    padding: 1rem;
  }

  #app .xl\:first\:tw-p-5:first-child {
    padding: 1.25rem;
  }

  #app .xl\:first\:tw-p-6:first-child {
    padding: 1.5rem;
  }

  #app .xl\:first\:tw-p-8:first-child {
    padding: 2rem;
  }

  #app .xl\:first\:tw-p-10:first-child {
    padding: 2.5rem;
  }

  #app .xl\:first\:tw-p-12:first-child {
    padding: 3rem;
  }

  #app .xl\:first\:tw-p-16:first-child {
    padding: 4rem;
  }

  #app .xl\:first\:tw-p-20:first-child {
    padding: 5rem;
  }

  #app .xl\:first\:tw-p-24:first-child {
    padding: 6rem;
  }

  #app .xl\:first\:tw-p-32:first-child {
    padding: 8rem;
  }

  #app .xl\:first\:tw-p-40:first-child {
    padding: 10rem;
  }

  #app .xl\:first\:tw-p-48:first-child {
    padding: 12rem;
  }

  #app .xl\:first\:tw-p-56:first-child {
    padding: 14rem;
  }

  #app .xl\:first\:tw-p-64:first-child {
    padding: 16rem;
  }

  #app .xl\:first\:tw-p-px:first-child {
    padding: 1px;
  }

  #app .xl\:first\:tw-py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  #app .xl\:first\:tw-px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  #app .xl\:first\:tw-py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .xl\:first\:tw-px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .xl\:first\:tw-py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .xl\:first\:tw-px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .xl\:first\:tw-py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .xl\:first\:tw-px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .xl\:first\:tw-py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .xl\:first\:tw-px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .xl\:first\:tw-py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .xl\:first\:tw-px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .xl\:first\:tw-py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .xl\:first\:tw-px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .xl\:first\:tw-py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .xl\:first\:tw-px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .xl\:first\:tw-py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .xl\:first\:tw-px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .xl\:first\:tw-py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .xl\:first\:tw-px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .xl\:first\:tw-py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .xl\:first\:tw-px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .xl\:first\:tw-py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .xl\:first\:tw-px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .xl\:first\:tw-py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .xl\:first\:tw-px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .xl\:first\:tw-py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .xl\:first\:tw-px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .xl\:first\:tw-py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .xl\:first\:tw-px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .xl\:first\:tw-py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .xl\:first\:tw-px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .xl\:first\:tw-py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .xl\:first\:tw-px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .xl\:first\:tw-py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .xl\:first\:tw-px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .xl\:first\:tw-py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .xl\:first\:tw-px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .xl\:first\:tw-pt-0:first-child {
    padding-top: 0;
  }

  #app .xl\:first\:tw-pr-0:first-child {
    padding-right: 0;
  }

  #app .xl\:first\:tw-pb-0:first-child {
    padding-bottom: 0;
  }

  #app .xl\:first\:tw-pl-0:first-child {
    padding-left: 0;
  }

  #app .xl\:first\:tw-pt-1:first-child {
    padding-top: 0.25rem;
  }

  #app .xl\:first\:tw-pr-1:first-child {
    padding-right: 0.25rem;
  }

  #app .xl\:first\:tw-pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  #app .xl\:first\:tw-pl-1:first-child {
    padding-left: 0.25rem;
  }

  #app .xl\:first\:tw-pt-2:first-child {
    padding-top: 0.5rem;
  }

  #app .xl\:first\:tw-pr-2:first-child {
    padding-right: 0.5rem;
  }

  #app .xl\:first\:tw-pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  #app .xl\:first\:tw-pl-2:first-child {
    padding-left: 0.5rem;
  }

  #app .xl\:first\:tw-pt-3:first-child {
    padding-top: 0.75rem;
  }

  #app .xl\:first\:tw-pr-3:first-child {
    padding-right: 0.75rem;
  }

  #app .xl\:first\:tw-pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  #app .xl\:first\:tw-pl-3:first-child {
    padding-left: 0.75rem;
  }

  #app .xl\:first\:tw-pt-4:first-child {
    padding-top: 1rem;
  }

  #app .xl\:first\:tw-pr-4:first-child {
    padding-right: 1rem;
  }

  #app .xl\:first\:tw-pb-4:first-child {
    padding-bottom: 1rem;
  }

  #app .xl\:first\:tw-pl-4:first-child {
    padding-left: 1rem;
  }

  #app .xl\:first\:tw-pt-5:first-child {
    padding-top: 1.25rem;
  }

  #app .xl\:first\:tw-pr-5:first-child {
    padding-right: 1.25rem;
  }

  #app .xl\:first\:tw-pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  #app .xl\:first\:tw-pl-5:first-child {
    padding-left: 1.25rem;
  }

  #app .xl\:first\:tw-pt-6:first-child {
    padding-top: 1.5rem;
  }

  #app .xl\:first\:tw-pr-6:first-child {
    padding-right: 1.5rem;
  }

  #app .xl\:first\:tw-pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  #app .xl\:first\:tw-pl-6:first-child {
    padding-left: 1.5rem;
  }

  #app .xl\:first\:tw-pt-8:first-child {
    padding-top: 2rem;
  }

  #app .xl\:first\:tw-pr-8:first-child {
    padding-right: 2rem;
  }

  #app .xl\:first\:tw-pb-8:first-child {
    padding-bottom: 2rem;
  }

  #app .xl\:first\:tw-pl-8:first-child {
    padding-left: 2rem;
  }

  #app .xl\:first\:tw-pt-10:first-child {
    padding-top: 2.5rem;
  }

  #app .xl\:first\:tw-pr-10:first-child {
    padding-right: 2.5rem;
  }

  #app .xl\:first\:tw-pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  #app .xl\:first\:tw-pl-10:first-child {
    padding-left: 2.5rem;
  }

  #app .xl\:first\:tw-pt-12:first-child {
    padding-top: 3rem;
  }

  #app .xl\:first\:tw-pr-12:first-child {
    padding-right: 3rem;
  }

  #app .xl\:first\:tw-pb-12:first-child {
    padding-bottom: 3rem;
  }

  #app .xl\:first\:tw-pl-12:first-child {
    padding-left: 3rem;
  }

  #app .xl\:first\:tw-pt-16:first-child {
    padding-top: 4rem;
  }

  #app .xl\:first\:tw-pr-16:first-child {
    padding-right: 4rem;
  }

  #app .xl\:first\:tw-pb-16:first-child {
    padding-bottom: 4rem;
  }

  #app .xl\:first\:tw-pl-16:first-child {
    padding-left: 4rem;
  }

  #app .xl\:first\:tw-pt-20:first-child {
    padding-top: 5rem;
  }

  #app .xl\:first\:tw-pr-20:first-child {
    padding-right: 5rem;
  }

  #app .xl\:first\:tw-pb-20:first-child {
    padding-bottom: 5rem;
  }

  #app .xl\:first\:tw-pl-20:first-child {
    padding-left: 5rem;
  }

  #app .xl\:first\:tw-pt-24:first-child {
    padding-top: 6rem;
  }

  #app .xl\:first\:tw-pr-24:first-child {
    padding-right: 6rem;
  }

  #app .xl\:first\:tw-pb-24:first-child {
    padding-bottom: 6rem;
  }

  #app .xl\:first\:tw-pl-24:first-child {
    padding-left: 6rem;
  }

  #app .xl\:first\:tw-pt-32:first-child {
    padding-top: 8rem;
  }

  #app .xl\:first\:tw-pr-32:first-child {
    padding-right: 8rem;
  }

  #app .xl\:first\:tw-pb-32:first-child {
    padding-bottom: 8rem;
  }

  #app .xl\:first\:tw-pl-32:first-child {
    padding-left: 8rem;
  }

  #app .xl\:first\:tw-pt-40:first-child {
    padding-top: 10rem;
  }

  #app .xl\:first\:tw-pr-40:first-child {
    padding-right: 10rem;
  }

  #app .xl\:first\:tw-pb-40:first-child {
    padding-bottom: 10rem;
  }

  #app .xl\:first\:tw-pl-40:first-child {
    padding-left: 10rem;
  }

  #app .xl\:first\:tw-pt-48:first-child {
    padding-top: 12rem;
  }

  #app .xl\:first\:tw-pr-48:first-child {
    padding-right: 12rem;
  }

  #app .xl\:first\:tw-pb-48:first-child {
    padding-bottom: 12rem;
  }

  #app .xl\:first\:tw-pl-48:first-child {
    padding-left: 12rem;
  }

  #app .xl\:first\:tw-pt-56:first-child {
    padding-top: 14rem;
  }

  #app .xl\:first\:tw-pr-56:first-child {
    padding-right: 14rem;
  }

  #app .xl\:first\:tw-pb-56:first-child {
    padding-bottom: 14rem;
  }

  #app .xl\:first\:tw-pl-56:first-child {
    padding-left: 14rem;
  }

  #app .xl\:first\:tw-pt-64:first-child {
    padding-top: 16rem;
  }

  #app .xl\:first\:tw-pr-64:first-child {
    padding-right: 16rem;
  }

  #app .xl\:first\:tw-pb-64:first-child {
    padding-bottom: 16rem;
  }

  #app .xl\:first\:tw-pl-64:first-child {
    padding-left: 16rem;
  }

  #app .xl\:first\:tw-pt-px:first-child {
    padding-top: 1px;
  }

  #app .xl\:first\:tw-pr-px:first-child {
    padding-right: 1px;
  }

  #app .xl\:first\:tw-pb-px:first-child {
    padding-bottom: 1px;
  }

  #app .xl\:first\:tw-pl-px:first-child {
    padding-left: 1px;
  }

  #app .xl\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  #app .xl\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  #app .xl\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  #app .xl\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  #app .xl\:tw-placeholder-transparent::placeholder {
    color: transparent;
  }

  #app .xl\:tw-placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  #app .xl\:tw-placeholder-black::-moz-placeholder {
    color: #000;
  }

  #app .xl\:tw-placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  #app .xl\:tw-placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  #app .xl\:tw-placeholder-black::placeholder {
    color: #000;
  }

  #app .xl\:tw-placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  #app .xl\:tw-placeholder-white::-moz-placeholder {
    color: #fff;
  }

  #app .xl\:tw-placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  #app .xl\:tw-placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  #app .xl\:tw-placeholder-white::placeholder {
    color: #fff;
  }

  #app .xl\:tw-placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  #app .xl\:tw-placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  #app .xl\:tw-placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .xl\:tw-placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .xl\:tw-placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  #app .xl\:tw-placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  #app .xl\:tw-placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  #app .xl\:tw-placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .xl\:tw-placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .xl\:tw-placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  #app .xl\:tw-placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  #app .xl\:tw-placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  #app .xl\:tw-placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .xl\:tw-placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .xl\:tw-placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  #app .xl\:tw-placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  #app .xl\:tw-placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  #app .xl\:tw-placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .xl\:tw-placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .xl\:tw-placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  #app .xl\:tw-placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  #app .xl\:tw-placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  #app .xl\:tw-placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .xl\:tw-placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .xl\:tw-placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  #app .xl\:tw-placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  #app .xl\:tw-placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  #app .xl\:tw-placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  #app .xl\:tw-placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  #app .xl\:tw-placeholder-gray-600::placeholder {
    color: #718096;
  }

  #app .xl\:tw-placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  #app .xl\:tw-placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  #app .xl\:tw-placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  #app .xl\:tw-placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  #app .xl\:tw-placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  #app .xl\:tw-placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  #app .xl\:tw-placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  #app .xl\:tw-placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  #app .xl\:tw-placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  #app .xl\:tw-placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  #app .xl\:tw-placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  #app .xl\:tw-placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  #app .xl\:tw-placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  #app .xl\:tw-placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  #app .xl\:tw-placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  #app .xl\:tw-placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  #app .xl\:tw-placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  #app .xl\:tw-placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .xl\:tw-placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .xl\:tw-placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  #app .xl\:tw-placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  #app .xl\:tw-placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  #app .xl\:tw-placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .xl\:tw-placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .xl\:tw-placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  #app .xl\:tw-placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  #app .xl\:tw-placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  #app .xl\:tw-placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .xl\:tw-placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .xl\:tw-placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  #app .xl\:tw-placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  #app .xl\:tw-placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  #app .xl\:tw-placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  #app .xl\:tw-placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  #app .xl\:tw-placeholder-red-400::placeholder {
    color: #fc8181;
  }

  #app .xl\:tw-placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  #app .xl\:tw-placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  #app .xl\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  #app .xl\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  #app .xl\:tw-placeholder-red-500::placeholder {
    color: #f56565;
  }

  #app .xl\:tw-placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  #app .xl\:tw-placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  #app .xl\:tw-placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .xl\:tw-placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .xl\:tw-placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  #app .xl\:tw-placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  #app .xl\:tw-placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  #app .xl\:tw-placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  #app .xl\:tw-placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  #app .xl\:tw-placeholder-red-700::placeholder {
    color: #c53030;
  }

  #app .xl\:tw-placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  #app .xl\:tw-placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  #app .xl\:tw-placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .xl\:tw-placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .xl\:tw-placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  #app .xl\:tw-placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  #app .xl\:tw-placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  #app .xl\:tw-placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  #app .xl\:tw-placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  #app .xl\:tw-placeholder-red-900::placeholder {
    color: #742a2a;
  }

  #app .xl\:tw-placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  #app .xl\:tw-placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  #app .xl\:tw-placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .xl\:tw-placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .xl\:tw-placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  #app .xl\:tw-placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  #app .xl\:tw-placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  #app .xl\:tw-placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  #app .xl\:tw-placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  #app .xl\:tw-placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  #app .xl\:tw-placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  #app .xl\:tw-placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  #app .xl\:tw-placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .xl\:tw-placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .xl\:tw-placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  #app .xl\:tw-placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  #app .xl\:tw-placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  #app .xl\:tw-placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .xl\:tw-placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .xl\:tw-placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  #app .xl\:tw-placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  #app .xl\:tw-placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  #app .xl\:tw-placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  #app .xl\:tw-placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  #app .xl\:tw-placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  #app .xl\:tw-placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  #app .xl\:tw-placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  #app .xl\:tw-placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .xl\:tw-placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .xl\:tw-placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  #app .xl\:tw-placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  #app .xl\:tw-placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  #app .xl\:tw-placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  #app .xl\:tw-placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  #app .xl\:tw-placeholder-orange-700::placeholder {
    color: #c05621;
  }

  #app .xl\:tw-placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  #app .xl\:tw-placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  #app .xl\:tw-placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  #app .xl\:tw-placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  #app .xl\:tw-placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  #app .xl\:tw-placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  #app .xl\:tw-placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  #app .xl\:tw-placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  #app .xl\:tw-placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  #app .xl\:tw-placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  #app .xl\:tw-placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  #app .xl\:tw-placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  #app .xl\:tw-placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  #app .xl\:tw-placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  #app .xl\:tw-placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  #app .xl\:tw-placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  #app .xl\:tw-placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  #app .xl\:tw-placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .xl\:tw-placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .xl\:tw-placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  #app .xl\:tw-placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  #app .xl\:tw-placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  #app .xl\:tw-placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  #app .xl\:tw-placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  #app .xl\:tw-placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  #app .xl\:tw-placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  #app .xl\:tw-placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  #app .xl\:tw-placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .xl\:tw-placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .xl\:tw-placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  #app .xl\:tw-placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  #app .xl\:tw-placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  #app .xl\:tw-placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .xl\:tw-placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .xl\:tw-placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  #app .xl\:tw-placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  #app .xl\:tw-placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  #app .xl\:tw-placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .xl\:tw-placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .xl\:tw-placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  #app .xl\:tw-placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  #app .xl\:tw-placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  #app .xl\:tw-placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  #app .xl\:tw-placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  #app .xl\:tw-placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  #app .xl\:tw-placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  #app .xl\:tw-placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  #app .xl\:tw-placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  #app .xl\:tw-placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  #app .xl\:tw-placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  #app .xl\:tw-placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  #app .xl\:tw-placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  #app .xl\:tw-placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  #app .xl\:tw-placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  #app .xl\:tw-placeholder-yellow-900::placeholder {
    color: #744210;
  }

  #app .xl\:tw-placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  #app .xl\:tw-placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  #app .xl\:tw-placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .xl\:tw-placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .xl\:tw-placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  #app .xl\:tw-placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  #app .xl\:tw-placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  #app .xl\:tw-placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .xl\:tw-placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .xl\:tw-placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  #app .xl\:tw-placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  #app .xl\:tw-placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  #app .xl\:tw-placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .xl\:tw-placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .xl\:tw-placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  #app .xl\:tw-placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  #app .xl\:tw-placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  #app .xl\:tw-placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  #app .xl\:tw-placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  #app .xl\:tw-placeholder-green-400::placeholder {
    color: #68d391;
  }

  #app .xl\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  #app .xl\:tw-placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  #app .xl\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  #app .xl\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  #app .xl\:tw-placeholder-green-500::placeholder {
    color: #48bb78;
  }

  #app .xl\:tw-placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  #app .xl\:tw-placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  #app .xl\:tw-placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  #app .xl\:tw-placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  #app .xl\:tw-placeholder-green-600::placeholder {
    color: #38a169;
  }

  #app .xl\:tw-placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  #app .xl\:tw-placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  #app .xl\:tw-placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  #app .xl\:tw-placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  #app .xl\:tw-placeholder-green-700::placeholder {
    color: #2f855a;
  }

  #app .xl\:tw-placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  #app .xl\:tw-placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  #app .xl\:tw-placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  #app .xl\:tw-placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  #app .xl\:tw-placeholder-green-800::placeholder {
    color: #276749;
  }

  #app .xl\:tw-placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  #app .xl\:tw-placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  #app .xl\:tw-placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  #app .xl\:tw-placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  #app .xl\:tw-placeholder-green-900::placeholder {
    color: #22543d;
  }

  #app .xl\:tw-placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  #app .xl\:tw-placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  #app .xl\:tw-placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .xl\:tw-placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .xl\:tw-placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  #app .xl\:tw-placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  #app .xl\:tw-placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  #app .xl\:tw-placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .xl\:tw-placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .xl\:tw-placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  #app .xl\:tw-placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  #app .xl\:tw-placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  #app .xl\:tw-placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .xl\:tw-placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .xl\:tw-placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  #app .xl\:tw-placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  #app .xl\:tw-placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  #app .xl\:tw-placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .xl\:tw-placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .xl\:tw-placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  #app .xl\:tw-placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  #app .xl\:tw-placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  #app .xl\:tw-placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .xl\:tw-placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .xl\:tw-placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  #app .xl\:tw-placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  #app .xl\:tw-placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  #app .xl\:tw-placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  #app .xl\:tw-placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  #app .xl\:tw-placeholder-teal-600::placeholder {
    color: #319795;
  }

  #app .xl\:tw-placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  #app .xl\:tw-placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  #app .xl\:tw-placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .xl\:tw-placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .xl\:tw-placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  #app .xl\:tw-placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  #app .xl\:tw-placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  #app .xl\:tw-placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  #app .xl\:tw-placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  #app .xl\:tw-placeholder-teal-800::placeholder {
    color: #285e61;
  }

  #app .xl\:tw-placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  #app .xl\:tw-placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  #app .xl\:tw-placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  #app .xl\:tw-placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  #app .xl\:tw-placeholder-teal-900::placeholder {
    color: #234e52;
  }

  #app .xl\:tw-placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  #app .xl\:tw-placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  #app .xl\:tw-placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .xl\:tw-placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .xl\:tw-placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  #app .xl\:tw-placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  #app .xl\:tw-placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  #app .xl\:tw-placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .xl\:tw-placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .xl\:tw-placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  #app .xl\:tw-placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  #app .xl\:tw-placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  #app .xl\:tw-placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .xl\:tw-placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .xl\:tw-placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  #app .xl\:tw-placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  #app .xl\:tw-placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  #app .xl\:tw-placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .xl\:tw-placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .xl\:tw-placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  #app .xl\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  #app .xl\:tw-placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  #app .xl\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  #app .xl\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  #app .xl\:tw-placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  #app .xl\:tw-placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  #app .xl\:tw-placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  #app .xl\:tw-placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  #app .xl\:tw-placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  #app .xl\:tw-placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  #app .xl\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  #app .xl\:tw-placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  #app .xl\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .xl\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .xl\:tw-placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  #app .xl\:tw-placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  #app .xl\:tw-placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  #app .xl\:tw-placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  #app .xl\:tw-placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  #app .xl\:tw-placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  #app .xl\:tw-placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  #app .xl\:tw-placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  #app .xl\:tw-placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  #app .xl\:tw-placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  #app .xl\:tw-placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  #app .xl\:tw-placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  #app .xl\:tw-placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  #app .xl\:tw-placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .xl\:tw-placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .xl\:tw-placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  #app .xl\:tw-placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  #app .xl\:tw-placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  #app .xl\:tw-placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .xl\:tw-placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .xl\:tw-placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  #app .xl\:tw-placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  #app .xl\:tw-placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  #app .xl\:tw-placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .xl\:tw-placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .xl\:tw-placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  #app .xl\:tw-placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  #app .xl\:tw-placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  #app .xl\:tw-placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .xl\:tw-placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .xl\:tw-placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  #app .xl\:tw-placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  #app .xl\:tw-placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  #app .xl\:tw-placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  #app .xl\:tw-placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  #app .xl\:tw-placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  #app .xl\:tw-placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  #app .xl\:tw-placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  #app .xl\:tw-placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .xl\:tw-placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .xl\:tw-placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  #app .xl\:tw-placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  #app .xl\:tw-placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  #app .xl\:tw-placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .xl\:tw-placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .xl\:tw-placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  #app .xl\:tw-placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  #app .xl\:tw-placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  #app .xl\:tw-placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  #app .xl\:tw-placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  #app .xl\:tw-placeholder-indigo-800::placeholder {
    color: #434190;
  }

  #app .xl\:tw-placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  #app .xl\:tw-placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  #app .xl\:tw-placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  #app .xl\:tw-placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  #app .xl\:tw-placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  #app .xl\:tw-placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  #app .xl\:tw-placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  #app .xl\:tw-placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .xl\:tw-placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .xl\:tw-placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  #app .xl\:tw-placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  #app .xl\:tw-placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  #app .xl\:tw-placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .xl\:tw-placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .xl\:tw-placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  #app .xl\:tw-placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  #app .xl\:tw-placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  #app .xl\:tw-placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .xl\:tw-placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .xl\:tw-placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  #app .xl\:tw-placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  #app .xl\:tw-placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  #app .xl\:tw-placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  #app .xl\:tw-placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  #app .xl\:tw-placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  #app .xl\:tw-placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  #app .xl\:tw-placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  #app .xl\:tw-placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .xl\:tw-placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .xl\:tw-placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  #app .xl\:tw-placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  #app .xl\:tw-placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  #app .xl\:tw-placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  #app .xl\:tw-placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  #app .xl\:tw-placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  #app .xl\:tw-placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  #app .xl\:tw-placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  #app .xl\:tw-placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .xl\:tw-placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .xl\:tw-placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  #app .xl\:tw-placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  #app .xl\:tw-placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  #app .xl\:tw-placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  #app .xl\:tw-placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  #app .xl\:tw-placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  #app .xl\:tw-placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  #app .xl\:tw-placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  #app .xl\:tw-placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  #app .xl\:tw-placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  #app .xl\:tw-placeholder-purple-900::placeholder {
    color: #44337a;
  }

  #app .xl\:tw-placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  #app .xl\:tw-placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  #app .xl\:tw-placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .xl\:tw-placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .xl\:tw-placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  #app .xl\:tw-placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  #app .xl\:tw-placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  #app .xl\:tw-placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .xl\:tw-placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .xl\:tw-placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  #app .xl\:tw-placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  #app .xl\:tw-placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  #app .xl\:tw-placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .xl\:tw-placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .xl\:tw-placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  #app .xl\:tw-placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  #app .xl\:tw-placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  #app .xl\:tw-placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  #app .xl\:tw-placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  #app .xl\:tw-placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  #app .xl\:tw-placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  #app .xl\:tw-placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  #app .xl\:tw-placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .xl\:tw-placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .xl\:tw-placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  #app .xl\:tw-placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  #app .xl\:tw-placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  #app .xl\:tw-placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .xl\:tw-placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .xl\:tw-placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  #app .xl\:tw-placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  #app .xl\:tw-placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  #app .xl\:tw-placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  #app .xl\:tw-placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  #app .xl\:tw-placeholder-pink-700::placeholder {
    color: #b83280;
  }

  #app .xl\:tw-placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  #app .xl\:tw-placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  #app .xl\:tw-placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  #app .xl\:tw-placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  #app .xl\:tw-placeholder-pink-800::placeholder {
    color: #97266d;
  }

  #app .xl\:tw-placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  #app .xl\:tw-placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  #app .xl\:tw-placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  #app .xl\:tw-placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  #app .xl\:tw-placeholder-pink-900::placeholder {
    color: #702459;
  }

  #app .xl\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  #app .xl\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  #app .xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  #app .xl\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  #app .xl\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  #app .xl\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  #app .xl\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  #app .xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  #app .xl\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  #app .xl\:focus\:tw-placeholder-black:focus::placeholder {
    color: #000;
  }

  #app .xl\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  #app .xl\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  #app .xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  #app .xl\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  #app .xl\:focus\:tw-placeholder-white:focus::placeholder {
    color: #fff;
  }

  #app .xl\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  #app .xl\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  #app .xl\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .xl\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  #app .xl\:focus\:tw-placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  #app .xl\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  #app .xl\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  #app .xl\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .xl\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  #app .xl\:focus\:tw-placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  #app .xl\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  #app .xl\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  #app .xl\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .xl\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  #app .xl\:focus\:tw-placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  #app .xl\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  #app .xl\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  #app .xl\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .xl\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  #app .xl\:focus\:tw-placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  #app .xl\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  #app .xl\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  #app .xl\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .xl\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  #app .xl\:focus\:tw-placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  #app .xl\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  #app .xl\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  #app .xl\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  #app .xl\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  #app .xl\:focus\:tw-placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  #app .xl\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  #app .xl\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  #app .xl\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  #app .xl\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  #app .xl\:focus\:tw-placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  #app .xl\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  #app .xl\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  #app .xl\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  #app .xl\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  #app .xl\:focus\:tw-placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  #app .xl\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  #app .xl\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  #app .xl\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  #app .xl\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  #app .xl\:focus\:tw-placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  #app .xl\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  #app .xl\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  #app .xl\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .xl\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  #app .xl\:focus\:tw-placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  #app .xl\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  #app .xl\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  #app .xl\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .xl\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  #app .xl\:focus\:tw-placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  #app .xl\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  #app .xl\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  #app .xl\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .xl\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  #app .xl\:focus\:tw-placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  #app .xl\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  #app .xl\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  #app .xl\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  #app .xl\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  #app .xl\:focus\:tw-placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  #app .xl\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  #app .xl\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  #app .xl\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  #app .xl\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  #app .xl\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  #app .xl\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  #app .xl\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  #app .xl\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .xl\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  #app .xl\:focus\:tw-placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  #app .xl\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  #app .xl\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  #app .xl\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  #app .xl\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  #app .xl\:focus\:tw-placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  #app .xl\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  #app .xl\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  #app .xl\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .xl\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  #app .xl\:focus\:tw-placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  #app .xl\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  #app .xl\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  #app .xl\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  #app .xl\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  #app .xl\:focus\:tw-placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  #app .xl\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  #app .xl\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  #app .xl\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .xl\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  #app .xl\:focus\:tw-placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  #app .xl\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  #app .xl\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  #app .xl\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  #app .xl\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  #app .xl\:focus\:tw-placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  #app .xl\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  #app .xl\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  #app .xl\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .xl\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  #app .xl\:focus\:tw-placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  #app .xl\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  #app .xl\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  #app .xl\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .xl\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  #app .xl\:focus\:tw-placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  #app .xl\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  #app .xl\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  #app .xl\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  #app .xl\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  #app .xl\:focus\:tw-placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  #app .xl\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  #app .xl\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  #app .xl\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .xl\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  #app .xl\:focus\:tw-placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  #app .xl\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  #app .xl\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  #app .xl\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  #app .xl\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  #app .xl\:focus\:tw-placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  #app .xl\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  #app .xl\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  #app .xl\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  #app .xl\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  #app .xl\:focus\:tw-placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  #app .xl\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  #app .xl\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  #app .xl\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  #app .xl\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  #app .xl\:focus\:tw-placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  #app .xl\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  #app .xl\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  #app .xl\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  #app .xl\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  #app .xl\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  #app .xl\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  #app .xl\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  #app .xl\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .xl\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  #app .xl\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  #app .xl\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  #app .xl\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  #app .xl\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  #app .xl\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  #app .xl\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  #app .xl\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  #app .xl\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  #app .xl\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .xl\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  #app .xl\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  #app .xl\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  #app .xl\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  #app .xl\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .xl\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  #app .xl\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  #app .xl\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  #app .xl\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  #app .xl\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .xl\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  #app .xl\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  #app .xl\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  #app .xl\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  #app .xl\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  #app .xl\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  #app .xl\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  #app .xl\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  #app .xl\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  #app .xl\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  #app .xl\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  #app .xl\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  #app .xl\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  #app .xl\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  #app .xl\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  #app .xl\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  #app .xl\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  #app .xl\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  #app .xl\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  #app .xl\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .xl\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  #app .xl\:focus\:tw-placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  #app .xl\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  #app .xl\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  #app .xl\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .xl\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  #app .xl\:focus\:tw-placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  #app .xl\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  #app .xl\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  #app .xl\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .xl\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  #app .xl\:focus\:tw-placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  #app .xl\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  #app .xl\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  #app .xl\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  #app .xl\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  #app .xl\:focus\:tw-placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  #app .xl\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  #app .xl\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  #app .xl\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  #app .xl\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  #app .xl\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  #app .xl\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  #app .xl\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  #app .xl\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  #app .xl\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  #app .xl\:focus\:tw-placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  #app .xl\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  #app .xl\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  #app .xl\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  #app .xl\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  #app .xl\:focus\:tw-placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  #app .xl\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  #app .xl\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  #app .xl\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  #app .xl\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  #app .xl\:focus\:tw-placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  #app .xl\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  #app .xl\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  #app .xl\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  #app .xl\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  #app .xl\:focus\:tw-placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  #app .xl\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  #app .xl\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  #app .xl\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .xl\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  #app .xl\:focus\:tw-placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  #app .xl\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  #app .xl\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  #app .xl\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .xl\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  #app .xl\:focus\:tw-placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  #app .xl\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  #app .xl\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  #app .xl\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .xl\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  #app .xl\:focus\:tw-placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  #app .xl\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  #app .xl\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  #app .xl\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .xl\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  #app .xl\:focus\:tw-placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  #app .xl\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  #app .xl\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  #app .xl\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .xl\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  #app .xl\:focus\:tw-placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  #app .xl\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  #app .xl\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  #app .xl\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  #app .xl\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  #app .xl\:focus\:tw-placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  #app .xl\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  #app .xl\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  #app .xl\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .xl\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  #app .xl\:focus\:tw-placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  #app .xl\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  #app .xl\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  #app .xl\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  #app .xl\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  #app .xl\:focus\:tw-placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  #app .xl\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  #app .xl\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  #app .xl\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  #app .xl\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  #app .xl\:focus\:tw-placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  #app .xl\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  #app .xl\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  #app .xl\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .xl\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  #app .xl\:focus\:tw-placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  #app .xl\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  #app .xl\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  #app .xl\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .xl\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  #app .xl\:focus\:tw-placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  #app .xl\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  #app .xl\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  #app .xl\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .xl\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  #app .xl\:focus\:tw-placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  #app .xl\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  #app .xl\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  #app .xl\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .xl\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  #app .xl\:focus\:tw-placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  #app .xl\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  #app .xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  #app .xl\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  #app .xl\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  #app .xl\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  #app .xl\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  #app .xl\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  #app .xl\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  #app .xl\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  #app .xl\:focus\:tw-placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  #app .xl\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  #app .xl\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  #app .xl\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .xl\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  #app .xl\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  #app .xl\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  #app .xl\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  #app .xl\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  #app .xl\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  #app .xl\:focus\:tw-placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  #app .xl\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  #app .xl\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  #app .xl\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  #app .xl\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  #app .xl\:focus\:tw-placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  #app .xl\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  #app .xl\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  #app .xl\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .xl\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  #app .xl\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  #app .xl\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  #app .xl\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  #app .xl\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .xl\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  #app .xl\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  #app .xl\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  #app .xl\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  #app .xl\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .xl\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  #app .xl\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  #app .xl\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  #app .xl\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  #app .xl\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .xl\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  #app .xl\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  #app .xl\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  #app .xl\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  #app .xl\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  #app .xl\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  #app .xl\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  #app .xl\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  #app .xl\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  #app .xl\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .xl\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  #app .xl\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  #app .xl\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  #app .xl\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  #app .xl\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .xl\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  #app .xl\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  #app .xl\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  #app .xl\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  #app .xl\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  #app .xl\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  #app .xl\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  #app .xl\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  #app .xl\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  #app .xl\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  #app .xl\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  #app .xl\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  #app .xl\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  #app .xl\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  #app .xl\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .xl\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  #app .xl\:focus\:tw-placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  #app .xl\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  #app .xl\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  #app .xl\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .xl\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  #app .xl\:focus\:tw-placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  #app .xl\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  #app .xl\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  #app .xl\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .xl\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  #app .xl\:focus\:tw-placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  #app .xl\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  #app .xl\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  #app .xl\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  #app .xl\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  #app .xl\:focus\:tw-placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  #app .xl\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  #app .xl\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  #app .xl\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .xl\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  #app .xl\:focus\:tw-placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  #app .xl\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  #app .xl\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  #app .xl\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  #app .xl\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  #app .xl\:focus\:tw-placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  #app .xl\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  #app .xl\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  #app .xl\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .xl\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  #app .xl\:focus\:tw-placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  #app .xl\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  #app .xl\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  #app .xl\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  #app .xl\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  #app .xl\:focus\:tw-placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  #app .xl\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  #app .xl\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  #app .xl\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  #app .xl\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  #app .xl\:focus\:tw-placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  #app .xl\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  #app .xl\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  #app .xl\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .xl\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  #app .xl\:focus\:tw-placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  #app .xl\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  #app .xl\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  #app .xl\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .xl\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  #app .xl\:focus\:tw-placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  #app .xl\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  #app .xl\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  #app .xl\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .xl\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  #app .xl\:focus\:tw-placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  #app .xl\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  #app .xl\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  #app .xl\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  #app .xl\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  #app .xl\:focus\:tw-placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  #app .xl\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  #app .xl\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  #app .xl\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .xl\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  #app .xl\:focus\:tw-placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  #app .xl\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  #app .xl\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  #app .xl\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .xl\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  #app .xl\:focus\:tw-placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  #app .xl\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  #app .xl\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  #app .xl\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  #app .xl\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  #app .xl\:focus\:tw-placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  #app .xl\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  #app .xl\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  #app .xl\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  #app .xl\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  #app .xl\:focus\:tw-placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  #app .xl\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  #app .xl\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  #app .xl\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  #app .xl\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  #app .xl\:focus\:tw-placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  #app .xl\:tw-pointer-events-none {
    pointer-events: none;
  }

  #app .xl\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  #app .xl\:tw-static {
    position: static;
  }

  #app .xl\:tw-fixed {
    position: fixed;
  }

  #app .xl\:tw-absolute {
    position: absolute;
  }

  #app .xl\:tw-relative {
    position: relative;
  }

  #app .xl\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  #app .xl\:tw-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #app .xl\:tw-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #app .xl\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  #app .xl\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  #app .xl\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  #app .xl\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  #app .xl\:tw-top-0 {
    top: 0;
  }

  #app .xl\:tw-right-0 {
    right: 0;
  }

  #app .xl\:tw-bottom-0 {
    bottom: 0;
  }

  #app .xl\:tw-left-0 {
    left: 0;
  }

  #app .xl\:tw-top-auto {
    top: auto;
  }

  #app .xl\:tw-right-auto {
    right: auto;
  }

  #app .xl\:tw-bottom-auto {
    bottom: auto;
  }

  #app .xl\:tw-left-auto {
    left: auto;
  }

  #app .xl\:tw-resize-none {
    resize: none;
  }

  #app .xl\:tw-resize-y {
    resize: vertical;
  }

  #app .xl\:tw-resize-x {
    resize: horizontal;
  }

  #app .xl\:tw-resize {
    resize: both;
  }

  #app .xl\:tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .xl\:tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .xl\:tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .xl\:tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .xl\:tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .xl\:tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .xl\:tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .xl\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .xl\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .xl\:tw-shadow-none {
    box-shadow: none;
  }

  #app .xl\:hover\:tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .xl\:hover\:tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .xl\:hover\:tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .xl\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .xl\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .xl\:hover\:tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .xl\:hover\:tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .xl\:hover\:tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .xl\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .xl\:hover\:tw-shadow-none:hover {
    box-shadow: none;
  }

  #app .xl\:focus\:tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  #app .xl\:focus\:tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  #app .xl\:focus\:tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  #app .xl\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  #app .xl\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  #app .xl\:focus\:tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  #app .xl\:focus\:tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #app .xl\:focus\:tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  #app .xl\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  #app .xl\:focus\:tw-shadow-none:focus {
    box-shadow: none;
  }

  #app .xl\:tw-fill-current {
    fill: currentColor;
  }

  #app .xl\:tw-stroke-current {
    stroke: currentColor;
  }

  #app .xl\:tw-stroke-0 {
    stroke-width: 0;
  }

  #app .xl\:tw-stroke-1 {
    stroke-width: 1;
  }

  #app .xl\:tw-stroke-2 {
    stroke-width: 2;
  }

  #app .xl\:tw-table-auto {
    table-layout: auto;
  }

  #app .xl\:tw-table-fixed {
    table-layout: fixed;
  }

  #app .xl\:tw-text-left {
    text-align: left;
  }

  #app .xl\:tw-text-center {
    text-align: center;
  }

  #app .xl\:tw-text-right {
    text-align: right;
  }

  #app .xl\:tw-text-justify {
    text-align: justify;
  }

  #app .xl\:tw-text-transparent {
    color: transparent;
  }

  #app .xl\:tw-text-black {
    color: #000;
  }

  #app .xl\:tw-text-white {
    color: #fff;
  }

  #app .xl\:tw-text-gray-100 {
    color: #f7fafc;
  }

  #app .xl\:tw-text-gray-200 {
    color: #edf2f7;
  }

  #app .xl\:tw-text-gray-300 {
    color: #e2e8f0;
  }

  #app .xl\:tw-text-gray-400 {
    color: #cbd5e0;
  }

  #app .xl\:tw-text-gray-500 {
    color: #a0aec0;
  }

  #app .xl\:tw-text-gray-600 {
    color: #718096;
  }

  #app .xl\:tw-text-gray-700 {
    color: #4a5568;
  }

  #app .xl\:tw-text-gray-800 {
    color: #2d3748;
  }

  #app .xl\:tw-text-gray-900 {
    color: #1a202c;
  }

  #app .xl\:tw-text-red-100 {
    color: #fff5f5;
  }

  #app .xl\:tw-text-red-200 {
    color: #fed7d7;
  }

  #app .xl\:tw-text-red-300 {
    color: #feb2b2;
  }

  #app .xl\:tw-text-red-400 {
    color: #fc8181;
  }

  #app .xl\:tw-text-red-500 {
    color: #f56565;
  }

  #app .xl\:tw-text-red-600 {
    color: #e53e3e;
  }

  #app .xl\:tw-text-red-700 {
    color: #c53030;
  }

  #app .xl\:tw-text-red-800 {
    color: #9b2c2c;
  }

  #app .xl\:tw-text-red-900 {
    color: #742a2a;
  }

  #app .xl\:tw-text-orange-100 {
    color: #fffaf0;
  }

  #app .xl\:tw-text-orange-200 {
    color: #feebc8;
  }

  #app .xl\:tw-text-orange-300 {
    color: #fbd38d;
  }

  #app .xl\:tw-text-orange-400 {
    color: #f6ad55;
  }

  #app .xl\:tw-text-orange-500 {
    color: #ed8936;
  }

  #app .xl\:tw-text-orange-600 {
    color: #dd6b20;
  }

  #app .xl\:tw-text-orange-700 {
    color: #c05621;
  }

  #app .xl\:tw-text-orange-800 {
    color: #9c4221;
  }

  #app .xl\:tw-text-orange-900 {
    color: #7b341e;
  }

  #app .xl\:tw-text-yellow-100 {
    color: #fffff0;
  }

  #app .xl\:tw-text-yellow-200 {
    color: #fefcbf;
  }

  #app .xl\:tw-text-yellow-300 {
    color: #faf089;
  }

  #app .xl\:tw-text-yellow-400 {
    color: #f6e05e;
  }

  #app .xl\:tw-text-yellow-500 {
    color: #ecc94b;
  }

  #app .xl\:tw-text-yellow-600 {
    color: #d69e2e;
  }

  #app .xl\:tw-text-yellow-700 {
    color: #b7791f;
  }

  #app .xl\:tw-text-yellow-800 {
    color: #975a16;
  }

  #app .xl\:tw-text-yellow-900 {
    color: #744210;
  }

  #app .xl\:tw-text-green-100 {
    color: #f0fff4;
  }

  #app .xl\:tw-text-green-200 {
    color: #c6f6d5;
  }

  #app .xl\:tw-text-green-300 {
    color: #9ae6b4;
  }

  #app .xl\:tw-text-green-400 {
    color: #68d391;
  }

  #app .xl\:tw-text-green-500 {
    color: #48bb78;
  }

  #app .xl\:tw-text-green-600 {
    color: #38a169;
  }

  #app .xl\:tw-text-green-700 {
    color: #2f855a;
  }

  #app .xl\:tw-text-green-800 {
    color: #276749;
  }

  #app .xl\:tw-text-green-900 {
    color: #22543d;
  }

  #app .xl\:tw-text-teal-100 {
    color: #e6fffa;
  }

  #app .xl\:tw-text-teal-200 {
    color: #b2f5ea;
  }

  #app .xl\:tw-text-teal-300 {
    color: #81e6d9;
  }

  #app .xl\:tw-text-teal-400 {
    color: #4fd1c5;
  }

  #app .xl\:tw-text-teal-500 {
    color: #38b2ac;
  }

  #app .xl\:tw-text-teal-600 {
    color: #319795;
  }

  #app .xl\:tw-text-teal-700 {
    color: #2c7a7b;
  }

  #app .xl\:tw-text-teal-800 {
    color: #285e61;
  }

  #app .xl\:tw-text-teal-900 {
    color: #234e52;
  }

  #app .xl\:tw-text-blue-100 {
    color: #ebf8ff;
  }

  #app .xl\:tw-text-blue-200 {
    color: #bee3f8;
  }

  #app .xl\:tw-text-blue-300 {
    color: #90cdf4;
  }

  #app .xl\:tw-text-blue-400 {
    color: #63b3ed;
  }

  #app .xl\:tw-text-blue-500 {
    color: #4299e1;
  }

  #app .xl\:tw-text-blue-600 {
    color: #3182ce;
  }

  #app .xl\:tw-text-blue-700 {
    color: #2b6cb0;
  }

  #app .xl\:tw-text-blue-800 {
    color: #2c5282;
  }

  #app .xl\:tw-text-blue-900 {
    color: #2a4365;
  }

  #app .xl\:tw-text-indigo-100 {
    color: #ebf4ff;
  }

  #app .xl\:tw-text-indigo-200 {
    color: #c3dafe;
  }

  #app .xl\:tw-text-indigo-300 {
    color: #a3bffa;
  }

  #app .xl\:tw-text-indigo-400 {
    color: #7f9cf5;
  }

  #app .xl\:tw-text-indigo-500 {
    color: #667eea;
  }

  #app .xl\:tw-text-indigo-600 {
    color: #5a67d8;
  }

  #app .xl\:tw-text-indigo-700 {
    color: #4c51bf;
  }

  #app .xl\:tw-text-indigo-800 {
    color: #434190;
  }

  #app .xl\:tw-text-indigo-900 {
    color: #3c366b;
  }

  #app .xl\:tw-text-purple-100 {
    color: #faf5ff;
  }

  #app .xl\:tw-text-purple-200 {
    color: #e9d8fd;
  }

  #app .xl\:tw-text-purple-300 {
    color: #d6bcfa;
  }

  #app .xl\:tw-text-purple-400 {
    color: #b794f4;
  }

  #app .xl\:tw-text-purple-500 {
    color: #9f7aea;
  }

  #app .xl\:tw-text-purple-600 {
    color: #805ad5;
  }

  #app .xl\:tw-text-purple-700 {
    color: #6b46c1;
  }

  #app .xl\:tw-text-purple-800 {
    color: #553c9a;
  }

  #app .xl\:tw-text-purple-900 {
    color: #44337a;
  }

  #app .xl\:tw-text-pink-100 {
    color: #fff5f7;
  }

  #app .xl\:tw-text-pink-200 {
    color: #fed7e2;
  }

  #app .xl\:tw-text-pink-300 {
    color: #fbb6ce;
  }

  #app .xl\:tw-text-pink-400 {
    color: #f687b3;
  }

  #app .xl\:tw-text-pink-500 {
    color: #ed64a6;
  }

  #app .xl\:tw-text-pink-600 {
    color: #d53f8c;
  }

  #app .xl\:tw-text-pink-700 {
    color: #b83280;
  }

  #app .xl\:tw-text-pink-800 {
    color: #97266d;
  }

  #app .xl\:tw-text-pink-900 {
    color: #702459;
  }

  #app .xl\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  #app .xl\:hover\:tw-text-black:hover {
    color: #000;
  }

  #app .xl\:hover\:tw-text-white:hover {
    color: #fff;
  }

  #app .xl\:hover\:tw-text-gray-100:hover {
    color: #f7fafc;
  }

  #app .xl\:hover\:tw-text-gray-200:hover {
    color: #edf2f7;
  }

  #app .xl\:hover\:tw-text-gray-300:hover {
    color: #e2e8f0;
  }

  #app .xl\:hover\:tw-text-gray-400:hover {
    color: #cbd5e0;
  }

  #app .xl\:hover\:tw-text-gray-500:hover {
    color: #a0aec0;
  }

  #app .xl\:hover\:tw-text-gray-600:hover {
    color: #718096;
  }

  #app .xl\:hover\:tw-text-gray-700:hover {
    color: #4a5568;
  }

  #app .xl\:hover\:tw-text-gray-800:hover {
    color: #2d3748;
  }

  #app .xl\:hover\:tw-text-gray-900:hover {
    color: #1a202c;
  }

  #app .xl\:hover\:tw-text-red-100:hover {
    color: #fff5f5;
  }

  #app .xl\:hover\:tw-text-red-200:hover {
    color: #fed7d7;
  }

  #app .xl\:hover\:tw-text-red-300:hover {
    color: #feb2b2;
  }

  #app .xl\:hover\:tw-text-red-400:hover {
    color: #fc8181;
  }

  #app .xl\:hover\:tw-text-red-500:hover {
    color: #f56565;
  }

  #app .xl\:hover\:tw-text-red-600:hover {
    color: #e53e3e;
  }

  #app .xl\:hover\:tw-text-red-700:hover {
    color: #c53030;
  }

  #app .xl\:hover\:tw-text-red-800:hover {
    color: #9b2c2c;
  }

  #app .xl\:hover\:tw-text-red-900:hover {
    color: #742a2a;
  }

  #app .xl\:hover\:tw-text-orange-100:hover {
    color: #fffaf0;
  }

  #app .xl\:hover\:tw-text-orange-200:hover {
    color: #feebc8;
  }

  #app .xl\:hover\:tw-text-orange-300:hover {
    color: #fbd38d;
  }

  #app .xl\:hover\:tw-text-orange-400:hover {
    color: #f6ad55;
  }

  #app .xl\:hover\:tw-text-orange-500:hover {
    color: #ed8936;
  }

  #app .xl\:hover\:tw-text-orange-600:hover {
    color: #dd6b20;
  }

  #app .xl\:hover\:tw-text-orange-700:hover {
    color: #c05621;
  }

  #app .xl\:hover\:tw-text-orange-800:hover {
    color: #9c4221;
  }

  #app .xl\:hover\:tw-text-orange-900:hover {
    color: #7b341e;
  }

  #app .xl\:hover\:tw-text-yellow-100:hover {
    color: #fffff0;
  }

  #app .xl\:hover\:tw-text-yellow-200:hover {
    color: #fefcbf;
  }

  #app .xl\:hover\:tw-text-yellow-300:hover {
    color: #faf089;
  }

  #app .xl\:hover\:tw-text-yellow-400:hover {
    color: #f6e05e;
  }

  #app .xl\:hover\:tw-text-yellow-500:hover {
    color: #ecc94b;
  }

  #app .xl\:hover\:tw-text-yellow-600:hover {
    color: #d69e2e;
  }

  #app .xl\:hover\:tw-text-yellow-700:hover {
    color: #b7791f;
  }

  #app .xl\:hover\:tw-text-yellow-800:hover {
    color: #975a16;
  }

  #app .xl\:hover\:tw-text-yellow-900:hover {
    color: #744210;
  }

  #app .xl\:hover\:tw-text-green-100:hover {
    color: #f0fff4;
  }

  #app .xl\:hover\:tw-text-green-200:hover {
    color: #c6f6d5;
  }

  #app .xl\:hover\:tw-text-green-300:hover {
    color: #9ae6b4;
  }

  #app .xl\:hover\:tw-text-green-400:hover {
    color: #68d391;
  }

  #app .xl\:hover\:tw-text-green-500:hover {
    color: #48bb78;
  }

  #app .xl\:hover\:tw-text-green-600:hover {
    color: #38a169;
  }

  #app .xl\:hover\:tw-text-green-700:hover {
    color: #2f855a;
  }

  #app .xl\:hover\:tw-text-green-800:hover {
    color: #276749;
  }

  #app .xl\:hover\:tw-text-green-900:hover {
    color: #22543d;
  }

  #app .xl\:hover\:tw-text-teal-100:hover {
    color: #e6fffa;
  }

  #app .xl\:hover\:tw-text-teal-200:hover {
    color: #b2f5ea;
  }

  #app .xl\:hover\:tw-text-teal-300:hover {
    color: #81e6d9;
  }

  #app .xl\:hover\:tw-text-teal-400:hover {
    color: #4fd1c5;
  }

  #app .xl\:hover\:tw-text-teal-500:hover {
    color: #38b2ac;
  }

  #app .xl\:hover\:tw-text-teal-600:hover {
    color: #319795;
  }

  #app .xl\:hover\:tw-text-teal-700:hover {
    color: #2c7a7b;
  }

  #app .xl\:hover\:tw-text-teal-800:hover {
    color: #285e61;
  }

  #app .xl\:hover\:tw-text-teal-900:hover {
    color: #234e52;
  }

  #app .xl\:hover\:tw-text-blue-100:hover {
    color: #ebf8ff;
  }

  #app .xl\:hover\:tw-text-blue-200:hover {
    color: #bee3f8;
  }

  #app .xl\:hover\:tw-text-blue-300:hover {
    color: #90cdf4;
  }

  #app .xl\:hover\:tw-text-blue-400:hover {
    color: #63b3ed;
  }

  #app .xl\:hover\:tw-text-blue-500:hover {
    color: #4299e1;
  }

  #app .xl\:hover\:tw-text-blue-600:hover {
    color: #3182ce;
  }

  #app .xl\:hover\:tw-text-blue-700:hover {
    color: #2b6cb0;
  }

  #app .xl\:hover\:tw-text-blue-800:hover {
    color: #2c5282;
  }

  #app .xl\:hover\:tw-text-blue-900:hover {
    color: #2a4365;
  }

  #app .xl\:hover\:tw-text-indigo-100:hover {
    color: #ebf4ff;
  }

  #app .xl\:hover\:tw-text-indigo-200:hover {
    color: #c3dafe;
  }

  #app .xl\:hover\:tw-text-indigo-300:hover {
    color: #a3bffa;
  }

  #app .xl\:hover\:tw-text-indigo-400:hover {
    color: #7f9cf5;
  }

  #app .xl\:hover\:tw-text-indigo-500:hover {
    color: #667eea;
  }

  #app .xl\:hover\:tw-text-indigo-600:hover {
    color: #5a67d8;
  }

  #app .xl\:hover\:tw-text-indigo-700:hover {
    color: #4c51bf;
  }

  #app .xl\:hover\:tw-text-indigo-800:hover {
    color: #434190;
  }

  #app .xl\:hover\:tw-text-indigo-900:hover {
    color: #3c366b;
  }

  #app .xl\:hover\:tw-text-purple-100:hover {
    color: #faf5ff;
  }

  #app .xl\:hover\:tw-text-purple-200:hover {
    color: #e9d8fd;
  }

  #app .xl\:hover\:tw-text-purple-300:hover {
    color: #d6bcfa;
  }

  #app .xl\:hover\:tw-text-purple-400:hover {
    color: #b794f4;
  }

  #app .xl\:hover\:tw-text-purple-500:hover {
    color: #9f7aea;
  }

  #app .xl\:hover\:tw-text-purple-600:hover {
    color: #805ad5;
  }

  #app .xl\:hover\:tw-text-purple-700:hover {
    color: #6b46c1;
  }

  #app .xl\:hover\:tw-text-purple-800:hover {
    color: #553c9a;
  }

  #app .xl\:hover\:tw-text-purple-900:hover {
    color: #44337a;
  }

  #app .xl\:hover\:tw-text-pink-100:hover {
    color: #fff5f7;
  }

  #app .xl\:hover\:tw-text-pink-200:hover {
    color: #fed7e2;
  }

  #app .xl\:hover\:tw-text-pink-300:hover {
    color: #fbb6ce;
  }

  #app .xl\:hover\:tw-text-pink-400:hover {
    color: #f687b3;
  }

  #app .xl\:hover\:tw-text-pink-500:hover {
    color: #ed64a6;
  }

  #app .xl\:hover\:tw-text-pink-600:hover {
    color: #d53f8c;
  }

  #app .xl\:hover\:tw-text-pink-700:hover {
    color: #b83280;
  }

  #app .xl\:hover\:tw-text-pink-800:hover {
    color: #97266d;
  }

  #app .xl\:hover\:tw-text-pink-900:hover {
    color: #702459;
  }

  #app .xl\:focus\:tw-text-transparent:focus {
    color: transparent;
  }

  #app .xl\:focus\:tw-text-black:focus {
    color: #000;
  }

  #app .xl\:focus\:tw-text-white:focus {
    color: #fff;
  }

  #app .xl\:focus\:tw-text-gray-100:focus {
    color: #f7fafc;
  }

  #app .xl\:focus\:tw-text-gray-200:focus {
    color: #edf2f7;
  }

  #app .xl\:focus\:tw-text-gray-300:focus {
    color: #e2e8f0;
  }

  #app .xl\:focus\:tw-text-gray-400:focus {
    color: #cbd5e0;
  }

  #app .xl\:focus\:tw-text-gray-500:focus {
    color: #a0aec0;
  }

  #app .xl\:focus\:tw-text-gray-600:focus {
    color: #718096;
  }

  #app .xl\:focus\:tw-text-gray-700:focus {
    color: #4a5568;
  }

  #app .xl\:focus\:tw-text-gray-800:focus {
    color: #2d3748;
  }

  #app .xl\:focus\:tw-text-gray-900:focus {
    color: #1a202c;
  }

  #app .xl\:focus\:tw-text-red-100:focus {
    color: #fff5f5;
  }

  #app .xl\:focus\:tw-text-red-200:focus {
    color: #fed7d7;
  }

  #app .xl\:focus\:tw-text-red-300:focus {
    color: #feb2b2;
  }

  #app .xl\:focus\:tw-text-red-400:focus {
    color: #fc8181;
  }

  #app .xl\:focus\:tw-text-red-500:focus {
    color: #f56565;
  }

  #app .xl\:focus\:tw-text-red-600:focus {
    color: #e53e3e;
  }

  #app .xl\:focus\:tw-text-red-700:focus {
    color: #c53030;
  }

  #app .xl\:focus\:tw-text-red-800:focus {
    color: #9b2c2c;
  }

  #app .xl\:focus\:tw-text-red-900:focus {
    color: #742a2a;
  }

  #app .xl\:focus\:tw-text-orange-100:focus {
    color: #fffaf0;
  }

  #app .xl\:focus\:tw-text-orange-200:focus {
    color: #feebc8;
  }

  #app .xl\:focus\:tw-text-orange-300:focus {
    color: #fbd38d;
  }

  #app .xl\:focus\:tw-text-orange-400:focus {
    color: #f6ad55;
  }

  #app .xl\:focus\:tw-text-orange-500:focus {
    color: #ed8936;
  }

  #app .xl\:focus\:tw-text-orange-600:focus {
    color: #dd6b20;
  }

  #app .xl\:focus\:tw-text-orange-700:focus {
    color: #c05621;
  }

  #app .xl\:focus\:tw-text-orange-800:focus {
    color: #9c4221;
  }

  #app .xl\:focus\:tw-text-orange-900:focus {
    color: #7b341e;
  }

  #app .xl\:focus\:tw-text-yellow-100:focus {
    color: #fffff0;
  }

  #app .xl\:focus\:tw-text-yellow-200:focus {
    color: #fefcbf;
  }

  #app .xl\:focus\:tw-text-yellow-300:focus {
    color: #faf089;
  }

  #app .xl\:focus\:tw-text-yellow-400:focus {
    color: #f6e05e;
  }

  #app .xl\:focus\:tw-text-yellow-500:focus {
    color: #ecc94b;
  }

  #app .xl\:focus\:tw-text-yellow-600:focus {
    color: #d69e2e;
  }

  #app .xl\:focus\:tw-text-yellow-700:focus {
    color: #b7791f;
  }

  #app .xl\:focus\:tw-text-yellow-800:focus {
    color: #975a16;
  }

  #app .xl\:focus\:tw-text-yellow-900:focus {
    color: #744210;
  }

  #app .xl\:focus\:tw-text-green-100:focus {
    color: #f0fff4;
  }

  #app .xl\:focus\:tw-text-green-200:focus {
    color: #c6f6d5;
  }

  #app .xl\:focus\:tw-text-green-300:focus {
    color: #9ae6b4;
  }

  #app .xl\:focus\:tw-text-green-400:focus {
    color: #68d391;
  }

  #app .xl\:focus\:tw-text-green-500:focus {
    color: #48bb78;
  }

  #app .xl\:focus\:tw-text-green-600:focus {
    color: #38a169;
  }

  #app .xl\:focus\:tw-text-green-700:focus {
    color: #2f855a;
  }

  #app .xl\:focus\:tw-text-green-800:focus {
    color: #276749;
  }

  #app .xl\:focus\:tw-text-green-900:focus {
    color: #22543d;
  }

  #app .xl\:focus\:tw-text-teal-100:focus {
    color: #e6fffa;
  }

  #app .xl\:focus\:tw-text-teal-200:focus {
    color: #b2f5ea;
  }

  #app .xl\:focus\:tw-text-teal-300:focus {
    color: #81e6d9;
  }

  #app .xl\:focus\:tw-text-teal-400:focus {
    color: #4fd1c5;
  }

  #app .xl\:focus\:tw-text-teal-500:focus {
    color: #38b2ac;
  }

  #app .xl\:focus\:tw-text-teal-600:focus {
    color: #319795;
  }

  #app .xl\:focus\:tw-text-teal-700:focus {
    color: #2c7a7b;
  }

  #app .xl\:focus\:tw-text-teal-800:focus {
    color: #285e61;
  }

  #app .xl\:focus\:tw-text-teal-900:focus {
    color: #234e52;
  }

  #app .xl\:focus\:tw-text-blue-100:focus {
    color: #ebf8ff;
  }

  #app .xl\:focus\:tw-text-blue-200:focus {
    color: #bee3f8;
  }

  #app .xl\:focus\:tw-text-blue-300:focus {
    color: #90cdf4;
  }

  #app .xl\:focus\:tw-text-blue-400:focus {
    color: #63b3ed;
  }

  #app .xl\:focus\:tw-text-blue-500:focus {
    color: #4299e1;
  }

  #app .xl\:focus\:tw-text-blue-600:focus {
    color: #3182ce;
  }

  #app .xl\:focus\:tw-text-blue-700:focus {
    color: #2b6cb0;
  }

  #app .xl\:focus\:tw-text-blue-800:focus {
    color: #2c5282;
  }

  #app .xl\:focus\:tw-text-blue-900:focus {
    color: #2a4365;
  }

  #app .xl\:focus\:tw-text-indigo-100:focus {
    color: #ebf4ff;
  }

  #app .xl\:focus\:tw-text-indigo-200:focus {
    color: #c3dafe;
  }

  #app .xl\:focus\:tw-text-indigo-300:focus {
    color: #a3bffa;
  }

  #app .xl\:focus\:tw-text-indigo-400:focus {
    color: #7f9cf5;
  }

  #app .xl\:focus\:tw-text-indigo-500:focus {
    color: #667eea;
  }

  #app .xl\:focus\:tw-text-indigo-600:focus {
    color: #5a67d8;
  }

  #app .xl\:focus\:tw-text-indigo-700:focus {
    color: #4c51bf;
  }

  #app .xl\:focus\:tw-text-indigo-800:focus {
    color: #434190;
  }

  #app .xl\:focus\:tw-text-indigo-900:focus {
    color: #3c366b;
  }

  #app .xl\:focus\:tw-text-purple-100:focus {
    color: #faf5ff;
  }

  #app .xl\:focus\:tw-text-purple-200:focus {
    color: #e9d8fd;
  }

  #app .xl\:focus\:tw-text-purple-300:focus {
    color: #d6bcfa;
  }

  #app .xl\:focus\:tw-text-purple-400:focus {
    color: #b794f4;
  }

  #app .xl\:focus\:tw-text-purple-500:focus {
    color: #9f7aea;
  }

  #app .xl\:focus\:tw-text-purple-600:focus {
    color: #805ad5;
  }

  #app .xl\:focus\:tw-text-purple-700:focus {
    color: #6b46c1;
  }

  #app .xl\:focus\:tw-text-purple-800:focus {
    color: #553c9a;
  }

  #app .xl\:focus\:tw-text-purple-900:focus {
    color: #44337a;
  }

  #app .xl\:focus\:tw-text-pink-100:focus {
    color: #fff5f7;
  }

  #app .xl\:focus\:tw-text-pink-200:focus {
    color: #fed7e2;
  }

  #app .xl\:focus\:tw-text-pink-300:focus {
    color: #fbb6ce;
  }

  #app .xl\:focus\:tw-text-pink-400:focus {
    color: #f687b3;
  }

  #app .xl\:focus\:tw-text-pink-500:focus {
    color: #ed64a6;
  }

  #app .xl\:focus\:tw-text-pink-600:focus {
    color: #d53f8c;
  }

  #app .xl\:focus\:tw-text-pink-700:focus {
    color: #b83280;
  }

  #app .xl\:focus\:tw-text-pink-800:focus {
    color: #97266d;
  }

  #app .xl\:focus\:tw-text-pink-900:focus {
    color: #702459;
  }

  #app .xl\:tw-text-xs {
    font-size: 0.75rem;
  }

  #app .xl\:tw-text-sm {
    font-size: 0.875rem;
  }

  #app .xl\:tw-text-base {
    font-size: 1rem;
  }

  #app .xl\:tw-text-lg {
    font-size: 1.125rem;
  }

  #app .xl\:tw-text-xl {
    font-size: 1.25rem;
  }

  #app .xl\:tw-text-2xl {
    font-size: 1.5rem;
  }

  #app .xl\:tw-text-3xl {
    font-size: 1.875rem;
  }

  #app .xl\:tw-text-4xl {
    font-size: 2.25rem;
  }

  #app .xl\:tw-text-5xl {
    font-size: 3rem;
  }

  #app .xl\:tw-text-6xl {
    font-size: 4rem;
  }

  #app .xl\:tw-italic {
    font-style: italic;
  }

  #app .xl\:tw-not-italic {
    font-style: normal;
  }

  #app .xl\:tw-uppercase {
    text-transform: uppercase;
  }

  #app .xl\:tw-lowercase {
    text-transform: lowercase;
  }

  #app .xl\:tw-capitalize {
    text-transform: capitalize;
  }

  #app .xl\:tw-normal-case {
    text-transform: none;
  }

  #app .xl\:tw-underline {
    text-decoration: underline;
  }

  #app .xl\:tw-line-through {
    text-decoration: line-through;
  }

  #app .xl\:tw-no-underline {
    text-decoration: none;
  }

  #app .xl\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  #app .xl\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  #app .xl\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  #app .xl\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  #app .xl\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  #app .xl\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

  #app .xl\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #app .xl\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #app .xl\:tw-tracking-tighter {
    letter-spacing: -0.05em;
  }

  #app .xl\:tw-tracking-tight {
    letter-spacing: -0.025em;
  }

  #app .xl\:tw-tracking-normal {
    letter-spacing: 0;
  }

  #app .xl\:tw-tracking-wide {
    letter-spacing: 0.025em;
  }

  #app .xl\:tw-tracking-wider {
    letter-spacing: 0.05em;
  }

  #app .xl\:tw-tracking-widest {
    letter-spacing: 0.1em;
  }

  #app .xl\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  #app .xl\:tw-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  #app .xl\:tw-select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  #app .xl\:tw-select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  #app .xl\:tw-align-baseline {
    vertical-align: baseline;
  }

  #app .xl\:tw-align-top {
    vertical-align: top;
  }

  #app .xl\:tw-align-middle {
    vertical-align: middle;
  }

  #app .xl\:tw-align-bottom {
    vertical-align: bottom;
  }

  #app .xl\:tw-align-text-top {
    vertical-align: text-top;
  }

  #app .xl\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  #app .xl\:tw-visible {
    visibility: visible;
  }

  #app .xl\:tw-invisible {
    visibility: hidden;
  }

  #app .xl\:tw-whitespace-normal {
    white-space: normal;
  }

  #app .xl\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  #app .xl\:tw-whitespace-pre {
    white-space: pre;
  }

  #app .xl\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  #app .xl\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  #app .xl\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  #app .xl\:tw-break-words {
    overflow-wrap: break-word;
  }

  #app .xl\:tw-break-all {
    word-break: break-all;
  }

  #app .xl\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #app .xl\:tw-w-0 {
    width: 0;
  }

  #app .xl\:tw-w-1 {
    width: 0.25rem;
  }

  #app .xl\:tw-w-2 {
    width: 0.5rem;
  }

  #app .xl\:tw-w-3 {
    width: 0.75rem;
  }

  #app .xl\:tw-w-4 {
    width: 1rem;
  }

  #app .xl\:tw-w-5 {
    width: 1.25rem;
  }

  #app .xl\:tw-w-6 {
    width: 1.5rem;
  }

  #app .xl\:tw-w-8 {
    width: 2rem;
  }

  #app .xl\:tw-w-10 {
    width: 2.5rem;
  }

  #app .xl\:tw-w-12 {
    width: 3rem;
  }

  #app .xl\:tw-w-16 {
    width: 4rem;
  }

  #app .xl\:tw-w-20 {
    width: 5rem;
  }

  #app .xl\:tw-w-24 {
    width: 6rem;
  }

  #app .xl\:tw-w-32 {
    width: 8rem;
  }

  #app .xl\:tw-w-40 {
    width: 10rem;
  }

  #app .xl\:tw-w-48 {
    width: 12rem;
  }

  #app .xl\:tw-w-56 {
    width: 14rem;
  }

  #app .xl\:tw-w-64 {
    width: 16rem;
  }

  #app .xl\:tw-w-auto {
    width: auto;
  }

  #app .xl\:tw-w-px {
    width: 1px;
  }

  #app .xl\:tw-w-1\/2 {
    width: 50%;
  }

  #app .xl\:tw-w-1\/3 {
    width: 33.333333%;
  }

  #app .xl\:tw-w-2\/3 {
    width: 66.666667%;
  }

  #app .xl\:tw-w-1\/4 {
    width: 25%;
  }

  #app .xl\:tw-w-2\/4 {
    width: 50%;
  }

  #app .xl\:tw-w-3\/4 {
    width: 75%;
  }

  #app .xl\:tw-w-1\/5 {
    width: 20%;
  }

  #app .xl\:tw-w-2\/5 {
    width: 40%;
  }

  #app .xl\:tw-w-3\/5 {
    width: 60%;
  }

  #app .xl\:tw-w-4\/5 {
    width: 80%;
  }

  #app .xl\:tw-w-1\/6 {
    width: 16.666667%;
  }

  #app .xl\:tw-w-2\/6 {
    width: 33.333333%;
  }

  #app .xl\:tw-w-3\/6 {
    width: 50%;
  }

  #app .xl\:tw-w-4\/6 {
    width: 66.666667%;
  }

  #app .xl\:tw-w-5\/6 {
    width: 83.333333%;
  }

  #app .xl\:tw-w-1\/12 {
    width: 8.333333%;
  }

  #app .xl\:tw-w-2\/12 {
    width: 16.666667%;
  }

  #app .xl\:tw-w-3\/12 {
    width: 25%;
  }

  #app .xl\:tw-w-4\/12 {
    width: 33.333333%;
  }

  #app .xl\:tw-w-5\/12 {
    width: 41.666667%;
  }

  #app .xl\:tw-w-6\/12 {
    width: 50%;
  }

  #app .xl\:tw-w-7\/12 {
    width: 58.333333%;
  }

  #app .xl\:tw-w-8\/12 {
    width: 66.666667%;
  }

  #app .xl\:tw-w-9\/12 {
    width: 75%;
  }

  #app .xl\:tw-w-10\/12 {
    width: 83.333333%;
  }

  #app .xl\:tw-w-11\/12 {
    width: 91.666667%;
  }

  #app .xl\:tw-w-full {
    width: 100%;
  }

  #app .xl\:tw-w-screen {
    width: 100vw;
  }

  #app .xl\:tw-z-0 {
    z-index: 0;
  }

  #app .xl\:tw-z-10 {
    z-index: 10;
  }

  #app .xl\:tw-z-20 {
    z-index: 20;
  }

  #app .xl\:tw-z-30 {
    z-index: 30;
  }

  #app .xl\:tw-z-40 {
    z-index: 40;
  }

  #app .xl\:tw-z-50 {
    z-index: 50;
  }

  #app .xl\:tw-z-auto {
    z-index: auto;
  }

  #app .xl\:tw-gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  #app .xl\:tw-gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  #app .xl\:tw-gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  #app .xl\:tw-gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  #app .xl\:tw-gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  #app .xl\:tw-gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  #app .xl\:tw-gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  #app .xl\:tw-gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  #app .xl\:tw-gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  #app .xl\:tw-gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  #app .xl\:tw-gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  #app .xl\:tw-gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  #app .xl\:tw-gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  #app .xl\:tw-gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  #app .xl\:tw-gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  #app .xl\:tw-gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  #app .xl\:tw-gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  #app .xl\:tw-gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  #app .xl\:tw-gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  #app .xl\:tw-col-gap-0 {
    grid-column-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  #app .xl\:tw-col-gap-1 {
    grid-column-gap: 0.25rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  #app .xl\:tw-col-gap-2 {
    grid-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  #app .xl\:tw-col-gap-3 {
    grid-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  #app .xl\:tw-col-gap-4 {
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  #app .xl\:tw-col-gap-5 {
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  #app .xl\:tw-col-gap-6 {
    grid-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  #app .xl\:tw-col-gap-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  #app .xl\:tw-col-gap-10 {
    grid-column-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  #app .xl\:tw-col-gap-12 {
    grid-column-gap: 3rem;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  #app .xl\:tw-col-gap-16 {
    grid-column-gap: 4rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  #app .xl\:tw-col-gap-20 {
    grid-column-gap: 5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  #app .xl\:tw-col-gap-24 {
    grid-column-gap: 6rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  #app .xl\:tw-col-gap-32 {
    grid-column-gap: 8rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }

  #app .xl\:tw-col-gap-40 {
    grid-column-gap: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  #app .xl\:tw-col-gap-48 {
    grid-column-gap: 12rem;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  #app .xl\:tw-col-gap-56 {
    grid-column-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
  }

  #app .xl\:tw-col-gap-64 {
    grid-column-gap: 16rem;
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  #app .xl\:tw-col-gap-px {
    grid-column-gap: 1px;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }

  #app .xl\:tw-row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  #app .xl\:tw-row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  #app .xl\:tw-row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  #app .xl\:tw-row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  #app .xl\:tw-row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  #app .xl\:tw-row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  #app .xl\:tw-row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  #app .xl\:tw-row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  #app .xl\:tw-row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  #app .xl\:tw-row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  #app .xl\:tw-row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  #app .xl\:tw-row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  #app .xl\:tw-row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  #app .xl\:tw-row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  #app .xl\:tw-row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  #app .xl\:tw-row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  #app .xl\:tw-row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  #app .xl\:tw-row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  #app .xl\:tw-row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  #app .xl\:tw-grid-flow-row {
    grid-auto-flow: row;
  }

  #app .xl\:tw-grid-flow-col {
    grid-auto-flow: column;
  }

  #app .xl\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  #app .xl\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  #app .xl\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-cols-none {
    grid-template-columns: none;
  }

  #app .xl\:tw-col-auto {
    grid-column: auto;
  }

  #app .xl\:tw-col-span-1 {
    grid-column: span 1 / span 1;
  }

  #app .xl\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }

  #app .xl\:tw-col-span-3 {
    grid-column: span 3 / span 3;
  }

  #app .xl\:tw-col-span-4 {
    grid-column: span 4 / span 4;
  }

  #app .xl\:tw-col-span-5 {
    grid-column: span 5 / span 5;
  }

  #app .xl\:tw-col-span-6 {
    grid-column: span 6 / span 6;
  }

  #app .xl\:tw-col-span-7 {
    grid-column: span 7 / span 7;
  }

  #app .xl\:tw-col-span-8 {
    grid-column: span 8 / span 8;
  }

  #app .xl\:tw-col-span-9 {
    grid-column: span 9 / span 9;
  }

  #app .xl\:tw-col-span-10 {
    grid-column: span 10 / span 10;
  }

  #app .xl\:tw-col-span-11 {
    grid-column: span 11 / span 11;
  }

  #app .xl\:tw-col-span-12 {
    grid-column: span 12 / span 12;
  }

  #app .xl\:tw-col-start-1 {
    grid-column-start: 1;
  }

  #app .xl\:tw-col-start-2 {
    grid-column-start: 2;
  }

  #app .xl\:tw-col-start-3 {
    grid-column-start: 3;
  }

  #app .xl\:tw-col-start-4 {
    grid-column-start: 4;
  }

  #app .xl\:tw-col-start-5 {
    grid-column-start: 5;
  }

  #app .xl\:tw-col-start-6 {
    grid-column-start: 6;
  }

  #app .xl\:tw-col-start-7 {
    grid-column-start: 7;
  }

  #app .xl\:tw-col-start-8 {
    grid-column-start: 8;
  }

  #app .xl\:tw-col-start-9 {
    grid-column-start: 9;
  }

  #app .xl\:tw-col-start-10 {
    grid-column-start: 10;
  }

  #app .xl\:tw-col-start-11 {
    grid-column-start: 11;
  }

  #app .xl\:tw-col-start-12 {
    grid-column-start: 12;
  }

  #app .xl\:tw-col-start-13 {
    grid-column-start: 13;
  }

  #app .xl\:tw-col-start-auto {
    grid-column-start: auto;
  }

  #app .xl\:tw-col-end-1 {
    grid-column-end: 1;
  }

  #app .xl\:tw-col-end-2 {
    grid-column-end: 2;
  }

  #app .xl\:tw-col-end-3 {
    grid-column-end: 3;
  }

  #app .xl\:tw-col-end-4 {
    grid-column-end: 4;
  }

  #app .xl\:tw-col-end-5 {
    grid-column-end: 5;
  }

  #app .xl\:tw-col-end-6 {
    grid-column-end: 6;
  }

  #app .xl\:tw-col-end-7 {
    grid-column-end: 7;
  }

  #app .xl\:tw-col-end-8 {
    grid-column-end: 8;
  }

  #app .xl\:tw-col-end-9 {
    grid-column-end: 9;
  }

  #app .xl\:tw-col-end-10 {
    grid-column-end: 10;
  }

  #app .xl\:tw-col-end-11 {
    grid-column-end: 11;
  }

  #app .xl\:tw-col-end-12 {
    grid-column-end: 12;
  }

  #app .xl\:tw-col-end-13 {
    grid-column-end: 13;
  }

  #app .xl\:tw-col-end-auto {
    grid-column-end: auto;
  }

  #app .xl\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  #app .xl\:tw-grid-rows-none {
    grid-template-rows: none;
  }

  #app .xl\:tw-row-auto {
    grid-row: auto;
  }

  #app .xl\:tw-row-span-1 {
    grid-row: span 1 / span 1;
  }

  #app .xl\:tw-row-span-2 {
    grid-row: span 2 / span 2;
  }

  #app .xl\:tw-row-span-3 {
    grid-row: span 3 / span 3;
  }

  #app .xl\:tw-row-span-4 {
    grid-row: span 4 / span 4;
  }

  #app .xl\:tw-row-span-5 {
    grid-row: span 5 / span 5;
  }

  #app .xl\:tw-row-span-6 {
    grid-row: span 6 / span 6;
  }

  #app .xl\:tw-row-start-1 {
    grid-row-start: 1;
  }

  #app .xl\:tw-row-start-2 {
    grid-row-start: 2;
  }

  #app .xl\:tw-row-start-3 {
    grid-row-start: 3;
  }

  #app .xl\:tw-row-start-4 {
    grid-row-start: 4;
  }

  #app .xl\:tw-row-start-5 {
    grid-row-start: 5;
  }

  #app .xl\:tw-row-start-6 {
    grid-row-start: 6;
  }

  #app .xl\:tw-row-start-7 {
    grid-row-start: 7;
  }

  #app .xl\:tw-row-start-auto {
    grid-row-start: auto;
  }

  #app .xl\:tw-row-end-1 {
    grid-row-end: 1;
  }

  #app .xl\:tw-row-end-2 {
    grid-row-end: 2;
  }

  #app .xl\:tw-row-end-3 {
    grid-row-end: 3;
  }

  #app .xl\:tw-row-end-4 {
    grid-row-end: 4;
  }

  #app .xl\:tw-row-end-5 {
    grid-row-end: 5;
  }

  #app .xl\:tw-row-end-6 {
    grid-row-end: 6;
  }

  #app .xl\:tw-row-end-7 {
    grid-row-end: 7;
  }

  #app .xl\:tw-row-end-auto {
    grid-row-end: auto;
  }

  #app .xl\:tw-transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  #app .xl\:tw-transform-none {
    transform: none;
  }

  #app .xl\:tw-origin-center {
    transform-origin: center;
  }

  #app .xl\:tw-origin-top {
    transform-origin: top;
  }

  #app .xl\:tw-origin-top-right {
    transform-origin: top right;
  }

  #app .xl\:tw-origin-right {
    transform-origin: right;
  }

  #app .xl\:tw-origin-bottom-right {
    transform-origin: bottom right;
  }

  #app .xl\:tw-origin-bottom {
    transform-origin: bottom;
  }

  #app .xl\:tw-origin-bottom-left {
    transform-origin: bottom left;
  }

  #app .xl\:tw-origin-left {
    transform-origin: left;
  }

  #app .xl\:tw-origin-top-left {
    transform-origin: top left;
  }

  #app .xl\:tw-scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .xl\:tw-scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .xl\:tw-scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .xl\:tw-scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .xl\:tw-scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .xl\:tw-scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .xl\:tw-scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .xl\:tw-scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .xl\:tw-scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .xl\:tw-scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .xl\:tw-scale-x-0 {
    --transform-scale-x: 0;
  }

  #app .xl\:tw-scale-x-50 {
    --transform-scale-x: .5;
  }

  #app .xl\:tw-scale-x-75 {
    --transform-scale-x: .75;
  }

  #app .xl\:tw-scale-x-90 {
    --transform-scale-x: .9;
  }

  #app .xl\:tw-scale-x-95 {
    --transform-scale-x: .95;
  }

  #app .xl\:tw-scale-x-100 {
    --transform-scale-x: 1;
  }

  #app .xl\:tw-scale-x-105 {
    --transform-scale-x: 1.05;
  }

  #app .xl\:tw-scale-x-110 {
    --transform-scale-x: 1.1;
  }

  #app .xl\:tw-scale-x-125 {
    --transform-scale-x: 1.25;
  }

  #app .xl\:tw-scale-x-150 {
    --transform-scale-x: 1.5;
  }

  #app .xl\:tw-scale-y-0 {
    --transform-scale-y: 0;
  }

  #app .xl\:tw-scale-y-50 {
    --transform-scale-y: .5;
  }

  #app .xl\:tw-scale-y-75 {
    --transform-scale-y: .75;
  }

  #app .xl\:tw-scale-y-90 {
    --transform-scale-y: .9;
  }

  #app .xl\:tw-scale-y-95 {
    --transform-scale-y: .95;
  }

  #app .xl\:tw-scale-y-100 {
    --transform-scale-y: 1;
  }

  #app .xl\:tw-scale-y-105 {
    --transform-scale-y: 1.05;
  }

  #app .xl\:tw-scale-y-110 {
    --transform-scale-y: 1.1;
  }

  #app .xl\:tw-scale-y-125 {
    --transform-scale-y: 1.25;
  }

  #app .xl\:tw-scale-y-150 {
    --transform-scale-y: 1.5;
  }

  #app .xl\:hover\:tw-scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .xl\:hover\:tw-scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .xl\:hover\:tw-scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .xl\:hover\:tw-scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .xl\:hover\:tw-scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .xl\:hover\:tw-scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .xl\:hover\:tw-scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .xl\:hover\:tw-scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .xl\:hover\:tw-scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .xl\:hover\:tw-scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .xl\:hover\:tw-scale-x-0:hover {
    --transform-scale-x: 0;
  }

  #app .xl\:hover\:tw-scale-x-50:hover {
    --transform-scale-x: .5;
  }

  #app .xl\:hover\:tw-scale-x-75:hover {
    --transform-scale-x: .75;
  }

  #app .xl\:hover\:tw-scale-x-90:hover {
    --transform-scale-x: .9;
  }

  #app .xl\:hover\:tw-scale-x-95:hover {
    --transform-scale-x: .95;
  }

  #app .xl\:hover\:tw-scale-x-100:hover {
    --transform-scale-x: 1;
  }

  #app .xl\:hover\:tw-scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  #app .xl\:hover\:tw-scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  #app .xl\:hover\:tw-scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  #app .xl\:hover\:tw-scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  #app .xl\:hover\:tw-scale-y-0:hover {
    --transform-scale-y: 0;
  }

  #app .xl\:hover\:tw-scale-y-50:hover {
    --transform-scale-y: .5;
  }

  #app .xl\:hover\:tw-scale-y-75:hover {
    --transform-scale-y: .75;
  }

  #app .xl\:hover\:tw-scale-y-90:hover {
    --transform-scale-y: .9;
  }

  #app .xl\:hover\:tw-scale-y-95:hover {
    --transform-scale-y: .95;
  }

  #app .xl\:hover\:tw-scale-y-100:hover {
    --transform-scale-y: 1;
  }

  #app .xl\:hover\:tw-scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  #app .xl\:hover\:tw-scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  #app .xl\:hover\:tw-scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  #app .xl\:hover\:tw-scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  #app .xl\:focus\:tw-scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  #app .xl\:focus\:tw-scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  #app .xl\:focus\:tw-scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  #app .xl\:focus\:tw-scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  #app .xl\:focus\:tw-scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  #app .xl\:focus\:tw-scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  #app .xl\:focus\:tw-scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  #app .xl\:focus\:tw-scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  #app .xl\:focus\:tw-scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  #app .xl\:focus\:tw-scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  #app .xl\:focus\:tw-scale-x-0:focus {
    --transform-scale-x: 0;
  }

  #app .xl\:focus\:tw-scale-x-50:focus {
    --transform-scale-x: .5;
  }

  #app .xl\:focus\:tw-scale-x-75:focus {
    --transform-scale-x: .75;
  }

  #app .xl\:focus\:tw-scale-x-90:focus {
    --transform-scale-x: .9;
  }

  #app .xl\:focus\:tw-scale-x-95:focus {
    --transform-scale-x: .95;
  }

  #app .xl\:focus\:tw-scale-x-100:focus {
    --transform-scale-x: 1;
  }

  #app .xl\:focus\:tw-scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  #app .xl\:focus\:tw-scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  #app .xl\:focus\:tw-scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  #app .xl\:focus\:tw-scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  #app .xl\:focus\:tw-scale-y-0:focus {
    --transform-scale-y: 0;
  }

  #app .xl\:focus\:tw-scale-y-50:focus {
    --transform-scale-y: .5;
  }

  #app .xl\:focus\:tw-scale-y-75:focus {
    --transform-scale-y: .75;
  }

  #app .xl\:focus\:tw-scale-y-90:focus {
    --transform-scale-y: .9;
  }

  #app .xl\:focus\:tw-scale-y-95:focus {
    --transform-scale-y: .95;
  }

  #app .xl\:focus\:tw-scale-y-100:focus {
    --transform-scale-y: 1;
  }

  #app .xl\:focus\:tw-scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  #app .xl\:focus\:tw-scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  #app .xl\:focus\:tw-scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  #app .xl\:focus\:tw-scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  #app .xl\:tw-rotate-0 {
    --transform-rotate: 0;
  }

  #app .xl\:tw-rotate-45 {
    --transform-rotate: 45deg;
  }

  #app .xl\:tw-rotate-90 {
    --transform-rotate: 90deg;
  }

  #app .xl\:tw-rotate-180 {
    --transform-rotate: 180deg;
  }

  #app .xl\:tw--rotate-180 {
    --transform-rotate: -180deg;
  }

  #app .xl\:tw--rotate-90 {
    --transform-rotate: -90deg;
  }

  #app .xl\:tw--rotate-45 {
    --transform-rotate: -45deg;
  }

  #app .xl\:hover\:tw-rotate-0:hover {
    --transform-rotate: 0;
  }

  #app .xl\:hover\:tw-rotate-45:hover {
    --transform-rotate: 45deg;
  }

  #app .xl\:hover\:tw-rotate-90:hover {
    --transform-rotate: 90deg;
  }

  #app .xl\:hover\:tw-rotate-180:hover {
    --transform-rotate: 180deg;
  }

  #app .xl\:hover\:tw--rotate-180:hover {
    --transform-rotate: -180deg;
  }

  #app .xl\:hover\:tw--rotate-90:hover {
    --transform-rotate: -90deg;
  }

  #app .xl\:hover\:tw--rotate-45:hover {
    --transform-rotate: -45deg;
  }

  #app .xl\:focus\:tw-rotate-0:focus {
    --transform-rotate: 0;
  }

  #app .xl\:focus\:tw-rotate-45:focus {
    --transform-rotate: 45deg;
  }

  #app .xl\:focus\:tw-rotate-90:focus {
    --transform-rotate: 90deg;
  }

  #app .xl\:focus\:tw-rotate-180:focus {
    --transform-rotate: 180deg;
  }

  #app .xl\:focus\:tw--rotate-180:focus {
    --transform-rotate: -180deg;
  }

  #app .xl\:focus\:tw--rotate-90:focus {
    --transform-rotate: -90deg;
  }

  #app .xl\:focus\:tw--rotate-45:focus {
    --transform-rotate: -45deg;
  }

  #app .xl\:tw-translate-x-0 {
    --transform-translate-x: 0;
  }

  #app .xl\:tw-translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  #app .xl\:tw-translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  #app .xl\:tw-translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  #app .xl\:tw-translate-x-4 {
    --transform-translate-x: 1rem;
  }

  #app .xl\:tw-translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  #app .xl\:tw-translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  #app .xl\:tw-translate-x-8 {
    --transform-translate-x: 2rem;
  }

  #app .xl\:tw-translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  #app .xl\:tw-translate-x-12 {
    --transform-translate-x: 3rem;
  }

  #app .xl\:tw-translate-x-16 {
    --transform-translate-x: 4rem;
  }

  #app .xl\:tw-translate-x-20 {
    --transform-translate-x: 5rem;
  }

  #app .xl\:tw-translate-x-24 {
    --transform-translate-x: 6rem;
  }

  #app .xl\:tw-translate-x-32 {
    --transform-translate-x: 8rem;
  }

  #app .xl\:tw-translate-x-40 {
    --transform-translate-x: 10rem;
  }

  #app .xl\:tw-translate-x-48 {
    --transform-translate-x: 12rem;
  }

  #app .xl\:tw-translate-x-56 {
    --transform-translate-x: 14rem;
  }

  #app .xl\:tw-translate-x-64 {
    --transform-translate-x: 16rem;
  }

  #app .xl\:tw-translate-x-px {
    --transform-translate-x: 1px;
  }

  #app .xl\:tw--translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  #app .xl\:tw--translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  #app .xl\:tw--translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  #app .xl\:tw--translate-x-4 {
    --transform-translate-x: -1rem;
  }

  #app .xl\:tw--translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  #app .xl\:tw--translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  #app .xl\:tw--translate-x-8 {
    --transform-translate-x: -2rem;
  }

  #app .xl\:tw--translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  #app .xl\:tw--translate-x-12 {
    --transform-translate-x: -3rem;
  }

  #app .xl\:tw--translate-x-16 {
    --transform-translate-x: -4rem;
  }

  #app .xl\:tw--translate-x-20 {
    --transform-translate-x: -5rem;
  }

  #app .xl\:tw--translate-x-24 {
    --transform-translate-x: -6rem;
  }

  #app .xl\:tw--translate-x-32 {
    --transform-translate-x: -8rem;
  }

  #app .xl\:tw--translate-x-40 {
    --transform-translate-x: -10rem;
  }

  #app .xl\:tw--translate-x-48 {
    --transform-translate-x: -12rem;
  }

  #app .xl\:tw--translate-x-56 {
    --transform-translate-x: -14rem;
  }

  #app .xl\:tw--translate-x-64 {
    --transform-translate-x: -16rem;
  }

  #app .xl\:tw--translate-x-px {
    --transform-translate-x: -1px;
  }

  #app .xl\:tw--translate-x-full {
    --transform-translate-x: -100%;
  }

  #app .xl\:tw--translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  #app .xl\:tw-translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  #app .xl\:tw-translate-x-full {
    --transform-translate-x: 100%;
  }

  #app .xl\:tw-translate-y-0 {
    --transform-translate-y: 0;
  }

  #app .xl\:tw-translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  #app .xl\:tw-translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  #app .xl\:tw-translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  #app .xl\:tw-translate-y-4 {
    --transform-translate-y: 1rem;
  }

  #app .xl\:tw-translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  #app .xl\:tw-translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  #app .xl\:tw-translate-y-8 {
    --transform-translate-y: 2rem;
  }

  #app .xl\:tw-translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  #app .xl\:tw-translate-y-12 {
    --transform-translate-y: 3rem;
  }

  #app .xl\:tw-translate-y-16 {
    --transform-translate-y: 4rem;
  }

  #app .xl\:tw-translate-y-20 {
    --transform-translate-y: 5rem;
  }

  #app .xl\:tw-translate-y-24 {
    --transform-translate-y: 6rem;
  }

  #app .xl\:tw-translate-y-32 {
    --transform-translate-y: 8rem;
  }

  #app .xl\:tw-translate-y-40 {
    --transform-translate-y: 10rem;
  }

  #app .xl\:tw-translate-y-48 {
    --transform-translate-y: 12rem;
  }

  #app .xl\:tw-translate-y-56 {
    --transform-translate-y: 14rem;
  }

  #app .xl\:tw-translate-y-64 {
    --transform-translate-y: 16rem;
  }

  #app .xl\:tw-translate-y-px {
    --transform-translate-y: 1px;
  }

  #app .xl\:tw--translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  #app .xl\:tw--translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  #app .xl\:tw--translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  #app .xl\:tw--translate-y-4 {
    --transform-translate-y: -1rem;
  }

  #app .xl\:tw--translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  #app .xl\:tw--translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  #app .xl\:tw--translate-y-8 {
    --transform-translate-y: -2rem;
  }

  #app .xl\:tw--translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  #app .xl\:tw--translate-y-12 {
    --transform-translate-y: -3rem;
  }

  #app .xl\:tw--translate-y-16 {
    --transform-translate-y: -4rem;
  }

  #app .xl\:tw--translate-y-20 {
    --transform-translate-y: -5rem;
  }

  #app .xl\:tw--translate-y-24 {
    --transform-translate-y: -6rem;
  }

  #app .xl\:tw--translate-y-32 {
    --transform-translate-y: -8rem;
  }

  #app .xl\:tw--translate-y-40 {
    --transform-translate-y: -10rem;
  }

  #app .xl\:tw--translate-y-48 {
    --transform-translate-y: -12rem;
  }

  #app .xl\:tw--translate-y-56 {
    --transform-translate-y: -14rem;
  }

  #app .xl\:tw--translate-y-64 {
    --transform-translate-y: -16rem;
  }

  #app .xl\:tw--translate-y-px {
    --transform-translate-y: -1px;
  }

  #app .xl\:tw--translate-y-full {
    --transform-translate-y: -100%;
  }

  #app .xl\:tw--translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  #app .xl\:tw-translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  #app .xl\:tw-translate-y-full {
    --transform-translate-y: 100%;
  }

  #app .xl\:hover\:tw-translate-x-0:hover {
    --transform-translate-x: 0;
  }

  #app .xl\:hover\:tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  #app .xl\:hover\:tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  #app .xl\:hover\:tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  #app .xl\:hover\:tw-translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  #app .xl\:hover\:tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  #app .xl\:hover\:tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  #app .xl\:hover\:tw-translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  #app .xl\:hover\:tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  #app .xl\:hover\:tw-translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  #app .xl\:hover\:tw-translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  #app .xl\:hover\:tw-translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  #app .xl\:hover\:tw-translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  #app .xl\:hover\:tw-translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  #app .xl\:hover\:tw-translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  #app .xl\:hover\:tw-translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  #app .xl\:hover\:tw-translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  #app .xl\:hover\:tw-translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  #app .xl\:hover\:tw-translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  #app .xl\:hover\:tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  #app .xl\:hover\:tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  #app .xl\:hover\:tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  #app .xl\:hover\:tw--translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  #app .xl\:hover\:tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  #app .xl\:hover\:tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  #app .xl\:hover\:tw--translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  #app .xl\:hover\:tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  #app .xl\:hover\:tw--translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  #app .xl\:hover\:tw--translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  #app .xl\:hover\:tw--translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  #app .xl\:hover\:tw--translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  #app .xl\:hover\:tw--translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  #app .xl\:hover\:tw--translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  #app .xl\:hover\:tw--translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  #app .xl\:hover\:tw--translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  #app .xl\:hover\:tw--translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  #app .xl\:hover\:tw--translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  #app .xl\:hover\:tw--translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  #app .xl\:hover\:tw--translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  #app .xl\:hover\:tw-translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  #app .xl\:hover\:tw-translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  #app .xl\:hover\:tw-translate-y-0:hover {
    --transform-translate-y: 0;
  }

  #app .xl\:hover\:tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  #app .xl\:hover\:tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  #app .xl\:hover\:tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  #app .xl\:hover\:tw-translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  #app .xl\:hover\:tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  #app .xl\:hover\:tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  #app .xl\:hover\:tw-translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  #app .xl\:hover\:tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  #app .xl\:hover\:tw-translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  #app .xl\:hover\:tw-translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  #app .xl\:hover\:tw-translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  #app .xl\:hover\:tw-translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  #app .xl\:hover\:tw-translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  #app .xl\:hover\:tw-translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  #app .xl\:hover\:tw-translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  #app .xl\:hover\:tw-translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  #app .xl\:hover\:tw-translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  #app .xl\:hover\:tw-translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  #app .xl\:hover\:tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  #app .xl\:hover\:tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  #app .xl\:hover\:tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  #app .xl\:hover\:tw--translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  #app .xl\:hover\:tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  #app .xl\:hover\:tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  #app .xl\:hover\:tw--translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  #app .xl\:hover\:tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  #app .xl\:hover\:tw--translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  #app .xl\:hover\:tw--translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  #app .xl\:hover\:tw--translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  #app .xl\:hover\:tw--translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  #app .xl\:hover\:tw--translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  #app .xl\:hover\:tw--translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  #app .xl\:hover\:tw--translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  #app .xl\:hover\:tw--translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  #app .xl\:hover\:tw--translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  #app .xl\:hover\:tw--translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  #app .xl\:hover\:tw--translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  #app .xl\:hover\:tw--translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  #app .xl\:hover\:tw-translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  #app .xl\:hover\:tw-translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  #app .xl\:focus\:tw-translate-x-0:focus {
    --transform-translate-x: 0;
  }

  #app .xl\:focus\:tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  #app .xl\:focus\:tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  #app .xl\:focus\:tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  #app .xl\:focus\:tw-translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  #app .xl\:focus\:tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  #app .xl\:focus\:tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  #app .xl\:focus\:tw-translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  #app .xl\:focus\:tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  #app .xl\:focus\:tw-translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  #app .xl\:focus\:tw-translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  #app .xl\:focus\:tw-translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  #app .xl\:focus\:tw-translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  #app .xl\:focus\:tw-translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  #app .xl\:focus\:tw-translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  #app .xl\:focus\:tw-translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  #app .xl\:focus\:tw-translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  #app .xl\:focus\:tw-translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  #app .xl\:focus\:tw-translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  #app .xl\:focus\:tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  #app .xl\:focus\:tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  #app .xl\:focus\:tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  #app .xl\:focus\:tw--translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  #app .xl\:focus\:tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  #app .xl\:focus\:tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  #app .xl\:focus\:tw--translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  #app .xl\:focus\:tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  #app .xl\:focus\:tw--translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  #app .xl\:focus\:tw--translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  #app .xl\:focus\:tw--translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  #app .xl\:focus\:tw--translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  #app .xl\:focus\:tw--translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  #app .xl\:focus\:tw--translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  #app .xl\:focus\:tw--translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  #app .xl\:focus\:tw--translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  #app .xl\:focus\:tw--translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  #app .xl\:focus\:tw--translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  #app .xl\:focus\:tw--translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  #app .xl\:focus\:tw--translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  #app .xl\:focus\:tw-translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  #app .xl\:focus\:tw-translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  #app .xl\:focus\:tw-translate-y-0:focus {
    --transform-translate-y: 0;
  }

  #app .xl\:focus\:tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  #app .xl\:focus\:tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  #app .xl\:focus\:tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  #app .xl\:focus\:tw-translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  #app .xl\:focus\:tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  #app .xl\:focus\:tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  #app .xl\:focus\:tw-translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  #app .xl\:focus\:tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  #app .xl\:focus\:tw-translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  #app .xl\:focus\:tw-translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  #app .xl\:focus\:tw-translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  #app .xl\:focus\:tw-translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  #app .xl\:focus\:tw-translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  #app .xl\:focus\:tw-translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  #app .xl\:focus\:tw-translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  #app .xl\:focus\:tw-translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  #app .xl\:focus\:tw-translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  #app .xl\:focus\:tw-translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  #app .xl\:focus\:tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  #app .xl\:focus\:tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  #app .xl\:focus\:tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  #app .xl\:focus\:tw--translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  #app .xl\:focus\:tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  #app .xl\:focus\:tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  #app .xl\:focus\:tw--translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  #app .xl\:focus\:tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  #app .xl\:focus\:tw--translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  #app .xl\:focus\:tw--translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  #app .xl\:focus\:tw--translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  #app .xl\:focus\:tw--translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  #app .xl\:focus\:tw--translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  #app .xl\:focus\:tw--translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  #app .xl\:focus\:tw--translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  #app .xl\:focus\:tw--translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  #app .xl\:focus\:tw--translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  #app .xl\:focus\:tw--translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  #app .xl\:focus\:tw--translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  #app .xl\:focus\:tw--translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  #app .xl\:focus\:tw-translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  #app .xl\:focus\:tw-translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  #app .xl\:tw-skew-x-0 {
    --transform-skew-x: 0;
  }

  #app .xl\:tw-skew-x-3 {
    --transform-skew-x: 3deg;
  }

  #app .xl\:tw-skew-x-6 {
    --transform-skew-x: 6deg;
  }

  #app .xl\:tw-skew-x-12 {
    --transform-skew-x: 12deg;
  }

  #app .xl\:tw--skew-x-12 {
    --transform-skew-x: -12deg;
  }

  #app .xl\:tw--skew-x-6 {
    --transform-skew-x: -6deg;
  }

  #app .xl\:tw--skew-x-3 {
    --transform-skew-x: -3deg;
  }

  #app .xl\:tw-skew-y-0 {
    --transform-skew-y: 0;
  }

  #app .xl\:tw-skew-y-3 {
    --transform-skew-y: 3deg;
  }

  #app .xl\:tw-skew-y-6 {
    --transform-skew-y: 6deg;
  }

  #app .xl\:tw-skew-y-12 {
    --transform-skew-y: 12deg;
  }

  #app .xl\:tw--skew-y-12 {
    --transform-skew-y: -12deg;
  }

  #app .xl\:tw--skew-y-6 {
    --transform-skew-y: -6deg;
  }

  #app .xl\:tw--skew-y-3 {
    --transform-skew-y: -3deg;
  }

  #app .xl\:hover\:tw-skew-x-0:hover {
    --transform-skew-x: 0;
  }

  #app .xl\:hover\:tw-skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  #app .xl\:hover\:tw-skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  #app .xl\:hover\:tw-skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  #app .xl\:hover\:tw--skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  #app .xl\:hover\:tw--skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  #app .xl\:hover\:tw--skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  #app .xl\:hover\:tw-skew-y-0:hover {
    --transform-skew-y: 0;
  }

  #app .xl\:hover\:tw-skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  #app .xl\:hover\:tw-skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  #app .xl\:hover\:tw-skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  #app .xl\:hover\:tw--skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  #app .xl\:hover\:tw--skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  #app .xl\:hover\:tw--skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  #app .xl\:focus\:tw-skew-x-0:focus {
    --transform-skew-x: 0;
  }

  #app .xl\:focus\:tw-skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  #app .xl\:focus\:tw-skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  #app .xl\:focus\:tw-skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  #app .xl\:focus\:tw--skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  #app .xl\:focus\:tw--skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  #app .xl\:focus\:tw--skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  #app .xl\:focus\:tw-skew-y-0:focus {
    --transform-skew-y: 0;
  }

  #app .xl\:focus\:tw-skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  #app .xl\:focus\:tw-skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  #app .xl\:focus\:tw-skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  #app .xl\:focus\:tw--skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  #app .xl\:focus\:tw--skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  #app .xl\:focus\:tw--skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  #app .xl\:tw-transition-none {
    transition-property: none;
  }

  #app .xl\:tw-transition-all {
    transition-property: all;
  }

  #app .xl\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  #app .xl\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  #app .xl\:tw-transition-opacity {
    transition-property: opacity;
  }

  #app .xl\:tw-transition-shadow {
    transition-property: box-shadow;
  }

  #app .xl\:tw-transition-transform {
    transition-property: transform;
  }

  #app .xl\:tw-ease-linear {
    transition-timing-function: linear;
  }

  #app .xl\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #app .xl\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  #app .xl\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  #app .xl\:tw-duration-75 {
    transition-duration: 75ms;
  }

  #app .xl\:tw-duration-100 {
    transition-duration: 100ms;
  }

  #app .xl\:tw-duration-150 {
    transition-duration: 150ms;
  }

  #app .xl\:tw-duration-200 {
    transition-duration: 200ms;
  }

  #app .xl\:tw-duration-300 {
    transition-duration: 300ms;
  }

  #app .xl\:tw-duration-500 {
    transition-duration: 500ms;
  }

  #app .xl\:tw-duration-700 {
    transition-duration: 700ms;
  }

  #app .xl\:tw-duration-1000 {
    transition-duration: 1000ms;
  }
}

/*# sourceMappingURL=main.css.map*/