<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! 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 */
  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 &lt;details&gt; 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::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 1.25rem;
}

@media all and (max-width: 1024px) {
  body {
    font-size: 1.125rem;
  }
}

blockquote {
  padding: 2rem;
  border-bottom-width: 1px;
  border-top-width: 1px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h1 {
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

@media all and (max-width: 1024px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

@media all and (max-width: 1024px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media all and (max-width: 640px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.button {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  letter-spacing: 0.15em;
  transition: 0.3s ease;
}

.button--primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-width: 1px;
}

.button--secondary {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-width: 1px;
}

.button--third {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-width: 1px;
}

.button.small {
  font-size: 0.9375rem;
}

.button--spaced {
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.button--xspaced {
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.header.scrolled .inner &gt; .center .left,
.header.scrolled .inner &gt; .center .right {
  top: -10px;
}

.header.scrolled .inner .search {
  top: -10px;
}

.header.flyout-open .inner {
  border-bottom-width: 1px;
  border-color: #CCCCCC;
}

.header .inner {
  border-bottom-width: 1px;
  border-color: #CCCCCC;
}

.header .inner &gt; .center .left,
.header .inner &gt; .center .right {
  position: relative;
  transition: all 0.3s;
  top: 0;
}

.header .inner .search {
  position: relative;
  top: 0;
  transition: all 0.3s;
  overflow: hidden;
}

.header .inner .search.active input {
  left: 0;
}

.header .inner .search.active input::-webkit-input-placeholder {
  opacity: 1;
}

.header .inner .search.active input:-ms-input-placeholder {
  opacity: 1;
}

.header .inner .search.active input::plaecholder {
  opacity: 1;
}

.header .inner .search input {
  font-size: 13px;
  position: relative;
  left: 100%;
  transition: left 1s;
}

.header .inner .search input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 1s 1s;
  transition: opacity 1s 1s;
}

.header .inner .search input:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 1s 1s;
  transition: opacity 1s 1s;
}

.header .inner .search input::plaecholder {
  opacity: 0;
  transition: opacity 1s 1s;
}

.header .main-logo {
  width: 150px;
}

.header .mini-logo {
  top: 0;
  left: 50%;
  bottom: auto;
  transform: translateX(-50%);
  opacity: 1;
  width: 32px;
}

.header .flyout {
  display: none;
  height: 0;
}

.header .flyout.open {
  display: block;
  height: 216px;
}

.header .subnav {
  display: none;
}

.header .subnav.open {
  display: block;
}

.header .subnav.collection-flyout {
  min-width: 140px;
}

.nav {
  background-color: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: 0.5s ease;
}

.nav:after {
  opacity: 0;
  position: absolute;
  bottom: 0;
  border-bottom-width: 1px;
  border-color: #CCCCCC;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 1456px;
  max-width: 100%;
}

@media all and (max-width: 1280px) {
  .nav:after {
    opacity: 1;
  }
}

.nav--scrolled {
  z-index: 40;
}

.nav--scrolled:after {
  opacity: 1;
}

.nav__container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  max-width: 100%;
  transition: 0.5s ease;
}

@media all and (max-width: 1280px) {
  .nav__container {
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.nav--scrolled .nav__container {
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.nav__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: calc(50% - 150px);
  transition: 0.5s ease;
}

@media all and (max-width: 1280px) {
  .nav__items {
    display: none;
  }
}

.nav__items--left {
  justify-content: flex-end;
}

.nav__item {
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.125rem;
  transition: 0.5s ease;
}

.nav__logo {
  padding-left: 3rem;
  padding-right: 3rem;
  width: 300px;
  transition: 0.5s ease;
}

@media all and (max-width: 1280px) {
  .nav__logo {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
}

.nav--scrolled .nav__logo {
  display: none;
}

.nav__logo--mini {
  display: none;
}

@media all and (max-width: 1280px) {
  .nav__logo--mini {
    display: block;
    width: 40px;
  }
}

.nav__logo--mini img {
  max-width: 40px;
}

.nav--scrolled .nav__logo--mini {
  display: block;
}

.nav__logo img {
  margin: 0 auto;
}

.nav__mobile {
  display: none;
}

@media all and (max-width: 1280px) {
  .nav__mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.nav__mobile__cart {
  margin-right: 2rem;
}

.nav__mobile__opener {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  width: 30px;
  height: 27px;
}

.nav__mobile__opener span {
  width: 100%;
  background-color: #000;
  cursor: pointer;
  height: 5px;
  transition: 0.5s ease;
}

.nav__mobile.open .nav__mobile__opener span:nth-child(1) {
  transform: rotate(45deg) translateY(15px);
}

.nav__mobile.open .nav__mobile__opener span:nth-child(2) {
  opacity: 0;
}

.nav__mobile.open .nav__mobile__opener span:nth-child(3) {
  transform: rotate(-45deg) translateY(-15px);
}

.nav__mobile__content {
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 30;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  border-left-width: 1px;
  border-color: #CCCCCC;
  padding: 1.5rem;
  transform: translateX(100%);
  transition: 0.5s ease;
  width: 300px;
  top: 93px;
}

@media all and (max-width: 640px) {
  .nav__mobile__content {
    width: 100%;
  }
}

.nav__mobile.open .nav__mobile__content {
  transform: translateX(0);
}

.nav__mobile__content__item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom-width: 1px;
  border-color: #CCCCCC;
}

.ancillary-nav {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 2rem;
  padding-top: 2rem;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 1280px) {
  .ancillary-nav {
    display: none;
  }
}

.ancillary-nav__item {
  margin-left: 1.5rem;
  font-size: 1.125rem;
}

.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search--header {
  height: 10px;
}

.search--header--mobile {
  margin-top: 0.5rem;
}

.search__input {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0;
  padding-right: 0;
  margin-right: 1rem;
  font-size: 1.125rem;
  border-bottom-width: 1px;
  border-color: #CCCCCC;
  outline: 0;
  width: 0;
}

.search--header--mobile .search__input {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: calc(100% - 40px) !important;
}

.search--open .search__input {
  width: 10rem;
}

.search__icon {
  cursor: pointer;
  transform: translateY(-1px);
}

.footer {
  margin-top: 2rem;
}

@media (max-width: 860px) {
  .footer {
    margin-top: 0.5rem;
  }
}

.footer__container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top-width: 1px;
  border-color: #CCCCCC;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media all and (max-width: 640px) {
  .footer__top {
    flex-direction: column;
  }
}

.footer__top__links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 600px;
}

@media all and (max-width: 1024px) {
  .footer__top__links {
    width: 400px;
  }
}

@media all and (max-width: 500px) {
  .footer__top__links {
    flex-direction: column;
    width: 100%;
  }
}

.footer__top__link {
  width: 50%;
  margin-bottom: 1rem;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
}

@media all and (max-width: 640px) {
  .footer__bottom {
    flex-direction: column;
    padding-top: 2rem;
  }
}

.footer__bottom a {
  white-space: nowrap;
}

.footer__strap {
  opacity: 0.5;
}

@media all and (max-width: 640px) {
  .footer__strap {
    margin-top: 1rem;
  }
}

@media all and (max-width: 640px) {
  .social {
    margin-top: 1rem;
  }
}

.social__link {
  margin-left: 1.5rem;
  font-size: 1.125rem;
}

@media all and (max-width: 640px) {
  .social__link {
    margin-left: 0;
    margin-right: 1.5rem;
  }
}

.home-banner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home-banner__image,
.home-banner__video {
  margin-left: auto;
  margin-right: auto;
}

.home-banner__title {
  padding-top: 2rem;
  font-size: 8rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.25;
}

@media all and (max-width: 1520px) {
  .home-banner__title {
    font-size: 6rem;
  }
}

@media all and (max-width: 1024px) {
  .home-banner__title {
    font-size: 4rem;
  }
}

@media all and (max-width: 768px) {
  .home-banner__title {
    font-size: 1.875rem;
  }
}

.hero {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
  border-bottom-width: 1px;
  border-color: #CCCCCC;
  position: relative;
}

.hero--simple {
  border-width: 0;
}

@media all and (max-width: 1024px) {
  .hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.hero__caption {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.hero__links {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.hero__link {
  margin-left: 2rem;
  margin-right: 2rem;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.story-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media all and (max-width: 1023px) {
  .story-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.story-block__container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

@media all and (max-width: 1023px) {
  .story-block__container {
    flex-direction: column;
  }
}

.story-block__half {
  width: 50%;
}

@media all and (max-width: 1023px) {
  .story-block__half {
    width: 100%;
    order: 2;
  }
}

@media all and (max-width: 1023px) {
  .story-block__half:last-child {
    order: 1;
  }
}

.story-block__half p {
  margin-bottom: 24px;
}

@media all and (max-width: 1023px) {
  .story-block__half__image {
    margin-top: 0;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.story-block__video {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1920px;
}

@media all and (max-width: 1023px) {
  .story-block__video {
    margin-top: 2rem;
  }
}

.story-block__video__player {
  width: 100%;
}

.story-block__video__icon {
  position: absolute;
  opacity: 0.5;
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.story-block__video__icon .fa {
  opacity: 0.75;
  font-size: 2.25rem;
}

.stockists {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media all and (max-width: 1280px) {
  .stockists {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width: 1024px) {
  .stockists {
    padding-top: 2rem;
    padding-bottom: 0;
    display: block;
  }
}

.stockists__column {
  width: 33.333333%;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media all and (max-width: 1280px) {
  .stockists__column {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (max-width: 1024px) {
  .stockists__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}

.stockists__column__title {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media all and (max-width: 1024px) {
  .stockists__column__title {
    margin-bottom: 0;
  }
}

.stockist {
  border-bottom-width: 1px;
  border-color: #CCCCCC;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.stockist:last-child {
  border-width: 0;
  padding-bottom: 0;
}

.stockist__item--name {
  font-weight: 600;
}

.stockist__item--country {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.stockist__item--web {
  font-style: italic;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 4rem;
}

@media (max-width: 860px) {
  .news-list {
    padding-top: 1rem;
  }
}

.news-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 600px;
}

.news-list__item__date {
  flex-grow: 0;
  flex-shrink: 0;
  width: 128px;
}

.news-list__item__date__day {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.news-list__item__date__numeric {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 300;
}

.news-list__item__date__year {
  font-size: 1.125rem;
}

.news-list__item__separator {
  border-bottom-width: 1px;
  margin-left: 2rem;
  margin-right: 2rem;
  flex-grow: 1;
  border-color: #BDBDBD;
}

.news-list__item__content {
  font-size: 1.125rem;
}

.news-list__item__content__title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.news-list__item__image {
  background-size: cover;
  background-position: center;
  margin-top: 2rem;
  height: 300px;
  width: 100%;
}

.news-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2rem;
  max-width: 1200px;
}

.news-content figure {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 100%;
}

@media (max-width: 860px) {
  .news-content figure {
    margin-bottom: 1rem;
  }
}

.news-content figure img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.news-content figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 14px;
  padding-top: 4px;
}

.news-content h1, .news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content p, .news-content blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.news-content p {
  margin-bottom: 2rem;
}

.news-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-width: 1px;
  border-color: #CCCCCC;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

@media all and (max-width: 1024px) {
  .news-links {
    display: block;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

.news-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.news-link:last-child {
  justify-content: flex-end;
}

@media all and (max-width: 1024px) {
  .news-link:last-child {
    margin-top: 1rem;
  }
}

@media all and (max-width: 1024px) {
  .news-link {
    width: 100%;
  }
}

.news-link:last-child .news-link__arrow {
  transform: rotate(180deg);
}

.news-link__text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
}

@media all and (max-width: 1024px) {
  .news-link__text {
    font-size: 1.125rem;
  }
}

.products {
  padding-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4rem;
}

@media all and (max-width: 1024px) {
  .products {
    padding-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}

@media all and (max-width: 640px) {
  .products {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2rem;
  }
}

.products__item {
  display: block;
  height: 20rem;
  background-position: center;
  background-size: cover;
  margin-bottom: 4rem;
  position: relative;
}

@media all and (max-width: 1024px) {
  .products__item {
    margin-bottom: 2rem;
  }
}

.related-products .products__item {
  margin-bottom: 0;
}

@media all and (max-width: 1024px) {
  .related-products .products__item {
    margin-bottom: 1rem;
  }
}

.products__item__overlay {
  opacity: 0;
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
  transition: 0.5s ease;
}

.products__item:hover .products__item__overlay {
  opacity: 1;
}

.products__item__overlay__title {
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.products__item__overlay__collection {
  font-style: italic;
  margin-bottom: 1rem;
}

.product {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media all and (max-width: 1024px) {
  .product {
    display: block;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

.product__images {
  width: 50%;
}

@media all and (max-width: 1024px) {
  .product__images {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.product__image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product__image .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.25s ease-out;
}

.product__image__links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media all and (max-width: 640px) {
  .product__image__links {
    flex-wrap: wrap;
  }
}

.scroller-left {
  position: absolute;
  left: 0;
  cursor: pointer;
  font-size: 1.5rem;
  width: 8px;
  top: 50%;
  transform: translate(0, -50%);
}

.scroller-right {
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 1.5rem;
  width: 8px;
  top: 50%;
  transform: translate(0, -50%);
}

.product__image__wrapper {
  flex-shrink: 0;
  width: 21.5%;
  margin-right: 2%;
  margin-top: 2%;
}

@media all and (max-width: 640px) {
  .product__image__wrapper {
    width: 48%;
    margin-right: 4%;
  }

  .product__image__wrapper:nth-child(2n) {
    margin-right: 0;
  }
}

.product__image__wrapper:last-child {
  margin-right: 0;
}

.product__image__link {
  cursor: pointer;
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
}

@media all and (max-width: 640px) {
  .product__image__link {
    padding-bottom: 100%;
  }
}

.product__body {
  width: 50%;
  padding-left: 5rem;
}

@media all and (max-width: 1024px) {
  .product__body {
    width: 100%;
    padding-left: 0;
  }
}

.product__body__section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom-width: 1px;
  border-color: #CCCCCC;
}

.product__body__section:first-child {
  padding-top: 0;
}

.product__body__section:last-child {
  padding-bottom: 0;
  border-width: 0;
}

.product__body__type {
  font-size: 1.875rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media all and (max-width: 640px) {
  .product__body__type {
    font-size: 1.5rem;
  }
}

.product__body__title {
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  font-weight: 100;
  letter-spacing: 0.05em;
}

@media all and (max-width: 640px) {
  .product__body__title {
    margin-bottom: 0.5rem;
    font-size: 3rem;
  }
}

.product__body__price {
  font-size: 1.125rem;
}

.product__body__price__value {
  font-size: 1.5rem;
}

.product__body__description {
  margin-bottom: 2rem;
}

.product__body__info__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}

.product__body__info__item__label {
  width: 8rem;
  margin-right: 1rem;
  display: block;
}

.product__body__extralink {
  border-bottom-width: 1px;
  border-color: #CCCCCC;
  padding-bottom: 0.25rem;
}

.input {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  vertical-align: top;
}

.input input {
  display: inline-block;
  border-width: 1px;
  border-color: #000;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 196px;
}

.select {
  display: inline-block;
  border-width: 1px;
  border-color: #000;
  position: relative;
  vertical-align: top;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 250px;
}

.select.active {
  outline: 0;
}

.select__label {
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-overflow: ellipsis;
}

.select__dropper {
  background-color: #fff;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  border-left-width: 1px;
  border-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.select__dropper .fa-angle-up {
  display: none;
}

.select.active .select__dropper .fa-angle-up {
  display: block;
}

.select.active .select__dropper .fa-angle-down {
  display: none;
}

.select__dropdown {
  align-items: center;
  background-color: #fff;
  border-width: 1px;
  border-color: #000;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  left: -1px;
  right: -1px;
  top: 100%;
}

.select.active .select__dropdown {
  display: flex;
  overflow-y: auto;
  max-height: 188px;
}

.select__dropdown__option {
  border-bottom-width: 1px;
  border-color: #CCCCCC;
  cursor: pointer;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.select__dropdown__option--disabled {
  pointer-events: none;
  color: #999999;
}

.select__dropdown__option:hover {
  font-weight: 600;
}

.select__dropdown__option:last-child {
  border-bottom-width: 0;
}

#timneyfowlerparam {
  display: none;
}

.related-products {
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top-width: 1px;
  border-color: #CCCCCC;
}

.related-products__title {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 2rem;
}

.related-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
}

@media all and (max-width: 1024px) {
  .related-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 640px) {
  .related-products__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.static-content {
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 900px;
}

.static-content p {
  margin-bottom: 1rem;
}

.static-content :last-child {
  margin-bottom: 0;
}

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

#app {
  padding-top: 12rem;
}

@media (max-width: 860px) {
  #app {
    padding-top: 125px;
  }
}

@media (max-width: 639px) {
  #app {
    padding-top: 125px;
  }
}

@media (max-width: 359px) {
  #app {
    padding-top: 118px;
  }
}

.app-wrapper {
  min-height: calc(100vh - 304px);
}

@media (max-width: 860px) {
  .app-wrapper {
    min-height: 0;
  }
}

.container-960 {
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: calc(960px + 6rem);
}

@media screen and (max-width: 860px) {
  .container-960 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container-1280 {
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: calc(1280px + 6rem);
}

@media screen and (max-width: 860px) {
  .container-1280 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container-1400 {
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: calc(1400px + 6rem);
}

@media screen and (max-width: 860px) {
  .container-1400 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container-1920 {
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: calc(1920px + 6rem);
}

@media screen and (max-width: 860px) {
  .container-1920 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.countries {
  transition: opacity 0.5s ease-out;
}

.countries.open {
  opacity: 1;
  pointer-events: auto;
}

.stockist-listing {
  transition: opacity 0.5s;
}

.stockist-listing.open .contact-details {
  display: block;
}

.stockist-holder {
  width: 26rem;
  flex-shrink: 0;
  margin-right: 4rem;
}

@media screen and (max-width: 1023px) {
  .stockist-holder {
    margin-right: 2rem;
    width: 22rem;
  }
}

@media screen and (max-width: 767px) {
  .stockist-holder {
    width: 100%;
    margin-right: 0;
  }
}

.map {
  height: 400px;
}

input.first,
textarea.first,
select.first {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  border-color: #000;
  display: block;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.15em;
  font-weight: 300;
}

input.first.light-border,
textarea.first.light-border,
select.first.light-border {
  border-color: #a0aec0;
}

input.first::-moz-placeholder, textarea.first::-moz-placeholder, select.first::-moz-placeholder {
  color: #4a5568;
  text-transform: uppercase;
}

input.first:-ms-input-placeholder, textarea.first:-ms-input-placeholder, select.first:-ms-input-placeholder {
  color: #4a5568;
  text-transform: uppercase;
}

input.first::placeholder,
textarea.first::placeholder,
select.first::placeholder {
  color: #4a5568;
  text-transform: uppercase;
}

input.first:focus,
textarea.first:focus,
select.first:focus {
  outline: 0;
}

input.first.small,
textarea.first.small,
select.first.small {
  font-size: 10px;
  letter-spacing: 0.025em;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-transform: none;
}

input.first.small::-moz-placeholder, textarea.first.small::-moz-placeholder, select.first.small::-moz-placeholder {
  color: #000;
}

input.first.small:-ms-input-placeholder, textarea.first.small:-ms-input-placeholder, select.first.small:-ms-input-placeholder {
  color: #000;
}

input.first.small::placeholder,
textarea.first.small::placeholder,
select.first.small::placeholder {
  color: #000;
}

input.second,
textarea.second,
select.second {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  border-color: #CCCCCC;
  display: block;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.15em;
  font-weight: 300;
}

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

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

input.second::placeholder,
textarea.second::placeholder,
select.second::placeholder {
  color: #a0aec0;
}

input.second:focus,
textarea.second:focus,
select.second:focus {
  outline: 0;
}

input.second.small,
textarea.second.small,
select.second.small {
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-transform: none;
}

input.second.small::-moz-placeholder, textarea.second.small::-moz-placeholder, select.second.small::-moz-placeholder {
  color: #000;
}

input.second.small:-ms-input-placeholder, textarea.second.small:-ms-input-placeholder, select.second.small:-ms-input-placeholder {
  color: #000;
}

input.second.small::placeholder,
textarea.second.small::placeholder,
select.second.small::placeholder {
  color: #000;
}

select.first option[disabled] {
  color: #a0aec0;
}

.newsletter-signup {
  background: #f5f5f5;
}

.sample-popup .intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

.home-banners-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}

.home-banners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.home-banners .banner {
  position: relative;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 33.333333%;
  height: 305px;
}

@media (max-width: 767px) {
  .home-banners .banner {
    width: 50%;
    margin-bottom: 0.5rem;
    height: 119px;
  }
}

@media (max-width: 767px) {
  .home-banners .banner:nth-child(3) {
    width: 100%;
  }
}

.home-banners .banner .inner {
  background-position: center;
  background-size: cover;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 1px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .home-banners .banner .inner {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1.95px;
    padding-bottom: 24px;
  }
}

.home-banners .banner .heading {
  position: relative;
  z-index: 30;
}

.home-banners .banner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  left: 4px;
  right: 4px;
  content: "";
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 1s;
}

.home-banners .banner:hover:after {
  opacity: 1;
}

.newsletter-modal,
.newsletter-success-modal,
.sample-popup,
.sample-success-popup,
.sample-added-popup,
.login-modal,
.forgot-password-modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
}

.newsletter-modal .modal,
.newsletter-success-modal .modal,
.sample-popup .modal,
.sample-success-popup .modal,
.sample-added-popup .modal,
.login-modal .modal,
.forgot-password-modal .modal {
  background-color: #fff;
  padding: 5rem;
  position: absolute;
  width: 37.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .newsletter-modal .modal,
.newsletter-success-modal .modal,
.sample-popup .modal,
.sample-success-popup .modal,
.sample-added-popup .modal,
.login-modal .modal,
.forgot-password-modal .modal {
    width: 100%;
    padding: 3rem;
  }
}

@media (max-width: 479px) {
  .newsletter-modal .modal,
.newsletter-success-modal .modal,
.sample-popup .modal,
.sample-success-popup .modal,
.sample-added-popup .modal,
.login-modal .modal,
.forgot-password-modal .modal {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.wishlist {
  transition: transform 0.5s ease-out;
  transform: translateX(100%);
  box-shadow: -8px 0 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.wishlist-bg {
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
}

.wishlist-item:last-child {
  border-bottom: 0;
}

.wishlist-item .thumb {
  padding-bottom: 60%;
}

.basket .product-row .thumb {
  padding-bottom: 100%;
}

.collection-up,
.product-up {
  display: block;
  cursor: pointer;
}

.collection-up:hover .title,
.product-up:hover .title {
  font-weight: 700;
}

.collection-up .collection-thumb,
.collection-up .product-thumb,
.product-up .collection-thumb,
.product-up .product-thumb {
  position: relative;
}

.collection-up .collection-thumb:hover:after,
.collection-up .product-thumb:hover:after,
.product-up .collection-thumb:hover:after,
.product-up .product-thumb:hover:after {
  opacity: 1;
}

.collection-up .collection-thumb:after,
.collection-up .product-thumb:after,
.product-up .collection-thumb:after,
.product-up .product-thumb:after {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  content: "View";
  transition: opacity 0.5s;
  background: rgba(0, 0, 0, 0.75);
}

.filter-square {
  border-width: 1px;
  border-color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}

.filter-square.active:after {
  background-color: #000;
  content: "";
  width: 12px;
  height: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.popup {
  background: #f5f5f5;
}

.checkout-progress {
  position: relative;
}

.checkout-progress .item {
  position: relative;
}

.checkout-progress .item.active:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-width: 4px;
  border-color: #000;
  content: "";
  margin-bottom: -3px;
}

.gallery {
  max-width: 1775px;
}

.gallery &gt; .row {
  margin-bottom: 1em;
}

.gallery .row {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media screen and (max-width: 860px) {
  .gallery .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.gallery .row &gt; .col:nth-child(1) {
  width: 40%;
  height: 1029px;
}

@media screen and (max-width: 860px) {
  .gallery .row &gt; .col:nth-child(1) {
    width: 100%;
    margin-bottom: 1rem;
    height: auto;
  }
}

.gallery .row &gt; .col:nth-child(1) .wrap:nth-child(1) {
  height: 735px;
}

@media screen and (max-width: 860px) {
  .gallery .row &gt; .col:nth-child(1) .wrap:nth-child(1) {
    height: auto;
  }
}

.gallery .row &gt; .col:nth-child(1) .wrap:nth-child(2) {
  height: 278px;
}

@media screen and (max-width: 860px) {
  .gallery .row &gt; .col:nth-child(1) .wrap:nth-child(2) {
    height: auto;
  }
}

.gallery .row &gt; .col:nth-child(2) {
  width: 60%;
  height: 1029px;
}

@media screen and (max-width: 860px) {
  .gallery .row &gt; .col:nth-child(2) {
    width: 100%;
    height: auto;
  }
}

.gallery .row &gt; .col:nth-child(2) &gt; .wrap {
  height: 485px;
}

@media screen and (max-width: 860px) {
  .gallery .row &gt; .col:nth-child(2) &gt; .wrap {
    height: auto;
  }
}

.gallery .row &gt; .col:nth-child(2) .row .col:nth-child(1) &gt; .wrap {
  height: 529px;
}

@media screen and (max-width: 860px) {
  .gallery .row &gt; .col:nth-child(2) .row .col:nth-child(1) &gt; .wrap {
    height: auto;
  }
}

.gallery .row &gt; .col:nth-child(2) .row .col:nth-child(2) &gt; .wrap {
  height: 257px;
}

@media screen and (max-width: 860px) {
  .gallery .row &gt; .col:nth-child(2) .row .col:nth-child(2) &gt; .wrap {
    height: auto;
  }
}

.gallery .row &gt; .col .row .col {
  width: 50%;
}

@media screen and (max-width: 860px) {
  .gallery .row &gt; .col .row .col {
    width: 100%;
  }
}

.gallery .row .col {
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (max-width: 860px) {
  .gallery .row .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.gallery .row .col .wrap {
  overflow: hidden;
  margin-bottom: 1rem;
}

.gallery .row .col .wrap:hover img {
  transform: scale(1.1);
}

.gallery .row .col img {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 2s;
}

.gallery .row .col iframe {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.5s;
}

.lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 80vw;
  max-height: 80vh;
}

.lightbox .close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 1rem;
  padding-top: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

.lightbox .arrow-icon {
  cursor: pointer;
  font-size: 58px;
}

.lightbox .left-arrow {
  position: absolute;
  left: 0;
  padding-left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox .right-arrow {
  position: absolute;
  right: 0;
  padding-right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

[data-filter=productTypes][data-name=Voile] {
  display: none;
}

.swatch {
  width: 80px;
  height: 16px;
}

.constrainer {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 32px;
}

.constrainer.contact {
  max-width: 995px;
}

#paymentForm {
  width: 100%;
}

#paymentForm .card-holder,
#paymentForm .card-data {
  max-width: 580px;
}

#paymentForm .card-holder legend,
#paymentForm .card-data legend {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0.5rem;
}

#paymentForm .grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

#paymentForm .grid &gt; div {
  width: 100%;
}

#paymentForm .grid &gt; div:first-child {
  padding-right: 0;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  #paymentForm .grid &gt; div:first-child {
    margin-bottom: 0;
    padding-right: 2rem;
  }
}

#paymentForm .grid &gt; div:last-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  #paymentForm .grid &gt; div:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #paymentForm .grid &gt; div {
    width: 50%;
  }
}

#paymentForm input {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  border-color: #CCCCCC;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 300;
  font-size: 15px;
}

#paymentForm input::-webkit-input-placeholder, #paymentForm input:-ms-input-placeholder, #paymentForm input::placeholder {
  font-weight: 300;
}

#paymentForm input:focus {
  outline: 0;
}

#paymentForm fieldset.card-data:before {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

#paymentForm .multitext .multitextrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#paymentForm .multitext .multitextrow:nth-child(2) input {
  width: 48%;
}

#paymentForm .stripe-payment-intents-form {
  width: 100%;
}

#paymentForm .stripe-payment-intents-form fieldset.card-data:before {
  content: "Card";
}

.mobile-nav {
  transition: height 0.5s;
}

.mobile-nav .sub-nav {
  transition: height 0.5s;
}

.mobile-nav .nav-item .fa {
  transition: transform 0.5s;
}

.mobile-nav .nav-item.open .fa {
  transform: rotate(90deg);
}

.filter-sidebar {
  width: 150px;
}

@media screen and (max-width: 860px) {
  .filter-sidebar {
    width: auto;
  }
}

.trade-form-wrap {
  width: 50%;
  padding-left: 6rem;
  font-size: 1.125rem;
}

@media (max-width: 1023px) {
  .trade-form-wrap {
    padding-left: 1rem;
  }
}

@media (max-width: 639px) {
  .trade-form-wrap {
    width: 100%;
    padding-left: 0;
  }
}

.checkout-order-summary {
  width: 33.333333%;
  padding-left: 4rem;
}

@media (max-width: 1535px) {
  .checkout-order-summary {
    padding-left: 3rem;
  }
}

@media (max-width: 1279px) {
  .checkout-order-summary {
    padding-left: 0;
  }
}

@media (max-width: 860px) {
  .checkout-order-summary {
    width: 100%;
    padding-left: 0;
  }
}

.checkout-order-summary-inner {
  border-width: 1px;
  border-color: #000;
  padding: 3rem;
}

@media (max-width: 1535px) {
  .checkout-order-summary-inner {
    padding: 2rem;
  }
}

@media (max-width: 1023px) {
  .checkout-order-summary-inner {
    padding: 1rem;
  }
}

@media (max-width: 860px) {
  .checkout-order-summary-inner {
    padding: 2rem;
  }
}

@media (max-width: 479px) {
  .checkout-order-summary-inner {
    padding: 1rem;
  }
}

.checkout-summary-col {
  width: 33.333333%;
  padding-left: 4rem;
}

@media (max-width: 1535px) {
  .checkout-summary-col {
    padding-left: 2rem;
  }
}

@media (max-width: 1279px) {
  .checkout-summary-col {
    width: 40%;
    padding-left: 0;
  }
}

@media (max-width: 860px) {
  .checkout-summary-col {
    width: 100%;
  }
}

.checkout-summary-slider-text {
  width: 50%;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1023px) {
  .checkout-summary-slider-text {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 860px) {
  .checkout-summary-slider-text {
    width: 66.666667%;
    padding-left: 1rem;
  }
}

@media (max-width: 639px) {
  .checkout-summary-slider-text {
    width: 50%;
  }
}

@media (max-width: 359px) {
  .checkout-summary-slider-text {
    width: 100%;
    padding-left: 0;
  }
}

.checkout-summary-slider-image {
  background-size: cover;
  background-position: center;
  width: 50%;
  height: 10rem;
  flex-grow: 0;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .checkout-summary-slider-image {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 860px) {
  .checkout-summary-slider-image {
    width: 33.333333%;
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  .checkout-summary-slider-image {
    width: 50%;
  }
}

@media (max-width: 359px) {
  .checkout-summary-slider-image {
    width: 100%;
  }
}

.order-summary-box {
  border-width: 1px;
  border-color: #000;
  padding: 3rem;
}

@media (max-width: 1535px) {
  .order-summary-box {
    padding: 2rem;
  }
}

.register-col {
  width: 50%;
  padding-left: 6rem;
}

@media (max-width: 1023px) {
  .register-col {
    padding-left: 2rem;
  }
}

@media (max-width: 767px) {
  .register-col {
    width: 100%;
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-overlay {
  background-color: rgba(0,0,0,0.8);
}

.bg-mobilesearchbackground {
  background-color: #64666b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-overlay:hover {
  background-color: rgba(0,0,0,0.8);
}

.hover\:bg-mobilesearchbackground:hover {
  background-color: #64666b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-overlay:focus {
  background-color: rgba(0,0,0,0.8);
}

.focus\:bg-mobilesearchbackground:focus {
  background-color: #64666b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-order-complete-dark-divider {
  border-color: #9A9B9F;
}

.border-grey {
  border-color: #CCCCCC;
}

.border-darkgrey {
  border-color: #BDBDBD;
}

.border-keyline-grey {
  border-color: #dadadc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:border-order-complete-dark-divider:hover {
  border-color: #9A9B9F;
}

.hover\:border-grey:hover {
  border-color: #CCCCCC;
}

.hover\:border-darkgrey:hover {
  border-color: #BDBDBD;
}

.hover\:border-keyline-grey:hover {
  border-color: #dadadc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:border-order-complete-dark-divider:focus {
  border-color: #9A9B9F;
}

.focus\:border-grey:focus {
  border-color: #CCCCCC;
}

.focus\:border-darkgrey:focus {
  border-color: #BDBDBD;
}

.focus\:border-keyline-grey:focus {
  border-color: #dadadc;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

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

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

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

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.last\:border-0:last-child {
  border-width: 0;
}

.last\:border-2:last-child {
  border-width: 2px;
}

.last\:border-4:last-child {
  border-width: 4px;
}

.last\:border-8:last-child {
  border-width: 8px;
}

.last\:border:last-child {
  border-width: 1px;
}

.last\:border-t-0:last-child {
  border-top-width: 0;
}

.last\:border-r-0:last-child {
  border-right-width: 0;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0;
}

.last\:border-l-0:last-child {
  border-left-width: 0;
}

.last\:border-t-2:last-child {
  border-top-width: 2px;
}

.last\:border-r-2:last-child {
  border-right-width: 2px;
}

.last\:border-b-2:last-child {
  border-bottom-width: 2px;
}

.last\:border-l-2:last-child {
  border-left-width: 2px;
}

.last\:border-t-4:last-child {
  border-top-width: 4px;
}

.last\:border-r-4:last-child {
  border-right-width: 4px;
}

.last\:border-b-4:last-child {
  border-bottom-width: 4px;
}

.last\:border-l-4:last-child {
  border-left-width: 4px;
}

.last\:border-t-8:last-child {
  border-top-width: 8px;
}

.last\:border-r-8:last-child {
  border-right-width: 8px;
}

.last\:border-b-8:last-child {
  border-bottom-width: 8px;
}

.last\:border-l-8:last-child {
  border-left-width: 8px;
}

.last\:border-t:last-child {
  border-top-width: 1px;
}

.last\:border-r:last-child {
  border-right-width: 1px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-l:last-child {
  border-left-width: 1px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-base {
  font-family: proxima-nova, sans-serif;
}

.font-accent {
  font-family: freight-display-pro, serif;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

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

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-80 {
  height: 20rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

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

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-16 {
  margin: -4rem;
}

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

.-m-24 {
  margin: -6rem;
}

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

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

.-m-48 {
  margin: -12rem;
}

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

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

.-m-px {
  margin: -1px;
}

.m-1\/20 {
  margin: 5%;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.my-1\/20 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.mx-1\/20 {
  margin-left: 5%;
  margin-right: 5%;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.ml-48 {
  margin-left: 12rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.mt-1\/20 {
  margin-top: 5%;
}

.mr-1\/20 {
  margin-right: 5%;
}

.mb-1\/20 {
  margin-bottom: 5%;
}

.ml-1\/20 {
  margin-left: 5%;
}

.last\:m-0:last-child {
  margin: 0;
}

.last\:m-1:last-child {
  margin: 0.25rem;
}

.last\:m-2:last-child {
  margin: 0.5rem;
}

.last\:m-3:last-child {
  margin: 0.75rem;
}

.last\:m-4:last-child {
  margin: 1rem;
}

.last\:m-5:last-child {
  margin: 1.25rem;
}

.last\:m-6:last-child {
  margin: 1.5rem;
}

.last\:m-8:last-child {
  margin: 2rem;
}

.last\:m-10:last-child {
  margin: 2.5rem;
}

.last\:m-12:last-child {
  margin: 3rem;
}

.last\:m-16:last-child {
  margin: 4rem;
}

.last\:m-20:last-child {
  margin: 5rem;
}

.last\:m-24:last-child {
  margin: 6rem;
}

.last\:m-32:last-child {
  margin: 8rem;
}

.last\:m-40:last-child {
  margin: 10rem;
}

.last\:m-48:last-child {
  margin: 12rem;
}

.last\:m-56:last-child {
  margin: 14rem;
}

.last\:m-64:last-child {
  margin: 16rem;
}

.last\:m-auto:last-child {
  margin: auto;
}

.last\:m-px:last-child {
  margin: 1px;
}

.last\:-m-1:last-child {
  margin: -0.25rem;
}

.last\:-m-2:last-child {
  margin: -0.5rem;
}

.last\:-m-3:last-child {
  margin: -0.75rem;
}

.last\:-m-4:last-child {
  margin: -1rem;
}

.last\:-m-5:last-child {
  margin: -1.25rem;
}

.last\:-m-6:last-child {
  margin: -1.5rem;
}

.last\:-m-8:last-child {
  margin: -2rem;
}

.last\:-m-10:last-child {
  margin: -2.5rem;
}

.last\:-m-12:last-child {
  margin: -3rem;
}

.last\:-m-16:last-child {
  margin: -4rem;
}

.last\:-m-20:last-child {
  margin: -5rem;
}

.last\:-m-24:last-child {
  margin: -6rem;
}

.last\:-m-32:last-child {
  margin: -8rem;
}

.last\:-m-40:last-child {
  margin: -10rem;
}

.last\:-m-48:last-child {
  margin: -12rem;
}

.last\:-m-56:last-child {
  margin: -14rem;
}

.last\:-m-64:last-child {
  margin: -16rem;
}

.last\:-m-px:last-child {
  margin: -1px;
}

.last\:m-1\/20:last-child {
  margin: 5%;
}

.last\:my-0:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.last\:mx-0:last-child {
  margin-left: 0;
  margin-right: 0;
}

.last\:my-1:last-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:mx-1:last-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:my-2:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:mx-2:last-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:my-3:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.last\:mx-3:last-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.last\:my-4:last-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.last\:mx-4:last-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.last\:my-5:last-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.last\:mx-5:last-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.last\:my-6:last-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.last\:mx-6:last-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.last\:my-8:last-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:mx-8:last-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:my-10:last-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:mx-10:last-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.last\:my-12:last-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.last\:mx-12:last-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.last\:my-16:last-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:mx-16:last-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:my-20:last-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last\:mx-20:last-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:my-24:last-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:mx-24:last-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:my-32:last-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:mx-32:last-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:my-40:last-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:mx-40:last-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:my-48:last-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.last\:mx-48:last-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.last\:my-56:last-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:mx-56:last-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:my-64:last-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.last\:mx-64:last-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.last\:my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto;
}

.last\:my-px:last-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:mx-px:last-child {
  margin-left: 1px;
  margin-right: 1px;
}

.last\:-my-1:last-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:-mx-1:last-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:-my-2:last-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:-mx-2:last-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:-my-3:last-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.last\:-mx-3:last-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.last\:-my-4:last-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.last\:-mx-4:last-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.last\:-my-5:last-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.last\:-mx-5:last-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.last\:-my-6:last-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.last\:-mx-6:last-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.last\:-my-8:last-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.last\:-mx-8:last-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:-my-10:last-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:-mx-10:last-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.last\:-my-12:last-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.last\:-mx-12:last-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.last\:-my-16:last-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.last\:-mx-16:last-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.last\:-my-20:last-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.last\:-mx-20:last-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:-my-24:last-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:-mx-24:last-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:-my-32:last-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-mx-32:last-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-my-40:last-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:-mx-40:last-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:-my-48:last-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.last\:-mx-48:last-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.last\:-my-56:last-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:-mx-56:last-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:-my-64:last-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.last\:-mx-64:last-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.last\:-my-px:last-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:-mx-px:last-child {
  margin-left: -1px;
  margin-right: -1px;
}

.last\:my-1\/20:last-child {
  margin-top: 5%;
  margin-bottom: 5%;
}

.last\:mx-1\/20:last-child {
  margin-left: 5%;
  margin-right: 5%;
}

.last\:mt-0:last-child {
  margin-top: 0;
}

.last\:mr-0:last-child {
  margin-right: 0;
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.last\:ml-0:last-child {
  margin-left: 0;
}

.last\:mt-1:last-child {
  margin-top: 0.25rem;
}

.last\:mr-1:last-child {
  margin-right: 0.25rem;
}

.last\:mb-1:last-child {
  margin-bottom: 0.25rem;
}

.last\:ml-1:last-child {
  margin-left: 0.25rem;
}

.last\:mt-2:last-child {
  margin-top: 0.5rem;
}

.last\:mr-2:last-child {
  margin-right: 0.5rem;
}

.last\:mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:ml-2:last-child {
  margin-left: 0.5rem;
}

.last\:mt-3:last-child {
  margin-top: 0.75rem;
}

.last\:mr-3:last-child {
  margin-right: 0.75rem;
}

.last\:mb-3:last-child {
  margin-bottom: 0.75rem;
}

.last\:ml-3:last-child {
  margin-left: 0.75rem;
}

.last\:mt-4:last-child {
  margin-top: 1rem;
}

.last\:mr-4:last-child {
  margin-right: 1rem;
}

.last\:mb-4:last-child {
  margin-bottom: 1rem;
}

.last\:ml-4:last-child {
  margin-left: 1rem;
}

.last\:mt-5:last-child {
  margin-top: 1.25rem;
}

.last\:mr-5:last-child {
  margin-right: 1.25rem;
}

.last\:mb-5:last-child {
  margin-bottom: 1.25rem;
}

.last\:ml-5:last-child {
  margin-left: 1.25rem;
}

.last\:mt-6:last-child {
  margin-top: 1.5rem;
}

.last\:mr-6:last-child {
  margin-right: 1.5rem;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:ml-6:last-child {
  margin-left: 1.5rem;
}

.last\:mt-8:last-child {
  margin-top: 2rem;
}

.last\:mr-8:last-child {
  margin-right: 2rem;
}

.last\:mb-8:last-child {
  margin-bottom: 2rem;
}

.last\:ml-8:last-child {
  margin-left: 2rem;
}

.last\:mt-10:last-child {
  margin-top: 2.5rem;
}

.last\:mr-10:last-child {
  margin-right: 2.5rem;
}

.last\:mb-10:last-child {
  margin-bottom: 2.5rem;
}

.last\:ml-10:last-child {
  margin-left: 2.5rem;
}

.last\:mt-12:last-child {
  margin-top: 3rem;
}

.last\:mr-12:last-child {
  margin-right: 3rem;
}

.last\:mb-12:last-child {
  margin-bottom: 3rem;
}

.last\:ml-12:last-child {
  margin-left: 3rem;
}

.last\:mt-16:last-child {
  margin-top: 4rem;
}

.last\:mr-16:last-child {
  margin-right: 4rem;
}

.last\:mb-16:last-child {
  margin-bottom: 4rem;
}

.last\:ml-16:last-child {
  margin-left: 4rem;
}

.last\:mt-20:last-child {
  margin-top: 5rem;
}

.last\:mr-20:last-child {
  margin-right: 5rem;
}

.last\:mb-20:last-child {
  margin-bottom: 5rem;
}

.last\:ml-20:last-child {
  margin-left: 5rem;
}

.last\:mt-24:last-child {
  margin-top: 6rem;
}

.last\:mr-24:last-child {
  margin-right: 6rem;
}

.last\:mb-24:last-child {
  margin-bottom: 6rem;
}

.last\:ml-24:last-child {
  margin-left: 6rem;
}

.last\:mt-32:last-child {
  margin-top: 8rem;
}

.last\:mr-32:last-child {
  margin-right: 8rem;
}

.last\:mb-32:last-child {
  margin-bottom: 8rem;
}

.last\:ml-32:last-child {
  margin-left: 8rem;
}

.last\:mt-40:last-child {
  margin-top: 10rem;
}

.last\:mr-40:last-child {
  margin-right: 10rem;
}

.last\:mb-40:last-child {
  margin-bottom: 10rem;
}

.last\:ml-40:last-child {
  margin-left: 10rem;
}

.last\:mt-48:last-child {
  margin-top: 12rem;
}

.last\:mr-48:last-child {
  margin-right: 12rem;
}

.last\:mb-48:last-child {
  margin-bottom: 12rem;
}

.last\:ml-48:last-child {
  margin-left: 12rem;
}

.last\:mt-56:last-child {
  margin-top: 14rem;
}

.last\:mr-56:last-child {
  margin-right: 14rem;
}

.last\:mb-56:last-child {
  margin-bottom: 14rem;
}

.last\:ml-56:last-child {
  margin-left: 14rem;
}

.last\:mt-64:last-child {
  margin-top: 16rem;
}

.last\:mr-64:last-child {
  margin-right: 16rem;
}

.last\:mb-64:last-child {
  margin-bottom: 16rem;
}

.last\:ml-64:last-child {
  margin-left: 16rem;
}

.last\:mt-auto:last-child {
  margin-top: auto;
}

.last\:mr-auto:last-child {
  margin-right: auto;
}

.last\:mb-auto:last-child {
  margin-bottom: auto;
}

.last\:ml-auto:last-child {
  margin-left: auto;
}

.last\:mt-px:last-child {
  margin-top: 1px;
}

.last\:mr-px:last-child {
  margin-right: 1px;
}

.last\:mb-px:last-child {
  margin-bottom: 1px;
}

.last\:ml-px:last-child {
  margin-left: 1px;
}

.last\:-mt-1:last-child {
  margin-top: -0.25rem;
}

.last\:-mr-1:last-child {
  margin-right: -0.25rem;
}

.last\:-mb-1:last-child {
  margin-bottom: -0.25rem;
}

.last\:-ml-1:last-child {
  margin-left: -0.25rem;
}

.last\:-mt-2:last-child {
  margin-top: -0.5rem;
}

.last\:-mr-2:last-child {
  margin-right: -0.5rem;
}

.last\:-mb-2:last-child {
  margin-bottom: -0.5rem;
}

.last\:-ml-2:last-child {
  margin-left: -0.5rem;
}

.last\:-mt-3:last-child {
  margin-top: -0.75rem;
}

.last\:-mr-3:last-child {
  margin-right: -0.75rem;
}

.last\:-mb-3:last-child {
  margin-bottom: -0.75rem;
}

.last\:-ml-3:last-child {
  margin-left: -0.75rem;
}

.last\:-mt-4:last-child {
  margin-top: -1rem;
}

.last\:-mr-4:last-child {
  margin-right: -1rem;
}

.last\:-mb-4:last-child {
  margin-bottom: -1rem;
}

.last\:-ml-4:last-child {
  margin-left: -1rem;
}

.last\:-mt-5:last-child {
  margin-top: -1.25rem;
}

.last\:-mr-5:last-child {
  margin-right: -1.25rem;
}

.last\:-mb-5:last-child {
  margin-bottom: -1.25rem;
}

.last\:-ml-5:last-child {
  margin-left: -1.25rem;
}

.last\:-mt-6:last-child {
  margin-top: -1.5rem;
}

.last\:-mr-6:last-child {
  margin-right: -1.5rem;
}

.last\:-mb-6:last-child {
  margin-bottom: -1.5rem;
}

.last\:-ml-6:last-child {
  margin-left: -1.5rem;
}

.last\:-mt-8:last-child {
  margin-top: -2rem;
}

.last\:-mr-8:last-child {
  margin-right: -2rem;
}

.last\:-mb-8:last-child {
  margin-bottom: -2rem;
}

.last\:-ml-8:last-child {
  margin-left: -2rem;
}

.last\:-mt-10:last-child {
  margin-top: -2.5rem;
}

.last\:-mr-10:last-child {
  margin-right: -2.5rem;
}

.last\:-mb-10:last-child {
  margin-bottom: -2.5rem;
}

.last\:-ml-10:last-child {
  margin-left: -2.5rem;
}

.last\:-mt-12:last-child {
  margin-top: -3rem;
}

.last\:-mr-12:last-child {
  margin-right: -3rem;
}

.last\:-mb-12:last-child {
  margin-bottom: -3rem;
}

.last\:-ml-12:last-child {
  margin-left: -3rem;
}

.last\:-mt-16:last-child {
  margin-top: -4rem;
}

.last\:-mr-16:last-child {
  margin-right: -4rem;
}

.last\:-mb-16:last-child {
  margin-bottom: -4rem;
}

.last\:-ml-16:last-child {
  margin-left: -4rem;
}

.last\:-mt-20:last-child {
  margin-top: -5rem;
}

.last\:-mr-20:last-child {
  margin-right: -5rem;
}

.last\:-mb-20:last-child {
  margin-bottom: -5rem;
}

.last\:-ml-20:last-child {
  margin-left: -5rem;
}

.last\:-mt-24:last-child {
  margin-top: -6rem;
}

.last\:-mr-24:last-child {
  margin-right: -6rem;
}

.last\:-mb-24:last-child {
  margin-bottom: -6rem;
}

.last\:-ml-24:last-child {
  margin-left: -6rem;
}

.last\:-mt-32:last-child {
  margin-top: -8rem;
}

.last\:-mr-32:last-child {
  margin-right: -8rem;
}

.last\:-mb-32:last-child {
  margin-bottom: -8rem;
}

.last\:-ml-32:last-child {
  margin-left: -8rem;
}

.last\:-mt-40:last-child {
  margin-top: -10rem;
}

.last\:-mr-40:last-child {
  margin-right: -10rem;
}

.last\:-mb-40:last-child {
  margin-bottom: -10rem;
}

.last\:-ml-40:last-child {
  margin-left: -10rem;
}

.last\:-mt-48:last-child {
  margin-top: -12rem;
}

.last\:-mr-48:last-child {
  margin-right: -12rem;
}

.last\:-mb-48:last-child {
  margin-bottom: -12rem;
}

.last\:-ml-48:last-child {
  margin-left: -12rem;
}

.last\:-mt-56:last-child {
  margin-top: -14rem;
}

.last\:-mr-56:last-child {
  margin-right: -14rem;
}

.last\:-mb-56:last-child {
  margin-bottom: -14rem;
}

.last\:-ml-56:last-child {
  margin-left: -14rem;
}

.last\:-mt-64:last-child {
  margin-top: -16rem;
}

.last\:-mr-64:last-child {
  margin-right: -16rem;
}

.last\:-mb-64:last-child {
  margin-bottom: -16rem;
}

.last\:-ml-64:last-child {
  margin-left: -16rem;
}

.last\:-mt-px:last-child {
  margin-top: -1px;
}

.last\:-mr-px:last-child {
  margin-right: -1px;
}

.last\:-mb-px:last-child {
  margin-bottom: -1px;
}

.last\:-ml-px:last-child {
  margin-left: -1px;
}

.last\:mt-1\/20:last-child {
  margin-top: 5%;
}

.last\:mr-1\/20:last-child {
  margin-right: 5%;
}

.last\:mb-1\/20:last-child {
  margin-bottom: 5%;
}

.last\:ml-1\/20:last-child {
  margin-left: 5%;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-black::-moz-placeholder {
  color: #000;
}

.placeholder-black:-ms-input-placeholder {
  color: #000;
}

.placeholder-black::placeholder {
  color: #000;
}

.placeholder-white::-moz-placeholder {
  color: #fff;
}

.placeholder-white:-ms-input-placeholder {
  color: #fff;
}

.placeholder-white::placeholder {
  color: #fff;
}

.placeholder-gray-100::-moz-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100:-ms-input-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100::placeholder {
  color: #f7fafc;
}

.placeholder-gray-200::-moz-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200:-ms-input-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200::placeholder {
  color: #edf2f7;
}

.placeholder-gray-300::-moz-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300:-ms-input-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300::placeholder {
  color: #e2e8f0;
}

.placeholder-gray-400::-moz-placeholder {
  color: #cbd5e0;
}

.placeholder-gray-400:-ms-input-placeholder {
  color: #cbd5e0;
}

.placeholder-gray-400::placeholder {
  color: #cbd5e0;
}

.placeholder-gray-500::-moz-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500:-ms-input-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500::placeholder {
  color: #a0aec0;
}

.placeholder-gray-600::-moz-placeholder {
  color: #718096;
}

.placeholder-gray-600:-ms-input-placeholder {
  color: #718096;
}

.placeholder-gray-600::placeholder {
  color: #718096;
}

.placeholder-gray-700::-moz-placeholder {
  color: #4a5568;
}

.placeholder-gray-700:-ms-input-placeholder {
  color: #4a5568;
}

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

.placeholder-gray-800::-moz-placeholder {
  color: #2d3748;
}

.placeholder-gray-800:-ms-input-placeholder {
  color: #2d3748;
}

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

.placeholder-gray-900::-moz-placeholder {
  color: #1a202c;
}

.placeholder-gray-900:-ms-input-placeholder {
  color: #1a202c;
}

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

.placeholder-red-100::-moz-placeholder {
  color: #fff5f5;
}

.placeholder-red-100:-ms-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::placeholder {
  color: #fff5f5;
}

.placeholder-red-200::-moz-placeholder {
  color: #fed7d7;
}

.placeholder-red-200:-ms-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::placeholder {
  color: #fed7d7;
}

.placeholder-red-300::-moz-placeholder {
  color: #feb2b2;
}

.placeholder-red-300:-ms-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::placeholder {
  color: #feb2b2;
}

.placeholder-red-400::-moz-placeholder {
  color: #fc8181;
}

.placeholder-red-400:-ms-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::placeholder {
  color: #fc8181;
}

.placeholder-red-500::-moz-placeholder {
  color: #f56565;
}

.placeholder-red-500:-ms-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::placeholder {
  color: #f56565;
}

.placeholder-red-600::-moz-placeholder {
  color: #e53e3e;
}

.placeholder-red-600:-ms-input-placeholder {
  color: #e53e3e;
}

.placeholder-red-600::placeholder {
  color: #e53e3e;
}

.placeholder-red-700::-moz-placeholder {
  color: #c53030;
}

.placeholder-red-700:-ms-input-placeholder {
  color: #c53030;
}

.placeholder-red-700::placeholder {
  color: #c53030;
}

.placeholder-red-800::-moz-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800:-ms-input-placeholder {
  color: #9b2c2c;
}

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

.placeholder-red-900::-moz-placeholder {
  color: #742a2a;
}

.placeholder-red-900:-ms-input-placeholder {
  color: #742a2a;
}

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

.placeholder-orange-100::-moz-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100:-ms-input-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100::placeholder {
  color: #fffaf0;
}

.placeholder-orange-200::-moz-placeholder {
  color: #feebc8;
}

.placeholder-orange-200:-ms-input-placeholder {
  color: #feebc8;
}

.placeholder-orange-200::placeholder {
  color: #feebc8;
}

.placeholder-orange-300::-moz-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300:-ms-input-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300::placeholder {
  color: #fbd38d;
}

.placeholder-orange-400::-moz-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400:-ms-input-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400::placeholder {
  color: #f6ad55;
}

.placeholder-orange-500::-moz-placeholder {
  color: #ed8936;
}

.placeholder-orange-500:-ms-input-placeholder {
  color: #ed8936;
}

.placeholder-orange-500::placeholder {
  color: #ed8936;
}

.placeholder-orange-600::-moz-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600:-ms-input-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600::placeholder {
  color: #dd6b20;
}

.placeholder-orange-700::-moz-placeholder {
  color: #c05621;
}

.placeholder-orange-700:-ms-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::placeholder {
  color: #c05621;
}

.placeholder-orange-800::-moz-placeholder {
  color: #9c4221;
}

.placeholder-orange-800:-ms-input-placeholder {
  color: #9c4221;
}

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

.placeholder-orange-900::-moz-placeholder {
  color: #7b341e;
}

.placeholder-orange-900:-ms-input-placeholder {
  color: #7b341e;
}

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

.placeholder-yellow-100::-moz-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100:-ms-input-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100::placeholder {
  color: #fffff0;
}

.placeholder-yellow-200::-moz-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200:-ms-input-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200::placeholder {
  color: #fefcbf;
}

.placeholder-yellow-300::-moz-placeholder {
  color: #faf089;
}

.placeholder-yellow-300:-ms-input-placeholder {
  color: #faf089;
}

.placeholder-yellow-300::placeholder {
  color: #faf089;
}

.placeholder-yellow-400::-moz-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400:-ms-input-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400::placeholder {
  color: #f6e05e;
}

.placeholder-yellow-500::-moz-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500:-ms-input-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500::placeholder {
  color: #ecc94b;
}

.placeholder-yellow-600::-moz-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600:-ms-input-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600::placeholder {
  color: #d69e2e;
}

.placeholder-yellow-700::-moz-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700:-ms-input-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700::placeholder {
  color: #b7791f;
}

.placeholder-yellow-800::-moz-placeholder {
  color: #975a16;
}

.placeholder-yellow-800:-ms-input-placeholder {
  color: #975a16;
}

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

.placeholder-yellow-900::-moz-placeholder {
  color: #744210;
}

.placeholder-yellow-900:-ms-input-placeholder {
  color: #744210;
}

.placeholder-yellow-900::placeholder {
  color: #744210;
}

.placeholder-green-100::-moz-placeholder {
  color: #f0fff4;
}

.placeholder-green-100:-ms-input-placeholder {
  color: #f0fff4;
}

.placeholder-green-100::placeholder {
  color: #f0fff4;
}

.placeholder-green-200::-moz-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200:-ms-input-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200::placeholder {
  color: #c6f6d5;
}

.placeholder-green-300::-moz-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300:-ms-input-placeholder {
  color: #9ae6b4;
}

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

.placeholder-green-400::-moz-placeholder {
  color: #68d391;
}

.placeholder-green-400:-ms-input-placeholder {
  color: #68d391;
}

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

.placeholder-green-500::-moz-placeholder {
  color: #48bb78;
}

.placeholder-green-500:-ms-input-placeholder {
  color: #48bb78;
}

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

.placeholder-green-600::-moz-placeholder {
  color: #38a169;
}

.placeholder-green-600:-ms-input-placeholder {
  color: #38a169;
}

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

.placeholder-green-700::-moz-placeholder {
  color: #2f855a;
}

.placeholder-green-700:-ms-input-placeholder {
  color: #2f855a;
}

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

.placeholder-green-800::-moz-placeholder {
  color: #276749;
}

.placeholder-green-800:-ms-input-placeholder {
  color: #276749;
}

.placeholder-green-800::placeholder {
  color: #276749;
}

.placeholder-green-900::-moz-placeholder {
  color: #22543d;
}

.placeholder-green-900:-ms-input-placeholder {
  color: #22543d;
}

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

.placeholder-teal-100::-moz-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100:-ms-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::placeholder {
  color: #e6fffa;
}

.placeholder-teal-200::-moz-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200:-ms-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::placeholder {
  color: #b2f5ea;
}

.placeholder-teal-300::-moz-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300:-ms-input-placeholder {
  color: #81e6d9;
}

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

.placeholder-teal-400::-moz-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400:-ms-input-placeholder {
  color: #4fd1c5;
}

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

.placeholder-teal-500::-moz-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500:-ms-input-placeholder {
  color: #38b2ac;
}

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

.placeholder-teal-600::-moz-placeholder {
  color: #319795;
}

.placeholder-teal-600:-ms-input-placeholder {
  color: #319795;
}

.placeholder-teal-600::placeholder {
  color: #319795;
}

.placeholder-teal-700::-moz-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700:-ms-input-placeholder {
  color: #2c7a7b;
}

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

.placeholder-teal-800::-moz-placeholder {
  color: #285e61;
}

.placeholder-teal-800:-ms-input-placeholder {
  color: #285e61;
}

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

.placeholder-teal-900::-moz-placeholder {
  color: #234e52;
}

.placeholder-teal-900:-ms-input-placeholder {
  color: #234e52;
}

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

.placeholder-blue-100::-moz-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100:-ms-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::placeholder {
  color: #ebf8ff;
}

.placeholder-blue-200::-moz-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200:-ms-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::placeholder {
  color: #bee3f8;
}

.placeholder-blue-300::-moz-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300:-ms-input-placeholder {
  color: #90cdf4;
}

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

.placeholder-blue-400::-moz-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400:-ms-input-placeholder {
  color: #63b3ed;
}

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

.placeholder-blue-500::-moz-placeholder {
  color: #4299e1;
}

.placeholder-blue-500:-ms-input-placeholder {
  color: #4299e1;
}

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

.placeholder-blue-600::-moz-placeholder {
  color: #3182ce;
}

.placeholder-blue-600:-ms-input-placeholder {
  color: #3182ce;
}

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

.placeholder-blue-700::-moz-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700:-ms-input-placeholder {
  color: #2b6cb0;
}

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

.placeholder-blue-800::-moz-placeholder {
  color: #2c5282;
}

.placeholder-blue-800:-ms-input-placeholder {
  color: #2c5282;
}

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

.placeholder-blue-900::-moz-placeholder {
  color: #2a4365;
}

.placeholder-blue-900:-ms-input-placeholder {
  color: #2a4365;
}

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

.placeholder-indigo-100::-moz-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100:-ms-input-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100::placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-200::-moz-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200:-ms-input-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200::placeholder {
  color: #c3dafe;
}

.placeholder-indigo-300::-moz-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300:-ms-input-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300::placeholder {
  color: #a3bffa;
}

.placeholder-indigo-400::-moz-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400:-ms-input-placeholder {
  color: #7f9cf5;
}

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

.placeholder-indigo-500::-moz-placeholder {
  color: #667eea;
}

.placeholder-indigo-500:-ms-input-placeholder {
  color: #667eea;
}

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

.placeholder-indigo-600::-moz-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600:-ms-input-placeholder {
  color: #5a67d8;
}

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

.placeholder-indigo-700::-moz-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700:-ms-input-placeholder {
  color: #4c51bf;
}

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

.placeholder-indigo-800::-moz-placeholder {
  color: #434190;
}

.placeholder-indigo-800:-ms-input-placeholder {
  color: #434190;
}

.placeholder-indigo-800::placeholder {
  color: #434190;
}

.placeholder-indigo-900::-moz-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900:-ms-input-placeholder {
  color: #3c366b;
}

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

.placeholder-purple-100::-moz-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100:-ms-input-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100::placeholder {
  color: #faf5ff;
}

.placeholder-purple-200::-moz-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200:-ms-input-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200::placeholder {
  color: #e9d8fd;
}

.placeholder-purple-300::-moz-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300:-ms-input-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300::placeholder {
  color: #d6bcfa;
}

.placeholder-purple-400::-moz-placeholder {
  color: #b794f4;
}

.placeholder-purple-400:-ms-input-placeholder {
  color: #b794f4;
}

.placeholder-purple-400::placeholder {
  color: #b794f4;
}

.placeholder-purple-500::-moz-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500:-ms-input-placeholder {
  color: #9f7aea;
}

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

.placeholder-purple-600::-moz-placeholder {
  color: #805ad5;
}

.placeholder-purple-600:-ms-input-placeholder {
  color: #805ad5;
}

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

.placeholder-purple-700::-moz-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700:-ms-input-placeholder {
  color: #6b46c1;
}

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

.placeholder-purple-800::-moz-placeholder {
  color: #553c9a;
}

.placeholder-purple-800:-ms-input-placeholder {
  color: #553c9a;
}

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

.placeholder-purple-900::-moz-placeholder {
  color: #44337a;
}

.placeholder-purple-900:-ms-input-placeholder {
  color: #44337a;
}

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

.placeholder-pink-100::-moz-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100:-ms-input-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100::placeholder {
  color: #fff5f7;
}

.placeholder-pink-200::-moz-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200:-ms-input-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200::placeholder {
  color: #fed7e2;
}

.placeholder-pink-300::-moz-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300:-ms-input-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300::placeholder {
  color: #fbb6ce;
}

.placeholder-pink-400::-moz-placeholder {
  color: #f687b3;
}

.placeholder-pink-400:-ms-input-placeholder {
  color: #f687b3;
}

.placeholder-pink-400::placeholder {
  color: #f687b3;
}

.placeholder-pink-500::-moz-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500:-ms-input-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500::placeholder {
  color: #ed64a6;
}

.placeholder-pink-600::-moz-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600:-ms-input-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600::placeholder {
  color: #d53f8c;
}

.placeholder-pink-700::-moz-placeholder {
  color: #b83280;
}

.placeholder-pink-700:-ms-input-placeholder {
  color: #b83280;
}

.placeholder-pink-700::placeholder {
  color: #b83280;
}

.placeholder-pink-800::-moz-placeholder {
  color: #97266d;
}

.placeholder-pink-800:-ms-input-placeholder {
  color: #97266d;
}

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

.placeholder-pink-900::-moz-placeholder {
  color: #702459;
}

.placeholder-pink-900:-ms-input-placeholder {
  color: #702459;
}

.placeholder-pink-900::placeholder {
  color: #702459;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus::placeholder {
  color: #000;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus::placeholder {
  color: #fff;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-100:focus::placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-200:focus::placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-300:focus::placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-400:focus::placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-500:focus::placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  color: #718096;
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  color: #718096;
}

.focus\:placeholder-gray-600:focus::placeholder {
  color: #718096;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-700:focus::placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-800:focus::placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  color: #1a202c;
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  color: #1a202c;
}

.focus\:placeholder-gray-900:focus::placeholder {
  color: #1a202c;
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus::placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus::placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus::placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus::placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus::placeholder {
  color: #f56565;
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-600:focus::placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  color: #c53030;
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  color: #c53030;
}

.focus\:placeholder-red-700:focus::placeholder {
  color: #c53030;
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-800:focus::placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  color: #742a2a;
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  color: #742a2a;
}

.focus\:placeholder-red-900:focus::placeholder {
  color: #742a2a;
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-100:focus::placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-200:focus::placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-300:focus::placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-400:focus::placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-500:focus::placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-600:focus::placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus::placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus::placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus::placeholder {
  color: #7b341e;
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-100:focus::placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-200:focus::placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-300:focus::placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-400:focus::placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-500:focus::placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-600:focus::placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-700:focus::placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-800:focus::placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  color: #744210;
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  color: #744210;
}

.focus\:placeholder-yellow-900:focus::placeholder {
  color: #744210;
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-100:focus::placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-200:focus::placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-300:focus::placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  color: #68d391;
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  color: #68d391;
}

.focus\:placeholder-green-400:focus::placeholder {
  color: #68d391;
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-500:focus::placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  color: #38a169;
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  color: #38a169;
}

.focus\:placeholder-green-600:focus::placeholder {
  color: #38a169;
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-700:focus::placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  color: #276749;
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  color: #276749;
}

.focus\:placeholder-green-800:focus::placeholder {
  color: #276749;
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  color: #22543d;
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  color: #22543d;
}

.focus\:placeholder-green-900:focus::placeholder {
  color: #22543d;
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus::placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus::placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-300:focus::placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-400:focus::placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-500:focus::placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  color: #319795;
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  color: #319795;
}

.focus\:placeholder-teal-600:focus::placeholder {
  color: #319795;
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-700:focus::placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-800:focus::placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  color: #234e52;
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  color: #234e52;
}

.focus\:placeholder-teal-900:focus::placeholder {
  color: #234e52;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus::placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus::placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus::placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus::placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus::placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus::placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-700:focus::placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-800:focus::placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  color: #2a4365;
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  color: #2a4365;
}

.focus\:placeholder-blue-900:focus::placeholder {
  color: #2a4365;
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-100:focus::placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-200:focus::placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-300:focus::placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-400:focus::placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-500:focus::placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-600:focus::placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-700:focus::placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-800:focus::placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  color: #3c366b;
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  color: #3c366b;
}

.focus\:placeholder-indigo-900:focus::placeholder {
  color: #3c366b;
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-100:focus::placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-200:focus::placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-300:focus::placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-400:focus::placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-500:focus::placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-600:focus::placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-700:focus::placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-800:focus::placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  color: #44337a;
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  color: #44337a;
}

.focus\:placeholder-purple-900:focus::placeholder {
  color: #44337a;
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-100:focus::placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-200:focus::placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-300:focus::placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-400:focus::placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-500:focus::placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-600:focus::placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-700:focus::placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-800:focus::placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  color: #702459;
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  color: #702459;
}

.focus\:placeholder-pink-900:focus::placeholder {
  color: #702459;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.hover\:shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.focus\:shadow-xs:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow-none:focus {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray-100 {
  color: #f7fafc;
}

.text-gray-200 {
  color: #edf2f7;
}

.text-gray-300 {
  color: #e2e8f0;
}

.text-gray-400 {
  color: #cbd5e0;
}

.text-gray-500 {
  color: #a0aec0;
}

.text-gray-600 {
  color: #718096;
}

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

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

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

.text-red-100 {
  color: #fff5f5;
}

.text-red-200 {
  color: #fed7d7;
}

.text-red-300 {
  color: #feb2b2;
}

.text-red-400 {
  color: #fc8181;
}

.text-red-500 {
  color: #f56565;
}

.text-red-600 {
  color: #e53e3e;
}

.text-red-700 {
  color: #c53030;
}

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

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

.text-orange-100 {
  color: #fffaf0;
}

.text-orange-200 {
  color: #feebc8;
}

.text-orange-300 {
  color: #fbd38d;
}

.text-orange-400 {
  color: #f6ad55;
}

.text-orange-500 {
  color: #ed8936;
}

.text-orange-600 {
  color: #dd6b20;
}

.text-orange-700 {
  color: #c05621;
}

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

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

.text-yellow-100 {
  color: #fffff0;
}

.text-yellow-200 {
  color: #fefcbf;
}

.text-yellow-300 {
  color: #faf089;
}

.text-yellow-400 {
  color: #f6e05e;
}

.text-yellow-500 {
  color: #ecc94b;
}

.text-yellow-600 {
  color: #d69e2e;
}

.text-yellow-700 {
  color: #b7791f;
}

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

.text-yellow-900 {
  color: #744210;
}

.text-green-100 {
  color: #f0fff4;
}

.text-green-200 {
  color: #c6f6d5;
}

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

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

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

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

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

.text-green-800 {
  color: #276749;
}

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

.text-teal-100 {
  color: #e6fffa;
}

.text-teal-200 {
  color: #b2f5ea;
}

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

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

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

.text-teal-600 {
  color: #319795;
}

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

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

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

.text-blue-100 {
  color: #ebf8ff;
}

.text-blue-200 {
  color: #bee3f8;
}

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

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

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

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

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

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

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

.text-indigo-100 {
  color: #ebf4ff;
}

.text-indigo-200 {
  color: #c3dafe;
}

.text-indigo-300 {
  color: #a3bffa;
}

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

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

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

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

.text-indigo-800 {
  color: #434190;
}

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

.text-purple-100 {
  color: #faf5ff;
}

.text-purple-200 {
  color: #e9d8fd;
}

.text-purple-300 {
  color: #d6bcfa;
}

.text-purple-400 {
  color: #b794f4;
}

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

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

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

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

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

.text-pink-100 {
  color: #fff5f7;
}

.text-pink-200 {
  color: #fed7e2;
}

.text-pink-300 {
  color: #fbb6ce;
}

.text-pink-400 {
  color: #f687b3;
}

.text-pink-500 {
  color: #ed64a6;
}

.text-pink-600 {
  color: #d53f8c;
}

.text-pink-700 {
  color: #b83280;
}

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

.text-pink-900 {
  color: #702459;
}

.text-grey {
  color: #CCCCCC;
}

.text-darkgrey {
  color: #BDBDBD;
}

.text-searchplaceholder {
  color: #ddddde;
}

.hover\:text-transparent:hover {
  color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:text-red-500:hover {
  color: #f56565;
}

.hover\:text-red-600:hover {
  color: #e53e3e;
}

.hover\:text-red-700:hover {
  color: #c53030;
}

.hover\:text-red-800:hover {
  color: #9b2c2c;
}

.hover\:text-red-900:hover {
  color: #742a2a;
}

.hover\:text-orange-100:hover {
  color: #fffaf0;
}

.hover\:text-orange-200:hover {
  color: #feebc8;
}

.hover\:text-orange-300:hover {
  color: #fbd38d;
}

.hover\:text-orange-400:hover {
  color: #f6ad55;
}

.hover\:text-orange-500:hover {
  color: #ed8936;
}

.hover\:text-orange-600:hover {
  color: #dd6b20;
}

.hover\:text-orange-700:hover {
  color: #c05621;
}

.hover\:text-orange-800:hover {
  color: #9c4221;
}

.hover\:text-orange-900:hover {
  color: #7b341e;
}

.hover\:text-yellow-100:hover {
  color: #fffff0;
}

.hover\:text-yellow-200:hover {
  color: #fefcbf;
}

.hover\:text-yellow-300:hover {
  color: #faf089;
}

.hover\:text-yellow-400:hover {
  color: #f6e05e;
}

.hover\:text-yellow-500:hover {
  color: #ecc94b;
}

.hover\:text-yellow-600:hover {
  color: #d69e2e;
}

.hover\:text-yellow-700:hover {
  color: #b7791f;
}

.hover\:text-yellow-800:hover {
  color: #975a16;
}

.hover\:text-yellow-900:hover {
  color: #744210;
}

.hover\:text-green-100:hover {
  color: #f0fff4;
}

.hover\:text-green-200:hover {
  color: #c6f6d5;
}

.hover\:text-green-300:hover {
  color: #9ae6b4;
}

.hover\:text-green-400:hover {
  color: #68d391;
}

.hover\:text-green-500:hover {
  color: #48bb78;
}

.hover\:text-green-600:hover {
  color: #38a169;
}

.hover\:text-green-700:hover {
  color: #2f855a;
}

.hover\:text-green-800:hover {
  color: #276749;
}

.hover\:text-green-900:hover {
  color: #22543d;
}

.hover\:text-teal-100:hover {
  color: #e6fffa;
}

.hover\:text-teal-200:hover {
  color: #b2f5ea;
}

.hover\:text-teal-300:hover {
  color: #81e6d9;
}

.hover\:text-teal-400:hover {
  color: #4fd1c5;
}

.hover\:text-teal-500:hover {
  color: #38b2ac;
}

.hover\:text-teal-600:hover {
  color: #319795;
}

.hover\:text-teal-700:hover {
  color: #2c7a7b;
}

.hover\:text-teal-800:hover {
  color: #285e61;
}

.hover\:text-teal-900:hover {
  color: #234e52;
}

.hover\:text-blue-100:hover {
  color: #ebf8ff;
}

.hover\:text-blue-200:hover {
  color: #bee3f8;
}

.hover\:text-blue-300:hover {
  color: #90cdf4;
}

.hover\:text-blue-400:hover {
  color: #63b3ed;
}

.hover\:text-blue-500:hover {
  color: #4299e1;
}

.hover\:text-blue-600:hover {
  color: #3182ce;
}

.hover\:text-blue-700:hover {
  color: #2b6cb0;
}

.hover\:text-blue-800:hover {
  color: #2c5282;
}

.hover\:text-blue-900:hover {
  color: #2a4365;
}

.hover\:text-indigo-100:hover {
  color: #ebf4ff;
}

.hover\:text-indigo-200:hover {
  color: #c3dafe;
}

.hover\:text-indigo-300:hover {
  color: #a3bffa;
}

.hover\:text-indigo-400:hover {
  color: #7f9cf5;
}

.hover\:text-indigo-500:hover {
  color: #667eea;
}

.hover\:text-indigo-600:hover {
  color: #5a67d8;
}

.hover\:text-indigo-700:hover {
  color: #4c51bf;
}

.hover\:text-indigo-800:hover {
  color: #434190;
}

.hover\:text-indigo-900:hover {
  color: #3c366b;
}

.hover\:text-purple-100:hover {
  color: #faf5ff;
}

.hover\:text-purple-200:hover {
  color: #e9d8fd;
}

.hover\:text-purple-300:hover {
  color: #d6bcfa;
}

.hover\:text-purple-400:hover {
  color: #b794f4;
}

.hover\:text-purple-500:hover {
  color: #9f7aea;
}

.hover\:text-purple-600:hover {
  color: #805ad5;
}

.hover\:text-purple-700:hover {
  color: #6b46c1;
}

.hover\:text-purple-800:hover {
  color: #553c9a;
}

.hover\:text-purple-900:hover {
  color: #44337a;
}

.hover\:text-pink-100:hover {
  color: #fff5f7;
}

.hover\:text-pink-200:hover {
  color: #fed7e2;
}

.hover\:text-pink-300:hover {
  color: #fbb6ce;
}

.hover\:text-pink-400:hover {
  color: #f687b3;
}

.hover\:text-pink-500:hover {
  color: #ed64a6;
}

.hover\:text-pink-600:hover {
  color: #d53f8c;
}

.hover\:text-pink-700:hover {
  color: #b83280;
}

.hover\:text-pink-800:hover {
  color: #97266d;
}

.hover\:text-pink-900:hover {
  color: #702459;
}

.hover\:text-grey:hover {
  color: #CCCCCC;
}

.hover\:text-darkgrey:hover {
  color: #BDBDBD;
}

.hover\:text-searchplaceholder:hover {
  color: #ddddde;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-black:focus {
  color: #000;
}

.focus\:text-white:focus {
  color: #fff;
}

.focus\:text-gray-100:focus {
  color: #f7fafc;
}

.focus\:text-gray-200:focus {
  color: #edf2f7;
}

.focus\:text-gray-300:focus {
  color: #e2e8f0;
}

.focus\:text-gray-400:focus {
  color: #cbd5e0;
}

.focus\:text-gray-500:focus {
  color: #a0aec0;
}

.focus\:text-gray-600:focus {
  color: #718096;
}

.focus\:text-gray-700:focus {
  color: #4a5568;
}

.focus\:text-gray-800:focus {
  color: #2d3748;
}

.focus\:text-gray-900:focus {
  color: #1a202c;
}

.focus\:text-red-100:focus {
  color: #fff5f5;
}

.focus\:text-red-200:focus {
  color: #fed7d7;
}

.focus\:text-red-300:focus {
  color: #feb2b2;
}

.focus\:text-red-400:focus {
  color: #fc8181;
}

.focus\:text-red-500:focus {
  color: #f56565;
}

.focus\:text-red-600:focus {
  color: #e53e3e;
}

.focus\:text-red-700:focus {
  color: #c53030;
}

.focus\:text-red-800:focus {
  color: #9b2c2c;
}

.focus\:text-red-900:focus {
  color: #742a2a;
}

.focus\:text-orange-100:focus {
  color: #fffaf0;
}

.focus\:text-orange-200:focus {
  color: #feebc8;
}

.focus\:text-orange-300:focus {
  color: #fbd38d;
}

.focus\:text-orange-400:focus {
  color: #f6ad55;
}

.focus\:text-orange-500:focus {
  color: #ed8936;
}

.focus\:text-orange-600:focus {
  color: #dd6b20;
}

.focus\:text-orange-700:focus {
  color: #c05621;
}

.focus\:text-orange-800:focus {
  color: #9c4221;
}

.focus\:text-orange-900:focus {
  color: #7b341e;
}

.focus\:text-yellow-100:focus {
  color: #fffff0;
}

.focus\:text-yellow-200:focus {
  color: #fefcbf;
}

.focus\:text-yellow-300:focus {
  color: #faf089;
}

.focus\:text-yellow-400:focus {
  color: #f6e05e;
}

.focus\:text-yellow-500:focus {
  color: #ecc94b;
}

.focus\:text-yellow-600:focus {
  color: #d69e2e;
}

.focus\:text-yellow-700:focus {
  color: #b7791f;
}

.focus\:text-yellow-800:focus {
  color: #975a16;
}

.focus\:text-yellow-900:focus {
  color: #744210;
}

.focus\:text-green-100:focus {
  color: #f0fff4;
}

.focus\:text-green-200:focus {
  color: #c6f6d5;
}

.focus\:text-green-300:focus {
  color: #9ae6b4;
}

.focus\:text-green-400:focus {
  color: #68d391;
}

.focus\:text-green-500:focus {
  color: #48bb78;
}

.focus\:text-green-600:focus {
  color: #38a169;
}

.focus\:text-green-700:focus {
  color: #2f855a;
}

.focus\:text-green-800:focus {
  color: #276749;
}

.focus\:text-green-900:focus {
  color: #22543d;
}

.focus\:text-teal-100:focus {
  color: #e6fffa;
}

.focus\:text-teal-200:focus {
  color: #b2f5ea;
}

.focus\:text-teal-300:focus {
  color: #81e6d9;
}

.focus\:text-teal-400:focus {
  color: #4fd1c5;
}

.focus\:text-teal-500:focus {
  color: #38b2ac;
}

.focus\:text-teal-600:focus {
  color: #319795;
}

.focus\:text-teal-700:focus {
  color: #2c7a7b;
}

.focus\:text-teal-800:focus {
  color: #285e61;
}

.focus\:text-teal-900:focus {
  color: #234e52;
}

.focus\:text-blue-100:focus {
  color: #ebf8ff;
}

.focus\:text-blue-200:focus {
  color: #bee3f8;
}

.focus\:text-blue-300:focus {
  color: #90cdf4;
}

.focus\:text-blue-400:focus {
  color: #63b3ed;
}

.focus\:text-blue-500:focus {
  color: #4299e1;
}

.focus\:text-blue-600:focus {
  color: #3182ce;
}

.focus\:text-blue-700:focus {
  color: #2b6cb0;
}

.focus\:text-blue-800:focus {
  color: #2c5282;
}

.focus\:text-blue-900:focus {
  color: #2a4365;
}

.focus\:text-indigo-100:focus {
  color: #ebf4ff;
}

.focus\:text-indigo-200:focus {
  color: #c3dafe;
}

.focus\:text-indigo-300:focus {
  color: #a3bffa;
}

.focus\:text-indigo-400:focus {
  color: #7f9cf5;
}

.focus\:text-indigo-500:focus {
  color: #667eea;
}

.focus\:text-indigo-600:focus {
  color: #5a67d8;
}

.focus\:text-indigo-700:focus {
  color: #4c51bf;
}

.focus\:text-indigo-800:focus {
  color: #434190;
}

.focus\:text-indigo-900:focus {
  color: #3c366b;
}

.focus\:text-purple-100:focus {
  color: #faf5ff;
}

.focus\:text-purple-200:focus {
  color: #e9d8fd;
}

.focus\:text-purple-300:focus {
  color: #d6bcfa;
}

.focus\:text-purple-400:focus {
  color: #b794f4;
}

.focus\:text-purple-500:focus {
  color: #9f7aea;
}

.focus\:text-purple-600:focus {
  color: #805ad5;
}

.focus\:text-purple-700:focus {
  color: #6b46c1;
}

.focus\:text-purple-800:focus {
  color: #553c9a;
}

.focus\:text-purple-900:focus {
  color: #44337a;
}

.focus\:text-pink-100:focus {
  color: #fff5f7;
}

.focus\:text-pink-200:focus {
  color: #fed7e2;
}

.focus\:text-pink-300:focus {
  color: #fbb6ce;
}

.focus\:text-pink-400:focus {
  color: #f687b3;
}

.focus\:text-pink-500:focus {
  color: #ed64a6;
}

.focus\:text-pink-600:focus {
  color: #d53f8c;
}

.focus\:text-pink-700:focus {
  color: #b83280;
}

.focus\:text-pink-800:focus {
  color: #97266d;
}

.focus\:text-pink-900:focus {
  color: #702459;
}

.focus\:text-grey:focus {
  color: #CCCCCC;
}

.focus\:text-darkgrey:focus {
  color: #BDBDBD;
}

.focus\:text-searchplaceholder:focus {
  color: #ddddde;
}

.text-10 {
  font-size: 10px;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-23 {
  font-size: 23px;
}

.text-25 {
  font-size: 25px;
}

.text-30 {
  font-size: 30px;
}

.text-45 {
  font-size: 45px;
}

.text-xs {
  font-size: 0.8rem;
}

.text-sm {
  font-size: 0.875rem;
}

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

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

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

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

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

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

.text-6xl {
  font-size: 4rem;
}

.text-xxs {
  font-size: 0.625rem;
}

.text-s {
  font-size: 0.9375rem;
}

.text-md {
  font-size: 1rem;
}

.text-heroxl {
  font-size: 6rem;
}

.text-superxl {
  font-size: 8rem;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-1 {
  letter-spacing: 1px;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-0p1 {
  letter-spacing: 0.1em;
}

.tracking-xwidest {
  letter-spacing: 0.15em;
}

.tracking-0p55 {
  letter-spacing: 0.55px;
}

.tracking-2p1 {
  letter-spacing: 2.1px;
}

.select-none {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.select-text {
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
}

.select-all {
  -moz-user-select: all;
   -ms-user-select: all;
       user-select: all;
}

.select-auto {
  -moz-user-select: auto;
   -ms-user-select: auto;
       user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 22rem;
}

.w-96 {
  width: 26rem;
}

.w-128 {
  width: 30rem;
}

.w-200 {
  width: 12.5rem;
}

.w-400 {
  width: 25rem;
}

.w-500 {
  width: 31.25rem;
}

.w-600 {
  width: 37.5rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-1\/10 {
  width: 10%;
}

.w-3\/10 {
  width: 30%;
}

.w-logo {
  width: 250px;
}

.w-minilogo {
  width: 40px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.gap-0 {
  grid-gap: 0;
  gap: 0;
}

.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-16 {
  grid-gap: 4rem;
  gap: 4rem;
}

.gap-20 {
  grid-gap: 5rem;
  gap: 5rem;
}

.gap-24 {
  grid-gap: 6rem;
  gap: 6rem;
}

.gap-32 {
  grid-gap: 8rem;
  gap: 8rem;
}

.gap-40 {
  grid-gap: 10rem;
  gap: 10rem;
}

.gap-48 {
  grid-gap: 12rem;
  gap: 12rem;
}

.gap-56 {
  grid-gap: 14rem;
  gap: 14rem;
}

.gap-64 {
  grid-gap: 16rem;
  gap: 16rem;
}

.gap-px {
  grid-gap: 1px;
  gap: 1px;
}

.col-gap-0 {
  grid-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}

.col-gap-1 {
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.col-gap-2 {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.col-gap-3 {
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.col-gap-4 {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.col-gap-5 {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.col-gap-6 {
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.col-gap-8 {
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.col-gap-10 {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.col-gap-12 {
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.col-gap-16 {
  grid-column-gap: 4rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.col-gap-20 {
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.col-gap-24 {
  grid-column-gap: 6rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.col-gap-32 {
  grid-column-gap: 8rem;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.col-gap-40 {
  grid-column-gap: 10rem;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.col-gap-48 {
  grid-column-gap: 12rem;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.col-gap-56 {
  grid-column-gap: 14rem;
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.col-gap-64 {
  grid-column-gap: 16rem;
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.col-gap-px {
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0;
}

.row-gap-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.row-gap-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.row-gap-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.row-gap-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.row-gap-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.row-gap-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.row-gap-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.row-gap-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.row-gap-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.row-gap-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.row-gap-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.row-gap-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.row-gap-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.row-gap-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.row-gap-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.row-gap-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.row-gap-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.row-gap-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

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

.transform-none {
  transform: none;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.scale-x-0 {
  --transform-scale-x: 0;
}

.scale-x-50 {
  --transform-scale-x: .5;
}

.scale-x-75 {
  --transform-scale-x: .75;
}

.scale-x-90 {
  --transform-scale-x: .9;
}

.scale-x-95 {
  --transform-scale-x: .95;
}

.scale-x-100 {
  --transform-scale-x: 1;
}

.scale-x-105 {
  --transform-scale-x: 1.05;
}

.scale-x-110 {
  --transform-scale-x: 1.1;
}

.scale-x-125 {
  --transform-scale-x: 1.25;
}

.scale-x-150 {
  --transform-scale-x: 1.5;
}

.scale-y-0 {
  --transform-scale-y: 0;
}

.scale-y-50 {
  --transform-scale-y: .5;
}

.scale-y-75 {
  --transform-scale-y: .75;
}

.scale-y-90 {
  --transform-scale-y: .9;
}

.scale-y-95 {
  --transform-scale-y: .95;
}

.scale-y-100 {
  --transform-scale-y: 1;
}

.scale-y-105 {
  --transform-scale-y: 1.05;
}

.scale-y-110 {
  --transform-scale-y: 1.1;
}

.scale-y-125 {
  --transform-scale-y: 1.25;
}

.scale-y-150 {
  --transform-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.hover\:scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.hover\:scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.hover\:scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.focus\:scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.focus\:scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.focus\:scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.focus\:scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.focus\:scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5;
}

.rotate-0 {
  --transform-rotate: 0;
}

.rotate-45 {
  --transform-rotate: 45deg;
}

.rotate-90 {
  --transform-rotate: 90deg;
}

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

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

.-rotate-90 {
  --transform-rotate: -90deg;
}

.-rotate-45 {
  --transform-rotate: -45deg;
}

.hover\:rotate-0:hover {
  --transform-rotate: 0;
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg;
}

.focus\:rotate-0:focus {
  --transform-rotate: 0;
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg;
}

.translate-x-0 {
  --transform-translate-x: 0;
}

.translate-x-1 {
  --transform-translate-x: 0.25rem;
}

.translate-x-2 {
  --transform-translate-x: 0.5rem;
}

.translate-x-3 {
  --transform-translate-x: 0.75rem;
}

.translate-x-4 {
  --transform-translate-x: 1rem;
}

.translate-x-5 {
  --transform-translate-x: 1.25rem;
}

.translate-x-6 {
  --transform-translate-x: 1.5rem;
}

.translate-x-8 {
  --transform-translate-x: 2rem;
}

.translate-x-10 {
  --transform-translate-x: 2.5rem;
}

.translate-x-12 {
  --transform-translate-x: 3rem;
}

.translate-x-16 {
  --transform-translate-x: 4rem;
}

.translate-x-20 {
  --transform-translate-x: 5rem;
}

.translate-x-24 {
  --transform-translate-x: 6rem;
}

.translate-x-32 {
  --transform-translate-x: 8rem;
}

.translate-x-40 {
  --transform-translate-x: 10rem;
}

.translate-x-48 {
  --transform-translate-x: 12rem;
}

.translate-x-56 {
  --transform-translate-x: 14rem;
}

.translate-x-64 {
  --transform-translate-x: 16rem;
}

.translate-x-px {
  --transform-translate-x: 1px;
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem;
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem;
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem;
}

.-translate-x-4 {
  --transform-translate-x: -1rem;
}

.-translate-x-5 {
  --transform-translate-x: -1.25rem;
}

.-translate-x-6 {
  --transform-translate-x: -1.5rem;
}

.-translate-x-8 {
  --transform-translate-x: -2rem;
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem;
}

.-translate-x-12 {
  --transform-translate-x: -3rem;
}

.-translate-x-16 {
  --transform-translate-x: -4rem;
}

.-translate-x-20 {
  --transform-translate-x: -5rem;
}

.-translate-x-24 {
  --transform-translate-x: -6rem;
}

.-translate-x-32 {
  --transform-translate-x: -8rem;
}

.-translate-x-40 {
  --transform-translate-x: -10rem;
}

.-translate-x-48 {
  --transform-translate-x: -12rem;
}

.-translate-x-56 {
  --transform-translate-x: -14rem;
}

.-translate-x-64 {
  --transform-translate-x: -16rem;
}

.-translate-x-px {
  --transform-translate-x: -1px;
}

.-translate-x-full {
  --transform-translate-x: -100%;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%;
}

.translate-x-1\/2 {
  --transform-translate-x: 50%;
}

.translate-x-full {
  --transform-translate-x: 100%;
}

.translate-y-0 {
  --transform-translate-y: 0;
}

.translate-y-1 {
  --transform-translate-y: 0.25rem;
}

.translate-y-2 {
  --transform-translate-y: 0.5rem;
}

.translate-y-3 {
  --transform-translate-y: 0.75rem;
}

.translate-y-4 {
  --transform-translate-y: 1rem;
}

.translate-y-5 {
  --transform-translate-y: 1.25rem;
}

.translate-y-6 {
  --transform-translate-y: 1.5rem;
}

.translate-y-8 {
  --transform-translate-y: 2rem;
}

.translate-y-10 {
  --transform-translate-y: 2.5rem;
}

.translate-y-12 {
  --transform-translate-y: 3rem;
}

.translate-y-16 {
  --transform-translate-y: 4rem;
}

.translate-y-20 {
  --transform-translate-y: 5rem;
}

.translate-y-24 {
  --transform-translate-y: 6rem;
}

.translate-y-32 {
  --transform-translate-y: 8rem;
}

.translate-y-40 {
  --transform-translate-y: 10rem;
}

.translate-y-48 {
  --transform-translate-y: 12rem;
}

.translate-y-56 {
  --transform-translate-y: 14rem;
}

.translate-y-64 {
  --transform-translate-y: 16rem;
}

.translate-y-px {
  --transform-translate-y: 1px;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem;
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem;
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem;
}

.-translate-y-4 {
  --transform-translate-y: -1rem;
}

.-translate-y-5 {
  --transform-translate-y: -1.25rem;
}

.-translate-y-6 {
  --transform-translate-y: -1.5rem;
}

.-translate-y-8 {
  --transform-translate-y: -2rem;
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem;
}

.-translate-y-12 {
  --transform-translate-y: -3rem;
}

.-translate-y-16 {
  --transform-translate-y: -4rem;
}

.-translate-y-20 {
  --transform-translate-y: -5rem;
}

.-translate-y-24 {
  --transform-translate-y: -6rem;
}

.-translate-y-32 {
  --transform-translate-y: -8rem;
}

.-translate-y-40 {
  --transform-translate-y: -10rem;
}

.-translate-y-48 {
  --transform-translate-y: -12rem;
}

.-translate-y-56 {
  --transform-translate-y: -14rem;
}

.-translate-y-64 {
  --transform-translate-y: -16rem;
}

.-translate-y-px {
  --transform-translate-y: -1px;
}

.-translate-y-full {
  --transform-translate-y: -100%;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%;
}

.translate-y-1\/2 {
  --transform-translate-y: 50%;
}

.translate-y-full {
  --transform-translate-y: 100%;
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0;
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem;
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem;
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem;
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem;
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem;
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem;
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem;
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem;
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem;
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem;
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem;
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem;
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px;
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem;
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem;
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem;
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem;
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem;
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem;
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem;
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem;
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem;
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem;
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem;
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem;
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px;
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100%;
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50%;
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50%;
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100%;
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0;
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem;
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem;
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem;
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem;
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem;
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem;
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem;
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem;
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem;
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem;
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem;
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem;
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem;
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem;
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem;
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem;
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem;
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem;
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem;
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem;
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem;
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem;
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem;
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem;
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px;
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100%;
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50%;
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50%;
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100%;
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0;
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1rem;
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem;
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2rem;
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem;
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem;
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem;
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem;
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 6rem;
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem;
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem;
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem;
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem;
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem;
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px;
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem;
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem;
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem;
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem;
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem;
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem;
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem;
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem;
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem;
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem;
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem;
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem;
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem;
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px;
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100%;
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50%;
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50%;
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100%;
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0;
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem;
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2rem;
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem;
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem;
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem;
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem;
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 6rem;
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem;
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem;
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem;
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem;
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem;
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px;
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem;
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem;
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem;
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem;
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem;
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem;
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem;
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem;
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem;
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem;
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem;
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem;
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px;
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100%;
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50%;
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50%;
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100%;
}

.skew-x-0 {
  --transform-skew-x: 0;
}

.skew-x-3 {
  --transform-skew-x: 3deg;
}

.skew-x-6 {
  --transform-skew-x: 6deg;
}

.skew-x-12 {
  --transform-skew-x: 12deg;
}

.-skew-x-12 {
  --transform-skew-x: -12deg;
}

.-skew-x-6 {
  --transform-skew-x: -6deg;
}

.-skew-x-3 {
  --transform-skew-x: -3deg;
}

.skew-y-0 {
  --transform-skew-y: 0;
}

.skew-y-3 {
  --transform-skew-y: 3deg;
}

.skew-y-6 {
  --transform-skew-y: 6deg;
}

.skew-y-12 {
  --transform-skew-y: 12deg;
}

.-skew-y-12 {
  --transform-skew-y: -12deg;
}

.-skew-y-6 {
  --transform-skew-y: -6deg;
}

.-skew-y-3 {
  --transform-skew-y: -3deg;
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0;
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg;
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0;
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg;
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0;
}

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg;
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0;
}

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg;
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity {
  transition-property: opacity;
}

.transition-shadow {
  transition-property: box-shadow;
}

.transition-transform {
  transition-property: transform;
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

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

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

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

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

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

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

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

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

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

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

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

  .sm\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .sm\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .sm\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .sm\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .sm\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .sm\:bg-gray-600 {
    background-color: #718096;
  }

  .sm\:bg-gray-700 {
    background-color: #4a5568;
  }

  .sm\:bg-gray-800 {
    background-color: #2d3748;
  }

  .sm\:bg-gray-900 {
    background-color: #1a202c;
  }

  .sm\:bg-red-100 {
    background-color: #fff5f5;
  }

  .sm\:bg-red-200 {
    background-color: #fed7d7;
  }

  .sm\:bg-red-300 {
    background-color: #feb2b2;
  }

  .sm\:bg-red-400 {
    background-color: #fc8181;
  }

  .sm\:bg-red-500 {
    background-color: #f56565;
  }

  .sm\:bg-red-600 {
    background-color: #e53e3e;
  }

  .sm\:bg-red-700 {
    background-color: #c53030;
  }

  .sm\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .sm\:bg-red-900 {
    background-color: #742a2a;
  }

  .sm\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .sm\:bg-orange-200 {
    background-color: #feebc8;
  }

  .sm\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .sm\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .sm\:bg-orange-500 {
    background-color: #ed8936;
  }

  .sm\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .sm\:bg-orange-700 {
    background-color: #c05621;
  }

  .sm\:bg-orange-800 {
    background-color: #9c4221;
  }

  .sm\:bg-orange-900 {
    background-color: #7b341e;
  }

  .sm\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .sm\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .sm\:bg-yellow-300 {
    background-color: #faf089;
  }

  .sm\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .sm\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .sm\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .sm\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .sm\:bg-yellow-800 {
    background-color: #975a16;
  }

  .sm\:bg-yellow-900 {
    background-color: #744210;
  }

  .sm\:bg-green-100 {
    background-color: #f0fff4;
  }

  .sm\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .sm\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .sm\:bg-green-400 {
    background-color: #68d391;
  }

  .sm\:bg-green-500 {
    background-color: #48bb78;
  }

  .sm\:bg-green-600 {
    background-color: #38a169;
  }

  .sm\:bg-green-700 {
    background-color: #2f855a;
  }

  .sm\:bg-green-800 {
    background-color: #276749;
  }

  .sm\:bg-green-900 {
    background-color: #22543d;
  }

  .sm\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .sm\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .sm\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .sm\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .sm\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .sm\:bg-teal-600 {
    background-color: #319795;
  }

  .sm\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .sm\:bg-teal-800 {
    background-color: #285e61;
  }

  .sm\:bg-teal-900 {
    background-color: #234e52;
  }

  .sm\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .sm\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .sm\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .sm\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .sm\:bg-blue-500 {
    background-color: #4299e1;
  }

  .sm\:bg-blue-600 {
    background-color: #3182ce;
  }

  .sm\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .sm\:bg-blue-800 {
    background-color: #2c5282;
  }

  .sm\:bg-blue-900 {
    background-color: #2a4365;
  }

  .sm\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .sm\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .sm\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .sm\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .sm\:bg-indigo-500 {
    background-color: #667eea;
  }

  .sm\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .sm\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .sm\:bg-indigo-800 {
    background-color: #434190;
  }

  .sm\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .sm\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .sm\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .sm\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .sm\:bg-purple-400 {
    background-color: #b794f4;
  }

  .sm\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .sm\:bg-purple-600 {
    background-color: #805ad5;
  }

  .sm\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .sm\:bg-purple-800 {
    background-color: #553c9a;
  }

  .sm\:bg-purple-900 {
    background-color: #44337a;
  }

  .sm\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .sm\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .sm\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .sm\:bg-pink-400 {
    background-color: #f687b3;
  }

  .sm\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .sm\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .sm\:bg-pink-700 {
    background-color: #b83280;
  }

  .sm\:bg-pink-800 {
    background-color: #97266d;
  }

  .sm\:bg-pink-900 {
    background-color: #702459;
  }

  .sm\:bg-overlay {
    background-color: rgba(0,0,0,0.8);
  }

  .sm\:bg-mobilesearchbackground {
    background-color: #64666b;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .sm\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .sm\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .sm\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .sm\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .sm\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .sm\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .sm\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .sm\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .sm\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .sm\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .sm\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .sm\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .sm\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .sm\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .sm\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .sm\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .sm\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .sm\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .sm\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .sm\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .sm\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .sm\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .sm\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .sm\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .sm\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .sm\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .sm\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .sm\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .sm\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .sm\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .sm\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .sm\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .sm\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .sm\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .sm\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .sm\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .sm\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .sm\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .sm\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .sm\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .sm\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .sm\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .sm\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .sm\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .sm\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .sm\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .sm\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .sm\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .sm\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .sm\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .sm\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .sm\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .sm\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .sm\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .sm\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .sm\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .sm\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .sm\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .sm\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .sm\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .sm\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .sm\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .sm\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .sm\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .sm\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .sm\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .sm\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .sm\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .sm\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .sm\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .sm\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .sm\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .sm\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .sm\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .sm\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .sm\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .sm\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .sm\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .sm\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .sm\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .sm\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .sm\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .sm\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .sm\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .sm\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .sm\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .sm\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .sm\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .sm\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .sm\:hover\:bg-overlay:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .sm\:hover\:bg-mobilesearchbackground:hover {
    background-color: #64666b;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-black:focus {
    background-color: #000;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .sm\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .sm\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .sm\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .sm\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .sm\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .sm\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .sm\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .sm\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .sm\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .sm\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .sm\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .sm\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .sm\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .sm\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .sm\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .sm\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .sm\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .sm\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .sm\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .sm\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .sm\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .sm\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .sm\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .sm\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .sm\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .sm\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .sm\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .sm\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .sm\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .sm\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .sm\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .sm\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .sm\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .sm\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .sm\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .sm\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .sm\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .sm\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .sm\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .sm\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .sm\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .sm\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .sm\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .sm\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .sm\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .sm\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .sm\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .sm\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .sm\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .sm\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .sm\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .sm\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .sm\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .sm\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .sm\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .sm\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .sm\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .sm\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .sm\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .sm\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .sm\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .sm\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .sm\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .sm\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .sm\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .sm\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .sm\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .sm\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .sm\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .sm\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .sm\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .sm\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .sm\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .sm\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .sm\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .sm\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .sm\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .sm\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .sm\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .sm\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .sm\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .sm\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .sm\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .sm\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .sm\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .sm\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .sm\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .sm\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .sm\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .sm\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .sm\:focus\:bg-overlay:focus {
    background-color: rgba(0,0,0,0.8);
  }

  .sm\:focus\:bg-mobilesearchbackground:focus {
    background-color: #64666b;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-gray-100 {
    border-color: #f7fafc;
  }

  .sm\:border-gray-200 {
    border-color: #edf2f7;
  }

  .sm\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .sm\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .sm\:border-gray-500 {
    border-color: #a0aec0;
  }

  .sm\:border-gray-600 {
    border-color: #718096;
  }

  .sm\:border-gray-700 {
    border-color: #4a5568;
  }

  .sm\:border-gray-800 {
    border-color: #2d3748;
  }

  .sm\:border-gray-900 {
    border-color: #1a202c;
  }

  .sm\:border-red-100 {
    border-color: #fff5f5;
  }

  .sm\:border-red-200 {
    border-color: #fed7d7;
  }

  .sm\:border-red-300 {
    border-color: #feb2b2;
  }

  .sm\:border-red-400 {
    border-color: #fc8181;
  }

  .sm\:border-red-500 {
    border-color: #f56565;
  }

  .sm\:border-red-600 {
    border-color: #e53e3e;
  }

  .sm\:border-red-700 {
    border-color: #c53030;
  }

  .sm\:border-red-800 {
    border-color: #9b2c2c;
  }

  .sm\:border-red-900 {
    border-color: #742a2a;
  }

  .sm\:border-orange-100 {
    border-color: #fffaf0;
  }

  .sm\:border-orange-200 {
    border-color: #feebc8;
  }

  .sm\:border-orange-300 {
    border-color: #fbd38d;
  }

  .sm\:border-orange-400 {
    border-color: #f6ad55;
  }

  .sm\:border-orange-500 {
    border-color: #ed8936;
  }

  .sm\:border-orange-600 {
    border-color: #dd6b20;
  }

  .sm\:border-orange-700 {
    border-color: #c05621;
  }

  .sm\:border-orange-800 {
    border-color: #9c4221;
  }

  .sm\:border-orange-900 {
    border-color: #7b341e;
  }

  .sm\:border-yellow-100 {
    border-color: #fffff0;
  }

  .sm\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .sm\:border-yellow-300 {
    border-color: #faf089;
  }

  .sm\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .sm\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .sm\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .sm\:border-yellow-700 {
    border-color: #b7791f;
  }

  .sm\:border-yellow-800 {
    border-color: #975a16;
  }

  .sm\:border-yellow-900 {
    border-color: #744210;
  }

  .sm\:border-green-100 {
    border-color: #f0fff4;
  }

  .sm\:border-green-200 {
    border-color: #c6f6d5;
  }

  .sm\:border-green-300 {
    border-color: #9ae6b4;
  }

  .sm\:border-green-400 {
    border-color: #68d391;
  }

  .sm\:border-green-500 {
    border-color: #48bb78;
  }

  .sm\:border-green-600 {
    border-color: #38a169;
  }

  .sm\:border-green-700 {
    border-color: #2f855a;
  }

  .sm\:border-green-800 {
    border-color: #276749;
  }

  .sm\:border-green-900 {
    border-color: #22543d;
  }

  .sm\:border-teal-100 {
    border-color: #e6fffa;
  }

  .sm\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .sm\:border-teal-300 {
    border-color: #81e6d9;
  }

  .sm\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .sm\:border-teal-500 {
    border-color: #38b2ac;
  }

  .sm\:border-teal-600 {
    border-color: #319795;
  }

  .sm\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .sm\:border-teal-800 {
    border-color: #285e61;
  }

  .sm\:border-teal-900 {
    border-color: #234e52;
  }

  .sm\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .sm\:border-blue-200 {
    border-color: #bee3f8;
  }

  .sm\:border-blue-300 {
    border-color: #90cdf4;
  }

  .sm\:border-blue-400 {
    border-color: #63b3ed;
  }

  .sm\:border-blue-500 {
    border-color: #4299e1;
  }

  .sm\:border-blue-600 {
    border-color: #3182ce;
  }

  .sm\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .sm\:border-blue-800 {
    border-color: #2c5282;
  }

  .sm\:border-blue-900 {
    border-color: #2a4365;
  }

  .sm\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .sm\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .sm\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .sm\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .sm\:border-indigo-500 {
    border-color: #667eea;
  }

  .sm\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .sm\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .sm\:border-indigo-800 {
    border-color: #434190;
  }

  .sm\:border-indigo-900 {
    border-color: #3c366b;
  }

  .sm\:border-purple-100 {
    border-color: #faf5ff;
  }

  .sm\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .sm\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .sm\:border-purple-400 {
    border-color: #b794f4;
  }

  .sm\:border-purple-500 {
    border-color: #9f7aea;
  }

  .sm\:border-purple-600 {
    border-color: #805ad5;
  }

  .sm\:border-purple-700 {
    border-color: #6b46c1;
  }

  .sm\:border-purple-800 {
    border-color: #553c9a;
  }

  .sm\:border-purple-900 {
    border-color: #44337a;
  }

  .sm\:border-pink-100 {
    border-color: #fff5f7;
  }

  .sm\:border-pink-200 {
    border-color: #fed7e2;
  }

  .sm\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .sm\:border-pink-400 {
    border-color: #f687b3;
  }

  .sm\:border-pink-500 {
    border-color: #ed64a6;
  }

  .sm\:border-pink-600 {
    border-color: #d53f8c;
  }

  .sm\:border-pink-700 {
    border-color: #b83280;
  }

  .sm\:border-pink-800 {
    border-color: #97266d;
  }

  .sm\:border-pink-900 {
    border-color: #702459;
  }

  .sm\:border-order-complete-dark-divider {
    border-color: #9A9B9F;
  }

  .sm\:border-grey {
    border-color: #CCCCCC;
  }

  .sm\:border-darkgrey {
    border-color: #BDBDBD;
  }

  .sm\:border-keyline-grey {
    border-color: #dadadc;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .sm\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .sm\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .sm\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .sm\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .sm\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .sm\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .sm\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .sm\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .sm\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .sm\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .sm\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .sm\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .sm\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .sm\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .sm\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .sm\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .sm\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .sm\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .sm\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .sm\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .sm\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .sm\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .sm\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .sm\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .sm\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .sm\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .sm\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .sm\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .sm\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .sm\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .sm\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .sm\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .sm\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .sm\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .sm\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .sm\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .sm\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .sm\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .sm\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .sm\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .sm\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .sm\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .sm\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .sm\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .sm\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .sm\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .sm\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .sm\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .sm\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .sm\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .sm\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .sm\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .sm\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .sm\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .sm\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .sm\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .sm\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .sm\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .sm\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .sm\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .sm\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .sm\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .sm\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .sm\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .sm\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .sm\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .sm\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .sm\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .sm\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .sm\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .sm\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .sm\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .sm\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .sm\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .sm\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .sm\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .sm\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .sm\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .sm\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .sm\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .sm\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .sm\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .sm\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .sm\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .sm\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .sm\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .sm\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .sm\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .sm\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .sm\:hover\:border-order-complete-dark-divider:hover {
    border-color: #9A9B9F;
  }

  .sm\:hover\:border-grey:hover {
    border-color: #CCCCCC;
  }

  .sm\:hover\:border-darkgrey:hover {
    border-color: #BDBDBD;
  }

  .sm\:hover\:border-keyline-grey:hover {
    border-color: #dadadc;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-black:focus {
    border-color: #000;
  }

  .sm\:focus\:border-white:focus {
    border-color: #fff;
  }

  .sm\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .sm\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .sm\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .sm\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .sm\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .sm\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .sm\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .sm\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .sm\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .sm\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .sm\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .sm\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .sm\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .sm\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .sm\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .sm\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .sm\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .sm\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .sm\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .sm\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .sm\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .sm\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .sm\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .sm\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .sm\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .sm\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .sm\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .sm\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .sm\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .sm\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .sm\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .sm\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .sm\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .sm\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .sm\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .sm\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .sm\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .sm\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .sm\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .sm\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .sm\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .sm\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .sm\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .sm\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .sm\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .sm\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .sm\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .sm\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .sm\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .sm\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .sm\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .sm\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .sm\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .sm\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .sm\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .sm\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .sm\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .sm\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .sm\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .sm\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .sm\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .sm\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .sm\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .sm\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .sm\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .sm\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .sm\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .sm\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .sm\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .sm\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .sm\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .sm\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .sm\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .sm\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .sm\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .sm\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .sm\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .sm\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .sm\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .sm\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .sm\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .sm\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .sm\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .sm\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .sm\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .sm\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .sm\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .sm\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .sm\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .sm\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .sm\:focus\:border-order-complete-dark-divider:focus {
    border-color: #9A9B9F;
  }

  .sm\:focus\:border-grey:focus {
    border-color: #CCCCCC;
  }

  .sm\:focus\:border-darkgrey:focus {
    border-color: #BDBDBD;
  }

  .sm\:focus\:border-keyline-grey:focus {
    border-color: #dadadc;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:font-base {
    font-family: proxima-nova, sans-serif;
  }

  .sm\:font-accent {
    font-family: freight-display-pro, serif;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-3 {
    line-height: .75rem;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:m-1\/20 {
    margin: 5%;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:my-1\/20 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sm\:mx-1\/20 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:mt-1\/20 {
    margin-top: 5%;
  }

  .sm\:mr-1\/20 {
    margin-right: 5%;
  }

  .sm\:mb-1\/20 {
    margin-bottom: 5%;
  }

  .sm\:ml-1\/20 {
    margin-left: 5%;
  }

  .sm\:last\:m-0:last-child {
    margin: 0;
  }

  .sm\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .sm\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .sm\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .sm\:last\:m-4:last-child {
    margin: 1rem;
  }

  .sm\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .sm\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .sm\:last\:m-8:last-child {
    margin: 2rem;
  }

  .sm\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .sm\:last\:m-12:last-child {
    margin: 3rem;
  }

  .sm\:last\:m-16:last-child {
    margin: 4rem;
  }

  .sm\:last\:m-20:last-child {
    margin: 5rem;
  }

  .sm\:last\:m-24:last-child {
    margin: 6rem;
  }

  .sm\:last\:m-32:last-child {
    margin: 8rem;
  }

  .sm\:last\:m-40:last-child {
    margin: 10rem;
  }

  .sm\:last\:m-48:last-child {
    margin: 12rem;
  }

  .sm\:last\:m-56:last-child {
    margin: 14rem;
  }

  .sm\:last\:m-64:last-child {
    margin: 16rem;
  }

  .sm\:last\:m-auto:last-child {
    margin: auto;
  }

  .sm\:last\:m-px:last-child {
    margin: 1px;
  }

  .sm\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .sm\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .sm\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .sm\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .sm\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .sm\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .sm\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .sm\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .sm\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .sm\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .sm\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .sm\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .sm\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .sm\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .sm\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .sm\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .sm\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .sm\:last\:-m-px:last-child {
    margin: -1px;
  }

  .sm\:last\:m-1\/20:last-child {
    margin: 5%;
  }

  .sm\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:last\:my-1\/20:last-child {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sm\:last\:mx-1\/20:last-child {
    margin-left: 5%;
    margin-right: 5%;
  }

  .sm\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .sm\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .sm\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .sm\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .sm\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .sm\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .sm\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .sm\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .sm\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .sm\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .sm\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .sm\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .sm\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .sm\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .sm\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .sm\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .sm\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .sm\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .sm\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .sm\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .sm\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .sm\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .sm\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .sm\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .sm\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .sm\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .sm\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .sm\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .sm\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .sm\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .sm\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .sm\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .sm\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .sm\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .sm\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .sm\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .sm\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .sm\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .sm\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .sm\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .sm\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .sm\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .sm\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .sm\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .sm\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .sm\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .sm\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .sm\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .sm\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .sm\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .sm\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .sm\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .sm\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .sm\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .sm\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .sm\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .sm\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .sm\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .sm\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .sm\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .sm\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .sm\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .sm\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .sm\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .sm\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .sm\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .sm\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .sm\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .sm\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .sm\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .sm\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .sm\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .sm\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .sm\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .sm\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .sm\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .sm\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .sm\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .sm\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .sm\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .sm\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .sm\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .sm\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .sm\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .sm\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .sm\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .sm\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .sm\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .sm\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .sm\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .sm\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .sm\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .sm\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .sm\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .sm\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .sm\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .sm\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .sm\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .sm\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .sm\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .sm\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .sm\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .sm\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .sm\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .sm\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .sm\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .sm\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .sm\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .sm\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .sm\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .sm\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .sm\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .sm\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .sm\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .sm\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .sm\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .sm\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .sm\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .sm\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .sm\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .sm\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .sm\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .sm\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .sm\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .sm\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .sm\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .sm\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .sm\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .sm\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .sm\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .sm\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .sm\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .sm\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .sm\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .sm\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .sm\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .sm\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .sm\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .sm\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .sm\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .sm\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .sm\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .sm\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .sm\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .sm\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .sm\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .sm\:last\:mt-1\/20:last-child {
    margin-top: 5%;
  }

  .sm\:last\:mr-1\/20:last-child {
    margin-right: 5%;
  }

  .sm\:last\:mb-1\/20:last-child {
    margin-bottom: 5%;
  }

  .sm\:last\:ml-1\/20:last-child {
    margin-left: 5%;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:outline-none {
    outline: 0;
  }

  .sm\:focus\:outline-none:focus {
    outline: 0;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .sm\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .sm\:placeholder-black::placeholder {
    color: #000;
  }

  .sm\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .sm\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .sm\:placeholder-white::placeholder {
    color: #fff;
  }

  .sm\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .sm\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .sm\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .sm\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .sm\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .sm\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .sm\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .sm\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .sm\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .sm\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .sm\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .sm\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .sm\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .sm\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .sm\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .sm\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .sm\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .sm\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .sm\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .sm\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .sm\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .sm\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .sm\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .sm\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .sm\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .sm\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .sm\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .sm\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .sm\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .sm\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .sm\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .sm\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .sm\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .sm\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .sm\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .sm\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .sm\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .sm\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .sm\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .sm\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .sm\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .sm\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .sm\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .sm\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .sm\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .sm\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .sm\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .sm\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .sm\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .sm\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .sm\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .sm\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .sm\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .sm\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .sm\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .sm\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .sm\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .sm\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .sm\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .sm\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .sm\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .sm\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .sm\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .sm\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .sm\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .sm\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .sm\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .sm\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .sm\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .sm\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .sm\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .sm\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .sm\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .sm\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .sm\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .sm\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .sm\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .sm\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .sm\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .sm\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .sm\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .sm\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .sm\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .sm\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .sm\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .sm\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .sm\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .sm\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .sm\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .sm\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .sm\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .sm\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .sm\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .sm\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .sm\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .sm\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .sm\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .sm\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .sm\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .sm\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .sm\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .sm\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .sm\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-gray-100 {
    color: #f7fafc;
  }

  .sm\:text-gray-200 {
    color: #edf2f7;
  }

  .sm\:text-gray-300 {
    color: #e2e8f0;
  }

  .sm\:text-gray-400 {
    color: #cbd5e0;
  }

  .sm\:text-gray-500 {
    color: #a0aec0;
  }

  .sm\:text-gray-600 {
    color: #718096;
  }

  .sm\:text-gray-700 {
    color: #4a5568;
  }

  .sm\:text-gray-800 {
    color: #2d3748;
  }

  .sm\:text-gray-900 {
    color: #1a202c;
  }

  .sm\:text-red-100 {
    color: #fff5f5;
  }

  .sm\:text-red-200 {
    color: #fed7d7;
  }

  .sm\:text-red-300 {
    color: #feb2b2;
  }

  .sm\:text-red-400 {
    color: #fc8181;
  }

  .sm\:text-red-500 {
    color: #f56565;
  }

  .sm\:text-red-600 {
    color: #e53e3e;
  }

  .sm\:text-red-700 {
    color: #c53030;
  }

  .sm\:text-red-800 {
    color: #9b2c2c;
  }

  .sm\:text-red-900 {
    color: #742a2a;
  }

  .sm\:text-orange-100 {
    color: #fffaf0;
  }

  .sm\:text-orange-200 {
    color: #feebc8;
  }

  .sm\:text-orange-300 {
    color: #fbd38d;
  }

  .sm\:text-orange-400 {
    color: #f6ad55;
  }

  .sm\:text-orange-500 {
    color: #ed8936;
  }

  .sm\:text-orange-600 {
    color: #dd6b20;
  }

  .sm\:text-orange-700 {
    color: #c05621;
  }

  .sm\:text-orange-800 {
    color: #9c4221;
  }

  .sm\:text-orange-900 {
    color: #7b341e;
  }

  .sm\:text-yellow-100 {
    color: #fffff0;
  }

  .sm\:text-yellow-200 {
    color: #fefcbf;
  }

  .sm\:text-yellow-300 {
    color: #faf089;
  }

  .sm\:text-yellow-400 {
    color: #f6e05e;
  }

  .sm\:text-yellow-500 {
    color: #ecc94b;
  }

  .sm\:text-yellow-600 {
    color: #d69e2e;
  }

  .sm\:text-yellow-700 {
    color: #b7791f;
  }

  .sm\:text-yellow-800 {
    color: #975a16;
  }

  .sm\:text-yellow-900 {
    color: #744210;
  }

  .sm\:text-green-100 {
    color: #f0fff4;
  }

  .sm\:text-green-200 {
    color: #c6f6d5;
  }

  .sm\:text-green-300 {
    color: #9ae6b4;
  }

  .sm\:text-green-400 {
    color: #68d391;
  }

  .sm\:text-green-500 {
    color: #48bb78;
  }

  .sm\:text-green-600 {
    color: #38a169;
  }

  .sm\:text-green-700 {
    color: #2f855a;
  }

  .sm\:text-green-800 {
    color: #276749;
  }

  .sm\:text-green-900 {
    color: #22543d;
  }

  .sm\:text-teal-100 {
    color: #e6fffa;
  }

  .sm\:text-teal-200 {
    color: #b2f5ea;
  }

  .sm\:text-teal-300 {
    color: #81e6d9;
  }

  .sm\:text-teal-400 {
    color: #4fd1c5;
  }

  .sm\:text-teal-500 {
    color: #38b2ac;
  }

  .sm\:text-teal-600 {
    color: #319795;
  }

  .sm\:text-teal-700 {
    color: #2c7a7b;
  }

  .sm\:text-teal-800 {
    color: #285e61;
  }

  .sm\:text-teal-900 {
    color: #234e52;
  }

  .sm\:text-blue-100 {
    color: #ebf8ff;
  }

  .sm\:text-blue-200 {
    color: #bee3f8;
  }

  .sm\:text-blue-300 {
    color: #90cdf4;
  }

  .sm\:text-blue-400 {
    color: #63b3ed;
  }

  .sm\:text-blue-500 {
    color: #4299e1;
  }

  .sm\:text-blue-600 {
    color: #3182ce;
  }

  .sm\:text-blue-700 {
    color: #2b6cb0;
  }

  .sm\:text-blue-800 {
    color: #2c5282;
  }

  .sm\:text-blue-900 {
    color: #2a4365;
  }

  .sm\:text-indigo-100 {
    color: #ebf4ff;
  }

  .sm\:text-indigo-200 {
    color: #c3dafe;
  }

  .sm\:text-indigo-300 {
    color: #a3bffa;
  }

  .sm\:text-indigo-400 {
    color: #7f9cf5;
  }

  .sm\:text-indigo-500 {
    color: #667eea;
  }

  .sm\:text-indigo-600 {
    color: #5a67d8;
  }

  .sm\:text-indigo-700 {
    color: #4c51bf;
  }

  .sm\:text-indigo-800 {
    color: #434190;
  }

  .sm\:text-indigo-900 {
    color: #3c366b;
  }

  .sm\:text-purple-100 {
    color: #faf5ff;
  }

  .sm\:text-purple-200 {
    color: #e9d8fd;
  }

  .sm\:text-purple-300 {
    color: #d6bcfa;
  }

  .sm\:text-purple-400 {
    color: #b794f4;
  }

  .sm\:text-purple-500 {
    color: #9f7aea;
  }

  .sm\:text-purple-600 {
    color: #805ad5;
  }

  .sm\:text-purple-700 {
    color: #6b46c1;
  }

  .sm\:text-purple-800 {
    color: #553c9a;
  }

  .sm\:text-purple-900 {
    color: #44337a;
  }

  .sm\:text-pink-100 {
    color: #fff5f7;
  }

  .sm\:text-pink-200 {
    color: #fed7e2;
  }

  .sm\:text-pink-300 {
    color: #fbb6ce;
  }

  .sm\:text-pink-400 {
    color: #f687b3;
  }

  .sm\:text-pink-500 {
    color: #ed64a6;
  }

  .sm\:text-pink-600 {
    color: #d53f8c;
  }

  .sm\:text-pink-700 {
    color: #b83280;
  }

  .sm\:text-pink-800 {
    color: #97266d;
  }

  .sm\:text-pink-900 {
    color: #702459;
  }

  .sm\:text-grey {
    color: #CCCCCC;
  }

  .sm\:text-darkgrey {
    color: #BDBDBD;
  }

  .sm\:text-searchplaceholder {
    color: #ddddde;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .sm\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .sm\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .sm\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .sm\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .sm\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .sm\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .sm\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .sm\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .sm\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .sm\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .sm\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .sm\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .sm\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .sm\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .sm\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .sm\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .sm\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .sm\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .sm\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .sm\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .sm\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .sm\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .sm\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .sm\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .sm\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .sm\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .sm\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .sm\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .sm\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .sm\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .sm\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .sm\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .sm\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .sm\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .sm\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .sm\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .sm\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .sm\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .sm\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .sm\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .sm\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .sm\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .sm\:hover\:text-green-800:hover {
    color: #276749;
  }

  .sm\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .sm\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .sm\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .sm\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .sm\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .sm\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .sm\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .sm\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .sm\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .sm\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .sm\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .sm\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .sm\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .sm\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .sm\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .sm\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .sm\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .sm\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .sm\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .sm\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .sm\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .sm\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .sm\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .sm\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .sm\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .sm\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .sm\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .sm\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .sm\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .sm\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .sm\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .sm\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .sm\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .sm\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .sm\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .sm\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .sm\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .sm\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .sm\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .sm\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .sm\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .sm\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .sm\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .sm\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .sm\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .sm\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .sm\:hover\:text-grey:hover {
    color: #CCCCCC;
  }

  .sm\:hover\:text-darkgrey:hover {
    color: #BDBDBD;
  }

  .sm\:hover\:text-searchplaceholder:hover {
    color: #ddddde;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-black:focus {
    color: #000;
  }

  .sm\:focus\:text-white:focus {
    color: #fff;
  }

  .sm\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .sm\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .sm\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .sm\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .sm\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .sm\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .sm\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .sm\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .sm\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .sm\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .sm\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .sm\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .sm\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .sm\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .sm\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .sm\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .sm\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .sm\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .sm\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .sm\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .sm\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .sm\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .sm\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .sm\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .sm\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .sm\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .sm\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .sm\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .sm\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .sm\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .sm\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .sm\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .sm\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .sm\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .sm\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .sm\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .sm\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .sm\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .sm\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .sm\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .sm\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .sm\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .sm\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .sm\:focus\:text-green-800:focus {
    color: #276749;
  }

  .sm\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .sm\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .sm\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .sm\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .sm\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .sm\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .sm\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .sm\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .sm\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .sm\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .sm\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .sm\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .sm\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .sm\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .sm\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .sm\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .sm\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .sm\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .sm\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .sm\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .sm\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .sm\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .sm\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .sm\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .sm\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .sm\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .sm\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .sm\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .sm\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .sm\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .sm\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .sm\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .sm\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .sm\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .sm\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .sm\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .sm\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .sm\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .sm\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .sm\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .sm\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .sm\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .sm\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .sm\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .sm\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .sm\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .sm\:focus\:text-grey:focus {
    color: #CCCCCC;
  }

  .sm\:focus\:text-darkgrey:focus {
    color: #BDBDBD;
  }

  .sm\:focus\:text-searchplaceholder:focus {
    color: #ddddde;
  }

  .sm\:text-10 {
    font-size: 10px;
  }

  .sm\:text-11 {
    font-size: 11px;
  }

  .sm\:text-12 {
    font-size: 12px;
  }

  .sm\:text-13 {
    font-size: 13px;
  }

  .sm\:text-14 {
    font-size: 14px;
  }

  .sm\:text-15 {
    font-size: 15px;
  }

  .sm\:text-23 {
    font-size: 23px;
  }

  .sm\:text-25 {
    font-size: 25px;
  }

  .sm\:text-30 {
    font-size: 30px;
  }

  .sm\:text-45 {
    font-size: 45px;
  }

  .sm\:text-xs {
    font-size: 0.8rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .sm\:text-xxs {
    font-size: 0.625rem;
  }

  .sm\:text-s {
    font-size: 0.9375rem;
  }

  .sm\:text-md {
    font-size: 1rem;
  }

  .sm\:text-heroxl {
    font-size: 6rem;
  }

  .sm\:text-superxl {
    font-size: 8rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-1 {
    letter-spacing: 1px;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:tracking-0p1 {
    letter-spacing: 0.1em;
  }

  .sm\:tracking-xwidest {
    letter-spacing: 0.15em;
  }

  .sm\:tracking-0p55 {
    letter-spacing: 0.55px;
  }

  .sm\:tracking-2p1 {
    letter-spacing: 2.1px;
  }

  .sm\:select-none {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }

  .sm\:select-text {
    -moz-user-select: text;
     -ms-user-select: text;
         user-select: text;
  }

  .sm\:select-all {
    -moz-user-select: all;
     -ms-user-select: all;
         user-select: all;
  }

  .sm\:select-auto {
    -moz-user-select: auto;
     -ms-user-select: auto;
         user-select: auto;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-80 {
    width: 22rem;
  }

  .sm\:w-96 {
    width: 26rem;
  }

  .sm\:w-128 {
    width: 30rem;
  }

  .sm\:w-200 {
    width: 12.5rem;
  }

  .sm\:w-400 {
    width: 25rem;
  }

  .sm\:w-500 {
    width: 31.25rem;
  }

  .sm\:w-600 {
    width: 37.5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-1\/10 {
    width: 10%;
  }

  .sm\:w-3\/10 {
    width: 30%;
  }

  .sm\:w-logo {
    width: 250px;
  }

  .sm\:w-minilogo {
    width: 40px;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .sm\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sm\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .sm\:rotate-0 {
    --transform-rotate: 0;
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .sm\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .sm\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .sm\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .sm\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .sm\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .sm\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .sm\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .sm\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .sm\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .sm\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .sm\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .sm\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .sm\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .sm\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .sm\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .sm\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .sm\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .sm\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .sm\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .sm\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .sm\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .sm\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .sm\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .sm\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .sm\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .sm\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .sm\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .sm\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .sm\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .sm\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .sm\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .sm\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .sm\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .sm\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .sm\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .sm\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .sm\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .sm\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .sm\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .sm\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .sm\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .sm\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .sm\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .sm\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .sm\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .sm\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .sm\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .sm\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .sm\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .sm\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .sm\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .sm\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .sm\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .sm\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .sm\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .sm\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .sm\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .sm\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .sm\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .sm\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .sm\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .sm\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .sm\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .sm\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .sm\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .sm\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .sm\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .sm\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .sm\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .sm\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .sm\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .sm\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .sm\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .sm\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .sm\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .sm\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .sm\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .sm\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .sm\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .sm\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .sm\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .sm\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .sm\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .sm\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .sm\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .sm\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .sm\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .sm\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .sm\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .sm\:transition-none {
    transition-property: none;
  }

  .sm\:transition-all {
    transition-property: all;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
  }

  .sm\:transition-transform {
    transition-property: transform;
  }

  .sm\:ease-linear {
    transition-timing-function: linear;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (max-width: 767px) {
  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .md\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .md\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .md\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .md\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .md\:bg-gray-600 {
    background-color: #718096;
  }

  .md\:bg-gray-700 {
    background-color: #4a5568;
  }

  .md\:bg-gray-800 {
    background-color: #2d3748;
  }

  .md\:bg-gray-900 {
    background-color: #1a202c;
  }

  .md\:bg-red-100 {
    background-color: #fff5f5;
  }

  .md\:bg-red-200 {
    background-color: #fed7d7;
  }

  .md\:bg-red-300 {
    background-color: #feb2b2;
  }

  .md\:bg-red-400 {
    background-color: #fc8181;
  }

  .md\:bg-red-500 {
    background-color: #f56565;
  }

  .md\:bg-red-600 {
    background-color: #e53e3e;
  }

  .md\:bg-red-700 {
    background-color: #c53030;
  }

  .md\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .md\:bg-red-900 {
    background-color: #742a2a;
  }

  .md\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .md\:bg-orange-200 {
    background-color: #feebc8;
  }

  .md\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .md\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .md\:bg-orange-500 {
    background-color: #ed8936;
  }

  .md\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .md\:bg-orange-700 {
    background-color: #c05621;
  }

  .md\:bg-orange-800 {
    background-color: #9c4221;
  }

  .md\:bg-orange-900 {
    background-color: #7b341e;
  }

  .md\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .md\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .md\:bg-yellow-300 {
    background-color: #faf089;
  }

  .md\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .md\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .md\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .md\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .md\:bg-yellow-800 {
    background-color: #975a16;
  }

  .md\:bg-yellow-900 {
    background-color: #744210;
  }

  .md\:bg-green-100 {
    background-color: #f0fff4;
  }

  .md\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .md\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .md\:bg-green-400 {
    background-color: #68d391;
  }

  .md\:bg-green-500 {
    background-color: #48bb78;
  }

  .md\:bg-green-600 {
    background-color: #38a169;
  }

  .md\:bg-green-700 {
    background-color: #2f855a;
  }

  .md\:bg-green-800 {
    background-color: #276749;
  }

  .md\:bg-green-900 {
    background-color: #22543d;
  }

  .md\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .md\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .md\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .md\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .md\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .md\:bg-teal-600 {
    background-color: #319795;
  }

  .md\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .md\:bg-teal-800 {
    background-color: #285e61;
  }

  .md\:bg-teal-900 {
    background-color: #234e52;
  }

  .md\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .md\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .md\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .md\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .md\:bg-blue-500 {
    background-color: #4299e1;
  }

  .md\:bg-blue-600 {
    background-color: #3182ce;
  }

  .md\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .md\:bg-blue-800 {
    background-color: #2c5282;
  }

  .md\:bg-blue-900 {
    background-color: #2a4365;
  }

  .md\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .md\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .md\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .md\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .md\:bg-indigo-500 {
    background-color: #667eea;
  }

  .md\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .md\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .md\:bg-indigo-800 {
    background-color: #434190;
  }

  .md\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .md\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .md\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .md\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .md\:bg-purple-400 {
    background-color: #b794f4;
  }

  .md\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .md\:bg-purple-600 {
    background-color: #805ad5;
  }

  .md\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .md\:bg-purple-800 {
    background-color: #553c9a;
  }

  .md\:bg-purple-900 {
    background-color: #44337a;
  }

  .md\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .md\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .md\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .md\:bg-pink-400 {
    background-color: #f687b3;
  }

  .md\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .md\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .md\:bg-pink-700 {
    background-color: #b83280;
  }

  .md\:bg-pink-800 {
    background-color: #97266d;
  }

  .md\:bg-pink-900 {
    background-color: #702459;
  }

  .md\:bg-overlay {
    background-color: rgba(0,0,0,0.8);
  }

  .md\:bg-mobilesearchbackground {
    background-color: #64666b;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .md\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .md\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .md\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .md\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .md\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .md\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .md\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .md\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .md\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .md\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .md\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .md\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .md\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .md\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .md\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .md\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .md\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .md\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .md\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .md\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .md\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .md\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .md\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .md\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .md\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .md\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .md\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .md\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .md\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .md\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .md\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .md\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .md\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .md\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .md\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .md\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .md\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .md\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .md\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .md\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .md\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .md\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .md\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .md\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .md\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .md\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .md\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .md\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .md\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .md\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .md\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .md\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .md\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .md\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .md\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .md\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .md\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .md\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .md\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .md\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .md\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .md\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .md\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .md\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .md\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .md\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .md\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .md\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .md\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .md\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .md\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .md\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .md\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .md\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .md\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .md\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .md\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .md\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .md\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .md\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .md\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .md\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .md\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .md\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .md\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .md\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .md\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .md\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .md\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .md\:hover\:bg-overlay:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .md\:hover\:bg-mobilesearchbackground:hover {
    background-color: #64666b;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-black:focus {
    background-color: #000;
  }

  .md\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .md\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .md\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .md\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .md\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .md\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .md\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .md\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .md\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .md\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .md\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .md\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .md\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .md\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .md\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .md\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .md\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .md\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .md\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .md\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .md\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .md\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .md\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .md\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .md\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .md\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .md\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .md\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .md\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .md\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .md\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .md\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .md\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .md\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .md\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .md\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .md\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .md\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .md\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .md\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .md\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .md\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .md\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .md\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .md\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .md\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .md\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .md\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .md\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .md\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .md\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .md\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .md\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .md\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .md\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .md\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .md\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .md\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .md\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .md\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .md\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .md\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .md\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .md\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .md\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .md\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .md\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .md\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .md\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .md\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .md\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .md\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .md\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .md\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .md\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .md\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .md\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .md\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .md\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .md\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .md\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .md\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .md\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .md\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .md\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .md\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .md\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .md\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .md\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .md\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .md\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .md\:focus\:bg-overlay:focus {
    background-color: rgba(0,0,0,0.8);
  }

  .md\:focus\:bg-mobilesearchbackground:focus {
    background-color: #64666b;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-gray-100 {
    border-color: #f7fafc;
  }

  .md\:border-gray-200 {
    border-color: #edf2f7;
  }

  .md\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .md\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .md\:border-gray-500 {
    border-color: #a0aec0;
  }

  .md\:border-gray-600 {
    border-color: #718096;
  }

  .md\:border-gray-700 {
    border-color: #4a5568;
  }

  .md\:border-gray-800 {
    border-color: #2d3748;
  }

  .md\:border-gray-900 {
    border-color: #1a202c;
  }

  .md\:border-red-100 {
    border-color: #fff5f5;
  }

  .md\:border-red-200 {
    border-color: #fed7d7;
  }

  .md\:border-red-300 {
    border-color: #feb2b2;
  }

  .md\:border-red-400 {
    border-color: #fc8181;
  }

  .md\:border-red-500 {
    border-color: #f56565;
  }

  .md\:border-red-600 {
    border-color: #e53e3e;
  }

  .md\:border-red-700 {
    border-color: #c53030;
  }

  .md\:border-red-800 {
    border-color: #9b2c2c;
  }

  .md\:border-red-900 {
    border-color: #742a2a;
  }

  .md\:border-orange-100 {
    border-color: #fffaf0;
  }

  .md\:border-orange-200 {
    border-color: #feebc8;
  }

  .md\:border-orange-300 {
    border-color: #fbd38d;
  }

  .md\:border-orange-400 {
    border-color: #f6ad55;
  }

  .md\:border-orange-500 {
    border-color: #ed8936;
  }

  .md\:border-orange-600 {
    border-color: #dd6b20;
  }

  .md\:border-orange-700 {
    border-color: #c05621;
  }

  .md\:border-orange-800 {
    border-color: #9c4221;
  }

  .md\:border-orange-900 {
    border-color: #7b341e;
  }

  .md\:border-yellow-100 {
    border-color: #fffff0;
  }

  .md\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .md\:border-yellow-300 {
    border-color: #faf089;
  }

  .md\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .md\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .md\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .md\:border-yellow-700 {
    border-color: #b7791f;
  }

  .md\:border-yellow-800 {
    border-color: #975a16;
  }

  .md\:border-yellow-900 {
    border-color: #744210;
  }

  .md\:border-green-100 {
    border-color: #f0fff4;
  }

  .md\:border-green-200 {
    border-color: #c6f6d5;
  }

  .md\:border-green-300 {
    border-color: #9ae6b4;
  }

  .md\:border-green-400 {
    border-color: #68d391;
  }

  .md\:border-green-500 {
    border-color: #48bb78;
  }

  .md\:border-green-600 {
    border-color: #38a169;
  }

  .md\:border-green-700 {
    border-color: #2f855a;
  }

  .md\:border-green-800 {
    border-color: #276749;
  }

  .md\:border-green-900 {
    border-color: #22543d;
  }

  .md\:border-teal-100 {
    border-color: #e6fffa;
  }

  .md\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .md\:border-teal-300 {
    border-color: #81e6d9;
  }

  .md\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .md\:border-teal-500 {
    border-color: #38b2ac;
  }

  .md\:border-teal-600 {
    border-color: #319795;
  }

  .md\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .md\:border-teal-800 {
    border-color: #285e61;
  }

  .md\:border-teal-900 {
    border-color: #234e52;
  }

  .md\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .md\:border-blue-200 {
    border-color: #bee3f8;
  }

  .md\:border-blue-300 {
    border-color: #90cdf4;
  }

  .md\:border-blue-400 {
    border-color: #63b3ed;
  }

  .md\:border-blue-500 {
    border-color: #4299e1;
  }

  .md\:border-blue-600 {
    border-color: #3182ce;
  }

  .md\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .md\:border-blue-800 {
    border-color: #2c5282;
  }

  .md\:border-blue-900 {
    border-color: #2a4365;
  }

  .md\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .md\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .md\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .md\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .md\:border-indigo-500 {
    border-color: #667eea;
  }

  .md\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .md\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .md\:border-indigo-800 {
    border-color: #434190;
  }

  .md\:border-indigo-900 {
    border-color: #3c366b;
  }

  .md\:border-purple-100 {
    border-color: #faf5ff;
  }

  .md\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .md\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .md\:border-purple-400 {
    border-color: #b794f4;
  }

  .md\:border-purple-500 {
    border-color: #9f7aea;
  }

  .md\:border-purple-600 {
    border-color: #805ad5;
  }

  .md\:border-purple-700 {
    border-color: #6b46c1;
  }

  .md\:border-purple-800 {
    border-color: #553c9a;
  }

  .md\:border-purple-900 {
    border-color: #44337a;
  }

  .md\:border-pink-100 {
    border-color: #fff5f7;
  }

  .md\:border-pink-200 {
    border-color: #fed7e2;
  }

  .md\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .md\:border-pink-400 {
    border-color: #f687b3;
  }

  .md\:border-pink-500 {
    border-color: #ed64a6;
  }

  .md\:border-pink-600 {
    border-color: #d53f8c;
  }

  .md\:border-pink-700 {
    border-color: #b83280;
  }

  .md\:border-pink-800 {
    border-color: #97266d;
  }

  .md\:border-pink-900 {
    border-color: #702459;
  }

  .md\:border-order-complete-dark-divider {
    border-color: #9A9B9F;
  }

  .md\:border-grey {
    border-color: #CCCCCC;
  }

  .md\:border-darkgrey {
    border-color: #BDBDBD;
  }

  .md\:border-keyline-grey {
    border-color: #dadadc;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-black:hover {
    border-color: #000;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .md\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .md\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .md\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .md\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .md\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .md\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .md\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .md\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .md\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .md\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .md\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .md\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .md\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .md\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .md\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .md\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .md\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .md\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .md\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .md\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .md\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .md\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .md\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .md\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .md\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .md\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .md\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .md\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .md\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .md\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .md\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .md\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .md\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .md\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .md\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .md\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .md\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .md\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .md\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .md\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .md\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .md\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .md\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .md\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .md\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .md\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .md\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .md\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .md\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .md\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .md\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .md\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .md\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .md\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .md\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .md\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .md\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .md\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .md\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .md\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .md\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .md\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .md\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .md\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .md\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .md\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .md\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .md\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .md\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .md\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .md\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .md\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .md\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .md\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .md\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .md\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .md\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .md\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .md\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .md\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .md\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .md\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .md\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .md\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .md\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .md\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .md\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .md\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .md\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .md\:hover\:border-order-complete-dark-divider:hover {
    border-color: #9A9B9F;
  }

  .md\:hover\:border-grey:hover {
    border-color: #CCCCCC;
  }

  .md\:hover\:border-darkgrey:hover {
    border-color: #BDBDBD;
  }

  .md\:hover\:border-keyline-grey:hover {
    border-color: #dadadc;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-black:focus {
    border-color: #000;
  }

  .md\:focus\:border-white:focus {
    border-color: #fff;
  }

  .md\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .md\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .md\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .md\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .md\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .md\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .md\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .md\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .md\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .md\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .md\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .md\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .md\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .md\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .md\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .md\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .md\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .md\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .md\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .md\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .md\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .md\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .md\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .md\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .md\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .md\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .md\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .md\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .md\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .md\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .md\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .md\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .md\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .md\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .md\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .md\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .md\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .md\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .md\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .md\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .md\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .md\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .md\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .md\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .md\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .md\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .md\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .md\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .md\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .md\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .md\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .md\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .md\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .md\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .md\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .md\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .md\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .md\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .md\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .md\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .md\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .md\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .md\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .md\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .md\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .md\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .md\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .md\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .md\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .md\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .md\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .md\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .md\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .md\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .md\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .md\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .md\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .md\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .md\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .md\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .md\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .md\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .md\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .md\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .md\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .md\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .md\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .md\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .md\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .md\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .md\:focus\:border-order-complete-dark-divider:focus {
    border-color: #9A9B9F;
  }

  .md\:focus\:border-grey:focus {
    border-color: #CCCCCC;
  }

  .md\:focus\:border-darkgrey:focus {
    border-color: #BDBDBD;
  }

  .md\:focus\:border-keyline-grey:focus {
    border-color: #dadadc;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:table {
    display: table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:font-base {
    font-family: proxima-nova, sans-serif;
  }

  .md\:font-accent {
    font-family: freight-display-pro, serif;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-3 {
    line-height: .75rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:m-1\/20 {
    margin: 5%;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:my-1\/20 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .md\:mx-1\/20 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:mt-1\/20 {
    margin-top: 5%;
  }

  .md\:mr-1\/20 {
    margin-right: 5%;
  }

  .md\:mb-1\/20 {
    margin-bottom: 5%;
  }

  .md\:ml-1\/20 {
    margin-left: 5%;
  }

  .md\:last\:m-0:last-child {
    margin: 0;
  }

  .md\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .md\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .md\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .md\:last\:m-4:last-child {
    margin: 1rem;
  }

  .md\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .md\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .md\:last\:m-8:last-child {
    margin: 2rem;
  }

  .md\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .md\:last\:m-12:last-child {
    margin: 3rem;
  }

  .md\:last\:m-16:last-child {
    margin: 4rem;
  }

  .md\:last\:m-20:last-child {
    margin: 5rem;
  }

  .md\:last\:m-24:last-child {
    margin: 6rem;
  }

  .md\:last\:m-32:last-child {
    margin: 8rem;
  }

  .md\:last\:m-40:last-child {
    margin: 10rem;
  }

  .md\:last\:m-48:last-child {
    margin: 12rem;
  }

  .md\:last\:m-56:last-child {
    margin: 14rem;
  }

  .md\:last\:m-64:last-child {
    margin: 16rem;
  }

  .md\:last\:m-auto:last-child {
    margin: auto;
  }

  .md\:last\:m-px:last-child {
    margin: 1px;
  }

  .md\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .md\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .md\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .md\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .md\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .md\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .md\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .md\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .md\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .md\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .md\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .md\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .md\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .md\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .md\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .md\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .md\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .md\:last\:-m-px:last-child {
    margin: -1px;
  }

  .md\:last\:m-1\/20:last-child {
    margin: 5%;
  }

  .md\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:last\:my-1\/20:last-child {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .md\:last\:mx-1\/20:last-child {
    margin-left: 5%;
    margin-right: 5%;
  }

  .md\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .md\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .md\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .md\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .md\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .md\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .md\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .md\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .md\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .md\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .md\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .md\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .md\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .md\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .md\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .md\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .md\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .md\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .md\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .md\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .md\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .md\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .md\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .md\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .md\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .md\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .md\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .md\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .md\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .md\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .md\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .md\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .md\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .md\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .md\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .md\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .md\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .md\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .md\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .md\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .md\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .md\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .md\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .md\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .md\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .md\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .md\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .md\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .md\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .md\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .md\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .md\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .md\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .md\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .md\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .md\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .md\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .md\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .md\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .md\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .md\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .md\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .md\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .md\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .md\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .md\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .md\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .md\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .md\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .md\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .md\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .md\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .md\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .md\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .md\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .md\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .md\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .md\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .md\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .md\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .md\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .md\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .md\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .md\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .md\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .md\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .md\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .md\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .md\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .md\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .md\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .md\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .md\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .md\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .md\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .md\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .md\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .md\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .md\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .md\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .md\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .md\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .md\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .md\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .md\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .md\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .md\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .md\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .md\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .md\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .md\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .md\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .md\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .md\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .md\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .md\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .md\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .md\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .md\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .md\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .md\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .md\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .md\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .md\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .md\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .md\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .md\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .md\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .md\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .md\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .md\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .md\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .md\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .md\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .md\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .md\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .md\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .md\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .md\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .md\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .md\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .md\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .md\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .md\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .md\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .md\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .md\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .md\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .md\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .md\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .md\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .md\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .md\:last\:mt-1\/20:last-child {
    margin-top: 5%;
  }

  .md\:last\:mr-1\/20:last-child {
    margin-right: 5%;
  }

  .md\:last\:mb-1\/20:last-child {
    margin-bottom: 5%;
  }

  .md\:last\:ml-1\/20:last-child {
    margin-left: 5%;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:outline-none {
    outline: 0;
  }

  .md\:focus\:outline-none:focus {
    outline: 0;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .md\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .md\:placeholder-black::placeholder {
    color: #000;
  }

  .md\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .md\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .md\:placeholder-white::placeholder {
    color: #fff;
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .md\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .md\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .md\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .md\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .md\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .md\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .md\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .md\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .md\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .md\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .md\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .md\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .md\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .md\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .md\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .md\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .md\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .md\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .md\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .md\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .md\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .md\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .md\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .md\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .md\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .md\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .md\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .md\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .md\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .md\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .md\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .md\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .md\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .md\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .md\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .md\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .md\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .md\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .md\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .md\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .md\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .md\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .md\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .md\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .md\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .md\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .md\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .md\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .md\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .md\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .md\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .md\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .md\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .md\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .md\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .md\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .md\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .md\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .md\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .md\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .md\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .md\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .md\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .md\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .md\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .md\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .md\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .md\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .md\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .md\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .md\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .md\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .md\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .md\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .md\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .md\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .md\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .md\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .md\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .md\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .md\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .md\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .md\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .md\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .md\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .md\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .md\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .md\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .md\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .md\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .md\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .md\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .md\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .md\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .md\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .md\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .md\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .md\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .md\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .md\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .md\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .md\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .md\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .md\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .md\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .md\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .md\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .md\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .md\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .md\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .md\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .md\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .md\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .md\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .md\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .md\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .md\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .md\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .md\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .md\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .md\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .md\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-gray-100 {
    color: #f7fafc;
  }

  .md\:text-gray-200 {
    color: #edf2f7;
  }

  .md\:text-gray-300 {
    color: #e2e8f0;
  }

  .md\:text-gray-400 {
    color: #cbd5e0;
  }

  .md\:text-gray-500 {
    color: #a0aec0;
  }

  .md\:text-gray-600 {
    color: #718096;
  }

  .md\:text-gray-700 {
    color: #4a5568;
  }

  .md\:text-gray-800 {
    color: #2d3748;
  }

  .md\:text-gray-900 {
    color: #1a202c;
  }

  .md\:text-red-100 {
    color: #fff5f5;
  }

  .md\:text-red-200 {
    color: #fed7d7;
  }

  .md\:text-red-300 {
    color: #feb2b2;
  }

  .md\:text-red-400 {
    color: #fc8181;
  }

  .md\:text-red-500 {
    color: #f56565;
  }

  .md\:text-red-600 {
    color: #e53e3e;
  }

  .md\:text-red-700 {
    color: #c53030;
  }

  .md\:text-red-800 {
    color: #9b2c2c;
  }

  .md\:text-red-900 {
    color: #742a2a;
  }

  .md\:text-orange-100 {
    color: #fffaf0;
  }

  .md\:text-orange-200 {
    color: #feebc8;
  }

  .md\:text-orange-300 {
    color: #fbd38d;
  }

  .md\:text-orange-400 {
    color: #f6ad55;
  }

  .md\:text-orange-500 {
    color: #ed8936;
  }

  .md\:text-orange-600 {
    color: #dd6b20;
  }

  .md\:text-orange-700 {
    color: #c05621;
  }

  .md\:text-orange-800 {
    color: #9c4221;
  }

  .md\:text-orange-900 {
    color: #7b341e;
  }

  .md\:text-yellow-100 {
    color: #fffff0;
  }

  .md\:text-yellow-200 {
    color: #fefcbf;
  }

  .md\:text-yellow-300 {
    color: #faf089;
  }

  .md\:text-yellow-400 {
    color: #f6e05e;
  }

  .md\:text-yellow-500 {
    color: #ecc94b;
  }

  .md\:text-yellow-600 {
    color: #d69e2e;
  }

  .md\:text-yellow-700 {
    color: #b7791f;
  }

  .md\:text-yellow-800 {
    color: #975a16;
  }

  .md\:text-yellow-900 {
    color: #744210;
  }

  .md\:text-green-100 {
    color: #f0fff4;
  }

  .md\:text-green-200 {
    color: #c6f6d5;
  }

  .md\:text-green-300 {
    color: #9ae6b4;
  }

  .md\:text-green-400 {
    color: #68d391;
  }

  .md\:text-green-500 {
    color: #48bb78;
  }

  .md\:text-green-600 {
    color: #38a169;
  }

  .md\:text-green-700 {
    color: #2f855a;
  }

  .md\:text-green-800 {
    color: #276749;
  }

  .md\:text-green-900 {
    color: #22543d;
  }

  .md\:text-teal-100 {
    color: #e6fffa;
  }

  .md\:text-teal-200 {
    color: #b2f5ea;
  }

  .md\:text-teal-300 {
    color: #81e6d9;
  }

  .md\:text-teal-400 {
    color: #4fd1c5;
  }

  .md\:text-teal-500 {
    color: #38b2ac;
  }

  .md\:text-teal-600 {
    color: #319795;
  }

  .md\:text-teal-700 {
    color: #2c7a7b;
  }

  .md\:text-teal-800 {
    color: #285e61;
  }

  .md\:text-teal-900 {
    color: #234e52;
  }

  .md\:text-blue-100 {
    color: #ebf8ff;
  }

  .md\:text-blue-200 {
    color: #bee3f8;
  }

  .md\:text-blue-300 {
    color: #90cdf4;
  }

  .md\:text-blue-400 {
    color: #63b3ed;
  }

  .md\:text-blue-500 {
    color: #4299e1;
  }

  .md\:text-blue-600 {
    color: #3182ce;
  }

  .md\:text-blue-700 {
    color: #2b6cb0;
  }

  .md\:text-blue-800 {
    color: #2c5282;
  }

  .md\:text-blue-900 {
    color: #2a4365;
  }

  .md\:text-indigo-100 {
    color: #ebf4ff;
  }

  .md\:text-indigo-200 {
    color: #c3dafe;
  }

  .md\:text-indigo-300 {
    color: #a3bffa;
  }

  .md\:text-indigo-400 {
    color: #7f9cf5;
  }

  .md\:text-indigo-500 {
    color: #667eea;
  }

  .md\:text-indigo-600 {
    color: #5a67d8;
  }

  .md\:text-indigo-700 {
    color: #4c51bf;
  }

  .md\:text-indigo-800 {
    color: #434190;
  }

  .md\:text-indigo-900 {
    color: #3c366b;
  }

  .md\:text-purple-100 {
    color: #faf5ff;
  }

  .md\:text-purple-200 {
    color: #e9d8fd;
  }

  .md\:text-purple-300 {
    color: #d6bcfa;
  }

  .md\:text-purple-400 {
    color: #b794f4;
  }

  .md\:text-purple-500 {
    color: #9f7aea;
  }

  .md\:text-purple-600 {
    color: #805ad5;
  }

  .md\:text-purple-700 {
    color: #6b46c1;
  }

  .md\:text-purple-800 {
    color: #553c9a;
  }

  .md\:text-purple-900 {
    color: #44337a;
  }

  .md\:text-pink-100 {
    color: #fff5f7;
  }

  .md\:text-pink-200 {
    color: #fed7e2;
  }

  .md\:text-pink-300 {
    color: #fbb6ce;
  }

  .md\:text-pink-400 {
    color: #f687b3;
  }

  .md\:text-pink-500 {
    color: #ed64a6;
  }

  .md\:text-pink-600 {
    color: #d53f8c;
  }

  .md\:text-pink-700 {
    color: #b83280;
  }

  .md\:text-pink-800 {
    color: #97266d;
  }

  .md\:text-pink-900 {
    color: #702459;
  }

  .md\:text-grey {
    color: #CCCCCC;
  }

  .md\:text-darkgrey {
    color: #BDBDBD;
  }

  .md\:text-searchplaceholder {
    color: #ddddde;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .md\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .md\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .md\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .md\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .md\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .md\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .md\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .md\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .md\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .md\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .md\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .md\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .md\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .md\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .md\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .md\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .md\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .md\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .md\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .md\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .md\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .md\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .md\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .md\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .md\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .md\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .md\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .md\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .md\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .md\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .md\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .md\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .md\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .md\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .md\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .md\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .md\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .md\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .md\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .md\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .md\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .md\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .md\:hover\:text-green-800:hover {
    color: #276749;
  }

  .md\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .md\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .md\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .md\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .md\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .md\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .md\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .md\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .md\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .md\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .md\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .md\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .md\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .md\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .md\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .md\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .md\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .md\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .md\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .md\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .md\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .md\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .md\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .md\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .md\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .md\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .md\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .md\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .md\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .md\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .md\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .md\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .md\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .md\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .md\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .md\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .md\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .md\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .md\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .md\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .md\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .md\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .md\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .md\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .md\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .md\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .md\:hover\:text-grey:hover {
    color: #CCCCCC;
  }

  .md\:hover\:text-darkgrey:hover {
    color: #BDBDBD;
  }

  .md\:hover\:text-searchplaceholder:hover {
    color: #ddddde;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    color: #000;
  }

  .md\:focus\:text-white:focus {
    color: #fff;
  }

  .md\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .md\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .md\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .md\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .md\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .md\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .md\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .md\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .md\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .md\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .md\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .md\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .md\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .md\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .md\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .md\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .md\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .md\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .md\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .md\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .md\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .md\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .md\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .md\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .md\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .md\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .md\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .md\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .md\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .md\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .md\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .md\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .md\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .md\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .md\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .md\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .md\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .md\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .md\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .md\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .md\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .md\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .md\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .md\:focus\:text-green-800:focus {
    color: #276749;
  }

  .md\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .md\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .md\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .md\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .md\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .md\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .md\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .md\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .md\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .md\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .md\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .md\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .md\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .md\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .md\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .md\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .md\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .md\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .md\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .md\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .md\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .md\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .md\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .md\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .md\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .md\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .md\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .md\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .md\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .md\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .md\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .md\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .md\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .md\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .md\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .md\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .md\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .md\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .md\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .md\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .md\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .md\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .md\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .md\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .md\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .md\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .md\:focus\:text-grey:focus {
    color: #CCCCCC;
  }

  .md\:focus\:text-darkgrey:focus {
    color: #BDBDBD;
  }

  .md\:focus\:text-searchplaceholder:focus {
    color: #ddddde;
  }

  .md\:text-10 {
    font-size: 10px;
  }

  .md\:text-11 {
    font-size: 11px;
  }

  .md\:text-12 {
    font-size: 12px;
  }

  .md\:text-13 {
    font-size: 13px;
  }

  .md\:text-14 {
    font-size: 14px;
  }

  .md\:text-15 {
    font-size: 15px;
  }

  .md\:text-23 {
    font-size: 23px;
  }

  .md\:text-25 {
    font-size: 25px;
  }

  .md\:text-30 {
    font-size: 30px;
  }

  .md\:text-45 {
    font-size: 45px;
  }

  .md\:text-xs {
    font-size: 0.8rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:text-xxs {
    font-size: 0.625rem;
  }

  .md\:text-s {
    font-size: 0.9375rem;
  }

  .md\:text-md {
    font-size: 1rem;
  }

  .md\:text-heroxl {
    font-size: 6rem;
  }

  .md\:text-superxl {
    font-size: 8rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-1 {
    letter-spacing: 1px;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:tracking-0p1 {
    letter-spacing: 0.1em;
  }

  .md\:tracking-xwidest {
    letter-spacing: 0.15em;
  }

  .md\:tracking-0p55 {
    letter-spacing: 0.55px;
  }

  .md\:tracking-2p1 {
    letter-spacing: 2.1px;
  }

  .md\:select-none {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }

  .md\:select-text {
    -moz-user-select: text;
     -ms-user-select: text;
         user-select: text;
  }

  .md\:select-all {
    -moz-user-select: all;
     -ms-user-select: all;
         user-select: all;
  }

  .md\:select-auto {
    -moz-user-select: auto;
     -ms-user-select: auto;
         user-select: auto;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-80 {
    width: 22rem;
  }

  .md\:w-96 {
    width: 26rem;
  }

  .md\:w-128 {
    width: 30rem;
  }

  .md\:w-200 {
    width: 12.5rem;
  }

  .md\:w-400 {
    width: 25rem;
  }

  .md\:w-500 {
    width: 31.25rem;
  }

  .md\:w-600 {
    width: 37.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-1\/10 {
    width: 10%;
  }

  .md\:w-3\/10 {
    width: 30%;
  }

  .md\:w-logo {
    width: 250px;
  }

  .md\:w-minilogo {
    width: 40px;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .md\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .md\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .md\:rotate-0 {
    --transform-rotate: 0;
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .md\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .md\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .md\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .md\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .md\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .md\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .md\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .md\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .md\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .md\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .md\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .md\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .md\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .md\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .md\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .md\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .md\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .md\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .md\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .md\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .md\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .md\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .md\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .md\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .md\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .md\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .md\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .md\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .md\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .md\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .md\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .md\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .md\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .md\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .md\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .md\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .md\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .md\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .md\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .md\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .md\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .md\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .md\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .md\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .md\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .md\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .md\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .md\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .md\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .md\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .md\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .md\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .md\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:transition-all {
    transition-property: all;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-opacity {
    transition-property: opacity;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
  }

  .md\:transition-transform {
    transition-property: transform;
  }

  .md\:ease-linear {
    transition-timing-function: linear;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (max-width: 1023px) {
  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .lg\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .lg\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .lg\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .lg\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .lg\:bg-gray-600 {
    background-color: #718096;
  }

  .lg\:bg-gray-700 {
    background-color: #4a5568;
  }

  .lg\:bg-gray-800 {
    background-color: #2d3748;
  }

  .lg\:bg-gray-900 {
    background-color: #1a202c;
  }

  .lg\:bg-red-100 {
    background-color: #fff5f5;
  }

  .lg\:bg-red-200 {
    background-color: #fed7d7;
  }

  .lg\:bg-red-300 {
    background-color: #feb2b2;
  }

  .lg\:bg-red-400 {
    background-color: #fc8181;
  }

  .lg\:bg-red-500 {
    background-color: #f56565;
  }

  .lg\:bg-red-600 {
    background-color: #e53e3e;
  }

  .lg\:bg-red-700 {
    background-color: #c53030;
  }

  .lg\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .lg\:bg-red-900 {
    background-color: #742a2a;
  }

  .lg\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .lg\:bg-orange-200 {
    background-color: #feebc8;
  }

  .lg\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .lg\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .lg\:bg-orange-500 {
    background-color: #ed8936;
  }

  .lg\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .lg\:bg-orange-700 {
    background-color: #c05621;
  }

  .lg\:bg-orange-800 {
    background-color: #9c4221;
  }

  .lg\:bg-orange-900 {
    background-color: #7b341e;
  }

  .lg\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .lg\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .lg\:bg-yellow-300 {
    background-color: #faf089;
  }

  .lg\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .lg\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .lg\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .lg\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .lg\:bg-yellow-800 {
    background-color: #975a16;
  }

  .lg\:bg-yellow-900 {
    background-color: #744210;
  }

  .lg\:bg-green-100 {
    background-color: #f0fff4;
  }

  .lg\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .lg\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .lg\:bg-green-400 {
    background-color: #68d391;
  }

  .lg\:bg-green-500 {
    background-color: #48bb78;
  }

  .lg\:bg-green-600 {
    background-color: #38a169;
  }

  .lg\:bg-green-700 {
    background-color: #2f855a;
  }

  .lg\:bg-green-800 {
    background-color: #276749;
  }

  .lg\:bg-green-900 {
    background-color: #22543d;
  }

  .lg\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .lg\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .lg\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .lg\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .lg\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .lg\:bg-teal-600 {
    background-color: #319795;
  }

  .lg\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .lg\:bg-teal-800 {
    background-color: #285e61;
  }

  .lg\:bg-teal-900 {
    background-color: #234e52;
  }

  .lg\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .lg\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .lg\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .lg\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .lg\:bg-blue-500 {
    background-color: #4299e1;
  }

  .lg\:bg-blue-600 {
    background-color: #3182ce;
  }

  .lg\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .lg\:bg-blue-800 {
    background-color: #2c5282;
  }

  .lg\:bg-blue-900 {
    background-color: #2a4365;
  }

  .lg\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .lg\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .lg\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .lg\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .lg\:bg-indigo-500 {
    background-color: #667eea;
  }

  .lg\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .lg\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .lg\:bg-indigo-800 {
    background-color: #434190;
  }

  .lg\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .lg\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .lg\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .lg\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .lg\:bg-purple-400 {
    background-color: #b794f4;
  }

  .lg\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .lg\:bg-purple-600 {
    background-color: #805ad5;
  }

  .lg\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .lg\:bg-purple-800 {
    background-color: #553c9a;
  }

  .lg\:bg-purple-900 {
    background-color: #44337a;
  }

  .lg\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .lg\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .lg\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .lg\:bg-pink-400 {
    background-color: #f687b3;
  }

  .lg\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .lg\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .lg\:bg-pink-700 {
    background-color: #b83280;
  }

  .lg\:bg-pink-800 {
    background-color: #97266d;
  }

  .lg\:bg-pink-900 {
    background-color: #702459;
  }

  .lg\:bg-overlay {
    background-color: rgba(0,0,0,0.8);
  }

  .lg\:bg-mobilesearchbackground {
    background-color: #64666b;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .lg\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .lg\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .lg\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .lg\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .lg\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .lg\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .lg\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .lg\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .lg\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .lg\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .lg\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .lg\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .lg\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .lg\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .lg\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .lg\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .lg\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .lg\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .lg\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .lg\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .lg\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .lg\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .lg\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .lg\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .lg\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .lg\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .lg\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .lg\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .lg\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .lg\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .lg\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .lg\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .lg\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .lg\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .lg\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .lg\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .lg\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .lg\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .lg\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .lg\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .lg\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .lg\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .lg\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .lg\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .lg\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .lg\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .lg\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .lg\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .lg\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .lg\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .lg\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .lg\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .lg\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .lg\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .lg\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .lg\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .lg\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .lg\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .lg\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .lg\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .lg\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .lg\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .lg\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .lg\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .lg\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .lg\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .lg\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .lg\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .lg\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .lg\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .lg\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .lg\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .lg\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .lg\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .lg\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .lg\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .lg\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .lg\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .lg\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .lg\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .lg\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .lg\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .lg\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .lg\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .lg\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .lg\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .lg\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .lg\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .lg\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .lg\:hover\:bg-overlay:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .lg\:hover\:bg-mobilesearchbackground:hover {
    background-color: #64666b;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #000;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .lg\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .lg\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .lg\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .lg\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .lg\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .lg\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .lg\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .lg\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .lg\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .lg\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .lg\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .lg\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .lg\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .lg\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .lg\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .lg\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .lg\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .lg\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .lg\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .lg\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .lg\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .lg\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .lg\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .lg\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .lg\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .lg\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .lg\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .lg\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .lg\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .lg\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .lg\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .lg\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .lg\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .lg\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .lg\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .lg\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .lg\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .lg\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .lg\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .lg\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .lg\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .lg\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .lg\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .lg\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .lg\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .lg\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .lg\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .lg\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .lg\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .lg\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .lg\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .lg\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .lg\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .lg\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .lg\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .lg\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .lg\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .lg\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .lg\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .lg\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .lg\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .lg\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .lg\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .lg\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .lg\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .lg\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .lg\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .lg\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .lg\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .lg\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .lg\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .lg\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .lg\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .lg\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .lg\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .lg\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .lg\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .lg\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .lg\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .lg\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .lg\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .lg\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .lg\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .lg\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .lg\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .lg\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .lg\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .lg\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .lg\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .lg\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .lg\:focus\:bg-overlay:focus {
    background-color: rgba(0,0,0,0.8);
  }

  .lg\:focus\:bg-mobilesearchbackground:focus {
    background-color: #64666b;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-gray-100 {
    border-color: #f7fafc;
  }

  .lg\:border-gray-200 {
    border-color: #edf2f7;
  }

  .lg\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .lg\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .lg\:border-gray-500 {
    border-color: #a0aec0;
  }

  .lg\:border-gray-600 {
    border-color: #718096;
  }

  .lg\:border-gray-700 {
    border-color: #4a5568;
  }

  .lg\:border-gray-800 {
    border-color: #2d3748;
  }

  .lg\:border-gray-900 {
    border-color: #1a202c;
  }

  .lg\:border-red-100 {
    border-color: #fff5f5;
  }

  .lg\:border-red-200 {
    border-color: #fed7d7;
  }

  .lg\:border-red-300 {
    border-color: #feb2b2;
  }

  .lg\:border-red-400 {
    border-color: #fc8181;
  }

  .lg\:border-red-500 {
    border-color: #f56565;
  }

  .lg\:border-red-600 {
    border-color: #e53e3e;
  }

  .lg\:border-red-700 {
    border-color: #c53030;
  }

  .lg\:border-red-800 {
    border-color: #9b2c2c;
  }

  .lg\:border-red-900 {
    border-color: #742a2a;
  }

  .lg\:border-orange-100 {
    border-color: #fffaf0;
  }

  .lg\:border-orange-200 {
    border-color: #feebc8;
  }

  .lg\:border-orange-300 {
    border-color: #fbd38d;
  }

  .lg\:border-orange-400 {
    border-color: #f6ad55;
  }

  .lg\:border-orange-500 {
    border-color: #ed8936;
  }

  .lg\:border-orange-600 {
    border-color: #dd6b20;
  }

  .lg\:border-orange-700 {
    border-color: #c05621;
  }

  .lg\:border-orange-800 {
    border-color: #9c4221;
  }

  .lg\:border-orange-900 {
    border-color: #7b341e;
  }

  .lg\:border-yellow-100 {
    border-color: #fffff0;
  }

  .lg\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .lg\:border-yellow-300 {
    border-color: #faf089;
  }

  .lg\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .lg\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .lg\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .lg\:border-yellow-700 {
    border-color: #b7791f;
  }

  .lg\:border-yellow-800 {
    border-color: #975a16;
  }

  .lg\:border-yellow-900 {
    border-color: #744210;
  }

  .lg\:border-green-100 {
    border-color: #f0fff4;
  }

  .lg\:border-green-200 {
    border-color: #c6f6d5;
  }

  .lg\:border-green-300 {
    border-color: #9ae6b4;
  }

  .lg\:border-green-400 {
    border-color: #68d391;
  }

  .lg\:border-green-500 {
    border-color: #48bb78;
  }

  .lg\:border-green-600 {
    border-color: #38a169;
  }

  .lg\:border-green-700 {
    border-color: #2f855a;
  }

  .lg\:border-green-800 {
    border-color: #276749;
  }

  .lg\:border-green-900 {
    border-color: #22543d;
  }

  .lg\:border-teal-100 {
    border-color: #e6fffa;
  }

  .lg\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .lg\:border-teal-300 {
    border-color: #81e6d9;
  }

  .lg\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .lg\:border-teal-500 {
    border-color: #38b2ac;
  }

  .lg\:border-teal-600 {
    border-color: #319795;
  }

  .lg\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .lg\:border-teal-800 {
    border-color: #285e61;
  }

  .lg\:border-teal-900 {
    border-color: #234e52;
  }

  .lg\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .lg\:border-blue-200 {
    border-color: #bee3f8;
  }

  .lg\:border-blue-300 {
    border-color: #90cdf4;
  }

  .lg\:border-blue-400 {
    border-color: #63b3ed;
  }

  .lg\:border-blue-500 {
    border-color: #4299e1;
  }

  .lg\:border-blue-600 {
    border-color: #3182ce;
  }

  .lg\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .lg\:border-blue-800 {
    border-color: #2c5282;
  }

  .lg\:border-blue-900 {
    border-color: #2a4365;
  }

  .lg\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .lg\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .lg\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .lg\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .lg\:border-indigo-500 {
    border-color: #667eea;
  }

  .lg\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .lg\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .lg\:border-indigo-800 {
    border-color: #434190;
  }

  .lg\:border-indigo-900 {
    border-color: #3c366b;
  }

  .lg\:border-purple-100 {
    border-color: #faf5ff;
  }

  .lg\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .lg\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .lg\:border-purple-400 {
    border-color: #b794f4;
  }

  .lg\:border-purple-500 {
    border-color: #9f7aea;
  }

  .lg\:border-purple-600 {
    border-color: #805ad5;
  }

  .lg\:border-purple-700 {
    border-color: #6b46c1;
  }

  .lg\:border-purple-800 {
    border-color: #553c9a;
  }

  .lg\:border-purple-900 {
    border-color: #44337a;
  }

  .lg\:border-pink-100 {
    border-color: #fff5f7;
  }

  .lg\:border-pink-200 {
    border-color: #fed7e2;
  }

  .lg\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .lg\:border-pink-400 {
    border-color: #f687b3;
  }

  .lg\:border-pink-500 {
    border-color: #ed64a6;
  }

  .lg\:border-pink-600 {
    border-color: #d53f8c;
  }

  .lg\:border-pink-700 {
    border-color: #b83280;
  }

  .lg\:border-pink-800 {
    border-color: #97266d;
  }

  .lg\:border-pink-900 {
    border-color: #702459;
  }

  .lg\:border-order-complete-dark-divider {
    border-color: #9A9B9F;
  }

  .lg\:border-grey {
    border-color: #CCCCCC;
  }

  .lg\:border-darkgrey {
    border-color: #BDBDBD;
  }

  .lg\:border-keyline-grey {
    border-color: #dadadc;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .lg\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .lg\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .lg\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .lg\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .lg\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .lg\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .lg\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .lg\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .lg\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .lg\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .lg\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .lg\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .lg\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .lg\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .lg\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .lg\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .lg\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .lg\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .lg\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .lg\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .lg\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .lg\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .lg\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .lg\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .lg\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .lg\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .lg\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .lg\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .lg\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .lg\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .lg\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .lg\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .lg\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .lg\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .lg\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .lg\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .lg\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .lg\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .lg\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .lg\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .lg\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .lg\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .lg\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .lg\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .lg\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .lg\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .lg\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .lg\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .lg\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .lg\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .lg\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .lg\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .lg\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .lg\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .lg\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .lg\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .lg\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .lg\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .lg\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .lg\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .lg\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .lg\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .lg\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .lg\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .lg\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .lg\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .lg\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .lg\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .lg\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .lg\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .lg\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .lg\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .lg\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .lg\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .lg\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .lg\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .lg\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .lg\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .lg\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .lg\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .lg\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .lg\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .lg\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .lg\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .lg\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .lg\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .lg\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .lg\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .lg\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .lg\:hover\:border-order-complete-dark-divider:hover {
    border-color: #9A9B9F;
  }

  .lg\:hover\:border-grey:hover {
    border-color: #CCCCCC;
  }

  .lg\:hover\:border-darkgrey:hover {
    border-color: #BDBDBD;
  }

  .lg\:hover\:border-keyline-grey:hover {
    border-color: #dadadc;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus {
    border-color: #000;
  }

  .lg\:focus\:border-white:focus {
    border-color: #fff;
  }

  .lg\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .lg\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .lg\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .lg\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .lg\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .lg\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .lg\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .lg\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .lg\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .lg\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .lg\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .lg\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .lg\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .lg\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .lg\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .lg\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .lg\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .lg\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .lg\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .lg\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .lg\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .lg\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .lg\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .lg\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .lg\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .lg\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .lg\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .lg\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .lg\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .lg\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .lg\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .lg\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .lg\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .lg\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .lg\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .lg\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .lg\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .lg\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .lg\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .lg\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .lg\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .lg\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .lg\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .lg\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .lg\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .lg\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .lg\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .lg\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .lg\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .lg\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .lg\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .lg\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .lg\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .lg\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .lg\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .lg\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .lg\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .lg\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .lg\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .lg\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .lg\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .lg\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .lg\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .lg\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .lg\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .lg\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .lg\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .lg\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .lg\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .lg\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .lg\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .lg\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .lg\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .lg\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .lg\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .lg\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .lg\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .lg\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .lg\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .lg\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .lg\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .lg\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .lg\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .lg\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .lg\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .lg\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .lg\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .lg\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .lg\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .lg\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .lg\:focus\:border-order-complete-dark-divider:focus {
    border-color: #9A9B9F;
  }

  .lg\:focus\:border-grey:focus {
    border-color: #CCCCCC;
  }

  .lg\:focus\:border-darkgrey:focus {
    border-color: #BDBDBD;
  }

  .lg\:focus\:border-keyline-grey:focus {
    border-color: #dadadc;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:font-base {
    font-family: proxima-nova, sans-serif;
  }

  .lg\:font-accent {
    font-family: freight-display-pro, serif;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-3 {
    line-height: .75rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:m-1\/20 {
    margin: 5%;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:my-1\/20 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .lg\:mx-1\/20 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:mt-1\/20 {
    margin-top: 5%;
  }

  .lg\:mr-1\/20 {
    margin-right: 5%;
  }

  .lg\:mb-1\/20 {
    margin-bottom: 5%;
  }

  .lg\:ml-1\/20 {
    margin-left: 5%;
  }

  .lg\:last\:m-0:last-child {
    margin: 0;
  }

  .lg\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .lg\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .lg\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .lg\:last\:m-4:last-child {
    margin: 1rem;
  }

  .lg\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .lg\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .lg\:last\:m-8:last-child {
    margin: 2rem;
  }

  .lg\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .lg\:last\:m-12:last-child {
    margin: 3rem;
  }

  .lg\:last\:m-16:last-child {
    margin: 4rem;
  }

  .lg\:last\:m-20:last-child {
    margin: 5rem;
  }

  .lg\:last\:m-24:last-child {
    margin: 6rem;
  }

  .lg\:last\:m-32:last-child {
    margin: 8rem;
  }

  .lg\:last\:m-40:last-child {
    margin: 10rem;
  }

  .lg\:last\:m-48:last-child {
    margin: 12rem;
  }

  .lg\:last\:m-56:last-child {
    margin: 14rem;
  }

  .lg\:last\:m-64:last-child {
    margin: 16rem;
  }

  .lg\:last\:m-auto:last-child {
    margin: auto;
  }

  .lg\:last\:m-px:last-child {
    margin: 1px;
  }

  .lg\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .lg\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .lg\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .lg\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .lg\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .lg\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .lg\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .lg\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .lg\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .lg\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .lg\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .lg\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .lg\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .lg\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .lg\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .lg\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .lg\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .lg\:last\:-m-px:last-child {
    margin: -1px;
  }

  .lg\:last\:m-1\/20:last-child {
    margin: 5%;
  }

  .lg\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:last\:my-1\/20:last-child {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .lg\:last\:mx-1\/20:last-child {
    margin-left: 5%;
    margin-right: 5%;
  }

  .lg\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .lg\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .lg\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .lg\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .lg\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .lg\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .lg\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .lg\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .lg\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .lg\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .lg\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .lg\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .lg\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .lg\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .lg\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .lg\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .lg\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .lg\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .lg\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .lg\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .lg\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .lg\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .lg\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .lg\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .lg\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .lg\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .lg\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .lg\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .lg\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .lg\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .lg\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .lg\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .lg\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .lg\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .lg\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .lg\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .lg\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .lg\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .lg\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .lg\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .lg\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .lg\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .lg\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .lg\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .lg\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .lg\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .lg\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .lg\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .lg\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .lg\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .lg\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .lg\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .lg\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .lg\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .lg\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .lg\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .lg\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .lg\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .lg\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .lg\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .lg\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .lg\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .lg\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .lg\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .lg\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .lg\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .lg\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .lg\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .lg\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .lg\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .lg\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .lg\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .lg\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .lg\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .lg\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .lg\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .lg\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .lg\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .lg\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .lg\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .lg\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .lg\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .lg\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .lg\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .lg\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .lg\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .lg\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .lg\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .lg\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .lg\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .lg\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .lg\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .lg\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .lg\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .lg\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .lg\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .lg\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .lg\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .lg\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .lg\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .lg\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .lg\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .lg\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .lg\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .lg\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .lg\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .lg\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .lg\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .lg\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .lg\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .lg\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .lg\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .lg\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .lg\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .lg\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .lg\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .lg\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .lg\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .lg\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .lg\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .lg\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .lg\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .lg\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .lg\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .lg\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .lg\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .lg\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .lg\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .lg\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .lg\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .lg\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .lg\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .lg\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .lg\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .lg\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .lg\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .lg\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .lg\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .lg\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .lg\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .lg\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .lg\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .lg\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .lg\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .lg\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .lg\:last\:mt-1\/20:last-child {
    margin-top: 5%;
  }

  .lg\:last\:mr-1\/20:last-child {
    margin-right: 5%;
  }

  .lg\:last\:mb-1\/20:last-child {
    margin-bottom: 5%;
  }

  .lg\:last\:ml-1\/20:last-child {
    margin-left: 5%;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:outline-none {
    outline: 0;
  }

  .lg\:focus\:outline-none:focus {
    outline: 0;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .lg\:placeholder-black::placeholder {
    color: #000;
  }

  .lg\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:placeholder-white::placeholder {
    color: #fff;
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .lg\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .lg\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .lg\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .lg\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .lg\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .lg\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .lg\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .lg\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .lg\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .lg\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .lg\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .lg\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .lg\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .lg\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .lg\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .lg\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .lg\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .lg\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .lg\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .lg\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .lg\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .lg\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .lg\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .lg\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .lg\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .lg\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .lg\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .lg\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .lg\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .lg\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .lg\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .lg\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .lg\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .lg\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .lg\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .lg\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .lg\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .lg\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .lg\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .lg\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .lg\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .lg\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .lg\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .lg\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .lg\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .lg\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .lg\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .lg\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .lg\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .lg\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .lg\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .lg\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .lg\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .lg\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .lg\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .lg\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .lg\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .lg\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .lg\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .lg\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .lg\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .lg\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .lg\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .lg\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .lg\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .lg\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .lg\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .lg\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .lg\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .lg\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .lg\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .lg\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .lg\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .lg\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .lg\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .lg\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .lg\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-gray-100 {
    color: #f7fafc;
  }

  .lg\:text-gray-200 {
    color: #edf2f7;
  }

  .lg\:text-gray-300 {
    color: #e2e8f0;
  }

  .lg\:text-gray-400 {
    color: #cbd5e0;
  }

  .lg\:text-gray-500 {
    color: #a0aec0;
  }

  .lg\:text-gray-600 {
    color: #718096;
  }

  .lg\:text-gray-700 {
    color: #4a5568;
  }

  .lg\:text-gray-800 {
    color: #2d3748;
  }

  .lg\:text-gray-900 {
    color: #1a202c;
  }

  .lg\:text-red-100 {
    color: #fff5f5;
  }

  .lg\:text-red-200 {
    color: #fed7d7;
  }

  .lg\:text-red-300 {
    color: #feb2b2;
  }

  .lg\:text-red-400 {
    color: #fc8181;
  }

  .lg\:text-red-500 {
    color: #f56565;
  }

  .lg\:text-red-600 {
    color: #e53e3e;
  }

  .lg\:text-red-700 {
    color: #c53030;
  }

  .lg\:text-red-800 {
    color: #9b2c2c;
  }

  .lg\:text-red-900 {
    color: #742a2a;
  }

  .lg\:text-orange-100 {
    color: #fffaf0;
  }

  .lg\:text-orange-200 {
    color: #feebc8;
  }

  .lg\:text-orange-300 {
    color: #fbd38d;
  }

  .lg\:text-orange-400 {
    color: #f6ad55;
  }

  .lg\:text-orange-500 {
    color: #ed8936;
  }

  .lg\:text-orange-600 {
    color: #dd6b20;
  }

  .lg\:text-orange-700 {
    color: #c05621;
  }

  .lg\:text-orange-800 {
    color: #9c4221;
  }

  .lg\:text-orange-900 {
    color: #7b341e;
  }

  .lg\:text-yellow-100 {
    color: #fffff0;
  }

  .lg\:text-yellow-200 {
    color: #fefcbf;
  }

  .lg\:text-yellow-300 {
    color: #faf089;
  }

  .lg\:text-yellow-400 {
    color: #f6e05e;
  }

  .lg\:text-yellow-500 {
    color: #ecc94b;
  }

  .lg\:text-yellow-600 {
    color: #d69e2e;
  }

  .lg\:text-yellow-700 {
    color: #b7791f;
  }

  .lg\:text-yellow-800 {
    color: #975a16;
  }

  .lg\:text-yellow-900 {
    color: #744210;
  }

  .lg\:text-green-100 {
    color: #f0fff4;
  }

  .lg\:text-green-200 {
    color: #c6f6d5;
  }

  .lg\:text-green-300 {
    color: #9ae6b4;
  }

  .lg\:text-green-400 {
    color: #68d391;
  }

  .lg\:text-green-500 {
    color: #48bb78;
  }

  .lg\:text-green-600 {
    color: #38a169;
  }

  .lg\:text-green-700 {
    color: #2f855a;
  }

  .lg\:text-green-800 {
    color: #276749;
  }

  .lg\:text-green-900 {
    color: #22543d;
  }

  .lg\:text-teal-100 {
    color: #e6fffa;
  }

  .lg\:text-teal-200 {
    color: #b2f5ea;
  }

  .lg\:text-teal-300 {
    color: #81e6d9;
  }

  .lg\:text-teal-400 {
    color: #4fd1c5;
  }

  .lg\:text-teal-500 {
    color: #38b2ac;
  }

  .lg\:text-teal-600 {
    color: #319795;
  }

  .lg\:text-teal-700 {
    color: #2c7a7b;
  }

  .lg\:text-teal-800 {
    color: #285e61;
  }

  .lg\:text-teal-900 {
    color: #234e52;
  }

  .lg\:text-blue-100 {
    color: #ebf8ff;
  }

  .lg\:text-blue-200 {
    color: #bee3f8;
  }

  .lg\:text-blue-300 {
    color: #90cdf4;
  }

  .lg\:text-blue-400 {
    color: #63b3ed;
  }

  .lg\:text-blue-500 {
    color: #4299e1;
  }

  .lg\:text-blue-600 {
    color: #3182ce;
  }

  .lg\:text-blue-700 {
    color: #2b6cb0;
  }

  .lg\:text-blue-800 {
    color: #2c5282;
  }

  .lg\:text-blue-900 {
    color: #2a4365;
  }

  .lg\:text-indigo-100 {
    color: #ebf4ff;
  }

  .lg\:text-indigo-200 {
    color: #c3dafe;
  }

  .lg\:text-indigo-300 {
    color: #a3bffa;
  }

  .lg\:text-indigo-400 {
    color: #7f9cf5;
  }

  .lg\:text-indigo-500 {
    color: #667eea;
  }

  .lg\:text-indigo-600 {
    color: #5a67d8;
  }

  .lg\:text-indigo-700 {
    color: #4c51bf;
  }

  .lg\:text-indigo-800 {
    color: #434190;
  }

  .lg\:text-indigo-900 {
    color: #3c366b;
  }

  .lg\:text-purple-100 {
    color: #faf5ff;
  }

  .lg\:text-purple-200 {
    color: #e9d8fd;
  }

  .lg\:text-purple-300 {
    color: #d6bcfa;
  }

  .lg\:text-purple-400 {
    color: #b794f4;
  }

  .lg\:text-purple-500 {
    color: #9f7aea;
  }

  .lg\:text-purple-600 {
    color: #805ad5;
  }

  .lg\:text-purple-700 {
    color: #6b46c1;
  }

  .lg\:text-purple-800 {
    color: #553c9a;
  }

  .lg\:text-purple-900 {
    color: #44337a;
  }

  .lg\:text-pink-100 {
    color: #fff5f7;
  }

  .lg\:text-pink-200 {
    color: #fed7e2;
  }

  .lg\:text-pink-300 {
    color: #fbb6ce;
  }

  .lg\:text-pink-400 {
    color: #f687b3;
  }

  .lg\:text-pink-500 {
    color: #ed64a6;
  }

  .lg\:text-pink-600 {
    color: #d53f8c;
  }

  .lg\:text-pink-700 {
    color: #b83280;
  }

  .lg\:text-pink-800 {
    color: #97266d;
  }

  .lg\:text-pink-900 {
    color: #702459;
  }

  .lg\:text-grey {
    color: #CCCCCC;
  }

  .lg\:text-darkgrey {
    color: #BDBDBD;
  }

  .lg\:text-searchplaceholder {
    color: #ddddde;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .lg\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .lg\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .lg\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .lg\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .lg\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .lg\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .lg\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .lg\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .lg\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .lg\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .lg\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .lg\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .lg\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .lg\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .lg\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .lg\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .lg\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .lg\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .lg\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .lg\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .lg\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .lg\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .lg\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .lg\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .lg\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .lg\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .lg\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .lg\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .lg\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .lg\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .lg\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .lg\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .lg\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .lg\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .lg\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .lg\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .lg\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .lg\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .lg\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .lg\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .lg\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .lg\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .lg\:hover\:text-green-800:hover {
    color: #276749;
  }

  .lg\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .lg\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .lg\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .lg\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .lg\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .lg\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .lg\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .lg\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .lg\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .lg\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .lg\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .lg\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .lg\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .lg\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .lg\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .lg\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .lg\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .lg\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .lg\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .lg\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .lg\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .lg\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .lg\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .lg\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .lg\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .lg\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .lg\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .lg\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .lg\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .lg\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .lg\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .lg\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .lg\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .lg\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .lg\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .lg\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .lg\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .lg\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .lg\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .lg\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .lg\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .lg\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .lg\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .lg\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .lg\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .lg\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .lg\:hover\:text-grey:hover {
    color: #CCCCCC;
  }

  .lg\:hover\:text-darkgrey:hover {
    color: #BDBDBD;
  }

  .lg\:hover\:text-searchplaceholder:hover {
    color: #ddddde;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    color: #000;
  }

  .lg\:focus\:text-white:focus {
    color: #fff;
  }

  .lg\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .lg\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .lg\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .lg\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .lg\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .lg\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .lg\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .lg\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .lg\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .lg\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .lg\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .lg\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .lg\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .lg\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .lg\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .lg\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .lg\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .lg\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .lg\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .lg\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .lg\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .lg\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .lg\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .lg\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .lg\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .lg\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .lg\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .lg\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .lg\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .lg\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .lg\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .lg\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .lg\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .lg\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .lg\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .lg\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .lg\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .lg\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .lg\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .lg\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .lg\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .lg\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .lg\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .lg\:focus\:text-green-800:focus {
    color: #276749;
  }

  .lg\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .lg\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .lg\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .lg\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .lg\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .lg\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .lg\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .lg\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .lg\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .lg\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .lg\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .lg\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .lg\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .lg\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .lg\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .lg\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .lg\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .lg\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .lg\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .lg\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .lg\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .lg\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .lg\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .lg\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .lg\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .lg\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .lg\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .lg\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .lg\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .lg\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .lg\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .lg\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .lg\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .lg\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .lg\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .lg\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .lg\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .lg\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .lg\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .lg\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .lg\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .lg\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .lg\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .lg\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .lg\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .lg\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .lg\:focus\:text-grey:focus {
    color: #CCCCCC;
  }

  .lg\:focus\:text-darkgrey:focus {
    color: #BDBDBD;
  }

  .lg\:focus\:text-searchplaceholder:focus {
    color: #ddddde;
  }

  .lg\:text-10 {
    font-size: 10px;
  }

  .lg\:text-11 {
    font-size: 11px;
  }

  .lg\:text-12 {
    font-size: 12px;
  }

  .lg\:text-13 {
    font-size: 13px;
  }

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-15 {
    font-size: 15px;
  }

  .lg\:text-23 {
    font-size: 23px;
  }

  .lg\:text-25 {
    font-size: 25px;
  }

  .lg\:text-30 {
    font-size: 30px;
  }

  .lg\:text-45 {
    font-size: 45px;
  }

  .lg\:text-xs {
    font-size: 0.8rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:text-xxs {
    font-size: 0.625rem;
  }

  .lg\:text-s {
    font-size: 0.9375rem;
  }

  .lg\:text-md {
    font-size: 1rem;
  }

  .lg\:text-heroxl {
    font-size: 6rem;
  }

  .lg\:text-superxl {
    font-size: 8rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-1 {
    letter-spacing: 1px;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:tracking-0p1 {
    letter-spacing: 0.1em;
  }

  .lg\:tracking-xwidest {
    letter-spacing: 0.15em;
  }

  .lg\:tracking-0p55 {
    letter-spacing: 0.55px;
  }

  .lg\:tracking-2p1 {
    letter-spacing: 2.1px;
  }

  .lg\:select-none {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }

  .lg\:select-text {
    -moz-user-select: text;
     -ms-user-select: text;
         user-select: text;
  }

  .lg\:select-all {
    -moz-user-select: all;
     -ms-user-select: all;
         user-select: all;
  }

  .lg\:select-auto {
    -moz-user-select: auto;
     -ms-user-select: auto;
         user-select: auto;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-80 {
    width: 22rem;
  }

  .lg\:w-96 {
    width: 26rem;
  }

  .lg\:w-128 {
    width: 30rem;
  }

  .lg\:w-200 {
    width: 12.5rem;
  }

  .lg\:w-400 {
    width: 25rem;
  }

  .lg\:w-500 {
    width: 31.25rem;
  }

  .lg\:w-600 {
    width: 37.5rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-1\/10 {
    width: 10%;
  }

  .lg\:w-3\/10 {
    width: 30%;
  }

  .lg\:w-logo {
    width: 250px;
  }

  .lg\:w-minilogo {
    width: 40px;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .lg\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .lg\:rotate-0 {
    --transform-rotate: 0;
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .lg\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .lg\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .lg\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .lg\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .lg\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .lg\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .lg\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .lg\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .lg\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .lg\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .lg\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .lg\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .lg\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .lg\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .lg\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .lg\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .lg\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .lg\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .lg\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .lg\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .lg\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .lg\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .lg\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .lg\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .lg\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .lg\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .lg\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .lg\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .lg\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .lg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .lg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .lg\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .lg\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .lg\:transition-all {
    transition-property: all;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
  }

  .lg\:transition-transform {
    transition-property: transform;
  }

  .lg\:ease-linear {
    transition-timing-function: linear;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (max-width: 1279px) {
  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .xl\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .xl\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .xl\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .xl\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .xl\:bg-gray-600 {
    background-color: #718096;
  }

  .xl\:bg-gray-700 {
    background-color: #4a5568;
  }

  .xl\:bg-gray-800 {
    background-color: #2d3748;
  }

  .xl\:bg-gray-900 {
    background-color: #1a202c;
  }

  .xl\:bg-red-100 {
    background-color: #fff5f5;
  }

  .xl\:bg-red-200 {
    background-color: #fed7d7;
  }

  .xl\:bg-red-300 {
    background-color: #feb2b2;
  }

  .xl\:bg-red-400 {
    background-color: #fc8181;
  }

  .xl\:bg-red-500 {
    background-color: #f56565;
  }

  .xl\:bg-red-600 {
    background-color: #e53e3e;
  }

  .xl\:bg-red-700 {
    background-color: #c53030;
  }

  .xl\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .xl\:bg-red-900 {
    background-color: #742a2a;
  }

  .xl\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .xl\:bg-orange-200 {
    background-color: #feebc8;
  }

  .xl\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .xl\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .xl\:bg-orange-500 {
    background-color: #ed8936;
  }

  .xl\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .xl\:bg-orange-700 {
    background-color: #c05621;
  }

  .xl\:bg-orange-800 {
    background-color: #9c4221;
  }

  .xl\:bg-orange-900 {
    background-color: #7b341e;
  }

  .xl\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .xl\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .xl\:bg-yellow-300 {
    background-color: #faf089;
  }

  .xl\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .xl\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .xl\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .xl\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .xl\:bg-yellow-800 {
    background-color: #975a16;
  }

  .xl\:bg-yellow-900 {
    background-color: #744210;
  }

  .xl\:bg-green-100 {
    background-color: #f0fff4;
  }

  .xl\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .xl\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .xl\:bg-green-400 {
    background-color: #68d391;
  }

  .xl\:bg-green-500 {
    background-color: #48bb78;
  }

  .xl\:bg-green-600 {
    background-color: #38a169;
  }

  .xl\:bg-green-700 {
    background-color: #2f855a;
  }

  .xl\:bg-green-800 {
    background-color: #276749;
  }

  .xl\:bg-green-900 {
    background-color: #22543d;
  }

  .xl\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .xl\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .xl\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .xl\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .xl\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .xl\:bg-teal-600 {
    background-color: #319795;
  }

  .xl\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .xl\:bg-teal-800 {
    background-color: #285e61;
  }

  .xl\:bg-teal-900 {
    background-color: #234e52;
  }

  .xl\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .xl\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .xl\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .xl\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .xl\:bg-blue-500 {
    background-color: #4299e1;
  }

  .xl\:bg-blue-600 {
    background-color: #3182ce;
  }

  .xl\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .xl\:bg-blue-800 {
    background-color: #2c5282;
  }

  .xl\:bg-blue-900 {
    background-color: #2a4365;
  }

  .xl\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .xl\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .xl\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .xl\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .xl\:bg-indigo-500 {
    background-color: #667eea;
  }

  .xl\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .xl\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .xl\:bg-indigo-800 {
    background-color: #434190;
  }

  .xl\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .xl\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .xl\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .xl\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .xl\:bg-purple-400 {
    background-color: #b794f4;
  }

  .xl\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .xl\:bg-purple-600 {
    background-color: #805ad5;
  }

  .xl\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .xl\:bg-purple-800 {
    background-color: #553c9a;
  }

  .xl\:bg-purple-900 {
    background-color: #44337a;
  }

  .xl\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .xl\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .xl\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .xl\:bg-pink-400 {
    background-color: #f687b3;
  }

  .xl\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .xl\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .xl\:bg-pink-700 {
    background-color: #b83280;
  }

  .xl\:bg-pink-800 {
    background-color: #97266d;
  }

  .xl\:bg-pink-900 {
    background-color: #702459;
  }

  .xl\:bg-overlay {
    background-color: rgba(0,0,0,0.8);
  }

  .xl\:bg-mobilesearchbackground {
    background-color: #64666b;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .xl\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .xl\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .xl\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .xl\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .xl\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .xl\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .xl\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .xl\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .xl\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .xl\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .xl\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .xl\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .xl\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .xl\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .xl\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .xl\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .xl\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .xl\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .xl\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .xl\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .xl\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .xl\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .xl\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .xl\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .xl\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .xl\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .xl\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .xl\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .xl\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .xl\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .xl\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .xl\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .xl\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .xl\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .xl\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .xl\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .xl\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .xl\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .xl\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .xl\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .xl\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .xl\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .xl\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .xl\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .xl\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .xl\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .xl\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .xl\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .xl\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .xl\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .xl\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .xl\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .xl\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .xl\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .xl\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .xl\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .xl\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .xl\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .xl\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .xl\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .xl\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .xl\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .xl\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .xl\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .xl\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .xl\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .xl\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .xl\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .xl\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .xl\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .xl\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .xl\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .xl\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .xl\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .xl\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .xl\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .xl\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .xl\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .xl\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .xl\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .xl\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .xl\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .xl\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .xl\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .xl\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .xl\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .xl\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .xl\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .xl\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .xl\:hover\:bg-overlay:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .xl\:hover\:bg-mobilesearchbackground:hover {
    background-color: #64666b;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #000;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .xl\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .xl\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .xl\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .xl\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .xl\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .xl\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .xl\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .xl\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .xl\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .xl\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .xl\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .xl\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .xl\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .xl\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .xl\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .xl\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .xl\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .xl\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .xl\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .xl\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .xl\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .xl\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .xl\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .xl\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .xl\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .xl\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .xl\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .xl\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .xl\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .xl\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .xl\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .xl\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .xl\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .xl\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .xl\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .xl\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .xl\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .xl\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .xl\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .xl\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .xl\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .xl\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .xl\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .xl\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .xl\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .xl\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .xl\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .xl\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .xl\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .xl\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .xl\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .xl\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .xl\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .xl\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .xl\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .xl\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .xl\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .xl\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .xl\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .xl\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .xl\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .xl\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .xl\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .xl\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .xl\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .xl\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .xl\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .xl\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .xl\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .xl\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .xl\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .xl\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .xl\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .xl\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .xl\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .xl\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .xl\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .xl\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .xl\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .xl\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .xl\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .xl\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .xl\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .xl\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .xl\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .xl\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .xl\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .xl\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .xl\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .xl\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .xl\:focus\:bg-overlay:focus {
    background-color: rgba(0,0,0,0.8);
  }

  .xl\:focus\:bg-mobilesearchbackground:focus {
    background-color: #64666b;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-gray-100 {
    border-color: #f7fafc;
  }

  .xl\:border-gray-200 {
    border-color: #edf2f7;
  }

  .xl\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .xl\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .xl\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xl\:border-gray-600 {
    border-color: #718096;
  }

  .xl\:border-gray-700 {
    border-color: #4a5568;
  }

  .xl\:border-gray-800 {
    border-color: #2d3748;
  }

  .xl\:border-gray-900 {
    border-color: #1a202c;
  }

  .xl\:border-red-100 {
    border-color: #fff5f5;
  }

  .xl\:border-red-200 {
    border-color: #fed7d7;
  }

  .xl\:border-red-300 {
    border-color: #feb2b2;
  }

  .xl\:border-red-400 {
    border-color: #fc8181;
  }

  .xl\:border-red-500 {
    border-color: #f56565;
  }

  .xl\:border-red-600 {
    border-color: #e53e3e;
  }

  .xl\:border-red-700 {
    border-color: #c53030;
  }

  .xl\:border-red-800 {
    border-color: #9b2c2c;
  }

  .xl\:border-red-900 {
    border-color: #742a2a;
  }

  .xl\:border-orange-100 {
    border-color: #fffaf0;
  }

  .xl\:border-orange-200 {
    border-color: #feebc8;
  }

  .xl\:border-orange-300 {
    border-color: #fbd38d;
  }

  .xl\:border-orange-400 {
    border-color: #f6ad55;
  }

  .xl\:border-orange-500 {
    border-color: #ed8936;
  }

  .xl\:border-orange-600 {
    border-color: #dd6b20;
  }

  .xl\:border-orange-700 {
    border-color: #c05621;
  }

  .xl\:border-orange-800 {
    border-color: #9c4221;
  }

  .xl\:border-orange-900 {
    border-color: #7b341e;
  }

  .xl\:border-yellow-100 {
    border-color: #fffff0;
  }

  .xl\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .xl\:border-yellow-300 {
    border-color: #faf089;
  }

  .xl\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .xl\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .xl\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .xl\:border-yellow-700 {
    border-color: #b7791f;
  }

  .xl\:border-yellow-800 {
    border-color: #975a16;
  }

  .xl\:border-yellow-900 {
    border-color: #744210;
  }

  .xl\:border-green-100 {
    border-color: #f0fff4;
  }

  .xl\:border-green-200 {
    border-color: #c6f6d5;
  }

  .xl\:border-green-300 {
    border-color: #9ae6b4;
  }

  .xl\:border-green-400 {
    border-color: #68d391;
  }

  .xl\:border-green-500 {
    border-color: #48bb78;
  }

  .xl\:border-green-600 {
    border-color: #38a169;
  }

  .xl\:border-green-700 {
    border-color: #2f855a;
  }

  .xl\:border-green-800 {
    border-color: #276749;
  }

  .xl\:border-green-900 {
    border-color: #22543d;
  }

  .xl\:border-teal-100 {
    border-color: #e6fffa;
  }

  .xl\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .xl\:border-teal-300 {
    border-color: #81e6d9;
  }

  .xl\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .xl\:border-teal-500 {
    border-color: #38b2ac;
  }

  .xl\:border-teal-600 {
    border-color: #319795;
  }

  .xl\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .xl\:border-teal-800 {
    border-color: #285e61;
  }

  .xl\:border-teal-900 {
    border-color: #234e52;
  }

  .xl\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .xl\:border-blue-200 {
    border-color: #bee3f8;
  }

  .xl\:border-blue-300 {
    border-color: #90cdf4;
  }

  .xl\:border-blue-400 {
    border-color: #63b3ed;
  }

  .xl\:border-blue-500 {
    border-color: #4299e1;
  }

  .xl\:border-blue-600 {
    border-color: #3182ce;
  }

  .xl\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .xl\:border-blue-800 {
    border-color: #2c5282;
  }

  .xl\:border-blue-900 {
    border-color: #2a4365;
  }

  .xl\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .xl\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .xl\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .xl\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .xl\:border-indigo-500 {
    border-color: #667eea;
  }

  .xl\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .xl\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .xl\:border-indigo-800 {
    border-color: #434190;
  }

  .xl\:border-indigo-900 {
    border-color: #3c366b;
  }

  .xl\:border-purple-100 {
    border-color: #faf5ff;
  }

  .xl\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .xl\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .xl\:border-purple-400 {
    border-color: #b794f4;
  }

  .xl\:border-purple-500 {
    border-color: #9f7aea;
  }

  .xl\:border-purple-600 {
    border-color: #805ad5;
  }

  .xl\:border-purple-700 {
    border-color: #6b46c1;
  }

  .xl\:border-purple-800 {
    border-color: #553c9a;
  }

  .xl\:border-purple-900 {
    border-color: #44337a;
  }

  .xl\:border-pink-100 {
    border-color: #fff5f7;
  }

  .xl\:border-pink-200 {
    border-color: #fed7e2;
  }

  .xl\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .xl\:border-pink-400 {
    border-color: #f687b3;
  }

  .xl\:border-pink-500 {
    border-color: #ed64a6;
  }

  .xl\:border-pink-600 {
    border-color: #d53f8c;
  }

  .xl\:border-pink-700 {
    border-color: #b83280;
  }

  .xl\:border-pink-800 {
    border-color: #97266d;
  }

  .xl\:border-pink-900 {
    border-color: #702459;
  }

  .xl\:border-order-complete-dark-divider {
    border-color: #9A9B9F;
  }

  .xl\:border-grey {
    border-color: #CCCCCC;
  }

  .xl\:border-darkgrey {
    border-color: #BDBDBD;
  }

  .xl\:border-keyline-grey {
    border-color: #dadadc;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .xl\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .xl\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .xl\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .xl\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xl\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .xl\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .xl\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .xl\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .xl\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .xl\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .xl\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .xl\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .xl\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .xl\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .xl\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .xl\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .xl\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .xl\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .xl\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .xl\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .xl\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .xl\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .xl\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .xl\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .xl\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .xl\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .xl\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .xl\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .xl\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .xl\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .xl\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .xl\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .xl\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .xl\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .xl\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .xl\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .xl\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .xl\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .xl\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .xl\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .xl\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .xl\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .xl\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .xl\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .xl\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .xl\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .xl\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .xl\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .xl\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .xl\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .xl\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .xl\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .xl\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .xl\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .xl\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .xl\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .xl\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .xl\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .xl\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .xl\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .xl\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .xl\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .xl\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .xl\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .xl\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .xl\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .xl\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .xl\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .xl\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .xl\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .xl\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .xl\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .xl\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .xl\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .xl\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .xl\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .xl\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .xl\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .xl\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .xl\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .xl\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .xl\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .xl\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .xl\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .xl\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .xl\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .xl\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .xl\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .xl\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .xl\:hover\:border-order-complete-dark-divider:hover {
    border-color: #9A9B9F;
  }

  .xl\:hover\:border-grey:hover {
    border-color: #CCCCCC;
  }

  .xl\:hover\:border-darkgrey:hover {
    border-color: #BDBDBD;
  }

  .xl\:hover\:border-keyline-grey:hover {
    border-color: #dadadc;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus {
    border-color: #000;
  }

  .xl\:focus\:border-white:focus {
    border-color: #fff;
  }

  .xl\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .xl\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .xl\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .xl\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .xl\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .xl\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .xl\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .xl\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .xl\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .xl\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .xl\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .xl\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .xl\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .xl\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .xl\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .xl\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .xl\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .xl\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .xl\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .xl\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .xl\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .xl\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .xl\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .xl\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .xl\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .xl\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .xl\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .xl\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .xl\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .xl\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .xl\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .xl\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .xl\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .xl\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .xl\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .xl\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .xl\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .xl\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .xl\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .xl\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .xl\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .xl\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .xl\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .xl\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .xl\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .xl\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .xl\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .xl\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .xl\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .xl\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .xl\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .xl\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .xl\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .xl\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .xl\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .xl\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .xl\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .xl\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .xl\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .xl\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .xl\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .xl\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .xl\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .xl\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .xl\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .xl\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .xl\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .xl\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .xl\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .xl\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .xl\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .xl\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .xl\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .xl\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .xl\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .xl\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .xl\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .xl\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .xl\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .xl\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .xl\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .xl\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .xl\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .xl\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .xl\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .xl\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .xl\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .xl\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .xl\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .xl\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .xl\:focus\:border-order-complete-dark-divider:focus {
    border-color: #9A9B9F;
  }

  .xl\:focus\:border-grey:focus {
    border-color: #CCCCCC;
  }

  .xl\:focus\:border-darkgrey:focus {
    border-color: #BDBDBD;
  }

  .xl\:focus\:border-keyline-grey:focus {
    border-color: #dadadc;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:box-border {
    box-sizing: border-box;
  }

  .xl\:box-content {
    box-sizing: content-box;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-caption {
    display: table-caption;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:table-column {
    display: table-column;
  }

  .xl\:table-column-group {
    display: table-column-group;
  }

  .xl\:table-footer-group {
    display: table-footer-group;
  }

  .xl\:table-header-group {
    display: table-header-group;
  }

  .xl\:table-row-group {
    display: table-row-group;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:font-base {
    font-family: proxima-nova, sans-serif;
  }

  .xl\:font-accent {
    font-family: freight-display-pro, serif;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-3 {
    line-height: .75rem;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }

  .xl\:leading-5 {
    line-height: 1.25rem;
  }

  .xl\:leading-6 {
    line-height: 1.5rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:m-1\/20 {
    margin: 5%;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:my-1\/20 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xl\:mx-1\/20 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:mt-1\/20 {
    margin-top: 5%;
  }

  .xl\:mr-1\/20 {
    margin-right: 5%;
  }

  .xl\:mb-1\/20 {
    margin-bottom: 5%;
  }

  .xl\:ml-1\/20 {
    margin-left: 5%;
  }

  .xl\:last\:m-0:last-child {
    margin: 0;
  }

  .xl\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xl\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xl\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xl\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xl\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xl\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xl\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xl\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xl\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xl\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xl\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xl\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xl\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xl\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xl\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xl\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xl\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xl\:last\:m-auto:last-child {
    margin: auto;
  }

  .xl\:last\:m-px:last-child {
    margin: 1px;
  }

  .xl\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xl\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xl\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xl\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xl\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xl\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xl\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xl\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xl\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xl\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xl\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xl\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xl\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xl\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xl\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xl\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xl\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xl\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xl\:last\:m-1\/20:last-child {
    margin: 5%;
  }

  .xl\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:last\:my-1\/20:last-child {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xl\:last\:mx-1\/20:last-child {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xl\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .xl\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .xl\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .xl\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .xl\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xl\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xl\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xl\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xl\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xl\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xl\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xl\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xl\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xl\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xl\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xl\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xl\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xl\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xl\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xl\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xl\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xl\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xl\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xl\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xl\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xl\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xl\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xl\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xl\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xl\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xl\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xl\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xl\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xl\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xl\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xl\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xl\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xl\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xl\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xl\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xl\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xl\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xl\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xl\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xl\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xl\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xl\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xl\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xl\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xl\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xl\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xl\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xl\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xl\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xl\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xl\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xl\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xl\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xl\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xl\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xl\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xl\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xl\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xl\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xl\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xl\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xl\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xl\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xl\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xl\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xl\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xl\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xl\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xl\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xl\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xl\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xl\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xl\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xl\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xl\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xl\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xl\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xl\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xl\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xl\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xl\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xl\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xl\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xl\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xl\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xl\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xl\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xl\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xl\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xl\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xl\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xl\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xl\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xl\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xl\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xl\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xl\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xl\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xl\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xl\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xl\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xl\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xl\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xl\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xl\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xl\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xl\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xl\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xl\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xl\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xl\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xl\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xl\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xl\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xl\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xl\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xl\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xl\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xl\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xl\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xl\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xl\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xl\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xl\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xl\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xl\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xl\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xl\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xl\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xl\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xl\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xl\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xl\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xl\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xl\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xl\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xl\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xl\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xl\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xl\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xl\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xl\:last\:mt-1\/20:last-child {
    margin-top: 5%;
  }

  .xl\:last\:mr-1\/20:last-child {
    margin-right: 5%;
  }

  .xl\:last\:mb-1\/20:last-child {
    margin-bottom: 5%;
  }

  .xl\:last\:ml-1\/20:last-child {
    margin-left: 5%;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:outline-none {
    outline: 0;
  }

  .xl\:focus\:outline-none:focus {
    outline: 0;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .xl\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .xl\:placeholder-black::placeholder {
    color: #000;
  }

  .xl\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .xl\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:placeholder-white::placeholder {
    color: #fff;
  }

  .xl\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .xl\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .xl\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .xl\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .xl\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .xl\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .xl\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .xl\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .xl\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .xl\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .xl\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .xl\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .xl\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .xl\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .xl\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .xl\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .xl\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .xl\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .xl\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .xl\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .xl\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .xl\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .xl\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .xl\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .xl\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .xl\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .xl\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .xl\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .xl\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .xl\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .xl\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .xl\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .xl\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .xl\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .xl\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .xl\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .xl\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .xl\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .xl\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .xl\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .xl\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .xl\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .xl\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .xl\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .xl\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .xl\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .xl\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .xl\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .xl\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .xl\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .xl\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .xl\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .xl\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .xl\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .xl\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .xl\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .xl\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .xl\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .xl\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .xl\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .xl\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .xl\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .xl\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .xl\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .xl\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .xl\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .xl\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .xl\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .xl\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .xl\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .xl\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .xl\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .xl\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .xl\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .xl\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .xl\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .xl\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .xl\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .xl\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .xl\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .xl\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .xl\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .xl\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .xl\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .xl\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .xl\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .xl\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .xl\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .xl\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .xl\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .xl\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .xl\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .xl\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .xl\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .xl\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .xl\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .xl\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .xl\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .xl\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .xl\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .xl\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .xl\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .xl\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .xl\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .xl\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .xl\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .xl\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .xl\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .xl\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .xl\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .xl\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .xl\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .xl\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .xl\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .xl\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:stroke-0 {
    stroke-width: 0;
  }

  .xl\:stroke-1 {
    stroke-width: 1;
  }

  .xl\:stroke-2 {
    stroke-width: 2;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-gray-100 {
    color: #f7fafc;
  }

  .xl\:text-gray-200 {
    color: #edf2f7;
  }

  .xl\:text-gray-300 {
    color: #e2e8f0;
  }

  .xl\:text-gray-400 {
    color: #cbd5e0;
  }

  .xl\:text-gray-500 {
    color: #a0aec0;
  }

  .xl\:text-gray-600 {
    color: #718096;
  }

  .xl\:text-gray-700 {
    color: #4a5568;
  }

  .xl\:text-gray-800 {
    color: #2d3748;
  }

  .xl\:text-gray-900 {
    color: #1a202c;
  }

  .xl\:text-red-100 {
    color: #fff5f5;
  }

  .xl\:text-red-200 {
    color: #fed7d7;
  }

  .xl\:text-red-300 {
    color: #feb2b2;
  }

  .xl\:text-red-400 {
    color: #fc8181;
  }

  .xl\:text-red-500 {
    color: #f56565;
  }

  .xl\:text-red-600 {
    color: #e53e3e;
  }

  .xl\:text-red-700 {
    color: #c53030;
  }

  .xl\:text-red-800 {
    color: #9b2c2c;
  }

  .xl\:text-red-900 {
    color: #742a2a;
  }

  .xl\:text-orange-100 {
    color: #fffaf0;
  }

  .xl\:text-orange-200 {
    color: #feebc8;
  }

  .xl\:text-orange-300 {
    color: #fbd38d;
  }

  .xl\:text-orange-400 {
    color: #f6ad55;
  }

  .xl\:text-orange-500 {
    color: #ed8936;
  }

  .xl\:text-orange-600 {
    color: #dd6b20;
  }

  .xl\:text-orange-700 {
    color: #c05621;
  }

  .xl\:text-orange-800 {
    color: #9c4221;
  }

  .xl\:text-orange-900 {
    color: #7b341e;
  }

  .xl\:text-yellow-100 {
    color: #fffff0;
  }

  .xl\:text-yellow-200 {
    color: #fefcbf;
  }

  .xl\:text-yellow-300 {
    color: #faf089;
  }

  .xl\:text-yellow-400 {
    color: #f6e05e;
  }

  .xl\:text-yellow-500 {
    color: #ecc94b;
  }

  .xl\:text-yellow-600 {
    color: #d69e2e;
  }

  .xl\:text-yellow-700 {
    color: #b7791f;
  }

  .xl\:text-yellow-800 {
    color: #975a16;
  }

  .xl\:text-yellow-900 {
    color: #744210;
  }

  .xl\:text-green-100 {
    color: #f0fff4;
  }

  .xl\:text-green-200 {
    color: #c6f6d5;
  }

  .xl\:text-green-300 {
    color: #9ae6b4;
  }

  .xl\:text-green-400 {
    color: #68d391;
  }

  .xl\:text-green-500 {
    color: #48bb78;
  }

  .xl\:text-green-600 {
    color: #38a169;
  }

  .xl\:text-green-700 {
    color: #2f855a;
  }

  .xl\:text-green-800 {
    color: #276749;
  }

  .xl\:text-green-900 {
    color: #22543d;
  }

  .xl\:text-teal-100 {
    color: #e6fffa;
  }

  .xl\:text-teal-200 {
    color: #b2f5ea;
  }

  .xl\:text-teal-300 {
    color: #81e6d9;
  }

  .xl\:text-teal-400 {
    color: #4fd1c5;
  }

  .xl\:text-teal-500 {
    color: #38b2ac;
  }

  .xl\:text-teal-600 {
    color: #319795;
  }

  .xl\:text-teal-700 {
    color: #2c7a7b;
  }

  .xl\:text-teal-800 {
    color: #285e61;
  }

  .xl\:text-teal-900 {
    color: #234e52;
  }

  .xl\:text-blue-100 {
    color: #ebf8ff;
  }

  .xl\:text-blue-200 {
    color: #bee3f8;
  }

  .xl\:text-blue-300 {
    color: #90cdf4;
  }

  .xl\:text-blue-400 {
    color: #63b3ed;
  }

  .xl\:text-blue-500 {
    color: #4299e1;
  }

  .xl\:text-blue-600 {
    color: #3182ce;
  }

  .xl\:text-blue-700 {
    color: #2b6cb0;
  }

  .xl\:text-blue-800 {
    color: #2c5282;
  }

  .xl\:text-blue-900 {
    color: #2a4365;
  }

  .xl\:text-indigo-100 {
    color: #ebf4ff;
  }

  .xl\:text-indigo-200 {
    color: #c3dafe;
  }

  .xl\:text-indigo-300 {
    color: #a3bffa;
  }

  .xl\:text-indigo-400 {
    color: #7f9cf5;
  }

  .xl\:text-indigo-500 {
    color: #667eea;
  }

  .xl\:text-indigo-600 {
    color: #5a67d8;
  }

  .xl\:text-indigo-700 {
    color: #4c51bf;
  }

  .xl\:text-indigo-800 {
    color: #434190;
  }

  .xl\:text-indigo-900 {
    color: #3c366b;
  }

  .xl\:text-purple-100 {
    color: #faf5ff;
  }

  .xl\:text-purple-200 {
    color: #e9d8fd;
  }

  .xl\:text-purple-300 {
    color: #d6bcfa;
  }

  .xl\:text-purple-400 {
    color: #b794f4;
  }

  .xl\:text-purple-500 {
    color: #9f7aea;
  }

  .xl\:text-purple-600 {
    color: #805ad5;
  }

  .xl\:text-purple-700 {
    color: #6b46c1;
  }

  .xl\:text-purple-800 {
    color: #553c9a;
  }

  .xl\:text-purple-900 {
    color: #44337a;
  }

  .xl\:text-pink-100 {
    color: #fff5f7;
  }

  .xl\:text-pink-200 {
    color: #fed7e2;
  }

  .xl\:text-pink-300 {
    color: #fbb6ce;
  }

  .xl\:text-pink-400 {
    color: #f687b3;
  }

  .xl\:text-pink-500 {
    color: #ed64a6;
  }

  .xl\:text-pink-600 {
    color: #d53f8c;
  }

  .xl\:text-pink-700 {
    color: #b83280;
  }

  .xl\:text-pink-800 {
    color: #97266d;
  }

  .xl\:text-pink-900 {
    color: #702459;
  }

  .xl\:text-grey {
    color: #CCCCCC;
  }

  .xl\:text-darkgrey {
    color: #BDBDBD;
  }

  .xl\:text-searchplaceholder {
    color: #ddddde;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .xl\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xl\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .xl\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .xl\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .xl\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .xl\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .xl\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xl\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .xl\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .xl\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .xl\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .xl\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .xl\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .xl\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .xl\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .xl\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .xl\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .xl\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .xl\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .xl\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .xl\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .xl\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .xl\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .xl\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .xl\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .xl\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .xl\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .xl\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .xl\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .xl\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .xl\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .xl\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .xl\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .xl\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .xl\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .xl\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .xl\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .xl\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .xl\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .xl\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .xl\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .xl\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .xl\:hover\:text-green-800:hover {
    color: #276749;
  }

  .xl\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .xl\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .xl\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .xl\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .xl\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .xl\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .xl\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .xl\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .xl\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .xl\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .xl\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .xl\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .xl\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .xl\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .xl\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .xl\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .xl\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .xl\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .xl\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .xl\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .xl\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .xl\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .xl\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .xl\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .xl\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .xl\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .xl\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .xl\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .xl\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .xl\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .xl\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .xl\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .xl\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .xl\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .xl\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .xl\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .xl\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .xl\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .xl\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .xl\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .xl\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .xl\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .xl\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .xl\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .xl\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .xl\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .xl\:hover\:text-grey:hover {
    color: #CCCCCC;
  }

  .xl\:hover\:text-darkgrey:hover {
    color: #BDBDBD;
  }

  .xl\:hover\:text-searchplaceholder:hover {
    color: #ddddde;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    color: #000;
  }

  .xl\:focus\:text-white:focus {
    color: #fff;
  }

  .xl\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .xl\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .xl\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .xl\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .xl\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .xl\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .xl\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .xl\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .xl\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .xl\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .xl\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .xl\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .xl\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .xl\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .xl\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .xl\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .xl\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .xl\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .xl\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .xl\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .xl\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .xl\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .xl\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .xl\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .xl\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .xl\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .xl\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .xl\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .xl\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .xl\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .xl\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .xl\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .xl\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .xl\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .xl\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .xl\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .xl\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .xl\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .xl\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .xl\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .xl\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .xl\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .xl\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .xl\:focus\:text-green-800:focus {
    color: #276749;
  }

  .xl\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .xl\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .xl\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .xl\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .xl\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .xl\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .xl\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .xl\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .xl\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .xl\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .xl\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .xl\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .xl\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .xl\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .xl\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .xl\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .xl\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .xl\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .xl\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .xl\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .xl\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .xl\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .xl\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .xl\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .xl\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .xl\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .xl\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .xl\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .xl\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .xl\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .xl\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .xl\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .xl\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .xl\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .xl\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .xl\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .xl\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .xl\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .xl\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .xl\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .xl\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .xl\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .xl\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .xl\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .xl\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .xl\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .xl\:focus\:text-grey:focus {
    color: #CCCCCC;
  }

  .xl\:focus\:text-darkgrey:focus {
    color: #BDBDBD;
  }

  .xl\:focus\:text-searchplaceholder:focus {
    color: #ddddde;
  }

  .xl\:text-10 {
    font-size: 10px;
  }

  .xl\:text-11 {
    font-size: 11px;
  }

  .xl\:text-12 {
    font-size: 12px;
  }

  .xl\:text-13 {
    font-size: 13px;
  }

  .xl\:text-14 {
    font-size: 14px;
  }

  .xl\:text-15 {
    font-size: 15px;
  }

  .xl\:text-23 {
    font-size: 23px;
  }

  .xl\:text-25 {
    font-size: 25px;
  }

  .xl\:text-30 {
    font-size: 30px;
  }

  .xl\:text-45 {
    font-size: 45px;
  }

  .xl\:text-xs {
    font-size: 0.8rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:text-xxs {
    font-size: 0.625rem;
  }

  .xl\:text-s {
    font-size: 0.9375rem;
  }

  .xl\:text-md {
    font-size: 1rem;
  }

  .xl\:text-heroxl {
    font-size: 6rem;
  }

  .xl\:text-superxl {
    font-size: 8rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-1 {
    letter-spacing: 1px;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:tracking-0p1 {
    letter-spacing: 0.1em;
  }

  .xl\:tracking-xwidest {
    letter-spacing: 0.15em;
  }

  .xl\:tracking-0p55 {
    letter-spacing: 0.55px;
  }

  .xl\:tracking-2p1 {
    letter-spacing: 2.1px;
  }

  .xl\:select-none {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }

  .xl\:select-text {
    -moz-user-select: text;
     -ms-user-select: text;
         user-select: text;
  }

  .xl\:select-all {
    -moz-user-select: all;
     -ms-user-select: all;
         user-select: all;
  }

  .xl\:select-auto {
    -moz-user-select: auto;
     -ms-user-select: auto;
         user-select: auto;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-80 {
    width: 22rem;
  }

  .xl\:w-96 {
    width: 26rem;
  }

  .xl\:w-128 {
    width: 30rem;
  }

  .xl\:w-200 {
    width: 12.5rem;
  }

  .xl\:w-400 {
    width: 25rem;
  }

  .xl\:w-500 {
    width: 31.25rem;
  }

  .xl\:w-600 {
    width: 37.5rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-1\/10 {
    width: 10%;
  }

  .xl\:w-3\/10 {
    width: 30%;
  }

  .xl\:w-logo {
    width: 250px;
  }

  .xl\:w-minilogo {
    width: 40px;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xl\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xl\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:col-auto {
    grid-column: auto;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:row-auto {
    grid-row: auto;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-start-auto {
    grid-row-start: auto;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-end-auto {
    grid-row-end: auto;
  }

  .xl\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xl\:transform-none {
    transform: none;
  }

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xl\:rotate-0 {
    --transform-rotate: 0;
  }

  .xl\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xl\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .xl\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xl\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xl\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .xl\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .xl\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .xl\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .xl\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .xl\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .xl\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .xl\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .xl\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .xl\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .xl\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .xl\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .xl\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .xl\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .xl\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .xl\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .xl\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .xl\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .xl\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .xl\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .xl\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .xl\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .xl\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .xl\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .xl\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .xl\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .xl\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xl\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xl\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xl\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xl\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .xl\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xl\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xl\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .xl\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .xl\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .xl\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .xl\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .xl\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .xl\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .xl\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .xl\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .xl\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .xl\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .xl\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .xl\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .xl\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .xl\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .xl\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .xl\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .xl\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .xl\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .xl\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .xl\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .xl\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .xl\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .xl\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .xl\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .xl\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .xl\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xl\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xl\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xl\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .xl\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xl\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xl\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xl\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xl\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xl\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xl\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xl\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xl\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xl\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xl\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xl\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xl\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xl\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .xl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .xl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xl\:transition-none {
    transition-property: none;
  }

  .xl\:transition-all {
    transition-property: all;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:transition-opacity {
    transition-property: opacity;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow;
  }

  .xl\:transition-transform {
    transition-property: transform;
  }

  .xl\:ease-linear {
    transition-timing-function: linear;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75 {
    transition-duration: 75ms;
  }

  .xl\:duration-100 {
    transition-duration: 100ms;
  }

  .xl\:duration-150 {
    transition-duration: 150ms;
  }

  .xl\:duration-200 {
    transition-duration: 200ms;
  }

  .xl\:duration-300 {
    transition-duration: 300ms;
  }

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (max-width: 1535px) {
  .\32xl\: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;
  }

  .\32xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:bg-fixed {
    background-attachment: fixed;
  }

  .\32xl\:bg-local {
    background-attachment: local;
  }

  .\32xl\:bg-scroll {
    background-attachment: scroll;
  }

  .\32xl\:bg-transparent {
    background-color: transparent;
  }

  .\32xl\:bg-black {
    background-color: #000;
  }

  .\32xl\:bg-white {
    background-color: #fff;
  }

  .\32xl\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .\32xl\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .\32xl\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .\32xl\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .\32xl\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .\32xl\:bg-gray-600 {
    background-color: #718096;
  }

  .\32xl\:bg-gray-700 {
    background-color: #4a5568;
  }

  .\32xl\:bg-gray-800 {
    background-color: #2d3748;
  }

  .\32xl\:bg-gray-900 {
    background-color: #1a202c;
  }

  .\32xl\:bg-red-100 {
    background-color: #fff5f5;
  }

  .\32xl\:bg-red-200 {
    background-color: #fed7d7;
  }

  .\32xl\:bg-red-300 {
    background-color: #feb2b2;
  }

  .\32xl\:bg-red-400 {
    background-color: #fc8181;
  }

  .\32xl\:bg-red-500 {
    background-color: #f56565;
  }

  .\32xl\:bg-red-600 {
    background-color: #e53e3e;
  }

  .\32xl\:bg-red-700 {
    background-color: #c53030;
  }

  .\32xl\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .\32xl\:bg-red-900 {
    background-color: #742a2a;
  }

  .\32xl\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .\32xl\:bg-orange-200 {
    background-color: #feebc8;
  }

  .\32xl\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .\32xl\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .\32xl\:bg-orange-500 {
    background-color: #ed8936;
  }

  .\32xl\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .\32xl\:bg-orange-700 {
    background-color: #c05621;
  }

  .\32xl\:bg-orange-800 {
    background-color: #9c4221;
  }

  .\32xl\:bg-orange-900 {
    background-color: #7b341e;
  }

  .\32xl\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .\32xl\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .\32xl\:bg-yellow-300 {
    background-color: #faf089;
  }

  .\32xl\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .\32xl\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .\32xl\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .\32xl\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .\32xl\:bg-yellow-800 {
    background-color: #975a16;
  }

  .\32xl\:bg-yellow-900 {
    background-color: #744210;
  }

  .\32xl\:bg-green-100 {
    background-color: #f0fff4;
  }

  .\32xl\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .\32xl\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .\32xl\:bg-green-400 {
    background-color: #68d391;
  }

  .\32xl\:bg-green-500 {
    background-color: #48bb78;
  }

  .\32xl\:bg-green-600 {
    background-color: #38a169;
  }

  .\32xl\:bg-green-700 {
    background-color: #2f855a;
  }

  .\32xl\:bg-green-800 {
    background-color: #276749;
  }

  .\32xl\:bg-green-900 {
    background-color: #22543d;
  }

  .\32xl\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .\32xl\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .\32xl\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .\32xl\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .\32xl\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .\32xl\:bg-teal-600 {
    background-color: #319795;
  }

  .\32xl\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .\32xl\:bg-teal-800 {
    background-color: #285e61;
  }

  .\32xl\:bg-teal-900 {
    background-color: #234e52;
  }

  .\32xl\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .\32xl\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .\32xl\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .\32xl\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .\32xl\:bg-blue-500 {
    background-color: #4299e1;
  }

  .\32xl\:bg-blue-600 {
    background-color: #3182ce;
  }

  .\32xl\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .\32xl\:bg-blue-800 {
    background-color: #2c5282;
  }

  .\32xl\:bg-blue-900 {
    background-color: #2a4365;
  }

  .\32xl\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .\32xl\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .\32xl\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .\32xl\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .\32xl\:bg-indigo-500 {
    background-color: #667eea;
  }

  .\32xl\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .\32xl\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .\32xl\:bg-indigo-800 {
    background-color: #434190;
  }

  .\32xl\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .\32xl\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .\32xl\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .\32xl\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .\32xl\:bg-purple-400 {
    background-color: #b794f4;
  }

  .\32xl\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .\32xl\:bg-purple-600 {
    background-color: #805ad5;
  }

  .\32xl\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .\32xl\:bg-purple-800 {
    background-color: #553c9a;
  }

  .\32xl\:bg-purple-900 {
    background-color: #44337a;
  }

  .\32xl\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .\32xl\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .\32xl\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .\32xl\:bg-pink-400 {
    background-color: #f687b3;
  }

  .\32xl\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .\32xl\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .\32xl\:bg-pink-700 {
    background-color: #b83280;
  }

  .\32xl\:bg-pink-800 {
    background-color: #97266d;
  }

  .\32xl\:bg-pink-900 {
    background-color: #702459;
  }

  .\32xl\:bg-overlay {
    background-color: rgba(0,0,0,0.8);
  }

  .\32xl\:bg-mobilesearchbackground {
    background-color: #64666b;
  }

  .\32xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .\32xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .\32xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .\32xl\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .\32xl\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .\32xl\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .\32xl\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .\32xl\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .\32xl\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .\32xl\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .\32xl\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .\32xl\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .\32xl\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .\32xl\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .\32xl\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .\32xl\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .\32xl\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .\32xl\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .\32xl\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .\32xl\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .\32xl\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .\32xl\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .\32xl\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .\32xl\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .\32xl\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .\32xl\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .\32xl\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .\32xl\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .\32xl\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .\32xl\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .\32xl\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .\32xl\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .\32xl\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .\32xl\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .\32xl\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .\32xl\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .\32xl\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .\32xl\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .\32xl\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .\32xl\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .\32xl\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .\32xl\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .\32xl\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .\32xl\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .\32xl\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .\32xl\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .\32xl\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .\32xl\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .\32xl\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .\32xl\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .\32xl\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .\32xl\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .\32xl\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .\32xl\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .\32xl\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .\32xl\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .\32xl\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .\32xl\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .\32xl\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .\32xl\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .\32xl\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .\32xl\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .\32xl\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .\32xl\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .\32xl\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .\32xl\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .\32xl\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .\32xl\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .\32xl\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .\32xl\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .\32xl\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .\32xl\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .\32xl\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .\32xl\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .\32xl\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .\32xl\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .\32xl\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .\32xl\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .\32xl\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .\32xl\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .\32xl\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .\32xl\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .\32xl\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .\32xl\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .\32xl\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .\32xl\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .\32xl\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .\32xl\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .\32xl\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .\32xl\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .\32xl\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .\32xl\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .\32xl\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .\32xl\:hover\:bg-overlay:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .\32xl\:hover\:bg-mobilesearchbackground:hover {
    background-color: #64666b;
  }

  .\32xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .\32xl\:focus\:bg-black:focus {
    background-color: #000;
  }

  .\32xl\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .\32xl\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .\32xl\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .\32xl\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .\32xl\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .\32xl\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .\32xl\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .\32xl\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .\32xl\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .\32xl\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .\32xl\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .\32xl\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .\32xl\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .\32xl\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .\32xl\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .\32xl\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .\32xl\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .\32xl\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .\32xl\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .\32xl\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .\32xl\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .\32xl\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .\32xl\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .\32xl\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .\32xl\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .\32xl\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .\32xl\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .\32xl\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .\32xl\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .\32xl\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .\32xl\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .\32xl\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .\32xl\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .\32xl\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .\32xl\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .\32xl\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .\32xl\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .\32xl\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .\32xl\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .\32xl\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .\32xl\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .\32xl\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .\32xl\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .\32xl\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .\32xl\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .\32xl\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .\32xl\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .\32xl\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .\32xl\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .\32xl\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .\32xl\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .\32xl\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .\32xl\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .\32xl\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .\32xl\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .\32xl\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .\32xl\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .\32xl\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .\32xl\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .\32xl\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .\32xl\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .\32xl\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .\32xl\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .\32xl\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .\32xl\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .\32xl\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .\32xl\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .\32xl\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .\32xl\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .\32xl\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .\32xl\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .\32xl\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .\32xl\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .\32xl\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .\32xl\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .\32xl\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .\32xl\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .\32xl\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .\32xl\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .\32xl\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .\32xl\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .\32xl\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .\32xl\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .\32xl\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .\32xl\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .\32xl\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .\32xl\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .\32xl\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .\32xl\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .\32xl\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .\32xl\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .\32xl\:focus\:bg-overlay:focus {
    background-color: rgba(0,0,0,0.8);
  }

  .\32xl\:focus\:bg-mobilesearchbackground:focus {
    background-color: #64666b;
  }

  .\32xl\:bg-bottom {
    background-position: bottom;
  }

  .\32xl\:bg-center {
    background-position: center;
  }

  .\32xl\:bg-left {
    background-position: left;
  }

  .\32xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .\32xl\:bg-left-top {
    background-position: left top;
  }

  .\32xl\:bg-right {
    background-position: right;
  }

  .\32xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .\32xl\:bg-right-top {
    background-position: right top;
  }

  .\32xl\:bg-top {
    background-position: top;
  }

  .\32xl\:bg-repeat {
    background-repeat: repeat;
  }

  .\32xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .\32xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .\32xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .\32xl\:bg-repeat-round {
    background-repeat: round;
  }

  .\32xl\:bg-repeat-space {
    background-repeat: space;
  }

  .\32xl\:bg-auto {
    background-size: auto;
  }

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:bg-contain {
    background-size: contain;
  }

  .\32xl\:border-collapse {
    border-collapse: collapse;
  }

  .\32xl\:border-separate {
    border-collapse: separate;
  }

  .\32xl\:border-transparent {
    border-color: transparent;
  }

  .\32xl\:border-black {
    border-color: #000;
  }

  .\32xl\:border-white {
    border-color: #fff;
  }

  .\32xl\:border-gray-100 {
    border-color: #f7fafc;
  }

  .\32xl\:border-gray-200 {
    border-color: #edf2f7;
  }

  .\32xl\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .\32xl\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .\32xl\:border-gray-500 {
    border-color: #a0aec0;
  }

  .\32xl\:border-gray-600 {
    border-color: #718096;
  }

  .\32xl\:border-gray-700 {
    border-color: #4a5568;
  }

  .\32xl\:border-gray-800 {
    border-color: #2d3748;
  }

  .\32xl\:border-gray-900 {
    border-color: #1a202c;
  }

  .\32xl\:border-red-100 {
    border-color: #fff5f5;
  }

  .\32xl\:border-red-200 {
    border-color: #fed7d7;
  }

  .\32xl\:border-red-300 {
    border-color: #feb2b2;
  }

  .\32xl\:border-red-400 {
    border-color: #fc8181;
  }

  .\32xl\:border-red-500 {
    border-color: #f56565;
  }

  .\32xl\:border-red-600 {
    border-color: #e53e3e;
  }

  .\32xl\:border-red-700 {
    border-color: #c53030;
  }

  .\32xl\:border-red-800 {
    border-color: #9b2c2c;
  }

  .\32xl\:border-red-900 {
    border-color: #742a2a;
  }

  .\32xl\:border-orange-100 {
    border-color: #fffaf0;
  }

  .\32xl\:border-orange-200 {
    border-color: #feebc8;
  }

  .\32xl\:border-orange-300 {
    border-color: #fbd38d;
  }

  .\32xl\:border-orange-400 {
    border-color: #f6ad55;
  }

  .\32xl\:border-orange-500 {
    border-color: #ed8936;
  }

  .\32xl\:border-orange-600 {
    border-color: #dd6b20;
  }

  .\32xl\:border-orange-700 {
    border-color: #c05621;
  }

  .\32xl\:border-orange-800 {
    border-color: #9c4221;
  }

  .\32xl\:border-orange-900 {
    border-color: #7b341e;
  }

  .\32xl\:border-yellow-100 {
    border-color: #fffff0;
  }

  .\32xl\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .\32xl\:border-yellow-300 {
    border-color: #faf089;
  }

  .\32xl\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .\32xl\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .\32xl\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .\32xl\:border-yellow-700 {
    border-color: #b7791f;
  }

  .\32xl\:border-yellow-800 {
    border-color: #975a16;
  }

  .\32xl\:border-yellow-900 {
    border-color: #744210;
  }

  .\32xl\:border-green-100 {
    border-color: #f0fff4;
  }

  .\32xl\:border-green-200 {
    border-color: #c6f6d5;
  }

  .\32xl\:border-green-300 {
    border-color: #9ae6b4;
  }

  .\32xl\:border-green-400 {
    border-color: #68d391;
  }

  .\32xl\:border-green-500 {
    border-color: #48bb78;
  }

  .\32xl\:border-green-600 {
    border-color: #38a169;
  }

  .\32xl\:border-green-700 {
    border-color: #2f855a;
  }

  .\32xl\:border-green-800 {
    border-color: #276749;
  }

  .\32xl\:border-green-900 {
    border-color: #22543d;
  }

  .\32xl\:border-teal-100 {
    border-color: #e6fffa;
  }

  .\32xl\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .\32xl\:border-teal-300 {
    border-color: #81e6d9;
  }

  .\32xl\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .\32xl\:border-teal-500 {
    border-color: #38b2ac;
  }

  .\32xl\:border-teal-600 {
    border-color: #319795;
  }

  .\32xl\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .\32xl\:border-teal-800 {
    border-color: #285e61;
  }

  .\32xl\:border-teal-900 {
    border-color: #234e52;
  }

  .\32xl\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .\32xl\:border-blue-200 {
    border-color: #bee3f8;
  }

  .\32xl\:border-blue-300 {
    border-color: #90cdf4;
  }

  .\32xl\:border-blue-400 {
    border-color: #63b3ed;
  }

  .\32xl\:border-blue-500 {
    border-color: #4299e1;
  }

  .\32xl\:border-blue-600 {
    border-color: #3182ce;
  }

  .\32xl\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .\32xl\:border-blue-800 {
    border-color: #2c5282;
  }

  .\32xl\:border-blue-900 {
    border-color: #2a4365;
  }

  .\32xl\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .\32xl\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .\32xl\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .\32xl\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .\32xl\:border-indigo-500 {
    border-color: #667eea;
  }

  .\32xl\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .\32xl\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .\32xl\:border-indigo-800 {
    border-color: #434190;
  }

  .\32xl\:border-indigo-900 {
    border-color: #3c366b;
  }

  .\32xl\:border-purple-100 {
    border-color: #faf5ff;
  }

  .\32xl\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .\32xl\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .\32xl\:border-purple-400 {
    border-color: #b794f4;
  }

  .\32xl\:border-purple-500 {
    border-color: #9f7aea;
  }

  .\32xl\:border-purple-600 {
    border-color: #805ad5;
  }

  .\32xl\:border-purple-700 {
    border-color: #6b46c1;
  }

  .\32xl\:border-purple-800 {
    border-color: #553c9a;
  }

  .\32xl\:border-purple-900 {
    border-color: #44337a;
  }

  .\32xl\:border-pink-100 {
    border-color: #fff5f7;
  }

  .\32xl\:border-pink-200 {
    border-color: #fed7e2;
  }

  .\32xl\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .\32xl\:border-pink-400 {
    border-color: #f687b3;
  }

  .\32xl\:border-pink-500 {
    border-color: #ed64a6;
  }

  .\32xl\:border-pink-600 {
    border-color: #d53f8c;
  }

  .\32xl\:border-pink-700 {
    border-color: #b83280;
  }

  .\32xl\:border-pink-800 {
    border-color: #97266d;
  }

  .\32xl\:border-pink-900 {
    border-color: #702459;
  }

  .\32xl\:border-order-complete-dark-divider {
    border-color: #9A9B9F;
  }

  .\32xl\:border-grey {
    border-color: #CCCCCC;
  }

  .\32xl\:border-darkgrey {
    border-color: #BDBDBD;
  }

  .\32xl\:border-keyline-grey {
    border-color: #dadadc;
  }

  .\32xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .\32xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .\32xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .\32xl\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .\32xl\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .\32xl\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .\32xl\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .\32xl\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .\32xl\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .\32xl\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .\32xl\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .\32xl\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .\32xl\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .\32xl\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .\32xl\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .\32xl\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .\32xl\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .\32xl\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .\32xl\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .\32xl\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .\32xl\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .\32xl\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .\32xl\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .\32xl\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .\32xl\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .\32xl\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .\32xl\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .\32xl\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .\32xl\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .\32xl\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .\32xl\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .\32xl\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .\32xl\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .\32xl\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .\32xl\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .\32xl\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .\32xl\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .\32xl\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .\32xl\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .\32xl\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .\32xl\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .\32xl\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .\32xl\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .\32xl\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .\32xl\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .\32xl\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .\32xl\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .\32xl\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .\32xl\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .\32xl\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .\32xl\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .\32xl\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .\32xl\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .\32xl\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .\32xl\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .\32xl\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .\32xl\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .\32xl\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .\32xl\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .\32xl\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .\32xl\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .\32xl\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .\32xl\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .\32xl\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .\32xl\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .\32xl\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .\32xl\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .\32xl\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .\32xl\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .\32xl\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .\32xl\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .\32xl\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .\32xl\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .\32xl\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .\32xl\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .\32xl\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .\32xl\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .\32xl\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .\32xl\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .\32xl\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .\32xl\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .\32xl\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .\32xl\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .\32xl\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .\32xl\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .\32xl\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .\32xl\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .\32xl\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .\32xl\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .\32xl\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .\32xl\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .\32xl\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .\32xl\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .\32xl\:hover\:border-order-complete-dark-divider:hover {
    border-color: #9A9B9F;
  }

  .\32xl\:hover\:border-grey:hover {
    border-color: #CCCCCC;
  }

  .\32xl\:hover\:border-darkgrey:hover {
    border-color: #BDBDBD;
  }

  .\32xl\:hover\:border-keyline-grey:hover {
    border-color: #dadadc;
  }

  .\32xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .\32xl\:focus\:border-black:focus {
    border-color: #000;
  }

  .\32xl\:focus\:border-white:focus {
    border-color: #fff;
  }

  .\32xl\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .\32xl\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .\32xl\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .\32xl\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .\32xl\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .\32xl\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .\32xl\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .\32xl\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .\32xl\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .\32xl\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .\32xl\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .\32xl\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .\32xl\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .\32xl\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .\32xl\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .\32xl\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .\32xl\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .\32xl\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .\32xl\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .\32xl\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .\32xl\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .\32xl\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .\32xl\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .\32xl\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .\32xl\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .\32xl\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .\32xl\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .\32xl\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .\32xl\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .\32xl\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .\32xl\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .\32xl\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .\32xl\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .\32xl\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .\32xl\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .\32xl\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .\32xl\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .\32xl\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .\32xl\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .\32xl\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .\32xl\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .\32xl\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .\32xl\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .\32xl\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .\32xl\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .\32xl\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .\32xl\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .\32xl\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .\32xl\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .\32xl\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .\32xl\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .\32xl\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .\32xl\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .\32xl\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .\32xl\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .\32xl\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .\32xl\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .\32xl\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .\32xl\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .\32xl\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .\32xl\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .\32xl\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .\32xl\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .\32xl\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .\32xl\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .\32xl\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .\32xl\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .\32xl\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .\32xl\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .\32xl\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .\32xl\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .\32xl\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .\32xl\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .\32xl\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .\32xl\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .\32xl\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .\32xl\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .\32xl\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .\32xl\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .\32xl\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .\32xl\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .\32xl\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .\32xl\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .\32xl\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .\32xl\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .\32xl\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .\32xl\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .\32xl\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .\32xl\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .\32xl\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .\32xl\:focus\:border-order-complete-dark-divider:focus {
    border-color: #9A9B9F;
  }

  .\32xl\:focus\:border-grey:focus {
    border-color: #CCCCCC;
  }

  .\32xl\:focus\:border-darkgrey:focus {
    border-color: #BDBDBD;
  }

  .\32xl\:focus\:border-keyline-grey:focus {
    border-color: #dadadc;
  }

  .\32xl\:rounded-none {
    border-radius: 0;
  }

  .\32xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .\32xl\:rounded {
    border-radius: 0.25rem;
  }

  .\32xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .\32xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .\32xl\:rounded-full {
    border-radius: 9999px;
  }

  .\32xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .\32xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .\32xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .\32xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .\32xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .\32xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .\32xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .\32xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .\32xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .\32xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:border-solid {
    border-style: solid;
  }

  .\32xl\:border-dashed {
    border-style: dashed;
  }

  .\32xl\:border-dotted {
    border-style: dotted;
  }

  .\32xl\:border-double {
    border-style: double;
  }

  .\32xl\:border-none {
    border-style: none;
  }

  .\32xl\:box-border {
    box-sizing: border-box;
  }

  .\32xl\:box-content {
    box-sizing: content-box;
  }

  .\32xl\:cursor-auto {
    cursor: auto;
  }

  .\32xl\:cursor-default {
    cursor: default;
  }

  .\32xl\:cursor-pointer {
    cursor: pointer;
  }

  .\32xl\:cursor-wait {
    cursor: wait;
  }

  .\32xl\:cursor-text {
    cursor: text;
  }

  .\32xl\:cursor-move {
    cursor: move;
  }

  .\32xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:inline-block {
    display: inline-block;
  }

  .\32xl\:inline {
    display: inline;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:inline-flex {
    display: inline-flex;
  }

  .\32xl\:grid {
    display: grid;
  }

  .\32xl\:table {
    display: table;
  }

  .\32xl\:table-caption {
    display: table-caption;
  }

  .\32xl\:table-cell {
    display: table-cell;
  }

  .\32xl\:table-column {
    display: table-column;
  }

  .\32xl\:table-column-group {
    display: table-column-group;
  }

  .\32xl\:table-footer-group {
    display: table-footer-group;
  }

  .\32xl\:table-header-group {
    display: table-header-group;
  }

  .\32xl\:table-row-group {
    display: table-row-group;
  }

  .\32xl\:table-row {
    display: table-row;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .\32xl\:flex-col {
    flex-direction: column;
  }

  .\32xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:items-end {
    align-items: flex-end;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:items-baseline {
    align-items: baseline;
  }

  .\32xl\:items-stretch {
    align-items: stretch;
  }

  .\32xl\:self-auto {
    align-self: auto;
  }

  .\32xl\:self-start {
    align-self: flex-start;
  }

  .\32xl\:self-end {
    align-self: flex-end;
  }

  .\32xl\:self-center {
    align-self: center;
  }

  .\32xl\:self-stretch {
    align-self: stretch;
  }

  .\32xl\:justify-start {
    justify-content: flex-start;
  }

  .\32xl\:justify-end {
    justify-content: flex-end;
  }

  .\32xl\:justify-center {
    justify-content: center;
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:justify-around {
    justify-content: space-around;
  }

  .\32xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .\32xl\:content-center {
    align-content: center;
  }

  .\32xl\:content-start {
    align-content: flex-start;
  }

  .\32xl\:content-end {
    align-content: flex-end;
  }

  .\32xl\:content-between {
    align-content: space-between;
  }

  .\32xl\:content-around {
    align-content: space-around;
  }

  .\32xl\:flex-1 {
    flex: 1 1 0%;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto;
  }

  .\32xl\:flex-initial {
    flex: 0 1 auto;
  }

  .\32xl\:flex-none {
    flex: none;
  }

  .\32xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .\32xl\:flex-grow {
    flex-grow: 1;
  }

  .\32xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .\32xl\:flex-shrink {
    flex-shrink: 1;
  }

  .\32xl\:order-1 {
    order: 1;
  }

  .\32xl\:order-2 {
    order: 2;
  }

  .\32xl\:order-3 {
    order: 3;
  }

  .\32xl\:order-4 {
    order: 4;
  }

  .\32xl\:order-5 {
    order: 5;
  }

  .\32xl\:order-6 {
    order: 6;
  }

  .\32xl\:order-7 {
    order: 7;
  }

  .\32xl\:order-8 {
    order: 8;
  }

  .\32xl\:order-9 {
    order: 9;
  }

  .\32xl\:order-10 {
    order: 10;
  }

  .\32xl\:order-11 {
    order: 11;
  }

  .\32xl\:order-12 {
    order: 12;
  }

  .\32xl\:order-first {
    order: -9999;
  }

  .\32xl\:order-last {
    order: 9999;
  }

  .\32xl\:order-none {
    order: 0;
  }

  .\32xl\:float-right {
    float: right;
  }

  .\32xl\:float-left {
    float: left;
  }

  .\32xl\:float-none {
    float: none;
  }

  .\32xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .\32xl\:clear-left {
    clear: left;
  }

  .\32xl\:clear-right {
    clear: right;
  }

  .\32xl\:clear-both {
    clear: both;
  }

  .\32xl\: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";
  }

  .\32xl\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:font-base {
    font-family: proxima-nova, sans-serif;
  }

  .\32xl\:font-accent {
    font-family: freight-display-pro, serif;
  }

  .\32xl\:font-hairline {
    font-weight: 100;
  }

  .\32xl\:font-thin {
    font-weight: 200;
  }

  .\32xl\:font-light {
    font-weight: 300;
  }

  .\32xl\:font-normal {
    font-weight: 400;
  }

  .\32xl\:font-medium {
    font-weight: 500;
  }

  .\32xl\:font-semibold {
    font-weight: 600;
  }

  .\32xl\:font-bold {
    font-weight: 700;
  }

  .\32xl\:font-extrabold {
    font-weight: 800;
  }

  .\32xl\:font-black {
    font-weight: 900;
  }

  .\32xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .\32xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .\32xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .\32xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .\32xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .\32xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .\32xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .\32xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .\32xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .\32xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .\32xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .\32xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .\32xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .\32xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .\32xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .\32xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .\32xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .\32xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .\32xl\:h-0 {
    height: 0;
  }

  .\32xl\:h-1 {
    height: 0.25rem;
  }

  .\32xl\:h-2 {
    height: 0.5rem;
  }

  .\32xl\:h-3 {
    height: 0.75rem;
  }

  .\32xl\:h-4 {
    height: 1rem;
  }

  .\32xl\:h-5 {
    height: 1.25rem;
  }

  .\32xl\:h-6 {
    height: 1.5rem;
  }

  .\32xl\:h-8 {
    height: 2rem;
  }

  .\32xl\:h-10 {
    height: 2.5rem;
  }

  .\32xl\:h-12 {
    height: 3rem;
  }

  .\32xl\:h-16 {
    height: 4rem;
  }

  .\32xl\:h-20 {
    height: 5rem;
  }

  .\32xl\:h-24 {
    height: 6rem;
  }

  .\32xl\:h-28 {
    height: 7rem;
  }

  .\32xl\:h-32 {
    height: 8rem;
  }

  .\32xl\:h-40 {
    height: 10rem;
  }

  .\32xl\:h-48 {
    height: 12rem;
  }

  .\32xl\:h-56 {
    height: 14rem;
  }

  .\32xl\:h-64 {
    height: 16rem;
  }

  .\32xl\:h-80 {
    height: 20rem;
  }

  .\32xl\:h-auto {
    height: auto;
  }

  .\32xl\:h-px {
    height: 1px;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:h-screen {
    height: 100vh;
  }

  .\32xl\:leading-3 {
    line-height: .75rem;
  }

  .\32xl\:leading-4 {
    line-height: 1rem;
  }

  .\32xl\:leading-5 {
    line-height: 1.25rem;
  }

  .\32xl\:leading-6 {
    line-height: 1.5rem;
  }

  .\32xl\:leading-7 {
    line-height: 1.75rem;
  }

  .\32xl\:leading-8 {
    line-height: 2rem;
  }

  .\32xl\:leading-9 {
    line-height: 2.25rem;
  }

  .\32xl\:leading-10 {
    line-height: 2.5rem;
  }

  .\32xl\:leading-none {
    line-height: 1;
  }

  .\32xl\:leading-tight {
    line-height: 1.25;
  }

  .\32xl\:leading-snug {
    line-height: 1.375;
  }

  .\32xl\:leading-normal {
    line-height: 1.5;
  }

  .\32xl\:leading-relaxed {
    line-height: 1.625;
  }

  .\32xl\:leading-loose {
    line-height: 2;
  }

  .\32xl\:list-inside {
    list-style-position: inside;
  }

  .\32xl\:list-outside {
    list-style-position: outside;
  }

  .\32xl\:list-none {
    list-style-type: none;
  }

  .\32xl\:list-disc {
    list-style-type: disc;
  }

  .\32xl\:list-decimal {
    list-style-type: decimal;
  }

  .\32xl\:m-0 {
    margin: 0;
  }

  .\32xl\:m-1 {
    margin: 0.25rem;
  }

  .\32xl\:m-2 {
    margin: 0.5rem;
  }

  .\32xl\:m-3 {
    margin: 0.75rem;
  }

  .\32xl\:m-4 {
    margin: 1rem;
  }

  .\32xl\:m-5 {
    margin: 1.25rem;
  }

  .\32xl\:m-6 {
    margin: 1.5rem;
  }

  .\32xl\:m-8 {
    margin: 2rem;
  }

  .\32xl\:m-10 {
    margin: 2.5rem;
  }

  .\32xl\:m-12 {
    margin: 3rem;
  }

  .\32xl\:m-16 {
    margin: 4rem;
  }

  .\32xl\:m-20 {
    margin: 5rem;
  }

  .\32xl\:m-24 {
    margin: 6rem;
  }

  .\32xl\:m-32 {
    margin: 8rem;
  }

  .\32xl\:m-40 {
    margin: 10rem;
  }

  .\32xl\:m-48 {
    margin: 12rem;
  }

  .\32xl\:m-56 {
    margin: 14rem;
  }

  .\32xl\:m-64 {
    margin: 16rem;
  }

  .\32xl\:m-auto {
    margin: auto;
  }

  .\32xl\:m-px {
    margin: 1px;
  }

  .\32xl\:-m-1 {
    margin: -0.25rem;
  }

  .\32xl\:-m-2 {
    margin: -0.5rem;
  }

  .\32xl\:-m-3 {
    margin: -0.75rem;
  }

  .\32xl\:-m-4 {
    margin: -1rem;
  }

  .\32xl\:-m-5 {
    margin: -1.25rem;
  }

  .\32xl\:-m-6 {
    margin: -1.5rem;
  }

  .\32xl\:-m-8 {
    margin: -2rem;
  }

  .\32xl\:-m-10 {
    margin: -2.5rem;
  }

  .\32xl\:-m-12 {
    margin: -3rem;
  }

  .\32xl\:-m-16 {
    margin: -4rem;
  }

  .\32xl\:-m-20 {
    margin: -5rem;
  }

  .\32xl\:-m-24 {
    margin: -6rem;
  }

  .\32xl\:-m-32 {
    margin: -8rem;
  }

  .\32xl\:-m-40 {
    margin: -10rem;
  }

  .\32xl\:-m-48 {
    margin: -12rem;
  }

  .\32xl\:-m-56 {
    margin: -14rem;
  }

  .\32xl\:-m-64 {
    margin: -16rem;
  }

  .\32xl\:-m-px {
    margin: -1px;
  }

  .\32xl\:m-1\/20 {
    margin: 5%;
  }

  .\32xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:my-1\/20 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .\32xl\:mx-1\/20 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .\32xl\:mt-0 {
    margin-top: 0;
  }

  .\32xl\:mr-0 {
    margin-right: 0;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0;
  }

  .\32xl\:ml-0 {
    margin-left: 0;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:ml-20 {
    margin-left: 5rem;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:mr-24 {
    margin-right: 6rem;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:mr-32 {
    margin-right: 8rem;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:ml-32 {
    margin-left: 8rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem;
  }

  .\32xl\:mr-48 {
    margin-right: 12rem;
  }

  .\32xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .\32xl\:ml-48 {
    margin-left: 12rem;
  }

  .\32xl\:mt-56 {
    margin-top: 14rem;
  }

  .\32xl\:mr-56 {
    margin-right: 14rem;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .\32xl\:ml-56 {
    margin-left: 14rem;
  }

  .\32xl\:mt-64 {
    margin-top: 16rem;
  }

  .\32xl\:mr-64 {
    margin-right: 16rem;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\32xl\:ml-64 {
    margin-left: 16rem;
  }

  .\32xl\:mt-auto {
    margin-top: auto;
  }

  .\32xl\:mr-auto {
    margin-right: auto;
  }

  .\32xl\:mb-auto {
    margin-bottom: auto;
  }

  .\32xl\:ml-auto {
    margin-left: auto;
  }

  .\32xl\:mt-px {
    margin-top: 1px;
  }

  .\32xl\:mr-px {
    margin-right: 1px;
  }

  .\32xl\:mb-px {
    margin-bottom: 1px;
  }

  .\32xl\:ml-px {
    margin-left: 1px;
  }

  .\32xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\32xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .\32xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .\32xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\32xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\32xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .\32xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .\32xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .\32xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .\32xl\:-mt-4 {
    margin-top: -1rem;
  }

  .\32xl\:-mr-4 {
    margin-right: -1rem;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl\:-ml-4 {
    margin-left: -1rem;
  }

  .\32xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .\32xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .\32xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .\32xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .\32xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .\32xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .\32xl\:-mt-8 {
    margin-top: -2rem;
  }

  .\32xl\:-mr-8 {
    margin-right: -2rem;
  }

  .\32xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .\32xl\:-ml-8 {
    margin-left: -2rem;
  }

  .\32xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .\32xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .\32xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .\32xl\:-mt-12 {
    margin-top: -3rem;
  }

  .\32xl\:-mr-12 {
    margin-right: -3rem;
  }

  .\32xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .\32xl\:-ml-12 {
    margin-left: -3rem;
  }

  .\32xl\:-mt-16 {
    margin-top: -4rem;
  }

  .\32xl\:-mr-16 {
    margin-right: -4rem;
  }

  .\32xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\32xl\:-ml-16 {
    margin-left: -4rem;
  }

  .\32xl\:-mt-20 {
    margin-top: -5rem;
  }

  .\32xl\:-mr-20 {
    margin-right: -5rem;
  }

  .\32xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .\32xl\:-ml-20 {
    margin-left: -5rem;
  }

  .\32xl\:-mt-24 {
    margin-top: -6rem;
  }

  .\32xl\:-mr-24 {
    margin-right: -6rem;
  }

  .\32xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .\32xl\:-ml-24 {
    margin-left: -6rem;
  }

  .\32xl\:-mt-32 {
    margin-top: -8rem;
  }

  .\32xl\:-mr-32 {
    margin-right: -8rem;
  }

  .\32xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .\32xl\:-ml-32 {
    margin-left: -8rem;
  }

  .\32xl\:-mt-40 {
    margin-top: -10rem;
  }

  .\32xl\:-mr-40 {
    margin-right: -10rem;
  }

  .\32xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .\32xl\:-ml-40 {
    margin-left: -10rem;
  }

  .\32xl\:-mt-48 {
    margin-top: -12rem;
  }

  .\32xl\:-mr-48 {
    margin-right: -12rem;
  }

  .\32xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .\32xl\:-ml-48 {
    margin-left: -12rem;
  }

  .\32xl\:-mt-56 {
    margin-top: -14rem;
  }

  .\32xl\:-mr-56 {
    margin-right: -14rem;
  }

  .\32xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .\32xl\:-ml-56 {
    margin-left: -14rem;
  }

  .\32xl\:-mt-64 {
    margin-top: -16rem;
  }

  .\32xl\:-mr-64 {
    margin-right: -16rem;
  }

  .\32xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .\32xl\:-ml-64 {
    margin-left: -16rem;
  }

  .\32xl\:-mt-px {
    margin-top: -1px;
  }

  .\32xl\:-mr-px {
    margin-right: -1px;
  }

  .\32xl\:-mb-px {
    margin-bottom: -1px;
  }

  .\32xl\:-ml-px {
    margin-left: -1px;
  }

  .\32xl\:mt-1\/20 {
    margin-top: 5%;
  }

  .\32xl\:mr-1\/20 {
    margin-right: 5%;
  }

  .\32xl\:mb-1\/20 {
    margin-bottom: 5%;
  }

  .\32xl\:ml-1\/20 {
    margin-left: 5%;
  }

  .\32xl\:last\:m-0:last-child {
    margin: 0;
  }

  .\32xl\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .\32xl\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .\32xl\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .\32xl\:last\:m-4:last-child {
    margin: 1rem;
  }

  .\32xl\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .\32xl\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .\32xl\:last\:m-8:last-child {
    margin: 2rem;
  }

  .\32xl\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .\32xl\:last\:m-12:last-child {
    margin: 3rem;
  }

  .\32xl\:last\:m-16:last-child {
    margin: 4rem;
  }

  .\32xl\:last\:m-20:last-child {
    margin: 5rem;
  }

  .\32xl\:last\:m-24:last-child {
    margin: 6rem;
  }

  .\32xl\:last\:m-32:last-child {
    margin: 8rem;
  }

  .\32xl\:last\:m-40:last-child {
    margin: 10rem;
  }

  .\32xl\:last\:m-48:last-child {
    margin: 12rem;
  }

  .\32xl\:last\:m-56:last-child {
    margin: 14rem;
  }

  .\32xl\:last\:m-64:last-child {
    margin: 16rem;
  }

  .\32xl\:last\:m-auto:last-child {
    margin: auto;
  }

  .\32xl\:last\:m-px:last-child {
    margin: 1px;
  }

  .\32xl\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .\32xl\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .\32xl\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .\32xl\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .\32xl\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .\32xl\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .\32xl\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .\32xl\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .\32xl\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .\32xl\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .\32xl\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .\32xl\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .\32xl\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .\32xl\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .\32xl\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .\32xl\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .\32xl\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .\32xl\:last\:-m-px:last-child {
    margin: -1px;
  }

  .\32xl\:last\:m-1\/20:last-child {
    margin: 5%;
  }

  .\32xl\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .\32xl\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:last\:my-1\/20:last-child {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .\32xl\:last\:mx-1\/20:last-child {
    margin-left: 5%;
    margin-right: 5%;
  }

  .\32xl\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .\32xl\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .\32xl\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .\32xl\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .\32xl\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .\32xl\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .\32xl\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .\32xl\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .\32xl\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .\32xl\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .\32xl\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .\32xl\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .\32xl\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .\32xl\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .\32xl\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .\32xl\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .\32xl\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .\32xl\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .\32xl\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .\32xl\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .\32xl\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .\32xl\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .\32xl\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .\32xl\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .\32xl\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .\32xl\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .\32xl\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .\32xl\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .\32xl\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .\32xl\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .\32xl\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .\32xl\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .\32xl\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .\32xl\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .\32xl\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .\32xl\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .\32xl\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .\32xl\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .\32xl\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .\32xl\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .\32xl\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .\32xl\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .\32xl\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .\32xl\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .\32xl\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .\32xl\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .\32xl\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .\32xl\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .\32xl\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .\32xl\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .\32xl\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .\32xl\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .\32xl\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .\32xl\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .\32xl\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .\32xl\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .\32xl\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .\32xl\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .\32xl\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .\32xl\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .\32xl\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .\32xl\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .\32xl\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .\32xl\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .\32xl\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .\32xl\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .\32xl\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .\32xl\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .\32xl\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .\32xl\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .\32xl\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .\32xl\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .\32xl\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .\32xl\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .\32xl\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .\32xl\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .\32xl\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .\32xl\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .\32xl\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .\32xl\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .\32xl\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .\32xl\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .\32xl\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .\32xl\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .\32xl\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .\32xl\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .\32xl\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .\32xl\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .\32xl\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .\32xl\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .\32xl\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .\32xl\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .\32xl\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .\32xl\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .\32xl\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .\32xl\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .\32xl\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .\32xl\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .\32xl\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .\32xl\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .\32xl\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .\32xl\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .\32xl\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .\32xl\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .\32xl\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .\32xl\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .\32xl\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .\32xl\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .\32xl\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .\32xl\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .\32xl\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .\32xl\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .\32xl\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .\32xl\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .\32xl\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .\32xl\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .\32xl\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .\32xl\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .\32xl\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .\32xl\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .\32xl\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .\32xl\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .\32xl\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .\32xl\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .\32xl\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .\32xl\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .\32xl\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .\32xl\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .\32xl\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .\32xl\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .\32xl\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .\32xl\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .\32xl\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .\32xl\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .\32xl\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .\32xl\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .\32xl\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .\32xl\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .\32xl\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .\32xl\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .\32xl\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .\32xl\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .\32xl\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .\32xl\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .\32xl\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .\32xl\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .\32xl\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .\32xl\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .\32xl\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .\32xl\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .\32xl\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .\32xl\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .\32xl\:last\:mt-1\/20:last-child {
    margin-top: 5%;
  }

  .\32xl\:last\:mr-1\/20:last-child {
    margin-right: 5%;
  }

  .\32xl\:last\:mb-1\/20:last-child {
    margin-bottom: 5%;
  }

  .\32xl\:last\:ml-1\/20:last-child {
    margin-left: 5%;
  }

  .\32xl\:max-h-full {
    max-height: 100%;
  }

  .\32xl\:max-h-screen {
    max-height: 100vh;
  }

  .\32xl\:max-w-none {
    max-width: none;
  }

  .\32xl\:max-w-xs {
    max-width: 20rem;
  }

  .\32xl\:max-w-sm {
    max-width: 24rem;
  }

  .\32xl\:max-w-md {
    max-width: 28rem;
  }

  .\32xl\:max-w-lg {
    max-width: 32rem;
  }

  .\32xl\:max-w-xl {
    max-width: 36rem;
  }

  .\32xl\:max-w-2xl {
    max-width: 42rem;
  }

  .\32xl\:max-w-3xl {
    max-width: 48rem;
  }

  .\32xl\:max-w-4xl {
    max-width: 56rem;
  }

  .\32xl\:max-w-5xl {
    max-width: 64rem;
  }

  .\32xl\:max-w-6xl {
    max-width: 72rem;
  }

  .\32xl\:max-w-full {
    max-width: 100%;
  }

  .\32xl\:min-h-0 {
    min-height: 0;
  }

  .\32xl\:min-h-full {
    min-height: 100%;
  }

  .\32xl\:min-h-screen {
    min-height: 100vh;
  }

  .\32xl\:min-w-0 {
    min-width: 0;
  }

  .\32xl\:min-w-full {
    min-width: 100%;
  }

  .\32xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:opacity-0 {
    opacity: 0;
  }

  .\32xl\:opacity-25 {
    opacity: 0.25;
  }

  .\32xl\:opacity-50 {
    opacity: 0.5;
  }

  .\32xl\:opacity-75 {
    opacity: 0.75;
  }

  .\32xl\:opacity-100 {
    opacity: 1;
  }

  .\32xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .\32xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .\32xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .\32xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .\32xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .\32xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .\32xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .\32xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .\32xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .\32xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .\32xl\:outline-none {
    outline: 0;
  }

  .\32xl\:focus\:outline-none:focus {
    outline: 0;
  }

  .\32xl\:overflow-auto {
    overflow: auto;
  }

  .\32xl\:overflow-hidden {
    overflow: hidden;
  }

  .\32xl\:overflow-visible {
    overflow: visible;
  }

  .\32xl\:overflow-scroll {
    overflow: scroll;
  }

  .\32xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .\32xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .\32xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .\32xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .\32xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .\32xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .\32xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .\32xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .\32xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .\32xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .\32xl\:p-0 {
    padding: 0;
  }

  .\32xl\:p-1 {
    padding: 0.25rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-4 {
    padding: 1rem;
  }

  .\32xl\:p-5 {
    padding: 1.25rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:p-20 {
    padding: 5rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }

  .\32xl\:p-32 {
    padding: 8rem;
  }

  .\32xl\:p-40 {
    padding: 10rem;
  }

  .\32xl\:p-48 {
    padding: 12rem;
  }

  .\32xl\:p-56 {
    padding: 14rem;
  }

  .\32xl\:p-64 {
    padding: 16rem;
  }

  .\32xl\:p-px {
    padding: 1px;
  }

  .\32xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .\32xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:pt-0 {
    padding-top: 0;
  }

  .\32xl\:pr-0 {
    padding-right: 0;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0;
  }

  .\32xl\:pl-0 {
    padding-left: 0;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pt-48 {
    padding-top: 12rem;
  }

  .\32xl\:pr-48 {
    padding-right: 12rem;
  }

  .\32xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem;
  }

  .\32xl\:pt-px {
    padding-top: 1px;
  }

  .\32xl\:pr-px {
    padding-right: 1px;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px;
  }

  .\32xl\:pl-px {
    padding-left: 1px;
  }

  .\32xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .\32xl\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .\32xl\:placeholder-black::placeholder {
    color: #000;
  }

  .\32xl\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .\32xl\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .\32xl\:placeholder-white::placeholder {
    color: #fff;
  }

  .\32xl\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .\32xl\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .\32xl\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .\32xl\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .\32xl\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .\32xl\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .\32xl\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .\32xl\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .\32xl\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .\32xl\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .\32xl\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .\32xl\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .\32xl\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .\32xl\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .\32xl\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .\32xl\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .\32xl\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .\32xl\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .\32xl\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .\32xl\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .\32xl\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .\32xl\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .\32xl\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .\32xl\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .\32xl\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .\32xl\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .\32xl\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .\32xl\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .\32xl\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .\32xl\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .\32xl\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .\32xl\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .\32xl\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .\32xl\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .\32xl\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .\32xl\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .\32xl\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .\32xl\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .\32xl\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .\32xl\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .\32xl\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .\32xl\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .\32xl\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .\32xl\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .\32xl\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .\32xl\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .\32xl\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .\32xl\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .\32xl\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .\32xl\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .\32xl\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .\32xl\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .\32xl\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .\32xl\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .\32xl\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .\32xl\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .\32xl\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .\32xl\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .\32xl\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .\32xl\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .\32xl\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .\32xl\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .\32xl\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .\32xl\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .\32xl\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .\32xl\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .\32xl\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .\32xl\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .\32xl\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .\32xl\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .\32xl\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .\32xl\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .\32xl\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .\32xl\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .\32xl\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .\32xl\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .\32xl\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .\32xl\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .\32xl\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .\32xl\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .\32xl\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .\32xl\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .\32xl\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .\32xl\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .\32xl\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .\32xl\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .\32xl\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .\32xl\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .\32xl\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .\32xl\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .\32xl\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .\32xl\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .\32xl\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .\32xl\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .\32xl\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .\32xl\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .\32xl\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .\32xl\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .\32xl\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .\32xl\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .\32xl\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .\32xl\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .\32xl\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .\32xl\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .\32xl\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .\32xl\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .\32xl\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .\32xl\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .\32xl\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .\32xl\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .\32xl\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .\32xl\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .\32xl\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .\32xl\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .\32xl\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .\32xl\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .\32xl\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .\32xl\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .\32xl\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .\32xl\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .\32xl\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .\32xl\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .\32xl\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .\32xl\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .\32xl\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .\32xl\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .\32xl\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .\32xl\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .\32xl\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .\32xl\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .\32xl\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .\32xl\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .\32xl\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .\32xl\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .\32xl\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .\32xl\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .\32xl\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .\32xl\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .\32xl\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .\32xl\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .\32xl\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .\32xl\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .\32xl\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .\32xl\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .\32xl\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .\32xl\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .\32xl\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .\32xl\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .\32xl\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .\32xl\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .\32xl\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .\32xl\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .\32xl\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .\32xl\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .\32xl\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .\32xl\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .\32xl\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .\32xl\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .\32xl\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .\32xl\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .\32xl\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .\32xl\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .\32xl\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .\32xl\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .\32xl\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .\32xl\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .\32xl\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .\32xl\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .\32xl\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .\32xl\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .\32xl\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .\32xl\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .\32xl\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .\32xl\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .\32xl\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .\32xl\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .\32xl\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .\32xl\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .\32xl\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .\32xl\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .\32xl\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .\32xl\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .\32xl\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .\32xl\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .\32xl\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .\32xl\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .\32xl\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .\32xl\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .\32xl\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .\32xl\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .\32xl\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .\32xl\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .\32xl\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .\32xl\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .\32xl\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .\32xl\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .\32xl\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .\32xl\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .\32xl\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .\32xl\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .\32xl\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .\32xl\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .\32xl\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .\32xl\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .\32xl\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .\32xl\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .\32xl\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .\32xl\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .\32xl\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .\32xl\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .\32xl\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .\32xl\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .\32xl\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .\32xl\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .\32xl\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .\32xl\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .\32xl\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .\32xl\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .\32xl\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .\32xl\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .\32xl\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .\32xl\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .\32xl\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .\32xl\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .\32xl\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .\32xl\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .\32xl\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .\32xl\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .\32xl\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .\32xl\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .\32xl\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .\32xl\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .\32xl\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .\32xl\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .\32xl\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .\32xl\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .\32xl\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .\32xl\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .\32xl\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .\32xl\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .\32xl\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .\32xl\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .\32xl\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .\32xl\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .\32xl\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .\32xl\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .\32xl\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .\32xl\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .\32xl\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .\32xl\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .\32xl\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .\32xl\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .\32xl\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .\32xl\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .\32xl\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .\32xl\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .\32xl\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .\32xl\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .\32xl\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .\32xl\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .\32xl\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .\32xl\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .\32xl\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .\32xl\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .\32xl\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .\32xl\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .\32xl\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .\32xl\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .\32xl\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .\32xl\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .\32xl\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .\32xl\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .\32xl\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .\32xl\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .\32xl\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .\32xl\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .\32xl\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .\32xl\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .\32xl\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .\32xl\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .\32xl\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .\32xl\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .\32xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .\32xl\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .\32xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .\32xl\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .\32xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .\32xl\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .\32xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .\32xl\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .\32xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .\32xl\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .\32xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .\32xl\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .\32xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .\32xl\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .\32xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .\32xl\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .\32xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .\32xl\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .\32xl\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .\32xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .\32xl\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .\32xl\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .\32xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .\32xl\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .\32xl\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .\32xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .\32xl\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .\32xl\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .\32xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .\32xl\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .\32xl\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .\32xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .\32xl\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .\32xl\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .\32xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .\32xl\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .\32xl\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .\32xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .\32xl\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .\32xl\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .\32xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .\32xl\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .\32xl\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .\32xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .\32xl\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .\32xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .\32xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .\32xl\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .\32xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .\32xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .\32xl\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .\32xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .\32xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .\32xl\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .\32xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .\32xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .\32xl\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .\32xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .\32xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .\32xl\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .\32xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .\32xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .\32xl\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .\32xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .\32xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .\32xl\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .\32xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .\32xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .\32xl\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .\32xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .\32xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .\32xl\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .\32xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .\32xl\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .\32xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .\32xl\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .\32xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .\32xl\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .\32xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .\32xl\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .\32xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .\32xl\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .\32xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .\32xl\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .\32xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .\32xl\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .\32xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .\32xl\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .\32xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .\32xl\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .\32xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .\32xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .\32xl\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .\32xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .\32xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .\32xl\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .\32xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .\32xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .\32xl\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .\32xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .\32xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .\32xl\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .\32xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .\32xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .\32xl\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .\32xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .\32xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .\32xl\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .\32xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .\32xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .\32xl\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .\32xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .\32xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .\32xl\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .\32xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .\32xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .\32xl\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .\32xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .\32xl\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .\32xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .\32xl\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .\32xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .\32xl\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .\32xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .\32xl\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .\32xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .\32xl\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .\32xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .\32xl\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .\32xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .\32xl\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .\32xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .\32xl\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .\32xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .\32xl\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .\32xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .\32xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .\32xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .\32xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .\32xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .\32xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .\32xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .\32xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .\32xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .\32xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .\32xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .\32xl\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .\32xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .\32xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .\32xl\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .\32xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .\32xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .\32xl\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .\32xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .\32xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .\32xl\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .\32xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .\32xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .\32xl\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .\32xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .\32xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .\32xl\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .\32xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .\32xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .\32xl\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .\32xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .\32xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .\32xl\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .\32xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .\32xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .\32xl\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .\32xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .\32xl\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .\32xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .\32xl\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .\32xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .\32xl\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .\32xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .\32xl\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .\32xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .\32xl\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .\32xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .\32xl\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .\32xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .\32xl\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .\32xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .\32xl\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .\32xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .\32xl\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .\32xl\:pointer-events-none {
    pointer-events: none;
  }

  .\32xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .\32xl\:static {
    position: static;
  }

  .\32xl\:fixed {
    position: fixed;
  }

  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:relative {
    position: relative;
  }

  .\32xl\:sticky {
    position: sticky;
  }

  .\32xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .\32xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .\32xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .\32xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .\32xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .\32xl\:top-0 {
    top: 0;
  }

  .\32xl\:right-0 {
    right: 0;
  }

  .\32xl\:bottom-0 {
    bottom: 0;
  }

  .\32xl\:left-0 {
    left: 0;
  }

  .\32xl\:top-auto {
    top: auto;
  }

  .\32xl\:right-auto {
    right: auto;
  }

  .\32xl\:bottom-auto {
    bottom: auto;
  }

  .\32xl\:left-auto {
    left: auto;
  }

  .\32xl\:resize-none {
    resize: none;
  }

  .\32xl\:resize-y {
    resize: vertical;
  }

  .\32xl\:resize-x {
    resize: horizontal;
  }

  .\32xl\:resize {
    resize: both;
  }

  .\32xl\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .\32xl\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .\32xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .\32xl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .\32xl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .\32xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .\32xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .\32xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .\32xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .\32xl\:shadow-none {
    box-shadow: none;
  }

  .\32xl\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .\32xl\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .\32xl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .\32xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .\32xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .\32xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .\32xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .\32xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .\32xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .\32xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .\32xl\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .\32xl\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .\32xl\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .\32xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .\32xl\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .\32xl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .\32xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .\32xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .\32xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .\32xl\:fill-current {
    fill: currentColor;
  }

  .\32xl\:stroke-current {
    stroke: currentColor;
  }

  .\32xl\:stroke-0 {
    stroke-width: 0;
  }

  .\32xl\:stroke-1 {
    stroke-width: 1;
  }

  .\32xl\:stroke-2 {
    stroke-width: 2;
  }

  .\32xl\:table-auto {
    table-layout: auto;
  }

  .\32xl\:table-fixed {
    table-layout: fixed;
  }

  .\32xl\:text-left {
    text-align: left;
  }

  .\32xl\:text-center {
    text-align: center;
  }

  .\32xl\:text-right {
    text-align: right;
  }

  .\32xl\:text-justify {
    text-align: justify;
  }

  .\32xl\:text-transparent {
    color: transparent;
  }

  .\32xl\:text-black {
    color: #000;
  }

  .\32xl\:text-white {
    color: #fff;
  }

  .\32xl\:text-gray-100 {
    color: #f7fafc;
  }

  .\32xl\:text-gray-200 {
    color: #edf2f7;
  }

  .\32xl\:text-gray-300 {
    color: #e2e8f0;
  }

  .\32xl\:text-gray-400 {
    color: #cbd5e0;
  }

  .\32xl\:text-gray-500 {
    color: #a0aec0;
  }

  .\32xl\:text-gray-600 {
    color: #718096;
  }

  .\32xl\:text-gray-700 {
    color: #4a5568;
  }

  .\32xl\:text-gray-800 {
    color: #2d3748;
  }

  .\32xl\:text-gray-900 {
    color: #1a202c;
  }

  .\32xl\:text-red-100 {
    color: #fff5f5;
  }

  .\32xl\:text-red-200 {
    color: #fed7d7;
  }

  .\32xl\:text-red-300 {
    color: #feb2b2;
  }

  .\32xl\:text-red-400 {
    color: #fc8181;
  }

  .\32xl\:text-red-500 {
    color: #f56565;
  }

  .\32xl\:text-red-600 {
    color: #e53e3e;
  }

  .\32xl\:text-red-700 {
    color: #c53030;
  }

  .\32xl\:text-red-800 {
    color: #9b2c2c;
  }

  .\32xl\:text-red-900 {
    color: #742a2a;
  }

  .\32xl\:text-orange-100 {
    color: #fffaf0;
  }

  .\32xl\:text-orange-200 {
    color: #feebc8;
  }

  .\32xl\:text-orange-300 {
    color: #fbd38d;
  }

  .\32xl\:text-orange-400 {
    color: #f6ad55;
  }

  .\32xl\:text-orange-500 {
    color: #ed8936;
  }

  .\32xl\:text-orange-600 {
    color: #dd6b20;
  }

  .\32xl\:text-orange-700 {
    color: #c05621;
  }

  .\32xl\:text-orange-800 {
    color: #9c4221;
  }

  .\32xl\:text-orange-900 {
    color: #7b341e;
  }

  .\32xl\:text-yellow-100 {
    color: #fffff0;
  }

  .\32xl\:text-yellow-200 {
    color: #fefcbf;
  }

  .\32xl\:text-yellow-300 {
    color: #faf089;
  }

  .\32xl\:text-yellow-400 {
    color: #f6e05e;
  }

  .\32xl\:text-yellow-500 {
    color: #ecc94b;
  }

  .\32xl\:text-yellow-600 {
    color: #d69e2e;
  }

  .\32xl\:text-yellow-700 {
    color: #b7791f;
  }

  .\32xl\:text-yellow-800 {
    color: #975a16;
  }

  .\32xl\:text-yellow-900 {
    color: #744210;
  }

  .\32xl\:text-green-100 {
    color: #f0fff4;
  }

  .\32xl\:text-green-200 {
    color: #c6f6d5;
  }

  .\32xl\:text-green-300 {
    color: #9ae6b4;
  }

  .\32xl\:text-green-400 {
    color: #68d391;
  }

  .\32xl\:text-green-500 {
    color: #48bb78;
  }

  .\32xl\:text-green-600 {
    color: #38a169;
  }

  .\32xl\:text-green-700 {
    color: #2f855a;
  }

  .\32xl\:text-green-800 {
    color: #276749;
  }

  .\32xl\:text-green-900 {
    color: #22543d;
  }

  .\32xl\:text-teal-100 {
    color: #e6fffa;
  }

  .\32xl\:text-teal-200 {
    color: #b2f5ea;
  }

  .\32xl\:text-teal-300 {
    color: #81e6d9;
  }

  .\32xl\:text-teal-400 {
    color: #4fd1c5;
  }

  .\32xl\:text-teal-500 {
    color: #38b2ac;
  }

  .\32xl\:text-teal-600 {
    color: #319795;
  }

  .\32xl\:text-teal-700 {
    color: #2c7a7b;
  }

  .\32xl\:text-teal-800 {
    color: #285e61;
  }

  .\32xl\:text-teal-900 {
    color: #234e52;
  }

  .\32xl\:text-blue-100 {
    color: #ebf8ff;
  }

  .\32xl\:text-blue-200 {
    color: #bee3f8;
  }

  .\32xl\:text-blue-300 {
    color: #90cdf4;
  }

  .\32xl\:text-blue-400 {
    color: #63b3ed;
  }

  .\32xl\:text-blue-500 {
    color: #4299e1;
  }

  .\32xl\:text-blue-600 {
    color: #3182ce;
  }

  .\32xl\:text-blue-700 {
    color: #2b6cb0;
  }

  .\32xl\:text-blue-800 {
    color: #2c5282;
  }

  .\32xl\:text-blue-900 {
    color: #2a4365;
  }

  .\32xl\:text-indigo-100 {
    color: #ebf4ff;
  }

  .\32xl\:text-indigo-200 {
    color: #c3dafe;
  }

  .\32xl\:text-indigo-300 {
    color: #a3bffa;
  }

  .\32xl\:text-indigo-400 {
    color: #7f9cf5;
  }

  .\32xl\:text-indigo-500 {
    color: #667eea;
  }

  .\32xl\:text-indigo-600 {
    color: #5a67d8;
  }

  .\32xl\:text-indigo-700 {
    color: #4c51bf;
  }

  .\32xl\:text-indigo-800 {
    color: #434190;
  }

  .\32xl\:text-indigo-900 {
    color: #3c366b;
  }

  .\32xl\:text-purple-100 {
    color: #faf5ff;
  }

  .\32xl\:text-purple-200 {
    color: #e9d8fd;
  }

  .\32xl\:text-purple-300 {
    color: #d6bcfa;
  }

  .\32xl\:text-purple-400 {
    color: #b794f4;
  }

  .\32xl\:text-purple-500 {
    color: #9f7aea;
  }

  .\32xl\:text-purple-600 {
    color: #805ad5;
  }

  .\32xl\:text-purple-700 {
    color: #6b46c1;
  }

  .\32xl\:text-purple-800 {
    color: #553c9a;
  }

  .\32xl\:text-purple-900 {
    color: #44337a;
  }

  .\32xl\:text-pink-100 {
    color: #fff5f7;
  }

  .\32xl\:text-pink-200 {
    color: #fed7e2;
  }

  .\32xl\:text-pink-300 {
    color: #fbb6ce;
  }

  .\32xl\:text-pink-400 {
    color: #f687b3;
  }

  .\32xl\:text-pink-500 {
    color: #ed64a6;
  }

  .\32xl\:text-pink-600 {
    color: #d53f8c;
  }

  .\32xl\:text-pink-700 {
    color: #b83280;
  }

  .\32xl\:text-pink-800 {
    color: #97266d;
  }

  .\32xl\:text-pink-900 {
    color: #702459;
  }

  .\32xl\:text-grey {
    color: #CCCCCC;
  }

  .\32xl\:text-darkgrey {
    color: #BDBDBD;
  }

  .\32xl\:text-searchplaceholder {
    color: #ddddde;
  }

  .\32xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .\32xl\:hover\:text-black:hover {
    color: #000;
  }

  .\32xl\:hover\:text-white:hover {
    color: #fff;
  }

  .\32xl\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .\32xl\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .\32xl\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .\32xl\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .\32xl\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .\32xl\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .\32xl\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .\32xl\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .\32xl\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .\32xl\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .\32xl\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .\32xl\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .\32xl\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .\32xl\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .\32xl\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .\32xl\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .\32xl\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .\32xl\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .\32xl\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .\32xl\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .\32xl\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .\32xl\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .\32xl\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .\32xl\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .\32xl\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .\32xl\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .\32xl\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .\32xl\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .\32xl\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .\32xl\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .\32xl\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .\32xl\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .\32xl\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .\32xl\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .\32xl\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .\32xl\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .\32xl\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .\32xl\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .\32xl\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .\32xl\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .\32xl\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .\32xl\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .\32xl\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .\32xl\:hover\:text-green-800:hover {
    color: #276749;
  }

  .\32xl\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .\32xl\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .\32xl\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .\32xl\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .\32xl\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .\32xl\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .\32xl\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .\32xl\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .\32xl\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .\32xl\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .\32xl\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .\32xl\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .\32xl\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .\32xl\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .\32xl\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .\32xl\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .\32xl\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .\32xl\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .\32xl\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .\32xl\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .\32xl\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .\32xl\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .\32xl\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .\32xl\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .\32xl\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .\32xl\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .\32xl\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .\32xl\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .\32xl\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .\32xl\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .\32xl\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .\32xl\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .\32xl\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .\32xl\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .\32xl\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .\32xl\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .\32xl\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .\32xl\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .\32xl\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .\32xl\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .\32xl\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .\32xl\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .\32xl\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .\32xl\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .\32xl\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .\32xl\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .\32xl\:hover\:text-grey:hover {
    color: #CCCCCC;
  }

  .\32xl\:hover\:text-darkgrey:hover {
    color: #BDBDBD;
  }

  .\32xl\:hover\:text-searchplaceholder:hover {
    color: #ddddde;
  }

  .\32xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .\32xl\:focus\:text-black:focus {
    color: #000;
  }

  .\32xl\:focus\:text-white:focus {
    color: #fff;
  }

  .\32xl\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .\32xl\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .\32xl\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .\32xl\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .\32xl\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .\32xl\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .\32xl\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .\32xl\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .\32xl\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .\32xl\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .\32xl\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .\32xl\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .\32xl\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .\32xl\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .\32xl\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .\32xl\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .\32xl\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .\32xl\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .\32xl\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .\32xl\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .\32xl\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .\32xl\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .\32xl\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .\32xl\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .\32xl\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .\32xl\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .\32xl\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .\32xl\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .\32xl\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .\32xl\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .\32xl\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .\32xl\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .\32xl\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .\32xl\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .\32xl\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .\32xl\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .\32xl\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .\32xl\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .\32xl\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .\32xl\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .\32xl\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .\32xl\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .\32xl\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .\32xl\:focus\:text-green-800:focus {
    color: #276749;
  }

  .\32xl\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .\32xl\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .\32xl\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .\32xl\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .\32xl\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .\32xl\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .\32xl\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .\32xl\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .\32xl\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .\32xl\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .\32xl\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .\32xl\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .\32xl\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .\32xl\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .\32xl\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .\32xl\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .\32xl\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .\32xl\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .\32xl\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .\32xl\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .\32xl\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .\32xl\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .\32xl\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .\32xl\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .\32xl\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .\32xl\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .\32xl\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .\32xl\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .\32xl\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .\32xl\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .\32xl\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .\32xl\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .\32xl\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .\32xl\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .\32xl\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .\32xl\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .\32xl\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .\32xl\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .\32xl\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .\32xl\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .\32xl\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .\32xl\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .\32xl\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .\32xl\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .\32xl\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .\32xl\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .\32xl\:focus\:text-grey:focus {
    color: #CCCCCC;
  }

  .\32xl\:focus\:text-darkgrey:focus {
    color: #BDBDBD;
  }

  .\32xl\:focus\:text-searchplaceholder:focus {
    color: #ddddde;
  }

  .\32xl\:text-10 {
    font-size: 10px;
  }

  .\32xl\:text-11 {
    font-size: 11px;
  }

  .\32xl\:text-12 {
    font-size: 12px;
  }

  .\32xl\:text-13 {
    font-size: 13px;
  }

  .\32xl\:text-14 {
    font-size: 14px;
  }

  .\32xl\:text-15 {
    font-size: 15px;
  }

  .\32xl\:text-23 {
    font-size: 23px;
  }

  .\32xl\:text-25 {
    font-size: 25px;
  }

  .\32xl\:text-30 {
    font-size: 30px;
  }

  .\32xl\:text-45 {
    font-size: 45px;
  }

  .\32xl\:text-xs {
    font-size: 0.8rem;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem;
  }

  .\32xl\:text-base {
    font-size: 1rem;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
  }

  .\32xl\:text-6xl {
    font-size: 4rem;
  }

  .\32xl\:text-xxs {
    font-size: 0.625rem;
  }

  .\32xl\:text-s {
    font-size: 0.9375rem;
  }

  .\32xl\:text-md {
    font-size: 1rem;
  }

  .\32xl\:text-heroxl {
    font-size: 6rem;
  }

  .\32xl\:text-superxl {
    font-size: 8rem;
  }

  .\32xl\:italic {
    font-style: italic;
  }

  .\32xl\:not-italic {
    font-style: normal;
  }

  .\32xl\:uppercase {
    text-transform: uppercase;
  }

  .\32xl\:lowercase {
    text-transform: lowercase;
  }

  .\32xl\:capitalize {
    text-transform: capitalize;
  }

  .\32xl\:normal-case {
    text-transform: none;
  }

  .\32xl\:underline {
    text-decoration: underline;
  }

  .\32xl\:line-through {
    text-decoration: line-through;
  }

  .\32xl\:no-underline {
    text-decoration: none;
  }

  .\32xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .\32xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .\32xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .\32xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .\32xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .\32xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .\32xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:tracking-1 {
    letter-spacing: 1px;
  }

  .\32xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .\32xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .\32xl\:tracking-normal {
    letter-spacing: 0;
  }

  .\32xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .\32xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .\32xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .\32xl\:tracking-0p1 {
    letter-spacing: 0.1em;
  }

  .\32xl\:tracking-xwidest {
    letter-spacing: 0.15em;
  }

  .\32xl\:tracking-0p55 {
    letter-spacing: 0.55px;
  }

  .\32xl\:tracking-2p1 {
    letter-spacing: 2.1px;
  }

  .\32xl\:select-none {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }

  .\32xl\:select-text {
    -moz-user-select: text;
     -ms-user-select: text;
         user-select: text;
  }

  .\32xl\:select-all {
    -moz-user-select: all;
     -ms-user-select: all;
         user-select: all;
  }

  .\32xl\:select-auto {
    -moz-user-select: auto;
     -ms-user-select: auto;
         user-select: auto;
  }

  .\32xl\:align-baseline {
    vertical-align: baseline;
  }

  .\32xl\:align-top {
    vertical-align: top;
  }

  .\32xl\:align-middle {
    vertical-align: middle;
  }

  .\32xl\:align-bottom {
    vertical-align: bottom;
  }

  .\32xl\:align-text-top {
    vertical-align: text-top;
  }

  .\32xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .\32xl\:visible {
    visibility: visible;
  }

  .\32xl\:invisible {
    visibility: hidden;
  }

  .\32xl\:whitespace-normal {
    white-space: normal;
  }

  .\32xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .\32xl\:whitespace-pre {
    white-space: pre;
  }

  .\32xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .\32xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .\32xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:break-words {
    overflow-wrap: break-word;
  }

  .\32xl\:break-all {
    word-break: break-all;
  }

  .\32xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:w-0 {
    width: 0;
  }

  .\32xl\:w-1 {
    width: 0.25rem;
  }

  .\32xl\:w-2 {
    width: 0.5rem;
  }

  .\32xl\:w-3 {
    width: 0.75rem;
  }

  .\32xl\:w-4 {
    width: 1rem;
  }

  .\32xl\:w-5 {
    width: 1.25rem;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-8 {
    width: 2rem;
  }

  .\32xl\:w-10 {
    width: 2.5rem;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-24 {
    width: 6rem;
  }

  .\32xl\:w-28 {
    width: 7rem;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-40 {
    width: 10rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

  .\32xl\:w-56 {
    width: 14rem;
  }

  .\32xl\:w-64 {
    width: 16rem;
  }

  .\32xl\:w-72 {
    width: 18rem;
  }

  .\32xl\:w-80 {
    width: 22rem;
  }

  .\32xl\:w-96 {
    width: 26rem;
  }

  .\32xl\:w-128 {
    width: 30rem;
  }

  .\32xl\:w-200 {
    width: 12.5rem;
  }

  .\32xl\:w-400 {
    width: 25rem;
  }

  .\32xl\:w-500 {
    width: 31.25rem;
  }

  .\32xl\:w-600 {
    width: 37.5rem;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:w-px {
    width: 1px;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-1\/4 {
    width: 25%;
  }

  .\32xl\:w-2\/4 {
    width: 50%;
  }

  .\32xl\:w-3\/4 {
    width: 75%;
  }

  .\32xl\:w-1\/5 {
    width: 20%;
  }

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-4\/5 {
    width: 80%;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\32xl\:w-2\/6 {
    width: 33.333333%;
  }

  .\32xl\:w-3\/6 {
    width: 50%;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\32xl\:w-1\/12 {
    width: 8.333333%;
  }

  .\32xl\:w-2\/12 {
    width: 16.666667%;
  }

  .\32xl\:w-3\/12 {
    width: 25%;
  }

  .\32xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\32xl\:w-6\/12 {
    width: 50%;
  }

  .\32xl\:w-7\/12 {
    width: 58.333333%;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }

  .\32xl\:w-9\/12 {
    width: 75%;
  }

  .\32xl\:w-10\/12 {
    width: 83.333333%;
  }

  .\32xl\:w-11\/12 {
    width: 91.666667%;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:w-screen {
    width: 100vw;
  }

  .\32xl\:w-1\/10 {
    width: 10%;
  }

  .\32xl\:w-3\/10 {
    width: 30%;
  }

  .\32xl\:w-logo {
    width: 250px;
  }

  .\32xl\:w-minilogo {
    width: 40px;
  }

  .\32xl\:z-0 {
    z-index: 0;
  }

  .\32xl\:z-10 {
    z-index: 10;
  }

  .\32xl\:z-20 {
    z-index: 20;
  }

  .\32xl\:z-30 {
    z-index: 30;
  }

  .\32xl\:z-40 {
    z-index: 40;
  }

  .\32xl\:z-50 {
    z-index: 50;
  }

  .\32xl\:z-auto {
    z-index: auto;
  }

  .\32xl\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .\32xl\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .\32xl\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .\32xl\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .\32xl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .\32xl\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .\32xl\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .\32xl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .\32xl\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .\32xl\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .\32xl\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .\32xl\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .\32xl\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .\32xl\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .\32xl\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .\32xl\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .\32xl\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .\32xl\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .\32xl\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .\32xl\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .\32xl\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .\32xl\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .\32xl\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .\32xl\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .\32xl\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .\32xl\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .\32xl\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .\32xl\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .\32xl\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .\32xl\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .\32xl\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .\32xl\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .\32xl\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .\32xl\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .\32xl\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .\32xl\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .\32xl\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .\32xl\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .\32xl\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .\32xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .\32xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .\32xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .\32xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .\32xl\:col-auto {
    grid-column: auto;
  }

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .\32xl\:col-start-1 {
    grid-column-start: 1;
  }

  .\32xl\:col-start-2 {
    grid-column-start: 2;
  }

  .\32xl\:col-start-3 {
    grid-column-start: 3;
  }

  .\32xl\:col-start-4 {
    grid-column-start: 4;
  }

  .\32xl\:col-start-5 {
    grid-column-start: 5;
  }

  .\32xl\:col-start-6 {
    grid-column-start: 6;
  }

  .\32xl\:col-start-7 {
    grid-column-start: 7;
  }

  .\32xl\:col-start-8 {
    grid-column-start: 8;
  }

  .\32xl\:col-start-9 {
    grid-column-start: 9;
  }

  .\32xl\:col-start-10 {
    grid-column-start: 10;
  }

  .\32xl\:col-start-11 {
    grid-column-start: 11;
  }

  .\32xl\:col-start-12 {
    grid-column-start: 12;
  }

  .\32xl\:col-start-13 {
    grid-column-start: 13;
  }

  .\32xl\:col-start-auto {
    grid-column-start: auto;
  }

  .\32xl\:col-end-1 {
    grid-column-end: 1;
  }

  .\32xl\:col-end-2 {
    grid-column-end: 2;
  }

  .\32xl\:col-end-3 {
    grid-column-end: 3;
  }

  .\32xl\:col-end-4 {
    grid-column-end: 4;
  }

  .\32xl\:col-end-5 {
    grid-column-end: 5;
  }

  .\32xl\:col-end-6 {
    grid-column-end: 6;
  }

  .\32xl\:col-end-7 {
    grid-column-end: 7;
  }

  .\32xl\:col-end-8 {
    grid-column-end: 8;
  }

  .\32xl\:col-end-9 {
    grid-column-end: 9;
  }

  .\32xl\:col-end-10 {
    grid-column-end: 10;
  }

  .\32xl\:col-end-11 {
    grid-column-end: 11;
  }

  .\32xl\:col-end-12 {
    grid-column-end: 12;
  }

  .\32xl\:col-end-13 {
    grid-column-end: 13;
  }

  .\32xl\:col-end-auto {
    grid-column-end: auto;
  }

  .\32xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .\32xl\:row-auto {
    grid-row: auto;
  }

  .\32xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .\32xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .\32xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .\32xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .\32xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .\32xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .\32xl\:row-start-1 {
    grid-row-start: 1;
  }

  .\32xl\:row-start-2 {
    grid-row-start: 2;
  }

  .\32xl\:row-start-3 {
    grid-row-start: 3;
  }

  .\32xl\:row-start-4 {
    grid-row-start: 4;
  }

  .\32xl\:row-start-5 {
    grid-row-start: 5;
  }

  .\32xl\:row-start-6 {
    grid-row-start: 6;
  }

  .\32xl\:row-start-7 {
    grid-row-start: 7;
  }

  .\32xl\:row-start-auto {
    grid-row-start: auto;
  }

  .\32xl\:row-end-1 {
    grid-row-end: 1;
  }

  .\32xl\:row-end-2 {
    grid-row-end: 2;
  }

  .\32xl\:row-end-3 {
    grid-row-end: 3;
  }

  .\32xl\:row-end-4 {
    grid-row-end: 4;
  }

  .\32xl\:row-end-5 {
    grid-row-end: 5;
  }

  .\32xl\:row-end-6 {
    grid-row-end: 6;
  }

  .\32xl\:row-end-7 {
    grid-row-end: 7;
  }

  .\32xl\:row-end-auto {
    grid-row-end: auto;
  }

  .\32xl\: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));
  }

  .\32xl\:transform-none {
    transform: none;
  }

  .\32xl\:origin-center {
    transform-origin: center;
  }

  .\32xl\:origin-top {
    transform-origin: top;
  }

  .\32xl\:origin-top-right {
    transform-origin: top right;
  }

  .\32xl\:origin-right {
    transform-origin: right;
  }

  .\32xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .\32xl\:origin-bottom {
    transform-origin: bottom;
  }

  .\32xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .\32xl\:origin-left {
    transform-origin: left;
  }

  .\32xl\:origin-top-left {
    transform-origin: top left;
  }

  .\32xl\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .\32xl\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .\32xl\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .\32xl\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .\32xl\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .\32xl\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .\32xl\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .\32xl\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .\32xl\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .\32xl\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .\32xl\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .\32xl\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .\32xl\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .\32xl\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .\32xl\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .\32xl\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .\32xl\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .\32xl\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .\32xl\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .\32xl\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .\32xl\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .\32xl\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .\32xl\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .\32xl\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .\32xl\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .\32xl\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .\32xl\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .\32xl\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .\32xl\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .\32xl\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .\32xl\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .\32xl\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .\32xl\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .\32xl\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .\32xl\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .\32xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .\32xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .\32xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .\32xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .\32xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .\32xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .\32xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .\32xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .\32xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .\32xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .\32xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .\32xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .\32xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .\32xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .\32xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .\32xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .\32xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .\32xl\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .\32xl\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .\32xl\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .\32xl\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .\32xl\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .\32xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .\32xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .\32xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .\32xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .\32xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .\32xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .\32xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .\32xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .\32xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .\32xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .\32xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .\32xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .\32xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .\32xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .\32xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .\32xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .\32xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .\32xl\:rotate-0 {
    --transform-rotate: 0;
  }

  .\32xl\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .\32xl\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .\32xl\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .\32xl\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .\32xl\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .\32xl\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .\32xl\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .\32xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .\32xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .\32xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .\32xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .\32xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .\32xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .\32xl\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .\32xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .\32xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .\32xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .\32xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .\32xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .\32xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .\32xl\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .\32xl\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .\32xl\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .\32xl\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .\32xl\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .\32xl\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .\32xl\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .\32xl\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .\32xl\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .\32xl\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .\32xl\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .\32xl\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .\32xl\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .\32xl\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .\32xl\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .\32xl\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .\32xl\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .\32xl\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .\32xl\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .\32xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .\32xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .\32xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .\32xl\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .\32xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .\32xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .\32xl\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .\32xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .\32xl\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .\32xl\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .\32xl\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .\32xl\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .\32xl\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .\32xl\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .\32xl\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .\32xl\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .\32xl\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .\32xl\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .\32xl\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .\32xl\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .\32xl\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .\32xl\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .\32xl\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .\32xl\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .\32xl\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .\32xl\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .\32xl\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .\32xl\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .\32xl\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .\32xl\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .\32xl\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .\32xl\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .\32xl\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .\32xl\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .\32xl\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .\32xl\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .\32xl\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .\32xl\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .\32xl\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .\32xl\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .\32xl\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .\32xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .\32xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .\32xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .\32xl\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .\32xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .\32xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .\32xl\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .\32xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .\32xl\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .\32xl\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .\32xl\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .\32xl\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .\32xl\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .\32xl\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .\32xl\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .\32xl\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .\32xl\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .\32xl\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .\32xl\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .\32xl\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .\32xl\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .\32xl\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .\32xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .\32xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .\32xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .\32xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .\32xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .\32xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .\32xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .\32xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .\32xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .\32xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .\32xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .\32xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .\32xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .\32xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .\32xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .\32xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .\32xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .\32xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .\32xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .\32xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .\32xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .\32xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .\32xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .\32xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .\32xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .\32xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .\32xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .\32xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .\32xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .\32xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .\32xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .\32xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .\32xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .\32xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .\32xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .\32xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .\32xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .\32xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .\32xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .\32xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .\32xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .\32xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .\32xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .\32xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .\32xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .\32xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .\32xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .\32xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .\32xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .\32xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .\32xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .\32xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .\32xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .\32xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .\32xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .\32xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .\32xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .\32xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .\32xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .\32xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .\32xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .\32xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .\32xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .\32xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .\32xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .\32xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .\32xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .\32xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .\32xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .\32xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .\32xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .\32xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .\32xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .\32xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .\32xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .\32xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .\32xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .\32xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .\32xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .\32xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .\32xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .\32xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .\32xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .\32xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .\32xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .\32xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .\32xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .\32xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .\32xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .\32xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .\32xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .\32xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .\32xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .\32xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .\32xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .\32xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .\32xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .\32xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .\32xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .\32xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .\32xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .\32xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .\32xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .\32xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .\32xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .\32xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .\32xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .\32xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .\32xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .\32xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .\32xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .\32xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .\32xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .\32xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .\32xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .\32xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .\32xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .\32xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .\32xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .\32xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .\32xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .\32xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .\32xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .\32xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .\32xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .\32xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .\32xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .\32xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .\32xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .\32xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .\32xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .\32xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .\32xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .\32xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .\32xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .\32xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .\32xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .\32xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .\32xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .\32xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .\32xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .\32xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .\32xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .\32xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .\32xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .\32xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .\32xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .\32xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .\32xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .\32xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .\32xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .\32xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .\32xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .\32xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .\32xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .\32xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .\32xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .\32xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .\32xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .\32xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .\32xl\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .\32xl\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .\32xl\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .\32xl\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .\32xl\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .\32xl\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .\32xl\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .\32xl\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .\32xl\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .\32xl\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .\32xl\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .\32xl\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .\32xl\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .\32xl\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .\32xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .\32xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .\32xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .\32xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .\32xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .\32xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .\32xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .\32xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .\32xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .\32xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .\32xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .\32xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .\32xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .\32xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .\32xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .\32xl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .\32xl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .\32xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .\32xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .\32xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .\32xl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .\32xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .\32xl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .\32xl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .\32xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .\32xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .\32xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .\32xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .\32xl\:transition-none {
    transition-property: none;
  }

  .\32xl\:transition-all {
    transition-property: all;
  }

  .\32xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .\32xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .\32xl\:transition-opacity {
    transition-property: opacity;
  }

  .\32xl\:transition-shadow {
    transition-property: box-shadow;
  }

  .\32xl\:transition-transform {
    transition-property: transform;
  }

  .\32xl\:ease-linear {
    transition-timing-function: linear;
  }

  .\32xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:duration-75 {
    transition-duration: 75ms;
  }

  .\32xl\:duration-100 {
    transition-duration: 100ms;
  }

  .\32xl\:duration-150 {
    transition-duration: 150ms;
  }

  .\32xl\:duration-200 {
    transition-duration: 200ms;
  }

  .\32xl\:duration-300 {
    transition-duration: 300ms;
  }

  .\32xl\:duration-500 {
    transition-duration: 500ms;
  }

  .\32xl\:duration-700 {
    transition-duration: 700ms;
  }

  .\32xl\:duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (max-width: 860px) {
  .mlg\: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;
  }

  .mlg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mlg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .mlg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mlg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .mlg\:bg-fixed {
    background-attachment: fixed;
  }

  .mlg\:bg-local {
    background-attachment: local;
  }

  .mlg\:bg-scroll {
    background-attachment: scroll;
  }

  .mlg\:bg-transparent {
    background-color: transparent;
  }

  .mlg\:bg-black {
    background-color: #000;
  }

  .mlg\:bg-white {
    background-color: #fff;
  }

  .mlg\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .mlg\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .mlg\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .mlg\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .mlg\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .mlg\:bg-gray-600 {
    background-color: #718096;
  }

  .mlg\:bg-gray-700 {
    background-color: #4a5568;
  }

  .mlg\:bg-gray-800 {
    background-color: #2d3748;
  }

  .mlg\:bg-gray-900 {
    background-color: #1a202c;
  }

  .mlg\:bg-red-100 {
    background-color: #fff5f5;
  }

  .mlg\:bg-red-200 {
    background-color: #fed7d7;
  }

  .mlg\:bg-red-300 {
    background-color: #feb2b2;
  }

  .mlg\:bg-red-400 {
    background-color: #fc8181;
  }

  .mlg\:bg-red-500 {
    background-color: #f56565;
  }

  .mlg\:bg-red-600 {
    background-color: #e53e3e;
  }

  .mlg\:bg-red-700 {
    background-color: #c53030;
  }

  .mlg\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .mlg\:bg-red-900 {
    background-color: #742a2a;
  }

  .mlg\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .mlg\:bg-orange-200 {
    background-color: #feebc8;
  }

  .mlg\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .mlg\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .mlg\:bg-orange-500 {
    background-color: #ed8936;
  }

  .mlg\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .mlg\:bg-orange-700 {
    background-color: #c05621;
  }

  .mlg\:bg-orange-800 {
    background-color: #9c4221;
  }

  .mlg\:bg-orange-900 {
    background-color: #7b341e;
  }

  .mlg\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .mlg\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .mlg\:bg-yellow-300 {
    background-color: #faf089;
  }

  .mlg\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .mlg\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .mlg\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .mlg\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .mlg\:bg-yellow-800 {
    background-color: #975a16;
  }

  .mlg\:bg-yellow-900 {
    background-color: #744210;
  }

  .mlg\:bg-green-100 {
    background-color: #f0fff4;
  }

  .mlg\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .mlg\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .mlg\:bg-green-400 {
    background-color: #68d391;
  }

  .mlg\:bg-green-500 {
    background-color: #48bb78;
  }

  .mlg\:bg-green-600 {
    background-color: #38a169;
  }

  .mlg\:bg-green-700 {
    background-color: #2f855a;
  }

  .mlg\:bg-green-800 {
    background-color: #276749;
  }

  .mlg\:bg-green-900 {
    background-color: #22543d;
  }

  .mlg\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .mlg\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .mlg\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .mlg\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .mlg\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .mlg\:bg-teal-600 {
    background-color: #319795;
  }

  .mlg\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .mlg\:bg-teal-800 {
    background-color: #285e61;
  }

  .mlg\:bg-teal-900 {
    background-color: #234e52;
  }

  .mlg\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .mlg\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .mlg\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .mlg\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .mlg\:bg-blue-500 {
    background-color: #4299e1;
  }

  .mlg\:bg-blue-600 {
    background-color: #3182ce;
  }

  .mlg\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .mlg\:bg-blue-800 {
    background-color: #2c5282;
  }

  .mlg\:bg-blue-900 {
    background-color: #2a4365;
  }

  .mlg\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .mlg\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .mlg\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .mlg\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .mlg\:bg-indigo-500 {
    background-color: #667eea;
  }

  .mlg\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .mlg\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .mlg\:bg-indigo-800 {
    background-color: #434190;
  }

  .mlg\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .mlg\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .mlg\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .mlg\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .mlg\:bg-purple-400 {
    background-color: #b794f4;
  }

  .mlg\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .mlg\:bg-purple-600 {
    background-color: #805ad5;
  }

  .mlg\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .mlg\:bg-purple-800 {
    background-color: #553c9a;
  }

  .mlg\:bg-purple-900 {
    background-color: #44337a;
  }

  .mlg\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .mlg\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .mlg\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .mlg\:bg-pink-400 {
    background-color: #f687b3;
  }

  .mlg\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .mlg\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .mlg\:bg-pink-700 {
    background-color: #b83280;
  }

  .mlg\:bg-pink-800 {
    background-color: #97266d;
  }

  .mlg\:bg-pink-900 {
    background-color: #702459;
  }

  .mlg\:bg-overlay {
    background-color: rgba(0,0,0,0.8);
  }

  .mlg\:bg-mobilesearchbackground {
    background-color: #64666b;
  }

  .mlg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .mlg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .mlg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .mlg\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .mlg\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .mlg\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .mlg\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .mlg\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .mlg\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .mlg\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .mlg\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .mlg\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .mlg\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .mlg\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .mlg\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .mlg\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .mlg\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .mlg\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .mlg\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .mlg\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .mlg\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .mlg\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .mlg\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .mlg\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .mlg\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .mlg\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .mlg\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .mlg\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .mlg\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .mlg\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .mlg\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .mlg\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .mlg\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .mlg\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .mlg\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .mlg\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .mlg\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .mlg\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .mlg\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .mlg\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .mlg\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .mlg\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .mlg\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .mlg\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .mlg\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .mlg\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .mlg\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .mlg\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .mlg\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .mlg\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .mlg\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .mlg\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .mlg\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .mlg\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .mlg\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .mlg\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .mlg\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .mlg\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .mlg\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .mlg\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .mlg\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .mlg\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .mlg\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .mlg\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .mlg\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .mlg\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .mlg\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .mlg\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .mlg\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .mlg\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .mlg\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .mlg\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .mlg\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .mlg\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .mlg\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .mlg\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .mlg\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .mlg\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .mlg\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .mlg\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .mlg\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .mlg\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .mlg\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .mlg\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .mlg\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .mlg\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .mlg\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .mlg\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .mlg\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .mlg\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .mlg\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .mlg\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .mlg\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .mlg\:hover\:bg-overlay:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .mlg\:hover\:bg-mobilesearchbackground:hover {
    background-color: #64666b;
  }

  .mlg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .mlg\:focus\:bg-black:focus {
    background-color: #000;
  }

  .mlg\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .mlg\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .mlg\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .mlg\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .mlg\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .mlg\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .mlg\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .mlg\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .mlg\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .mlg\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .mlg\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .mlg\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .mlg\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .mlg\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .mlg\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .mlg\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .mlg\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .mlg\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .mlg\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .mlg\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .mlg\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .mlg\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .mlg\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .mlg\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .mlg\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .mlg\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .mlg\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .mlg\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .mlg\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .mlg\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .mlg\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .mlg\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .mlg\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .mlg\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .mlg\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .mlg\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .mlg\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .mlg\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .mlg\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .mlg\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .mlg\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .mlg\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .mlg\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .mlg\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .mlg\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .mlg\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .mlg\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .mlg\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .mlg\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .mlg\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .mlg\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .mlg\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .mlg\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .mlg\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .mlg\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .mlg\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .mlg\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .mlg\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .mlg\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .mlg\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .mlg\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .mlg\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .mlg\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .mlg\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .mlg\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .mlg\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .mlg\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .mlg\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .mlg\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .mlg\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .mlg\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .mlg\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .mlg\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .mlg\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .mlg\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .mlg\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .mlg\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .mlg\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .mlg\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .mlg\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .mlg\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .mlg\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .mlg\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .mlg\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .mlg\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .mlg\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .mlg\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .mlg\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .mlg\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .mlg\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .mlg\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .mlg\:focus\:bg-overlay:focus {
    background-color: rgba(0,0,0,0.8);
  }

  .mlg\:focus\:bg-mobilesearchbackground:focus {
    background-color: #64666b;
  }

  .mlg\:bg-bottom {
    background-position: bottom;
  }

  .mlg\:bg-center {
    background-position: center;
  }

  .mlg\:bg-left {
    background-position: left;
  }

  .mlg\:bg-left-bottom {
    background-position: left bottom;
  }

  .mlg\:bg-left-top {
    background-position: left top;
  }

  .mlg\:bg-right {
    background-position: right;
  }

  .mlg\:bg-right-bottom {
    background-position: right bottom;
  }

  .mlg\:bg-right-top {
    background-position: right top;
  }

  .mlg\:bg-top {
    background-position: top;
  }

  .mlg\:bg-repeat {
    background-repeat: repeat;
  }

  .mlg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .mlg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .mlg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .mlg\:bg-repeat-round {
    background-repeat: round;
  }

  .mlg\:bg-repeat-space {
    background-repeat: space;
  }

  .mlg\:bg-auto {
    background-size: auto;
  }

  .mlg\:bg-cover {
    background-size: cover;
  }

  .mlg\:bg-contain {
    background-size: contain;
  }

  .mlg\:border-collapse {
    border-collapse: collapse;
  }

  .mlg\:border-separate {
    border-collapse: separate;
  }

  .mlg\:border-transparent {
    border-color: transparent;
  }

  .mlg\:border-black {
    border-color: #000;
  }

  .mlg\:border-white {
    border-color: #fff;
  }

  .mlg\:border-gray-100 {
    border-color: #f7fafc;
  }

  .mlg\:border-gray-200 {
    border-color: #edf2f7;
  }

  .mlg\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .mlg\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .mlg\:border-gray-500 {
    border-color: #a0aec0;
  }

  .mlg\:border-gray-600 {
    border-color: #718096;
  }

  .mlg\:border-gray-700 {
    border-color: #4a5568;
  }

  .mlg\:border-gray-800 {
    border-color: #2d3748;
  }

  .mlg\:border-gray-900 {
    border-color: #1a202c;
  }

  .mlg\:border-red-100 {
    border-color: #fff5f5;
  }

  .mlg\:border-red-200 {
    border-color: #fed7d7;
  }

  .mlg\:border-red-300 {
    border-color: #feb2b2;
  }

  .mlg\:border-red-400 {
    border-color: #fc8181;
  }

  .mlg\:border-red-500 {
    border-color: #f56565;
  }

  .mlg\:border-red-600 {
    border-color: #e53e3e;
  }

  .mlg\:border-red-700 {
    border-color: #c53030;
  }

  .mlg\:border-red-800 {
    border-color: #9b2c2c;
  }

  .mlg\:border-red-900 {
    border-color: #742a2a;
  }

  .mlg\:border-orange-100 {
    border-color: #fffaf0;
  }

  .mlg\:border-orange-200 {
    border-color: #feebc8;
  }

  .mlg\:border-orange-300 {
    border-color: #fbd38d;
  }

  .mlg\:border-orange-400 {
    border-color: #f6ad55;
  }

  .mlg\:border-orange-500 {
    border-color: #ed8936;
  }

  .mlg\:border-orange-600 {
    border-color: #dd6b20;
  }

  .mlg\:border-orange-700 {
    border-color: #c05621;
  }

  .mlg\:border-orange-800 {
    border-color: #9c4221;
  }

  .mlg\:border-orange-900 {
    border-color: #7b341e;
  }

  .mlg\:border-yellow-100 {
    border-color: #fffff0;
  }

  .mlg\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .mlg\:border-yellow-300 {
    border-color: #faf089;
  }

  .mlg\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .mlg\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .mlg\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .mlg\:border-yellow-700 {
    border-color: #b7791f;
  }

  .mlg\:border-yellow-800 {
    border-color: #975a16;
  }

  .mlg\:border-yellow-900 {
    border-color: #744210;
  }

  .mlg\:border-green-100 {
    border-color: #f0fff4;
  }

  .mlg\:border-green-200 {
    border-color: #c6f6d5;
  }

  .mlg\:border-green-300 {
    border-color: #9ae6b4;
  }

  .mlg\:border-green-400 {
    border-color: #68d391;
  }

  .mlg\:border-green-500 {
    border-color: #48bb78;
  }

  .mlg\:border-green-600 {
    border-color: #38a169;
  }

  .mlg\:border-green-700 {
    border-color: #2f855a;
  }

  .mlg\:border-green-800 {
    border-color: #276749;
  }

  .mlg\:border-green-900 {
    border-color: #22543d;
  }

  .mlg\:border-teal-100 {
    border-color: #e6fffa;
  }

  .mlg\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .mlg\:border-teal-300 {
    border-color: #81e6d9;
  }

  .mlg\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .mlg\:border-teal-500 {
    border-color: #38b2ac;
  }

  .mlg\:border-teal-600 {
    border-color: #319795;
  }

  .mlg\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .mlg\:border-teal-800 {
    border-color: #285e61;
  }

  .mlg\:border-teal-900 {
    border-color: #234e52;
  }

  .mlg\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .mlg\:border-blue-200 {
    border-color: #bee3f8;
  }

  .mlg\:border-blue-300 {
    border-color: #90cdf4;
  }

  .mlg\:border-blue-400 {
    border-color: #63b3ed;
  }

  .mlg\:border-blue-500 {
    border-color: #4299e1;
  }

  .mlg\:border-blue-600 {
    border-color: #3182ce;
  }

  .mlg\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .mlg\:border-blue-800 {
    border-color: #2c5282;
  }

  .mlg\:border-blue-900 {
    border-color: #2a4365;
  }

  .mlg\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .mlg\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .mlg\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .mlg\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .mlg\:border-indigo-500 {
    border-color: #667eea;
  }

  .mlg\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .mlg\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .mlg\:border-indigo-800 {
    border-color: #434190;
  }

  .mlg\:border-indigo-900 {
    border-color: #3c366b;
  }

  .mlg\:border-purple-100 {
    border-color: #faf5ff;
  }

  .mlg\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .mlg\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .mlg\:border-purple-400 {
    border-color: #b794f4;
  }

  .mlg\:border-purple-500 {
    border-color: #9f7aea;
  }

  .mlg\:border-purple-600 {
    border-color: #805ad5;
  }

  .mlg\:border-purple-700 {
    border-color: #6b46c1;
  }

  .mlg\:border-purple-800 {
    border-color: #553c9a;
  }

  .mlg\:border-purple-900 {
    border-color: #44337a;
  }

  .mlg\:border-pink-100 {
    border-color: #fff5f7;
  }

  .mlg\:border-pink-200 {
    border-color: #fed7e2;
  }

  .mlg\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .mlg\:border-pink-400 {
    border-color: #f687b3;
  }

  .mlg\:border-pink-500 {
    border-color: #ed64a6;
  }

  .mlg\:border-pink-600 {
    border-color: #d53f8c;
  }

  .mlg\:border-pink-700 {
    border-color: #b83280;
  }

  .mlg\:border-pink-800 {
    border-color: #97266d;
  }

  .mlg\:border-pink-900 {
    border-color: #702459;
  }

  .mlg\:border-order-complete-dark-divider {
    border-color: #9A9B9F;
  }

  .mlg\:border-grey {
    border-color: #CCCCCC;
  }

  .mlg\:border-darkgrey {
    border-color: #BDBDBD;
  }

  .mlg\:border-keyline-grey {
    border-color: #dadadc;
  }

  .mlg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .mlg\:hover\:border-black:hover {
    border-color: #000;
  }

  .mlg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .mlg\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .mlg\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .mlg\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .mlg\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .mlg\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .mlg\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .mlg\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .mlg\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .mlg\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .mlg\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .mlg\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .mlg\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .mlg\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .mlg\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .mlg\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .mlg\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .mlg\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .mlg\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .mlg\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .mlg\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .mlg\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .mlg\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .mlg\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .mlg\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .mlg\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .mlg\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .mlg\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .mlg\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .mlg\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .mlg\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .mlg\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .mlg\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .mlg\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .mlg\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .mlg\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .mlg\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .mlg\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .mlg\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .mlg\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .mlg\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .mlg\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .mlg\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .mlg\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .mlg\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .mlg\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .mlg\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .mlg\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .mlg\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .mlg\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .mlg\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .mlg\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .mlg\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .mlg\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .mlg\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .mlg\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .mlg\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .mlg\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .mlg\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .mlg\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .mlg\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .mlg\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .mlg\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .mlg\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .mlg\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .mlg\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .mlg\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .mlg\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .mlg\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .mlg\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .mlg\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .mlg\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .mlg\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .mlg\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .mlg\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .mlg\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .mlg\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .mlg\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .mlg\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .mlg\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .mlg\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .mlg\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .mlg\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .mlg\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .mlg\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .mlg\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .mlg\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .mlg\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .mlg\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .mlg\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .mlg\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .mlg\:hover\:border-order-complete-dark-divider:hover {
    border-color: #9A9B9F;
  }

  .mlg\:hover\:border-grey:hover {
    border-color: #CCCCCC;
  }

  .mlg\:hover\:border-darkgrey:hover {
    border-color: #BDBDBD;
  }

  .mlg\:hover\:border-keyline-grey:hover {
    border-color: #dadadc;
  }

  .mlg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .mlg\:focus\:border-black:focus {
    border-color: #000;
  }

  .mlg\:focus\:border-white:focus {
    border-color: #fff;
  }

  .mlg\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .mlg\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .mlg\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .mlg\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .mlg\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .mlg\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .mlg\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .mlg\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .mlg\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .mlg\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .mlg\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .mlg\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .mlg\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .mlg\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .mlg\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .mlg\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .mlg\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .mlg\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .mlg\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .mlg\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .mlg\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .mlg\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .mlg\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .mlg\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .mlg\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .mlg\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .mlg\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .mlg\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .mlg\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .mlg\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .mlg\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .mlg\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .mlg\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .mlg\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .mlg\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .mlg\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .mlg\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .mlg\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .mlg\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .mlg\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .mlg\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .mlg\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .mlg\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .mlg\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .mlg\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .mlg\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .mlg\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .mlg\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .mlg\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .mlg\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .mlg\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .mlg\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .mlg\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .mlg\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .mlg\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .mlg\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .mlg\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .mlg\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .mlg\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .mlg\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .mlg\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .mlg\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .mlg\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .mlg\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .mlg\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .mlg\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .mlg\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .mlg\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .mlg\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .mlg\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .mlg\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .mlg\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .mlg\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .mlg\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .mlg\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .mlg\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .mlg\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .mlg\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .mlg\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .mlg\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .mlg\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .mlg\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .mlg\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .mlg\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .mlg\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .mlg\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .mlg\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .mlg\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .mlg\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .mlg\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .mlg\:focus\:border-order-complete-dark-divider:focus {
    border-color: #9A9B9F;
  }

  .mlg\:focus\:border-grey:focus {
    border-color: #CCCCCC;
  }

  .mlg\:focus\:border-darkgrey:focus {
    border-color: #BDBDBD;
  }

  .mlg\:focus\:border-keyline-grey:focus {
    border-color: #dadadc;
  }

  .mlg\:rounded-none {
    border-radius: 0;
  }

  .mlg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .mlg\:rounded {
    border-radius: 0.25rem;
  }

  .mlg\:rounded-md {
    border-radius: 0.375rem;
  }

  .mlg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .mlg\:rounded-full {
    border-radius: 9999px;
  }

  .mlg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .mlg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .mlg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .mlg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .mlg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .mlg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .mlg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .mlg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .mlg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .mlg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .mlg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .mlg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .mlg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .mlg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .mlg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .mlg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .mlg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .mlg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .mlg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .mlg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .mlg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .mlg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .mlg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .mlg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .mlg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .mlg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .mlg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .mlg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .mlg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .mlg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .mlg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .mlg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .mlg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .mlg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .mlg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .mlg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .mlg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .mlg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .mlg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .mlg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .mlg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .mlg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .mlg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .mlg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .mlg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .mlg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .mlg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .mlg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .mlg\:border-solid {
    border-style: solid;
  }

  .mlg\:border-dashed {
    border-style: dashed;
  }

  .mlg\:border-dotted {
    border-style: dotted;
  }

  .mlg\:border-double {
    border-style: double;
  }

  .mlg\:border-none {
    border-style: none;
  }

  .mlg\:box-border {
    box-sizing: border-box;
  }

  .mlg\:box-content {
    box-sizing: content-box;
  }

  .mlg\:cursor-auto {
    cursor: auto;
  }

  .mlg\:cursor-default {
    cursor: default;
  }

  .mlg\:cursor-pointer {
    cursor: pointer;
  }

  .mlg\:cursor-wait {
    cursor: wait;
  }

  .mlg\:cursor-text {
    cursor: text;
  }

  .mlg\:cursor-move {
    cursor: move;
  }

  .mlg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .mlg\:block {
    display: block;
  }

  .mlg\:inline-block {
    display: inline-block;
  }

  .mlg\:inline {
    display: inline;
  }

  .mlg\:flex {
    display: flex;
  }

  .mlg\:inline-flex {
    display: inline-flex;
  }

  .mlg\:grid {
    display: grid;
  }

  .mlg\:table {
    display: table;
  }

  .mlg\:table-caption {
    display: table-caption;
  }

  .mlg\:table-cell {
    display: table-cell;
  }

  .mlg\:table-column {
    display: table-column;
  }

  .mlg\:table-column-group {
    display: table-column-group;
  }

  .mlg\:table-footer-group {
    display: table-footer-group;
  }

  .mlg\:table-header-group {
    display: table-header-group;
  }

  .mlg\:table-row-group {
    display: table-row-group;
  }

  .mlg\:table-row {
    display: table-row;
  }

  .mlg\:hidden {
    display: none;
  }

  .mlg\:flex-row {
    flex-direction: row;
  }

  .mlg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .mlg\:flex-col {
    flex-direction: column;
  }

  .mlg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .mlg\:flex-wrap {
    flex-wrap: wrap;
  }

  .mlg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .mlg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .mlg\:items-start {
    align-items: flex-start;
  }

  .mlg\:items-end {
    align-items: flex-end;
  }

  .mlg\:items-center {
    align-items: center;
  }

  .mlg\:items-baseline {
    align-items: baseline;
  }

  .mlg\:items-stretch {
    align-items: stretch;
  }

  .mlg\:self-auto {
    align-self: auto;
  }

  .mlg\:self-start {
    align-self: flex-start;
  }

  .mlg\:self-end {
    align-self: flex-end;
  }

  .mlg\:self-center {
    align-self: center;
  }

  .mlg\:self-stretch {
    align-self: stretch;
  }

  .mlg\:justify-start {
    justify-content: flex-start;
  }

  .mlg\:justify-end {
    justify-content: flex-end;
  }

  .mlg\:justify-center {
    justify-content: center;
  }

  .mlg\:justify-between {
    justify-content: space-between;
  }

  .mlg\:justify-around {
    justify-content: space-around;
  }

  .mlg\:justify-evenly {
    justify-content: space-evenly;
  }

  .mlg\:content-center {
    align-content: center;
  }

  .mlg\:content-start {
    align-content: flex-start;
  }

  .mlg\:content-end {
    align-content: flex-end;
  }

  .mlg\:content-between {
    align-content: space-between;
  }

  .mlg\:content-around {
    align-content: space-around;
  }

  .mlg\:flex-1 {
    flex: 1 1 0%;
  }

  .mlg\:flex-auto {
    flex: 1 1 auto;
  }

  .mlg\:flex-initial {
    flex: 0 1 auto;
  }

  .mlg\:flex-none {
    flex: none;
  }

  .mlg\:flex-grow-0 {
    flex-grow: 0;
  }

  .mlg\:flex-grow {
    flex-grow: 1;
  }

  .mlg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .mlg\:flex-shrink {
    flex-shrink: 1;
  }

  .mlg\:order-1 {
    order: 1;
  }

  .mlg\:order-2 {
    order: 2;
  }

  .mlg\:order-3 {
    order: 3;
  }

  .mlg\:order-4 {
    order: 4;
  }

  .mlg\:order-5 {
    order: 5;
  }

  .mlg\:order-6 {
    order: 6;
  }

  .mlg\:order-7 {
    order: 7;
  }

  .mlg\:order-8 {
    order: 8;
  }

  .mlg\:order-9 {
    order: 9;
  }

  .mlg\:order-10 {
    order: 10;
  }

  .mlg\:order-11 {
    order: 11;
  }

  .mlg\:order-12 {
    order: 12;
  }

  .mlg\:order-first {
    order: -9999;
  }

  .mlg\:order-last {
    order: 9999;
  }

  .mlg\:order-none {
    order: 0;
  }

  .mlg\:float-right {
    float: right;
  }

  .mlg\:float-left {
    float: left;
  }

  .mlg\:float-none {
    float: none;
  }

  .mlg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .mlg\:clear-left {
    clear: left;
  }

  .mlg\:clear-right {
    clear: right;
  }

  .mlg\:clear-both {
    clear: both;
  }

  .mlg\: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";
  }

  .mlg\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .mlg\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .mlg\:font-base {
    font-family: proxima-nova, sans-serif;
  }

  .mlg\:font-accent {
    font-family: freight-display-pro, serif;
  }

  .mlg\:font-hairline {
    font-weight: 100;
  }

  .mlg\:font-thin {
    font-weight: 200;
  }

  .mlg\:font-light {
    font-weight: 300;
  }

  .mlg\:font-normal {
    font-weight: 400;
  }

  .mlg\:font-medium {
    font-weight: 500;
  }

  .mlg\:font-semibold {
    font-weight: 600;
  }

  .mlg\:font-bold {
    font-weight: 700;
  }

  .mlg\:font-extrabold {
    font-weight: 800;
  }

  .mlg\:font-black {
    font-weight: 900;
  }

  .mlg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .mlg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .mlg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .mlg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .mlg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .mlg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .mlg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .mlg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .mlg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .mlg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .mlg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .mlg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .mlg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .mlg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .mlg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .mlg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .mlg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .mlg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .mlg\:h-0 {
    height: 0;
  }

  .mlg\:h-1 {
    height: 0.25rem;
  }

  .mlg\:h-2 {
    height: 0.5rem;
  }

  .mlg\:h-3 {
    height: 0.75rem;
  }

  .mlg\:h-4 {
    height: 1rem;
  }

  .mlg\:h-5 {
    height: 1.25rem;
  }

  .mlg\:h-6 {
    height: 1.5rem;
  }

  .mlg\:h-8 {
    height: 2rem;
  }

  .mlg\:h-10 {
    height: 2.5rem;
  }

  .mlg\:h-12 {
    height: 3rem;
  }

  .mlg\:h-16 {
    height: 4rem;
  }

  .mlg\:h-20 {
    height: 5rem;
  }

  .mlg\:h-24 {
    height: 6rem;
  }

  .mlg\:h-28 {
    height: 7rem;
  }

  .mlg\:h-32 {
    height: 8rem;
  }

  .mlg\:h-40 {
    height: 10rem;
  }

  .mlg\:h-48 {
    height: 12rem;
  }

  .mlg\:h-56 {
    height: 14rem;
  }

  .mlg\:h-64 {
    height: 16rem;
  }

  .mlg\:h-80 {
    height: 20rem;
  }

  .mlg\:h-auto {
    height: auto;
  }

  .mlg\:h-px {
    height: 1px;
  }

  .mlg\:h-full {
    height: 100%;
  }

  .mlg\:h-screen {
    height: 100vh;
  }

  .mlg\:leading-3 {
    line-height: .75rem;
  }

  .mlg\:leading-4 {
    line-height: 1rem;
  }

  .mlg\:leading-5 {
    line-height: 1.25rem;
  }

  .mlg\:leading-6 {
    line-height: 1.5rem;
  }

  .mlg\:leading-7 {
    line-height: 1.75rem;
  }

  .mlg\:leading-8 {
    line-height: 2rem;
  }

  .mlg\:leading-9 {
    line-height: 2.25rem;
  }

  .mlg\:leading-10 {
    line-height: 2.5rem;
  }

  .mlg\:leading-none {
    line-height: 1;
  }

  .mlg\:leading-tight {
    line-height: 1.25;
  }

  .mlg\:leading-snug {
    line-height: 1.375;
  }

  .mlg\:leading-normal {
    line-height: 1.5;
  }

  .mlg\:leading-relaxed {
    line-height: 1.625;
  }

  .mlg\:leading-loose {
    line-height: 2;
  }

  .mlg\:list-inside {
    list-style-position: inside;
  }

  .mlg\:list-outside {
    list-style-position: outside;
  }

  .mlg\:list-none {
    list-style-type: none;
  }

  .mlg\:list-disc {
    list-style-type: disc;
  }

  .mlg\:list-decimal {
    list-style-type: decimal;
  }

  .mlg\:m-0 {
    margin: 0;
  }

  .mlg\:m-1 {
    margin: 0.25rem;
  }

  .mlg\:m-2 {
    margin: 0.5rem;
  }

  .mlg\:m-3 {
    margin: 0.75rem;
  }

  .mlg\:m-4 {
    margin: 1rem;
  }

  .mlg\:m-5 {
    margin: 1.25rem;
  }

  .mlg\:m-6 {
    margin: 1.5rem;
  }

  .mlg\:m-8 {
    margin: 2rem;
  }

  .mlg\:m-10 {
    margin: 2.5rem;
  }

  .mlg\:m-12 {
    margin: 3rem;
  }

  .mlg\:m-16 {
    margin: 4rem;
  }

  .mlg\:m-20 {
    margin: 5rem;
  }

  .mlg\:m-24 {
    margin: 6rem;
  }

  .mlg\:m-32 {
    margin: 8rem;
  }

  .mlg\:m-40 {
    margin: 10rem;
  }

  .mlg\:m-48 {
    margin: 12rem;
  }

  .mlg\:m-56 {
    margin: 14rem;
  }

  .mlg\:m-64 {
    margin: 16rem;
  }

  .mlg\:m-auto {
    margin: auto;
  }

  .mlg\:m-px {
    margin: 1px;
  }

  .mlg\:-m-1 {
    margin: -0.25rem;
  }

  .mlg\:-m-2 {
    margin: -0.5rem;
  }

  .mlg\:-m-3 {
    margin: -0.75rem;
  }

  .mlg\:-m-4 {
    margin: -1rem;
  }

  .mlg\:-m-5 {
    margin: -1.25rem;
  }

  .mlg\:-m-6 {
    margin: -1.5rem;
  }

  .mlg\:-m-8 {
    margin: -2rem;
  }

  .mlg\:-m-10 {
    margin: -2.5rem;
  }

  .mlg\:-m-12 {
    margin: -3rem;
  }

  .mlg\:-m-16 {
    margin: -4rem;
  }

  .mlg\:-m-20 {
    margin: -5rem;
  }

  .mlg\:-m-24 {
    margin: -6rem;
  }

  .mlg\:-m-32 {
    margin: -8rem;
  }

  .mlg\:-m-40 {
    margin: -10rem;
  }

  .mlg\:-m-48 {
    margin: -12rem;
  }

  .mlg\:-m-56 {
    margin: -14rem;
  }

  .mlg\:-m-64 {
    margin: -16rem;
  }

  .mlg\:-m-px {
    margin: -1px;
  }

  .mlg\:m-1\/20 {
    margin: 5%;
  }

  .mlg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mlg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .mlg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mlg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .mlg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mlg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .mlg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .mlg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .mlg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mlg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mlg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .mlg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .mlg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mlg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mlg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mlg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mlg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .mlg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .mlg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mlg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .mlg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mlg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .mlg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .mlg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .mlg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mlg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .mlg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mlg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .mlg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .mlg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .mlg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .mlg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .mlg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .mlg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .mlg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mlg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .mlg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mlg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mlg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .mlg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .mlg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .mlg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .mlg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .mlg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .mlg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .mlg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .mlg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .mlg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .mlg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .mlg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .mlg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .mlg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .mlg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .mlg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .mlg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .mlg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .mlg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .mlg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .mlg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .mlg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .mlg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .mlg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .mlg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .mlg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .mlg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .mlg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .mlg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .mlg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .mlg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .mlg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .mlg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .mlg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .mlg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .mlg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .mlg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .mlg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .mlg\:my-1\/20 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .mlg\:mx-1\/20 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .mlg\:mt-0 {
    margin-top: 0;
  }

  .mlg\:mr-0 {
    margin-right: 0;
  }

  .mlg\:mb-0 {
    margin-bottom: 0;
  }

  .mlg\:ml-0 {
    margin-left: 0;
  }

  .mlg\:mt-1 {
    margin-top: 0.25rem;
  }

  .mlg\:mr-1 {
    margin-right: 0.25rem;
  }

  .mlg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .mlg\:ml-1 {
    margin-left: 0.25rem;
  }

  .mlg\:mt-2 {
    margin-top: 0.5rem;
  }

  .mlg\:mr-2 {
    margin-right: 0.5rem;
  }

  .mlg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .mlg\:ml-2 {
    margin-left: 0.5rem;
  }

  .mlg\:mt-3 {
    margin-top: 0.75rem;
  }

  .mlg\:mr-3 {
    margin-right: 0.75rem;
  }

  .mlg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .mlg\:ml-3 {
    margin-left: 0.75rem;
  }

  .mlg\:mt-4 {
    margin-top: 1rem;
  }

  .mlg\:mr-4 {
    margin-right: 1rem;
  }

  .mlg\:mb-4 {
    margin-bottom: 1rem;
  }

  .mlg\:ml-4 {
    margin-left: 1rem;
  }

  .mlg\:mt-5 {
    margin-top: 1.25rem;
  }

  .mlg\:mr-5 {
    margin-right: 1.25rem;
  }

  .mlg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .mlg\:ml-5 {
    margin-left: 1.25rem;
  }

  .mlg\:mt-6 {
    margin-top: 1.5rem;
  }

  .mlg\:mr-6 {
    margin-right: 1.5rem;
  }

  .mlg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .mlg\:ml-6 {
    margin-left: 1.5rem;
  }

  .mlg\:mt-8 {
    margin-top: 2rem;
  }

  .mlg\:mr-8 {
    margin-right: 2rem;
  }

  .mlg\:mb-8 {
    margin-bottom: 2rem;
  }

  .mlg\:ml-8 {
    margin-left: 2rem;
  }

  .mlg\:mt-10 {
    margin-top: 2.5rem;
  }

  .mlg\:mr-10 {
    margin-right: 2.5rem;
  }

  .mlg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .mlg\:ml-10 {
    margin-left: 2.5rem;
  }

  .mlg\:mt-12 {
    margin-top: 3rem;
  }

  .mlg\:mr-12 {
    margin-right: 3rem;
  }

  .mlg\:mb-12 {
    margin-bottom: 3rem;
  }

  .mlg\:ml-12 {
    margin-left: 3rem;
  }

  .mlg\:mt-16 {
    margin-top: 4rem;
  }

  .mlg\:mr-16 {
    margin-right: 4rem;
  }

  .mlg\:mb-16 {
    margin-bottom: 4rem;
  }

  .mlg\:ml-16 {
    margin-left: 4rem;
  }

  .mlg\:mt-20 {
    margin-top: 5rem;
  }

  .mlg\:mr-20 {
    margin-right: 5rem;
  }

  .mlg\:mb-20 {
    margin-bottom: 5rem;
  }

  .mlg\:ml-20 {
    margin-left: 5rem;
  }

  .mlg\:mt-24 {
    margin-top: 6rem;
  }

  .mlg\:mr-24 {
    margin-right: 6rem;
  }

  .mlg\:mb-24 {
    margin-bottom: 6rem;
  }

  .mlg\:ml-24 {
    margin-left: 6rem;
  }

  .mlg\:mt-32 {
    margin-top: 8rem;
  }

  .mlg\:mr-32 {
    margin-right: 8rem;
  }

  .mlg\:mb-32 {
    margin-bottom: 8rem;
  }

  .mlg\:ml-32 {
    margin-left: 8rem;
  }

  .mlg\:mt-40 {
    margin-top: 10rem;
  }

  .mlg\:mr-40 {
    margin-right: 10rem;
  }

  .mlg\:mb-40 {
    margin-bottom: 10rem;
  }

  .mlg\:ml-40 {
    margin-left: 10rem;
  }

  .mlg\:mt-48 {
    margin-top: 12rem;
  }

  .mlg\:mr-48 {
    margin-right: 12rem;
  }

  .mlg\:mb-48 {
    margin-bottom: 12rem;
  }

  .mlg\:ml-48 {
    margin-left: 12rem;
  }

  .mlg\:mt-56 {
    margin-top: 14rem;
  }

  .mlg\:mr-56 {
    margin-right: 14rem;
  }

  .mlg\:mb-56 {
    margin-bottom: 14rem;
  }

  .mlg\:ml-56 {
    margin-left: 14rem;
  }

  .mlg\:mt-64 {
    margin-top: 16rem;
  }

  .mlg\:mr-64 {
    margin-right: 16rem;
  }

  .mlg\:mb-64 {
    margin-bottom: 16rem;
  }

  .mlg\:ml-64 {
    margin-left: 16rem;
  }

  .mlg\:mt-auto {
    margin-top: auto;
  }

  .mlg\:mr-auto {
    margin-right: auto;
  }

  .mlg\:mb-auto {
    margin-bottom: auto;
  }

  .mlg\:ml-auto {
    margin-left: auto;
  }

  .mlg\:mt-px {
    margin-top: 1px;
  }

  .mlg\:mr-px {
    margin-right: 1px;
  }

  .mlg\:mb-px {
    margin-bottom: 1px;
  }

  .mlg\:ml-px {
    margin-left: 1px;
  }

  .mlg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .mlg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .mlg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .mlg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .mlg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .mlg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .mlg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .mlg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .mlg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .mlg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .mlg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .mlg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .mlg\:-mt-4 {
    margin-top: -1rem;
  }

  .mlg\:-mr-4 {
    margin-right: -1rem;
  }

  .mlg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .mlg\:-ml-4 {
    margin-left: -1rem;
  }

  .mlg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .mlg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .mlg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .mlg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .mlg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .mlg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .mlg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .mlg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .mlg\:-mt-8 {
    margin-top: -2rem;
  }

  .mlg\:-mr-8 {
    margin-right: -2rem;
  }

  .mlg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .mlg\:-ml-8 {
    margin-left: -2rem;
  }

  .mlg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .mlg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .mlg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .mlg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .mlg\:-mt-12 {
    margin-top: -3rem;
  }

  .mlg\:-mr-12 {
    margin-right: -3rem;
  }

  .mlg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .mlg\:-ml-12 {
    margin-left: -3rem;
  }

  .mlg\:-mt-16 {
    margin-top: -4rem;
  }

  .mlg\:-mr-16 {
    margin-right: -4rem;
  }

  .mlg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .mlg\:-ml-16 {
    margin-left: -4rem;
  }

  .mlg\:-mt-20 {
    margin-top: -5rem;
  }

  .mlg\:-mr-20 {
    margin-right: -5rem;
  }

  .mlg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .mlg\:-ml-20 {
    margin-left: -5rem;
  }

  .mlg\:-mt-24 {
    margin-top: -6rem;
  }

  .mlg\:-mr-24 {
    margin-right: -6rem;
  }

  .mlg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .mlg\:-ml-24 {
    margin-left: -6rem;
  }

  .mlg\:-mt-32 {
    margin-top: -8rem;
  }

  .mlg\:-mr-32 {
    margin-right: -8rem;
  }

  .mlg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .mlg\:-ml-32 {
    margin-left: -8rem;
  }

  .mlg\:-mt-40 {
    margin-top: -10rem;
  }

  .mlg\:-mr-40 {
    margin-right: -10rem;
  }

  .mlg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .mlg\:-ml-40 {
    margin-left: -10rem;
  }

  .mlg\:-mt-48 {
    margin-top: -12rem;
  }

  .mlg\:-mr-48 {
    margin-right: -12rem;
  }

  .mlg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .mlg\:-ml-48 {
    margin-left: -12rem;
  }

  .mlg\:-mt-56 {
    margin-top: -14rem;
  }

  .mlg\:-mr-56 {
    margin-right: -14rem;
  }

  .mlg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .mlg\:-ml-56 {
    margin-left: -14rem;
  }

  .mlg\:-mt-64 {
    margin-top: -16rem;
  }

  .mlg\:-mr-64 {
    margin-right: -16rem;
  }

  .mlg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .mlg\:-ml-64 {
    margin-left: -16rem;
  }

  .mlg\:-mt-px {
    margin-top: -1px;
  }

  .mlg\:-mr-px {
    margin-right: -1px;
  }

  .mlg\:-mb-px {
    margin-bottom: -1px;
  }

  .mlg\:-ml-px {
    margin-left: -1px;
  }

  .mlg\:mt-1\/20 {
    margin-top: 5%;
  }

  .mlg\:mr-1\/20 {
    margin-right: 5%;
  }

  .mlg\:mb-1\/20 {
    margin-bottom: 5%;
  }

  .mlg\:ml-1\/20 {
    margin-left: 5%;
  }

  .mlg\:last\:m-0:last-child {
    margin: 0;
  }

  .mlg\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .mlg\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .mlg\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .mlg\:last\:m-4:last-child {
    margin: 1rem;
  }

  .mlg\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .mlg\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .mlg\:last\:m-8:last-child {
    margin: 2rem;
  }

  .mlg\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .mlg\:last\:m-12:last-child {
    margin: 3rem;
  }

  .mlg\:last\:m-16:last-child {
    margin: 4rem;
  }

  .mlg\:last\:m-20:last-child {
    margin: 5rem;
  }

  .mlg\:last\:m-24:last-child {
    margin: 6rem;
  }

  .mlg\:last\:m-32:last-child {
    margin: 8rem;
  }

  .mlg\:last\:m-40:last-child {
    margin: 10rem;
  }

  .mlg\:last\:m-48:last-child {
    margin: 12rem;
  }

  .mlg\:last\:m-56:last-child {
    margin: 14rem;
  }

  .mlg\:last\:m-64:last-child {
    margin: 16rem;
  }

  .mlg\:last\:m-auto:last-child {
    margin: auto;
  }

  .mlg\:last\:m-px:last-child {
    margin: 1px;
  }

  .mlg\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .mlg\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .mlg\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .mlg\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .mlg\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .mlg\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .mlg\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .mlg\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .mlg\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .mlg\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .mlg\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .mlg\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .mlg\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .mlg\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .mlg\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .mlg\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .mlg\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .mlg\:last\:-m-px:last-child {
    margin: -1px;
  }

  .mlg\:last\:m-1\/20:last-child {
    margin: 5%;
  }

  .mlg\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mlg\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .mlg\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mlg\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .mlg\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mlg\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .mlg\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .mlg\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .mlg\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mlg\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mlg\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .mlg\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .mlg\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mlg\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mlg\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mlg\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mlg\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .mlg\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .mlg\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mlg\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .mlg\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mlg\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .mlg\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .mlg\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .mlg\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mlg\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .mlg\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mlg\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .mlg\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .mlg\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .mlg\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .mlg\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .mlg\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .mlg\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .mlg\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mlg\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .mlg\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mlg\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .mlg\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .mlg\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .mlg\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .mlg\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .mlg\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .mlg\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .mlg\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .mlg\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .mlg\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .mlg\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .mlg\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .mlg\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .mlg\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .mlg\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .mlg\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .mlg\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .mlg\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .mlg\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .mlg\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .mlg\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .mlg\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .mlg\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .mlg\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .mlg\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .mlg\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .mlg\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .mlg\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .mlg\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .mlg\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .mlg\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .mlg\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .mlg\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .mlg\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .mlg\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .mlg\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .mlg\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .mlg\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .mlg\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .mlg\:last\:my-1\/20:last-child {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .mlg\:last\:mx-1\/20:last-child {
    margin-left: 5%;
    margin-right: 5%;
  }

  .mlg\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .mlg\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .mlg\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .mlg\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .mlg\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .mlg\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .mlg\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .mlg\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .mlg\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .mlg\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .mlg\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .mlg\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .mlg\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .mlg\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .mlg\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .mlg\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .mlg\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .mlg\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .mlg\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .mlg\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .mlg\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .mlg\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .mlg\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .mlg\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .mlg\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .mlg\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .mlg\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .mlg\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .mlg\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .mlg\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .mlg\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .mlg\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .mlg\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .mlg\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .mlg\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .mlg\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .mlg\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .mlg\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .mlg\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .mlg\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .mlg\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .mlg\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .mlg\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .mlg\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .mlg\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .mlg\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .mlg\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .mlg\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .mlg\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .mlg\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .mlg\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .mlg\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .mlg\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .mlg\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .mlg\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .mlg\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .mlg\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .mlg\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .mlg\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .mlg\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .mlg\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .mlg\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .mlg\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .mlg\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .mlg\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .mlg\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .mlg\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .mlg\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .mlg\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .mlg\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .mlg\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .mlg\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .mlg\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .mlg\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .mlg\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .mlg\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .mlg\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .mlg\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .mlg\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .mlg\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .mlg\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .mlg\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .mlg\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .mlg\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .mlg\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .mlg\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .mlg\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .mlg\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .mlg\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .mlg\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .mlg\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .mlg\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .mlg\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .mlg\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .mlg\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .mlg\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .mlg\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .mlg\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .mlg\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .mlg\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .mlg\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .mlg\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .mlg\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .mlg\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .mlg\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .mlg\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .mlg\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .mlg\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .mlg\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .mlg\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .mlg\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .mlg\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .mlg\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .mlg\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .mlg\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .mlg\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .mlg\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .mlg\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .mlg\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .mlg\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .mlg\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .mlg\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .mlg\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .mlg\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .mlg\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .mlg\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .mlg\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .mlg\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .mlg\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .mlg\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .mlg\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .mlg\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .mlg\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .mlg\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .mlg\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .mlg\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .mlg\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .mlg\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .mlg\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .mlg\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .mlg\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .mlg\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .mlg\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .mlg\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .mlg\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .mlg\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .mlg\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .mlg\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .mlg\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .mlg\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .mlg\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .mlg\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .mlg\:last\:mt-1\/20:last-child {
    margin-top: 5%;
  }

  .mlg\:last\:mr-1\/20:last-child {
    margin-right: 5%;
  }

  .mlg\:last\:mb-1\/20:last-child {
    margin-bottom: 5%;
  }

  .mlg\:last\:ml-1\/20:last-child {
    margin-left: 5%;
  }

  .mlg\:max-h-full {
    max-height: 100%;
  }

  .mlg\:max-h-screen {
    max-height: 100vh;
  }

  .mlg\:max-w-none {
    max-width: none;
  }

  .mlg\:max-w-xs {
    max-width: 20rem;
  }

  .mlg\:max-w-sm {
    max-width: 24rem;
  }

  .mlg\:max-w-md {
    max-width: 28rem;
  }

  .mlg\:max-w-lg {
    max-width: 32rem;
  }

  .mlg\:max-w-xl {
    max-width: 36rem;
  }

  .mlg\:max-w-2xl {
    max-width: 42rem;
  }

  .mlg\:max-w-3xl {
    max-width: 48rem;
  }

  .mlg\:max-w-4xl {
    max-width: 56rem;
  }

  .mlg\:max-w-5xl {
    max-width: 64rem;
  }

  .mlg\:max-w-6xl {
    max-width: 72rem;
  }

  .mlg\:max-w-full {
    max-width: 100%;
  }

  .mlg\:min-h-0 {
    min-height: 0;
  }

  .mlg\:min-h-full {
    min-height: 100%;
  }

  .mlg\:min-h-screen {
    min-height: 100vh;
  }

  .mlg\:min-w-0 {
    min-width: 0;
  }

  .mlg\:min-w-full {
    min-width: 100%;
  }

  .mlg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .mlg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .mlg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .mlg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .mlg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .mlg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .mlg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .mlg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .mlg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .mlg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .mlg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .mlg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .mlg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .mlg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .mlg\:opacity-0 {
    opacity: 0;
  }

  .mlg\:opacity-25 {
    opacity: 0.25;
  }

  .mlg\:opacity-50 {
    opacity: 0.5;
  }

  .mlg\:opacity-75 {
    opacity: 0.75;
  }

  .mlg\:opacity-100 {
    opacity: 1;
  }

  .mlg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .mlg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .mlg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .mlg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .mlg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .mlg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .mlg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .mlg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .mlg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .mlg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .mlg\:outline-none {
    outline: 0;
  }

  .mlg\:focus\:outline-none:focus {
    outline: 0;
  }

  .mlg\:overflow-auto {
    overflow: auto;
  }

  .mlg\:overflow-hidden {
    overflow: hidden;
  }

  .mlg\:overflow-visible {
    overflow: visible;
  }

  .mlg\:overflow-scroll {
    overflow: scroll;
  }

  .mlg\:overflow-x-auto {
    overflow-x: auto;
  }

  .mlg\:overflow-y-auto {
    overflow-y: auto;
  }

  .mlg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .mlg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .mlg\:overflow-x-visible {
    overflow-x: visible;
  }

  .mlg\:overflow-y-visible {
    overflow-y: visible;
  }

  .mlg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .mlg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .mlg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .mlg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .mlg\:p-0 {
    padding: 0;
  }

  .mlg\:p-1 {
    padding: 0.25rem;
  }

  .mlg\:p-2 {
    padding: 0.5rem;
  }

  .mlg\:p-3 {
    padding: 0.75rem;
  }

  .mlg\:p-4 {
    padding: 1rem;
  }

  .mlg\:p-5 {
    padding: 1.25rem;
  }

  .mlg\:p-6 {
    padding: 1.5rem;
  }

  .mlg\:p-8 {
    padding: 2rem;
  }

  .mlg\:p-10 {
    padding: 2.5rem;
  }

  .mlg\:p-12 {
    padding: 3rem;
  }

  .mlg\:p-16 {
    padding: 4rem;
  }

  .mlg\:p-20 {
    padding: 5rem;
  }

  .mlg\:p-24 {
    padding: 6rem;
  }

  .mlg\:p-32 {
    padding: 8rem;
  }

  .mlg\:p-40 {
    padding: 10rem;
  }

  .mlg\:p-48 {
    padding: 12rem;
  }

  .mlg\:p-56 {
    padding: 14rem;
  }

  .mlg\:p-64 {
    padding: 16rem;
  }

  .mlg\:p-px {
    padding: 1px;
  }

  .mlg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mlg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .mlg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .mlg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .mlg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .mlg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .mlg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .mlg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .mlg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mlg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mlg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .mlg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mlg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .mlg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mlg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mlg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mlg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mlg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mlg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mlg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .mlg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mlg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .mlg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .mlg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .mlg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .mlg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .mlg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .mlg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .mlg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .mlg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .mlg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .mlg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .mlg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .mlg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .mlg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .mlg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .mlg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .mlg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .mlg\:pt-0 {
    padding-top: 0;
  }

  .mlg\:pr-0 {
    padding-right: 0;
  }

  .mlg\:pb-0 {
    padding-bottom: 0;
  }

  .mlg\:pl-0 {
    padding-left: 0;
  }

  .mlg\:pt-1 {
    padding-top: 0.25rem;
  }

  .mlg\:pr-1 {
    padding-right: 0.25rem;
  }

  .mlg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .mlg\:pl-1 {
    padding-left: 0.25rem;
  }

  .mlg\:pt-2 {
    padding-top: 0.5rem;
  }

  .mlg\:pr-2 {
    padding-right: 0.5rem;
  }

  .mlg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .mlg\:pl-2 {
    padding-left: 0.5rem;
  }

  .mlg\:pt-3 {
    padding-top: 0.75rem;
  }

  .mlg\:pr-3 {
    padding-right: 0.75rem;
  }

  .mlg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .mlg\:pl-3 {
    padding-left: 0.75rem;
  }

  .mlg\:pt-4 {
    padding-top: 1rem;
  }

  .mlg\:pr-4 {
    padding-right: 1rem;
  }

  .mlg\:pb-4 {
    padding-bottom: 1rem;
  }

  .mlg\:pl-4 {
    padding-left: 1rem;
  }

  .mlg\:pt-5 {
    padding-top: 1.25rem;
  }

  .mlg\:pr-5 {
    padding-right: 1.25rem;
  }

  .mlg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .mlg\:pl-5 {
    padding-left: 1.25rem;
  }

  .mlg\:pt-6 {
    padding-top: 1.5rem;
  }

  .mlg\:pr-6 {
    padding-right: 1.5rem;
  }

  .mlg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .mlg\:pl-6 {
    padding-left: 1.5rem;
  }

  .mlg\:pt-8 {
    padding-top: 2rem;
  }

  .mlg\:pr-8 {
    padding-right: 2rem;
  }

  .mlg\:pb-8 {
    padding-bottom: 2rem;
  }

  .mlg\:pl-8 {
    padding-left: 2rem;
  }

  .mlg\:pt-10 {
    padding-top: 2.5rem;
  }

  .mlg\:pr-10 {
    padding-right: 2.5rem;
  }

  .mlg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .mlg\:pl-10 {
    padding-left: 2.5rem;
  }

  .mlg\:pt-12 {
    padding-top: 3rem;
  }

  .mlg\:pr-12 {
    padding-right: 3rem;
  }

  .mlg\:pb-12 {
    padding-bottom: 3rem;
  }

  .mlg\:pl-12 {
    padding-left: 3rem;
  }

  .mlg\:pt-16 {
    padding-top: 4rem;
  }

  .mlg\:pr-16 {
    padding-right: 4rem;
  }

  .mlg\:pb-16 {
    padding-bottom: 4rem;
  }

  .mlg\:pl-16 {
    padding-left: 4rem;
  }

  .mlg\:pt-20 {
    padding-top: 5rem;
  }

  .mlg\:pr-20 {
    padding-right: 5rem;
  }

  .mlg\:pb-20 {
    padding-bottom: 5rem;
  }

  .mlg\:pl-20 {
    padding-left: 5rem;
  }

  .mlg\:pt-24 {
    padding-top: 6rem;
  }

  .mlg\:pr-24 {
    padding-right: 6rem;
  }

  .mlg\:pb-24 {
    padding-bottom: 6rem;
  }

  .mlg\:pl-24 {
    padding-left: 6rem;
  }

  .mlg\:pt-32 {
    padding-top: 8rem;
  }

  .mlg\:pr-32 {
    padding-right: 8rem;
  }

  .mlg\:pb-32 {
    padding-bottom: 8rem;
  }

  .mlg\:pl-32 {
    padding-left: 8rem;
  }

  .mlg\:pt-40 {
    padding-top: 10rem;
  }

  .mlg\:pr-40 {
    padding-right: 10rem;
  }

  .mlg\:pb-40 {
    padding-bottom: 10rem;
  }

  .mlg\:pl-40 {
    padding-left: 10rem;
  }

  .mlg\:pt-48 {
    padding-top: 12rem;
  }

  .mlg\:pr-48 {
    padding-right: 12rem;
  }

  .mlg\:pb-48 {
    padding-bottom: 12rem;
  }

  .mlg\:pl-48 {
    padding-left: 12rem;
  }

  .mlg\:pt-56 {
    padding-top: 14rem;
  }

  .mlg\:pr-56 {
    padding-right: 14rem;
  }

  .mlg\:pb-56 {
    padding-bottom: 14rem;
  }

  .mlg\:pl-56 {
    padding-left: 14rem;
  }

  .mlg\:pt-64 {
    padding-top: 16rem;
  }

  .mlg\:pr-64 {
    padding-right: 16rem;
  }

  .mlg\:pb-64 {
    padding-bottom: 16rem;
  }

  .mlg\:pl-64 {
    padding-left: 16rem;
  }

  .mlg\:pt-px {
    padding-top: 1px;
  }

  .mlg\:pr-px {
    padding-right: 1px;
  }

  .mlg\:pb-px {
    padding-bottom: 1px;
  }

  .mlg\:pl-px {
    padding-left: 1px;
  }

  .mlg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .mlg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .mlg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .mlg\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .mlg\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .mlg\:placeholder-black::placeholder {
    color: #000;
  }

  .mlg\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .mlg\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .mlg\:placeholder-white::placeholder {
    color: #fff;
  }

  .mlg\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .mlg\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .mlg\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .mlg\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .mlg\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .mlg\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .mlg\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .mlg\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .mlg\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .mlg\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .mlg\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .mlg\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .mlg\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .mlg\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .mlg\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .mlg\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .mlg\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .mlg\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .mlg\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .mlg\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .mlg\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .mlg\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .mlg\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .mlg\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .mlg\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .mlg\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .mlg\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .mlg\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .mlg\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .mlg\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .mlg\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .mlg\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .mlg\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .mlg\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .mlg\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .mlg\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .mlg\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .mlg\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .mlg\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .mlg\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .mlg\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .mlg\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .mlg\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .mlg\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .mlg\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .mlg\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .mlg\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .mlg\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .mlg\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .mlg\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .mlg\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .mlg\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .mlg\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .mlg\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .mlg\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .mlg\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .mlg\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .mlg\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .mlg\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .mlg\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .mlg\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .mlg\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .mlg\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .mlg\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .mlg\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .mlg\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .mlg\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .mlg\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .mlg\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .mlg\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .mlg\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .mlg\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .mlg\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .mlg\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .mlg\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .mlg\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .mlg\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .mlg\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .mlg\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .mlg\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .mlg\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .mlg\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .mlg\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .mlg\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .mlg\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .mlg\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .mlg\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .mlg\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .mlg\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .mlg\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .mlg\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .mlg\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .mlg\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .mlg\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .mlg\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .mlg\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .mlg\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .mlg\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .mlg\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .mlg\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .mlg\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .mlg\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .mlg\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .mlg\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .mlg\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .mlg\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .mlg\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .mlg\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .mlg\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .mlg\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .mlg\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .mlg\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .mlg\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .mlg\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .mlg\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .mlg\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .mlg\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .mlg\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .mlg\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .mlg\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .mlg\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .mlg\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .mlg\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .mlg\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .mlg\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .mlg\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .mlg\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .mlg\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .mlg\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .mlg\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .mlg\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .mlg\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .mlg\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .mlg\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .mlg\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .mlg\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .mlg\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .mlg\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .mlg\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .mlg\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .mlg\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .mlg\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .mlg\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .mlg\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .mlg\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .mlg\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .mlg\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .mlg\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .mlg\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .mlg\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .mlg\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .mlg\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .mlg\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .mlg\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .mlg\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .mlg\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .mlg\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .mlg\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .mlg\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .mlg\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .mlg\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .mlg\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .mlg\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .mlg\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .mlg\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .mlg\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .mlg\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .mlg\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .mlg\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .mlg\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .mlg\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .mlg\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .mlg\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .mlg\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .mlg\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .mlg\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .mlg\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .mlg\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .mlg\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .mlg\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .mlg\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .mlg\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .mlg\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .mlg\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .mlg\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .mlg\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .mlg\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .mlg\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .mlg\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .mlg\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .mlg\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .mlg\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .mlg\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .mlg\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .mlg\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .mlg\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .mlg\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .mlg\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .mlg\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .mlg\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .mlg\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .mlg\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .mlg\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .mlg\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .mlg\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .mlg\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .mlg\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .mlg\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .mlg\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .mlg\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .mlg\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .mlg\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .mlg\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .mlg\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .mlg\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .mlg\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .mlg\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .mlg\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .mlg\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .mlg\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .mlg\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .mlg\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .mlg\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .mlg\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .mlg\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .mlg\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .mlg\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .mlg\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .mlg\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .mlg\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .mlg\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .mlg\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .mlg\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .mlg\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .mlg\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .mlg\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .mlg\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .mlg\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .mlg\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .mlg\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .mlg\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .mlg\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .mlg\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .mlg\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .mlg\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .mlg\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .mlg\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .mlg\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .mlg\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .mlg\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .mlg\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .mlg\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .mlg\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .mlg\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .mlg\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .mlg\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .mlg\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .mlg\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .mlg\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .mlg\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .mlg\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .mlg\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .mlg\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .mlg\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .mlg\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .mlg\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .mlg\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .mlg\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .mlg\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .mlg\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .mlg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .mlg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .mlg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .mlg\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .mlg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .mlg\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .mlg\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .mlg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .mlg\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .mlg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .mlg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .mlg\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .mlg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .mlg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .mlg\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .mlg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .mlg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .mlg\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .mlg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .mlg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .mlg\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .mlg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .mlg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .mlg\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .mlg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .mlg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .mlg\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .mlg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .mlg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .mlg\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .mlg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .mlg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .mlg\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .mlg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .mlg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .mlg\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .mlg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .mlg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .mlg\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .mlg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .mlg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .mlg\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .mlg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .mlg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .mlg\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .mlg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .mlg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .mlg\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .mlg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .mlg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .mlg\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .mlg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .mlg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .mlg\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .mlg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .mlg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .mlg\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .mlg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .mlg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .mlg\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .mlg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .mlg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .mlg\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .mlg\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .mlg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .mlg\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .mlg\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .mlg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .mlg\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .mlg\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .mlg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .mlg\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .mlg\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .mlg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .mlg\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .mlg\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .mlg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .mlg\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .mlg\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .mlg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .mlg\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .mlg\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .mlg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .mlg\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .mlg\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .mlg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .mlg\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .mlg\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .mlg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .mlg\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .mlg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .mlg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .mlg\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .mlg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .mlg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .mlg\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .mlg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .mlg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .mlg\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .mlg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .mlg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .mlg\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .mlg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .mlg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .mlg\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .mlg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .mlg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .mlg\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .mlg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .mlg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .mlg\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .mlg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .mlg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .mlg\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .mlg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .mlg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .mlg\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .mlg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .mlg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .mlg\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .mlg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .mlg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .mlg\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .mlg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .mlg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .mlg\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .mlg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .mlg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .mlg\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .mlg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .mlg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .mlg\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .mlg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .mlg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .mlg\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .mlg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .mlg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .mlg\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .mlg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .mlg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .mlg\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .mlg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .mlg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .mlg\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .mlg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .mlg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .mlg\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .mlg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .mlg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .mlg\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .mlg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .mlg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .mlg\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .mlg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .mlg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .mlg\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .mlg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .mlg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .mlg\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .mlg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .mlg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .mlg\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .mlg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .mlg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .mlg\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .mlg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .mlg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .mlg\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .mlg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .mlg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .mlg\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .mlg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .mlg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .mlg\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .mlg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .mlg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .mlg\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .mlg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .mlg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .mlg\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .mlg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .mlg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .mlg\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .mlg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .mlg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .mlg\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .mlg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .mlg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .mlg\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .mlg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .mlg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .mlg\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .mlg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .mlg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .mlg\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .mlg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .mlg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .mlg\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .mlg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .mlg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .mlg\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .mlg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .mlg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .mlg\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .mlg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .mlg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .mlg\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .mlg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .mlg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .mlg\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .mlg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .mlg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .mlg\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .mlg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .mlg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .mlg\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .mlg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .mlg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .mlg\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .mlg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .mlg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .mlg\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .mlg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .mlg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .mlg\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .mlg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .mlg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .mlg\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .mlg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .mlg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .mlg\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .mlg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .mlg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .mlg\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .mlg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .mlg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .mlg\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .mlg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .mlg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .mlg\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .mlg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .mlg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .mlg\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .mlg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .mlg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .mlg\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .mlg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .mlg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .mlg\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .mlg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .mlg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .mlg\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .mlg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .mlg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .mlg\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .mlg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .mlg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .mlg\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .mlg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .mlg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .mlg\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .mlg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .mlg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .mlg\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .mlg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .mlg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .mlg\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .mlg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .mlg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .mlg\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .mlg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .mlg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .mlg\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .mlg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .mlg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .mlg\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .mlg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .mlg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .mlg\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .mlg\:pointer-events-none {
    pointer-events: none;
  }

  .mlg\:pointer-events-auto {
    pointer-events: auto;
  }

  .mlg\:static {
    position: static;
  }

  .mlg\:fixed {
    position: fixed;
  }

  .mlg\:absolute {
    position: absolute;
  }

  .mlg\:relative {
    position: relative;
  }

  .mlg\:sticky {
    position: sticky;
  }

  .mlg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .mlg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .mlg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .mlg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .mlg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .mlg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .mlg\:top-0 {
    top: 0;
  }

  .mlg\:right-0 {
    right: 0;
  }

  .mlg\:bottom-0 {
    bottom: 0;
  }

  .mlg\:left-0 {
    left: 0;
  }

  .mlg\:top-auto {
    top: auto;
  }

  .mlg\:right-auto {
    right: auto;
  }

  .mlg\:bottom-auto {
    bottom: auto;
  }

  .mlg\:left-auto {
    left: auto;
  }

  .mlg\:resize-none {
    resize: none;
  }

  .mlg\:resize-y {
    resize: vertical;
  }

  .mlg\:resize-x {
    resize: horizontal;
  }

  .mlg\:resize {
    resize: both;
  }

  .mlg\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .mlg\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .mlg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .mlg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .mlg\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .mlg\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .mlg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .mlg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .mlg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .mlg\:shadow-none {
    box-shadow: none;
  }

  .mlg\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .mlg\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .mlg\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .mlg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .mlg\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .mlg\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .mlg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .mlg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .mlg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .mlg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .mlg\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .mlg\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .mlg\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .mlg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .mlg\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .mlg\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .mlg\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .mlg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .mlg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .mlg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .mlg\:fill-current {
    fill: currentColor;
  }

  .mlg\:stroke-current {
    stroke: currentColor;
  }

  .mlg\:stroke-0 {
    stroke-width: 0;
  }

  .mlg\:stroke-1 {
    stroke-width: 1;
  }

  .mlg\:stroke-2 {
    stroke-width: 2;
  }

  .mlg\:table-auto {
    table-layout: auto;
  }

  .mlg\:table-fixed {
    table-layout: fixed;
  }

  .mlg\:text-left {
    text-align: left;
  }

  .mlg\:text-center {
    text-align: center;
  }

  .mlg\:text-right {
    text-align: right;
  }

  .mlg\:text-justify {
    text-align: justify;
  }

  .mlg\:text-transparent {
    color: transparent;
  }

  .mlg\:text-black {
    color: #000;
  }

  .mlg\:text-white {
    color: #fff;
  }

  .mlg\:text-gray-100 {
    color: #f7fafc;
  }

  .mlg\:text-gray-200 {
    color: #edf2f7;
  }

  .mlg\:text-gray-300 {
    color: #e2e8f0;
  }

  .mlg\:text-gray-400 {
    color: #cbd5e0;
  }

  .mlg\:text-gray-500 {
    color: #a0aec0;
  }

  .mlg\:text-gray-600 {
    color: #718096;
  }

  .mlg\:text-gray-700 {
    color: #4a5568;
  }

  .mlg\:text-gray-800 {
    color: #2d3748;
  }

  .mlg\:text-gray-900 {
    color: #1a202c;
  }

  .mlg\:text-red-100 {
    color: #fff5f5;
  }

  .mlg\:text-red-200 {
    color: #fed7d7;
  }

  .mlg\:text-red-300 {
    color: #feb2b2;
  }

  .mlg\:text-red-400 {
    color: #fc8181;
  }

  .mlg\:text-red-500 {
    color: #f56565;
  }

  .mlg\:text-red-600 {
    color: #e53e3e;
  }

  .mlg\:text-red-700 {
    color: #c53030;
  }

  .mlg\:text-red-800 {
    color: #9b2c2c;
  }

  .mlg\:text-red-900 {
    color: #742a2a;
  }

  .mlg\:text-orange-100 {
    color: #fffaf0;
  }

  .mlg\:text-orange-200 {
    color: #feebc8;
  }

  .mlg\:text-orange-300 {
    color: #fbd38d;
  }

  .mlg\:text-orange-400 {
    color: #f6ad55;
  }

  .mlg\:text-orange-500 {
    color: #ed8936;
  }

  .mlg\:text-orange-600 {
    color: #dd6b20;
  }

  .mlg\:text-orange-700 {
    color: #c05621;
  }

  .mlg\:text-orange-800 {
    color: #9c4221;
  }

  .mlg\:text-orange-900 {
    color: #7b341e;
  }

  .mlg\:text-yellow-100 {
    color: #fffff0;
  }

  .mlg\:text-yellow-200 {
    color: #fefcbf;
  }

  .mlg\:text-yellow-300 {
    color: #faf089;
  }

  .mlg\:text-yellow-400 {
    color: #f6e05e;
  }

  .mlg\:text-yellow-500 {
    color: #ecc94b;
  }

  .mlg\:text-yellow-600 {
    color: #d69e2e;
  }

  .mlg\:text-yellow-700 {
    color: #b7791f;
  }

  .mlg\:text-yellow-800 {
    color: #975a16;
  }

  .mlg\:text-yellow-900 {
    color: #744210;
  }

  .mlg\:text-green-100 {
    color: #f0fff4;
  }

  .mlg\:text-green-200 {
    color: #c6f6d5;
  }

  .mlg\:text-green-300 {
    color: #9ae6b4;
  }

  .mlg\:text-green-400 {
    color: #68d391;
  }

  .mlg\:text-green-500 {
    color: #48bb78;
  }

  .mlg\:text-green-600 {
    color: #38a169;
  }

  .mlg\:text-green-700 {
    color: #2f855a;
  }

  .mlg\:text-green-800 {
    color: #276749;
  }

  .mlg\:text-green-900 {
    color: #22543d;
  }

  .mlg\:text-teal-100 {
    color: #e6fffa;
  }

  .mlg\:text-teal-200 {
    color: #b2f5ea;
  }

  .mlg\:text-teal-300 {
    color: #81e6d9;
  }

  .mlg\:text-teal-400 {
    color: #4fd1c5;
  }

  .mlg\:text-teal-500 {
    color: #38b2ac;
  }

  .mlg\:text-teal-600 {
    color: #319795;
  }

  .mlg\:text-teal-700 {
    color: #2c7a7b;
  }

  .mlg\:text-teal-800 {
    color: #285e61;
  }

  .mlg\:text-teal-900 {
    color: #234e52;
  }

  .mlg\:text-blue-100 {
    color: #ebf8ff;
  }

  .mlg\:text-blue-200 {
    color: #bee3f8;
  }

  .mlg\:text-blue-300 {
    color: #90cdf4;
  }

  .mlg\:text-blue-400 {
    color: #63b3ed;
  }

  .mlg\:text-blue-500 {
    color: #4299e1;
  }

  .mlg\:text-blue-600 {
    color: #3182ce;
  }

  .mlg\:text-blue-700 {
    color: #2b6cb0;
  }

  .mlg\:text-blue-800 {
    color: #2c5282;
  }

  .mlg\:text-blue-900 {
    color: #2a4365;
  }

  .mlg\:text-indigo-100 {
    color: #ebf4ff;
  }

  .mlg\:text-indigo-200 {
    color: #c3dafe;
  }

  .mlg\:text-indigo-300 {
    color: #a3bffa;
  }

  .mlg\:text-indigo-400 {
    color: #7f9cf5;
  }

  .mlg\:text-indigo-500 {
    color: #667eea;
  }

  .mlg\:text-indigo-600 {
    color: #5a67d8;
  }

  .mlg\:text-indigo-700 {
    color: #4c51bf;
  }

  .mlg\:text-indigo-800 {
    color: #434190;
  }

  .mlg\:text-indigo-900 {
    color: #3c366b;
  }

  .mlg\:text-purple-100 {
    color: #faf5ff;
  }

  .mlg\:text-purple-200 {
    color: #e9d8fd;
  }

  .mlg\:text-purple-300 {
    color: #d6bcfa;
  }

  .mlg\:text-purple-400 {
    color: #b794f4;
  }

  .mlg\:text-purple-500 {
    color: #9f7aea;
  }

  .mlg\:text-purple-600 {
    color: #805ad5;
  }

  .mlg\:text-purple-700 {
    color: #6b46c1;
  }

  .mlg\:text-purple-800 {
    color: #553c9a;
  }

  .mlg\:text-purple-900 {
    color: #44337a;
  }

  .mlg\:text-pink-100 {
    color: #fff5f7;
  }

  .mlg\:text-pink-200 {
    color: #fed7e2;
  }

  .mlg\:text-pink-300 {
    color: #fbb6ce;
  }

  .mlg\:text-pink-400 {
    color: #f687b3;
  }

  .mlg\:text-pink-500 {
    color: #ed64a6;
  }

  .mlg\:text-pink-600 {
    color: #d53f8c;
  }

  .mlg\:text-pink-700 {
    color: #b83280;
  }

  .mlg\:text-pink-800 {
    color: #97266d;
  }

  .mlg\:text-pink-900 {
    color: #702459;
  }

  .mlg\:text-grey {
    color: #CCCCCC;
  }

  .mlg\:text-darkgrey {
    color: #BDBDBD;
  }

  .mlg\:text-searchplaceholder {
    color: #ddddde;
  }

  .mlg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .mlg\:hover\:text-black:hover {
    color: #000;
  }

  .mlg\:hover\:text-white:hover {
    color: #fff;
  }

  .mlg\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .mlg\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .mlg\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .mlg\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .mlg\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .mlg\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .mlg\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .mlg\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .mlg\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .mlg\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .mlg\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .mlg\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .mlg\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .mlg\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .mlg\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .mlg\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .mlg\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .mlg\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .mlg\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .mlg\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .mlg\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .mlg\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .mlg\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .mlg\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .mlg\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .mlg\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .mlg\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .mlg\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .mlg\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .mlg\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .mlg\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .mlg\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .mlg\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .mlg\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .mlg\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .mlg\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .mlg\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .mlg\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .mlg\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .mlg\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .mlg\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .mlg\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .mlg\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .mlg\:hover\:text-green-800:hover {
    color: #276749;
  }

  .mlg\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .mlg\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .mlg\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .mlg\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .mlg\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .mlg\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .mlg\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .mlg\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .mlg\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .mlg\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .mlg\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .mlg\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .mlg\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .mlg\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .mlg\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .mlg\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .mlg\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .mlg\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .mlg\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .mlg\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .mlg\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .mlg\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .mlg\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .mlg\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .mlg\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .mlg\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .mlg\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .mlg\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .mlg\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .mlg\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .mlg\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .mlg\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .mlg\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .mlg\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .mlg\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .mlg\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .mlg\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .mlg\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .mlg\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .mlg\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .mlg\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .mlg\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .mlg\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .mlg\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .mlg\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .mlg\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .mlg\:hover\:text-grey:hover {
    color: #CCCCCC;
  }

  .mlg\:hover\:text-darkgrey:hover {
    color: #BDBDBD;
  }

  .mlg\:hover\:text-searchplaceholder:hover {
    color: #ddddde;
  }

  .mlg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .mlg\:focus\:text-black:focus {
    color: #000;
  }

  .mlg\:focus\:text-white:focus {
    color: #fff;
  }

  .mlg\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .mlg\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .mlg\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .mlg\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .mlg\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .mlg\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .mlg\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .mlg\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .mlg\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .mlg\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .mlg\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .mlg\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .mlg\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .mlg\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .mlg\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .mlg\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .mlg\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .mlg\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .mlg\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .mlg\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .mlg\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .mlg\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .mlg\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .mlg\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .mlg\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .mlg\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .mlg\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .mlg\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .mlg\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .mlg\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .mlg\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .mlg\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .mlg\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .mlg\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .mlg\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .mlg\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .mlg\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .mlg\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .mlg\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .mlg\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .mlg\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .mlg\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .mlg\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .mlg\:focus\:text-green-800:focus {
    color: #276749;
  }

  .mlg\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .mlg\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .mlg\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .mlg\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .mlg\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .mlg\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .mlg\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .mlg\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .mlg\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .mlg\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .mlg\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .mlg\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .mlg\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .mlg\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .mlg\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .mlg\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .mlg\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .mlg\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .mlg\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .mlg\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .mlg\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .mlg\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .mlg\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .mlg\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .mlg\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .mlg\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .mlg\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .mlg\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .mlg\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .mlg\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .mlg\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .mlg\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .mlg\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .mlg\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .mlg\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .mlg\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .mlg\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .mlg\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .mlg\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .mlg\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .mlg\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .mlg\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .mlg\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .mlg\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .mlg\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .mlg\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .mlg\:focus\:text-grey:focus {
    color: #CCCCCC;
  }

  .mlg\:focus\:text-darkgrey:focus {
    color: #BDBDBD;
  }

  .mlg\:focus\:text-searchplaceholder:focus {
    color: #ddddde;
  }

  .mlg\:text-10 {
    font-size: 10px;
  }

  .mlg\:text-11 {
    font-size: 11px;
  }

  .mlg\:text-12 {
    font-size: 12px;
  }

  .mlg\:text-13 {
    font-size: 13px;
  }

  .mlg\:text-14 {
    font-size: 14px;
  }

  .mlg\:text-15 {
    font-size: 15px;
  }

  .mlg\:text-23 {
    font-size: 23px;
  }

  .mlg\:text-25 {
    font-size: 25px;
  }

  .mlg\:text-30 {
    font-size: 30px;
  }

  .mlg\:text-45 {
    font-size: 45px;
  }

  .mlg\:text-xs {
    font-size: 0.8rem;
  }

  .mlg\:text-sm {
    font-size: 0.875rem;
  }

  .mlg\:text-base {
    font-size: 1rem;
  }

  .mlg\:text-lg {
    font-size: 1.125rem;
  }

  .mlg\:text-xl {
    font-size: 1.25rem;
  }

  .mlg\:text-2xl {
    font-size: 1.5rem;
  }

  .mlg\:text-3xl {
    font-size: 1.875rem;
  }

  .mlg\:text-4xl {
    font-size: 2.25rem;
  }

  .mlg\:text-5xl {
    font-size: 3rem;
  }

  .mlg\:text-6xl {
    font-size: 4rem;
  }

  .mlg\:text-xxs {
    font-size: 0.625rem;
  }

  .mlg\:text-s {
    font-size: 0.9375rem;
  }

  .mlg\:text-md {
    font-size: 1rem;
  }

  .mlg\:text-heroxl {
    font-size: 6rem;
  }

  .mlg\:text-superxl {
    font-size: 8rem;
  }

  .mlg\:italic {
    font-style: italic;
  }

  .mlg\:not-italic {
    font-style: normal;
  }

  .mlg\:uppercase {
    text-transform: uppercase;
  }

  .mlg\:lowercase {
    text-transform: lowercase;
  }

  .mlg\:capitalize {
    text-transform: capitalize;
  }

  .mlg\:normal-case {
    text-transform: none;
  }

  .mlg\:underline {
    text-decoration: underline;
  }

  .mlg\:line-through {
    text-decoration: line-through;
  }

  .mlg\:no-underline {
    text-decoration: none;
  }

  .mlg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .mlg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .mlg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .mlg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .mlg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .mlg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .mlg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mlg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .mlg\:tracking-1 {
    letter-spacing: 1px;
  }

  .mlg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .mlg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .mlg\:tracking-normal {
    letter-spacing: 0;
  }

  .mlg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .mlg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .mlg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .mlg\:tracking-0p1 {
    letter-spacing: 0.1em;
  }

  .mlg\:tracking-xwidest {
    letter-spacing: 0.15em;
  }

  .mlg\:tracking-0p55 {
    letter-spacing: 0.55px;
  }

  .mlg\:tracking-2p1 {
    letter-spacing: 2.1px;
  }

  .mlg\:select-none {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }

  .mlg\:select-text {
    -moz-user-select: text;
     -ms-user-select: text;
         user-select: text;
  }

  .mlg\:select-all {
    -moz-user-select: all;
     -ms-user-select: all;
         user-select: all;
  }

  .mlg\:select-auto {
    -moz-user-select: auto;
     -ms-user-select: auto;
         user-select: auto;
  }

  .mlg\:align-baseline {
    vertical-align: baseline;
  }

  .mlg\:align-top {
    vertical-align: top;
  }

  .mlg\:align-middle {
    vertical-align: middle;
  }

  .mlg\:align-bottom {
    vertical-align: bottom;
  }

  .mlg\:align-text-top {
    vertical-align: text-top;
  }

  .mlg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .mlg\:visible {
    visibility: visible;
  }

  .mlg\:invisible {
    visibility: hidden;
  }

  .mlg\:whitespace-normal {
    white-space: normal;
  }

  .mlg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .mlg\:whitespace-pre {
    white-space: pre;
  }

  .mlg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .mlg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .mlg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .mlg\:break-words {
    overflow-wrap: break-word;
  }

  .mlg\:break-all {
    word-break: break-all;
  }

  .mlg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mlg\:w-0 {
    width: 0;
  }

  .mlg\:w-1 {
    width: 0.25rem;
  }

  .mlg\:w-2 {
    width: 0.5rem;
  }

  .mlg\:w-3 {
    width: 0.75rem;
  }

  .mlg\:w-4 {
    width: 1rem;
  }

  .mlg\:w-5 {
    width: 1.25rem;
  }

  .mlg\:w-6 {
    width: 1.5rem;
  }

  .mlg\:w-8 {
    width: 2rem;
  }

  .mlg\:w-10 {
    width: 2.5rem;
  }

  .mlg\:w-12 {
    width: 3rem;
  }

  .mlg\:w-16 {
    width: 4rem;
  }

  .mlg\:w-20 {
    width: 5rem;
  }

  .mlg\:w-24 {
    width: 6rem;
  }

  .mlg\:w-28 {
    width: 7rem;
  }

  .mlg\:w-32 {
    width: 8rem;
  }

  .mlg\:w-40 {
    width: 10rem;
  }

  .mlg\:w-48 {
    width: 12rem;
  }

  .mlg\:w-56 {
    width: 14rem;
  }

  .mlg\:w-64 {
    width: 16rem;
  }

  .mlg\:w-72 {
    width: 18rem;
  }

  .mlg\:w-80 {
    width: 22rem;
  }

  .mlg\:w-96 {
    width: 26rem;
  }

  .mlg\:w-128 {
    width: 30rem;
  }

  .mlg\:w-200 {
    width: 12.5rem;
  }

  .mlg\:w-400 {
    width: 25rem;
  }

  .mlg\:w-500 {
    width: 31.25rem;
  }

  .mlg\:w-600 {
    width: 37.5rem;
  }

  .mlg\:w-auto {
    width: auto;
  }

  .mlg\:w-px {
    width: 1px;
  }

  .mlg\:w-1\/2 {
    width: 50%;
  }

  .mlg\:w-1\/3 {
    width: 33.333333%;
  }

  .mlg\:w-2\/3 {
    width: 66.666667%;
  }

  .mlg\:w-1\/4 {
    width: 25%;
  }

  .mlg\:w-2\/4 {
    width: 50%;
  }

  .mlg\:w-3\/4 {
    width: 75%;
  }

  .mlg\:w-1\/5 {
    width: 20%;
  }

  .mlg\:w-2\/5 {
    width: 40%;
  }

  .mlg\:w-3\/5 {
    width: 60%;
  }

  .mlg\:w-4\/5 {
    width: 80%;
  }

  .mlg\:w-1\/6 {
    width: 16.666667%;
  }

  .mlg\:w-2\/6 {
    width: 33.333333%;
  }

  .mlg\:w-3\/6 {
    width: 50%;
  }

  .mlg\:w-4\/6 {
    width: 66.666667%;
  }

  .mlg\:w-5\/6 {
    width: 83.333333%;
  }

  .mlg\:w-1\/12 {
    width: 8.333333%;
  }

  .mlg\:w-2\/12 {
    width: 16.666667%;
  }

  .mlg\:w-3\/12 {
    width: 25%;
  }

  .mlg\:w-4\/12 {
    width: 33.333333%;
  }

  .mlg\:w-5\/12 {
    width: 41.666667%;
  }

  .mlg\:w-6\/12 {
    width: 50%;
  }

  .mlg\:w-7\/12 {
    width: 58.333333%;
  }

  .mlg\:w-8\/12 {
    width: 66.666667%;
  }

  .mlg\:w-9\/12 {
    width: 75%;
  }

  .mlg\:w-10\/12 {
    width: 83.333333%;
  }

  .mlg\:w-11\/12 {
    width: 91.666667%;
  }

  .mlg\:w-full {
    width: 100%;
  }

  .mlg\:w-screen {
    width: 100vw;
  }

  .mlg\:w-1\/10 {
    width: 10%;
  }

  .mlg\:w-3\/10 {
    width: 30%;
  }

  .mlg\:w-logo {
    width: 250px;
  }

  .mlg\:w-minilogo {
    width: 40px;
  }

  .mlg\:z-0 {
    z-index: 0;
  }

  .mlg\:z-10 {
    z-index: 10;
  }

  .mlg\:z-20 {
    z-index: 20;
  }

  .mlg\:z-30 {
    z-index: 30;
  }

  .mlg\:z-40 {
    z-index: 40;
  }

  .mlg\:z-50 {
    z-index: 50;
  }

  .mlg\:z-auto {
    z-index: auto;
  }

  .mlg\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .mlg\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .mlg\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .mlg\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .mlg\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .mlg\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .mlg\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .mlg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .mlg\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .mlg\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .mlg\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .mlg\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .mlg\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .mlg\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .mlg\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .mlg\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .mlg\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .mlg\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .mlg\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .mlg\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .mlg\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .mlg\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .mlg\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .mlg\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .mlg\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .mlg\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .mlg\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .mlg\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .mlg\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .mlg\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .mlg\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .mlg\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .mlg\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .mlg\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .mlg\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .mlg\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .mlg\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .mlg\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .mlg\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .mlg\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .mlg\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .mlg\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .mlg\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .mlg\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .mlg\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .mlg\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .mlg\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .mlg\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .mlg\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .mlg\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .mlg\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .mlg\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .mlg\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .mlg\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .mlg\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .mlg\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .mlg\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .mlg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .mlg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .mlg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .mlg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .mlg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .mlg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mlg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mlg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mlg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mlg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .mlg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .mlg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .mlg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .mlg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .mlg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .mlg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .mlg\:grid-cols-none {
    grid-template-columns: none;
  }

  .mlg\:col-auto {
    grid-column: auto;
  }

  .mlg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .mlg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .mlg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .mlg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .mlg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .mlg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .mlg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .mlg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .mlg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .mlg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .mlg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .mlg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .mlg\:col-start-1 {
    grid-column-start: 1;
  }

  .mlg\:col-start-2 {
    grid-column-start: 2;
  }

  .mlg\:col-start-3 {
    grid-column-start: 3;
  }

  .mlg\:col-start-4 {
    grid-column-start: 4;
  }

  .mlg\:col-start-5 {
    grid-column-start: 5;
  }

  .mlg\:col-start-6 {
    grid-column-start: 6;
  }

  .mlg\:col-start-7 {
    grid-column-start: 7;
  }

  .mlg\:col-start-8 {
    grid-column-start: 8;
  }

  .mlg\:col-start-9 {
    grid-column-start: 9;
  }

  .mlg\:col-start-10 {
    grid-column-start: 10;
  }

  .mlg\:col-start-11 {
    grid-column-start: 11;
  }

  .mlg\:col-start-12 {
    grid-column-start: 12;
  }

  .mlg\:col-start-13 {
    grid-column-start: 13;
  }

  .mlg\:col-start-auto {
    grid-column-start: auto;
  }

  .mlg\:col-end-1 {
    grid-column-end: 1;
  }

  .mlg\:col-end-2 {
    grid-column-end: 2;
  }

  .mlg\:col-end-3 {
    grid-column-end: 3;
  }

  .mlg\:col-end-4 {
    grid-column-end: 4;
  }

  .mlg\:col-end-5 {
    grid-column-end: 5;
  }

  .mlg\:col-end-6 {
    grid-column-end: 6;
  }

  .mlg\:col-end-7 {
    grid-column-end: 7;
  }

  .mlg\:col-end-8 {
    grid-column-end: 8;
  }

  .mlg\:col-end-9 {
    grid-column-end: 9;
  }

  .mlg\:col-end-10 {
    grid-column-end: 10;
  }

  .mlg\:col-end-11 {
    grid-column-end: 11;
  }

  .mlg\:col-end-12 {
    grid-column-end: 12;
  }

  .mlg\:col-end-13 {
    grid-column-end: 13;
  }

  .mlg\:col-end-auto {
    grid-column-end: auto;
  }

  .mlg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .mlg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .mlg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .mlg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .mlg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .mlg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .mlg\:grid-rows-none {
    grid-template-rows: none;
  }

  .mlg\:row-auto {
    grid-row: auto;
  }

  .mlg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .mlg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .mlg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .mlg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .mlg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .mlg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .mlg\:row-start-1 {
    grid-row-start: 1;
  }

  .mlg\:row-start-2 {
    grid-row-start: 2;
  }

  .mlg\:row-start-3 {
    grid-row-start: 3;
  }

  .mlg\:row-start-4 {
    grid-row-start: 4;
  }

  .mlg\:row-start-5 {
    grid-row-start: 5;
  }

  .mlg\:row-start-6 {
    grid-row-start: 6;
  }

  .mlg\:row-start-7 {
    grid-row-start: 7;
  }

  .mlg\:row-start-auto {
    grid-row-start: auto;
  }

  .mlg\:row-end-1 {
    grid-row-end: 1;
  }

  .mlg\:row-end-2 {
    grid-row-end: 2;
  }

  .mlg\:row-end-3 {
    grid-row-end: 3;
  }

  .mlg\:row-end-4 {
    grid-row-end: 4;
  }

  .mlg\:row-end-5 {
    grid-row-end: 5;
  }

  .mlg\:row-end-6 {
    grid-row-end: 6;
  }

  .mlg\:row-end-7 {
    grid-row-end: 7;
  }

  .mlg\:row-end-auto {
    grid-row-end: auto;
  }

  .mlg\: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));
  }

  .mlg\:transform-none {
    transform: none;
  }

  .mlg\:origin-center {
    transform-origin: center;
  }

  .mlg\:origin-top {
    transform-origin: top;
  }

  .mlg\:origin-top-right {
    transform-origin: top right;
  }

  .mlg\:origin-right {
    transform-origin: right;
  }

  .mlg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .mlg\:origin-bottom {
    transform-origin: bottom;
  }

  .mlg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .mlg\:origin-left {
    transform-origin: left;
  }

  .mlg\:origin-top-left {
    transform-origin: top left;
  }

  .mlg\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .mlg\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .mlg\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .mlg\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .mlg\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .mlg\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .mlg\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .mlg\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .mlg\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .mlg\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .mlg\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .mlg\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .mlg\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .mlg\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .mlg\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .mlg\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .mlg\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .mlg\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .mlg\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .mlg\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .mlg\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .mlg\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .mlg\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .mlg\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .mlg\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .mlg\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .mlg\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .mlg\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .mlg\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .mlg\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .mlg\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .mlg\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .mlg\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .mlg\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .mlg\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .mlg\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .mlg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .mlg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .mlg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .mlg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .mlg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .mlg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .mlg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .mlg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .mlg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .mlg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .mlg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .mlg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .mlg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .mlg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .mlg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .mlg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .mlg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .mlg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .mlg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .mlg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .mlg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .mlg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .mlg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .mlg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .mlg\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .mlg\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .mlg\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .mlg\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .mlg\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .mlg\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .mlg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .mlg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .mlg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .mlg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .mlg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .mlg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .mlg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .mlg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .mlg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .mlg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .mlg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .mlg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .mlg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .mlg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .mlg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .mlg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .mlg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .mlg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .mlg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .mlg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .mlg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .mlg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .mlg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .mlg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .mlg\:rotate-0 {
    --transform-rotate: 0;
  }

  .mlg\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .mlg\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .mlg\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .mlg\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .mlg\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .mlg\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .mlg\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .mlg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .mlg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .mlg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .mlg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .mlg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .mlg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .mlg\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .mlg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .mlg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .mlg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .mlg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .mlg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .mlg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .mlg\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .mlg\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .mlg\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .mlg\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .mlg\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .mlg\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .mlg\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .mlg\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .mlg\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .mlg\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .mlg\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .mlg\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .mlg\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .mlg\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .mlg\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .mlg\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .mlg\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .mlg\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .mlg\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .mlg\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .mlg\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .mlg\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .mlg\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .mlg\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .mlg\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .mlg\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .mlg\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .mlg\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .mlg\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .mlg\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .mlg\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .mlg\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .mlg\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .mlg\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .mlg\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .mlg\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .mlg\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .mlg\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .mlg\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .mlg\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .mlg\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .mlg\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .mlg\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .mlg\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .mlg\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .mlg\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .mlg\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .mlg\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .mlg\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .mlg\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .mlg\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .mlg\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .mlg\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .mlg\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .mlg\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .mlg\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .mlg\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .mlg\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .mlg\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .mlg\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .mlg\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .mlg\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .mlg\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .mlg\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .mlg\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .mlg\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .mlg\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .mlg\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .mlg\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .mlg\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .mlg\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .mlg\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .mlg\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .mlg\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .mlg\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .mlg\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .mlg\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .mlg\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .mlg\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .mlg\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .mlg\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .mlg\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .mlg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .mlg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .mlg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .mlg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .mlg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .mlg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .mlg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .mlg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .mlg\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .mlg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .mlg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .mlg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .mlg\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .mlg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .mlg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .mlg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .mlg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .mlg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .mlg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .mlg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .mlg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .mlg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .mlg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .mlg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .mlg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .mlg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .mlg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .mlg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .mlg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .mlg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .mlg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .mlg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .mlg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .mlg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .mlg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .mlg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .mlg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .mlg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .mlg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .mlg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .mlg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .mlg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .mlg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .mlg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .mlg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .mlg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .mlg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .mlg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .mlg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .mlg\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .mlg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .mlg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .mlg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .mlg\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .mlg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .mlg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .mlg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .mlg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .mlg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .mlg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .mlg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .mlg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .mlg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .mlg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .mlg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .mlg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .mlg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .mlg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .mlg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .mlg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .mlg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .mlg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .mlg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .mlg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .mlg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .mlg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .mlg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .mlg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .mlg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .mlg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .mlg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .mlg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .mlg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .mlg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .mlg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .mlg\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .mlg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .mlg\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .mlg\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .mlg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .mlg\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .mlg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .mlg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .mlg\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .mlg\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .mlg\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .mlg\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .mlg\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .mlg\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .mlg\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .mlg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .mlg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .mlg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .mlg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .mlg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .mlg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .mlg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .mlg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .mlg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .mlg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .mlg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .mlg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .mlg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .mlg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .mlg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .mlg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .mlg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .mlg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .mlg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .mlg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .mlg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .mlg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .mlg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .mlg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .mlg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .mlg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .mlg\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .mlg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .mlg\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .mlg\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .mlg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .mlg\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .mlg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .mlg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .mlg\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .mlg\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .mlg\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .mlg\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .mlg\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .mlg\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .mlg\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .mlg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .mlg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .mlg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .mlg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .mlg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .mlg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .mlg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .mlg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .mlg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .mlg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .mlg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .mlg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .mlg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .mlg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .mlg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .mlg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .mlg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .mlg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .mlg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .mlg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .mlg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .mlg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .mlg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .mlg\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .mlg\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .mlg\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .mlg\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .mlg\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .mlg\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .mlg\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .mlg\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .mlg\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .mlg\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .mlg\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .mlg\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .mlg\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .mlg\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .mlg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .mlg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .mlg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .mlg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .mlg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .mlg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .mlg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .mlg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .mlg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .mlg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .mlg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .mlg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .mlg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .mlg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .mlg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .mlg\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .mlg\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .mlg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .mlg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .mlg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .mlg\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .mlg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .mlg\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .mlg\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .mlg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .mlg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .mlg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .mlg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .mlg\:transition-none {
    transition-property: none;
  }

  .mlg\:transition-all {
    transition-property: all;
  }

  .mlg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .mlg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .mlg\:transition-opacity {
    transition-property: opacity;
  }

  .mlg\:transition-shadow {
    transition-property: box-shadow;
  }

  .mlg\:transition-transform {
    transition-property: transform;
  }

  .mlg\:ease-linear {
    transition-timing-function: linear;
  }

  .mlg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .mlg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .mlg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mlg\:duration-75 {
    transition-duration: 75ms;
  }

  .mlg\:duration-100 {
    transition-duration: 100ms;
  }

  .mlg\:duration-150 {
    transition-duration: 150ms;
  }

  .mlg\:duration-200 {
    transition-duration: 200ms;
  }

  .mlg\:duration-300 {
    transition-duration: 300ms;
  }

  .mlg\:duration-500 {
    transition-duration: 500ms;
  }

  .mlg\:duration-700 {
    transition-duration: 700ms;
  }

  .mlg\:duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (max-width: 479px) {
  .s\: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;
  }

  .s\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .s\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .s\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .s\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .s\:bg-fixed {
    background-attachment: fixed;
  }

  .s\:bg-local {
    background-attachment: local;
  }

  .s\:bg-scroll {
    background-attachment: scroll;
  }

  .s\:bg-transparent {
    background-color: transparent;
  }

  .s\:bg-black {
    background-color: #000;
  }

  .s\:bg-white {
    background-color: #fff;
  }

  .s\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .s\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .s\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .s\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .s\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .s\:bg-gray-600 {
    background-color: #718096;
  }

  .s\:bg-gray-700 {
    background-color: #4a5568;
  }

  .s\:bg-gray-800 {
    background-color: #2d3748;
  }

  .s\:bg-gray-900 {
    background-color: #1a202c;
  }

  .s\:bg-red-100 {
    background-color: #fff5f5;
  }

  .s\:bg-red-200 {
    background-color: #fed7d7;
  }

  .s\:bg-red-300 {
    background-color: #feb2b2;
  }

  .s\:bg-red-400 {
    background-color: #fc8181;
  }

  .s\:bg-red-500 {
    background-color: #f56565;
  }

  .s\:bg-red-600 {
    background-color: #e53e3e;
  }

  .s\:bg-red-700 {
    background-color: #c53030;
  }

  .s\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .s\:bg-red-900 {
    background-color: #742a2a;
  }

  .s\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .s\:bg-orange-200 {
    background-color: #feebc8;
  }

  .s\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .s\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .s\:bg-orange-500 {
    background-color: #ed8936;
  }

  .s\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .s\:bg-orange-700 {
    background-color: #c05621;
  }

  .s\:bg-orange-800 {
    background-color: #9c4221;
  }

  .s\:bg-orange-900 {
    background-color: #7b341e;
  }

  .s\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .s\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .s\:bg-yellow-300 {
    background-color: #faf089;
  }

  .s\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .s\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .s\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .s\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .s\:bg-yellow-800 {
    background-color: #975a16;
  }

  .s\:bg-yellow-900 {
    background-color: #744210;
  }

  .s\:bg-green-100 {
    background-color: #f0fff4;
  }

  .s\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .s\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .s\:bg-green-400 {
    background-color: #68d391;
  }

  .s\:bg-green-500 {
    background-color: #48bb78;
  }

  .s\:bg-green-600 {
    background-color: #38a169;
  }

  .s\:bg-green-700 {
    background-color: #2f855a;
  }

  .s\:bg-green-800 {
    background-color: #276749;
  }

  .s\:bg-green-900 {
    background-color: #22543d;
  }

  .s\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .s\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .s\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .s\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .s\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .s\:bg-teal-600 {
    background-color: #319795;
  }

  .s\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .s\:bg-teal-800 {
    background-color: #285e61;
  }

  .s\:bg-teal-900 {
    background-color: #234e52;
  }

  .s\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .s\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .s\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .s\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .s\:bg-blue-500 {
    background-color: #4299e1;
  }

  .s\:bg-blue-600 {
    background-color: #3182ce;
  }

  .s\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .s\:bg-blue-800 {
    background-color: #2c5282;
  }

  .s\:bg-blue-900 {
    background-color: #2a4365;
  }

  .s\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .s\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .s\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .s\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .s\:bg-indigo-500 {
    background-color: #667eea;
  }

  .s\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .s\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .s\:bg-indigo-800 {
    background-color: #434190;
  }

  .s\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .s\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .s\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .s\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .s\:bg-purple-400 {
    background-color: #b794f4;
  }

  .s\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .s\:bg-purple-600 {
    background-color: #805ad5;
  }

  .s\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .s\:bg-purple-800 {
    background-color: #553c9a;
  }

  .s\:bg-purple-900 {
    background-color: #44337a;
  }

  .s\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .s\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .s\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .s\:bg-pink-400 {
    background-color: #f687b3;
  }

  .s\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .s\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .s\:bg-pink-700 {
    background-color: #b83280;
  }

  .s\:bg-pink-800 {
    background-color: #97266d;
  }

  .s\:bg-pink-900 {
    background-color: #702459;
  }

  .s\:bg-overlay {
    background-color: rgba(0,0,0,0.8);
  }

  .s\:bg-mobilesearchbackground {
    background-color: #64666b;
  }

  .s\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .s\:hover\:bg-black:hover {
    background-color: #000;
  }

  .s\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .s\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .s\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .s\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .s\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .s\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .s\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .s\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .s\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .s\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .s\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .s\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .s\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .s\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .s\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .s\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .s\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .s\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .s\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .s\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .s\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .s\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .s\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .s\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .s\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .s\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .s\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .s\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .s\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .s\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .s\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .s\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .s\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .s\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .s\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .s\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .s\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .s\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .s\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .s\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .s\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .s\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .s\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .s\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .s\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .s\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .s\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .s\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .s\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .s\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .s\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .s\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .s\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .s\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .s\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .s\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .s\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .s\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .s\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .s\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .s\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .s\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .s\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .s\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .s\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .s\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .s\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .s\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .s\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .s\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .s\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .s\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .s\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .s\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .s\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .s\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .s\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .s\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .s\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .s\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .s\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .s\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .s\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .s\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .s\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .s\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .s\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .s\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .s\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .s\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .s\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .s\:hover\:bg-overlay:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .s\:hover\:bg-mobilesearchbackground:hover {
    background-color: #64666b;
  }

  .s\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .s\:focus\:bg-black:focus {
    background-color: #000;
  }

  .s\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .s\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .s\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .s\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .s\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .s\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .s\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .s\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .s\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .s\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .s\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .s\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .s\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .s\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .s\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .s\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .s\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .s\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .s\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .s\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .s\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .s\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .s\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .s\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .s\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .s\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .s\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .s\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .s\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .s\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .s\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .s\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .s\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .s\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .s\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .s\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .s\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .s\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .s\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .s\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .s\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .s\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .s\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .s\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .s\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .s\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .s\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .s\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .s\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .s\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .s\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .s\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .s\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .s\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .s\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .s\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .s\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .s\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .s\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .s\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .s\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .s\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .s\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .s\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .s\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .s\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .s\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .s\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .s\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .s\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .s\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .s\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .s\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .s\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .s\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .s\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .s\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .s\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .s\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .s\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .s\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .s\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .s\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .s\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .s\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .s\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .s\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .s\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .s\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .s\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .s\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .s\:focus\:bg-overlay:focus {
    background-color: rgba(0,0,0,0.8);
  }

  .s\:focus\:bg-mobilesearchbackground:focus {
    background-color: #64666b;
  }

  .s\:bg-bottom {
    background-position: bottom;
  }

  .s\:bg-center {
    background-position: center;
  }

  .s\:bg-left {
    background-position: left;
  }

  .s\:bg-left-bottom {
    background-position: left bottom;
  }

  .s\:bg-left-top {
    background-position: left top;
  }

  .s\:bg-right {
    background-position: right;
  }

  .s\:bg-right-bottom {
    background-position: right bottom;
  }

  .s\:bg-right-top {
    background-position: right top;
  }

  .s\:bg-top {
    background-position: top;
  }

  .s\:bg-repeat {
    background-repeat: repeat;
  }

  .s\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .s\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .s\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .s\:bg-repeat-round {
    background-repeat: round;
  }

  .s\:bg-repeat-space {
    background-repeat: space;
  }

  .s\:bg-auto {
    background-size: auto;
  }

  .s\:bg-cover {
    background-size: cover;
  }

  .s\:bg-contain {
    background-size: contain;
  }

  .s\:border-collapse {
    border-collapse: collapse;
  }

  .s\:border-separate {
    border-collapse: separate;
  }

  .s\:border-transparent {
    border-color: transparent;
  }

  .s\:border-black {
    border-color: #000;
  }

  .s\:border-white {
    border-color: #fff;
  }

  .s\:border-gray-100 {
    border-color: #f7fafc;
  }

  .s\:border-gray-200 {
    border-color: #edf2f7;
  }

  .s\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .s\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .s\:border-gray-500 {
    border-color: #a0aec0;
  }

  .s\:border-gray-600 {
    border-color: #718096;
  }

  .s\:border-gray-700 {
    border-color: #4a5568;
  }

  .s\:border-gray-800 {
    border-color: #2d3748;
  }

  .s\:border-gray-900 {
    border-color: #1a202c;
  }

  .s\:border-red-100 {
    border-color: #fff5f5;
  }

  .s\:border-red-200 {
    border-color: #fed7d7;
  }

  .s\:border-red-300 {
    border-color: #feb2b2;
  }

  .s\:border-red-400 {
    border-color: #fc8181;
  }

  .s\:border-red-500 {
    border-color: #f56565;
  }

  .s\:border-red-600 {
    border-color: #e53e3e;
  }

  .s\:border-red-700 {
    border-color: #c53030;
  }

  .s\:border-red-800 {
    border-color: #9b2c2c;
  }

  .s\:border-red-900 {
    border-color: #742a2a;
  }

  .s\:border-orange-100 {
    border-color: #fffaf0;
  }

  .s\:border-orange-200 {
    border-color: #feebc8;
  }

  .s\:border-orange-300 {
    border-color: #fbd38d;
  }

  .s\:border-orange-400 {
    border-color: #f6ad55;
  }

  .s\:border-orange-500 {
    border-color: #ed8936;
  }

  .s\:border-orange-600 {
    border-color: #dd6b20;
  }

  .s\:border-orange-700 {
    border-color: #c05621;
  }

  .s\:border-orange-800 {
    border-color: #9c4221;
  }

  .s\:border-orange-900 {
    border-color: #7b341e;
  }

  .s\:border-yellow-100 {
    border-color: #fffff0;
  }

  .s\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .s\:border-yellow-300 {
    border-color: #faf089;
  }

  .s\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .s\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .s\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .s\:border-yellow-700 {
    border-color: #b7791f;
  }

  .s\:border-yellow-800 {
    border-color: #975a16;
  }

  .s\:border-yellow-900 {
    border-color: #744210;
  }

  .s\:border-green-100 {
    border-color: #f0fff4;
  }

  .s\:border-green-200 {
    border-color: #c6f6d5;
  }

  .s\:border-green-300 {
    border-color: #9ae6b4;
  }

  .s\:border-green-400 {
    border-color: #68d391;
  }

  .s\:border-green-500 {
    border-color: #48bb78;
  }

  .s\:border-green-600 {
    border-color: #38a169;
  }

  .s\:border-green-700 {
    border-color: #2f855a;
  }

  .s\:border-green-800 {
    border-color: #276749;
  }

  .s\:border-green-900 {
    border-color: #22543d;
  }

  .s\:border-teal-100 {
    border-color: #e6fffa;
  }

  .s\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .s\:border-teal-300 {
    border-color: #81e6d9;
  }

  .s\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .s\:border-teal-500 {
    border-color: #38b2ac;
  }

  .s\:border-teal-600 {
    border-color: #319795;
  }

  .s\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .s\:border-teal-800 {
    border-color: #285e61;
  }

  .s\:border-teal-900 {
    border-color: #234e52;
  }

  .s\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .s\:border-blue-200 {
    border-color: #bee3f8;
  }

  .s\:border-blue-300 {
    border-color: #90cdf4;
  }

  .s\:border-blue-400 {
    border-color: #63b3ed;
  }

  .s\:border-blue-500 {
    border-color: #4299e1;
  }

  .s\:border-blue-600 {
    border-color: #3182ce;
  }

  .s\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .s\:border-blue-800 {
    border-color: #2c5282;
  }

  .s\:border-blue-900 {
    border-color: #2a4365;
  }

  .s\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .s\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .s\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .s\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .s\:border-indigo-500 {
    border-color: #667eea;
  }

  .s\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .s\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .s\:border-indigo-800 {
    border-color: #434190;
  }

  .s\:border-indigo-900 {
    border-color: #3c366b;
  }

  .s\:border-purple-100 {
    border-color: #faf5ff;
  }

  .s\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .s\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .s\:border-purple-400 {
    border-color: #b794f4;
  }

  .s\:border-purple-500 {
    border-color: #9f7aea;
  }

  .s\:border-purple-600 {
    border-color: #805ad5;
  }

  .s\:border-purple-700 {
    border-color: #6b46c1;
  }

  .s\:border-purple-800 {
    border-color: #553c9a;
  }

  .s\:border-purple-900 {
    border-color: #44337a;
  }

  .s\:border-pink-100 {
    border-color: #fff5f7;
  }

  .s\:border-pink-200 {
    border-color: #fed7e2;
  }

  .s\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .s\:border-pink-400 {
    border-color: #f687b3;
  }

  .s\:border-pink-500 {
    border-color: #ed64a6;
  }

  .s\:border-pink-600 {
    border-color: #d53f8c;
  }

  .s\:border-pink-700 {
    border-color: #b83280;
  }

  .s\:border-pink-800 {
    border-color: #97266d;
  }

  .s\:border-pink-900 {
    border-color: #702459;
  }

  .s\:border-order-complete-dark-divider {
    border-color: #9A9B9F;
  }

  .s\:border-grey {
    border-color: #CCCCCC;
  }

  .s\:border-darkgrey {
    border-color: #BDBDBD;
  }

  .s\:border-keyline-grey {
    border-color: #dadadc;
  }

  .s\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .s\:hover\:border-black:hover {
    border-color: #000;
  }

  .s\:hover\:border-white:hover {
    border-color: #fff;
  }

  .s\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .s\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .s\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .s\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .s\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .s\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .s\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .s\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .s\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .s\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .s\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .s\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .s\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .s\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .s\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .s\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .s\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .s\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .s\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .s\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .s\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .s\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .s\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .s\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .s\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .s\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .s\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .s\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .s\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .s\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .s\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .s\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .s\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .s\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .s\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .s\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .s\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .s\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .s\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .s\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .s\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .s\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .s\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .s\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .s\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .s\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .s\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .s\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .s\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .s\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .s\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .s\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .s\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .s\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .s\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .s\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .s\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .s\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .s\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .s\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .s\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .s\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .s\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .s\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .s\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .s\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .s\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .s\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .s\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .s\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .s\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .s\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .s\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .s\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .s\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .s\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .s\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .s\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .s\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .s\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .s\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .s\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .s\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .s\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .s\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .s\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .s\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .s\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .s\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .s\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .s\:hover\:border-order-complete-dark-divider:hover {
    border-color: #9A9B9F;
  }

  .s\:hover\:border-grey:hover {
    border-color: #CCCCCC;
  }

  .s\:hover\:border-darkgrey:hover {
    border-color: #BDBDBD;
  }

  .s\:hover\:border-keyline-grey:hover {
    border-color: #dadadc;
  }

  .s\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .s\:focus\:border-black:focus {
    border-color: #000;
  }

  .s\:focus\:border-white:focus {
    border-color: #fff;
  }

  .s\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .s\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .s\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .s\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .s\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .s\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .s\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .s\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .s\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .s\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .s\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .s\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .s\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .s\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .s\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .s\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .s\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .s\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .s\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .s\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .s\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .s\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .s\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .s\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .s\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .s\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .s\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .s\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .s\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .s\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .s\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .s\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .s\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .s\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .s\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .s\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .s\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .s\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .s\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .s\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .s\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .s\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .s\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .s\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .s\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .s\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .s\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .s\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .s\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .s\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .s\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .s\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .s\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .s\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .s\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .s\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .s\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .s\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .s\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .s\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .s\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .s\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .s\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .s\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .s\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .s\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .s\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .s\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .s\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .s\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .s\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .s\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .s\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .s\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .s\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .s\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .s\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .s\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .s\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .s\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .s\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .s\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .s\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .s\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .s\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .s\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .s\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .s\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .s\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .s\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .s\:focus\:border-order-complete-dark-divider:focus {
    border-color: #9A9B9F;
  }

  .s\:focus\:border-grey:focus {
    border-color: #CCCCCC;
  }

  .s\:focus\:border-darkgrey:focus {
    border-color: #BDBDBD;
  }

  .s\:focus\:border-keyline-grey:focus {
    border-color: #dadadc;
  }

  .s\:rounded-none {
    border-radius: 0;
  }

  .s\:rounded-sm {
    border-radius: 0.125rem;
  }

  .s\:rounded {
    border-radius: 0.25rem;
  }

  .s\:rounded-md {
    border-radius: 0.375rem;
  }

  .s\:rounded-lg {
    border-radius: 0.5rem;
  }

  .s\:rounded-full {
    border-radius: 9999px;
  }

  .s\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .s\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .s\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .s\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .s\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .s\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .s\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .s\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .s\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .s\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .s\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .s\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .s\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .s\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .s\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .s\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .s\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .s\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .s\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .s\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .s\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .s\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .s\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .s\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .s\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .s\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .s\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .s\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .s\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .s\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .s\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .s\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .s\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .s\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .s\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .s\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .s\:border-solid {
    border-style: solid;
  }

  .s\:border-dashed {
    border-style: dashed;
  }

  .s\:border-dotted {
    border-style: dotted;
  }

  .s\:border-double {
    border-style: double;
  }

  .s\:border-none {
    border-style: none;
  }

  .s\:box-border {
    box-sizing: border-box;
  }

  .s\:box-content {
    box-sizing: content-box;
  }

  .s\:cursor-auto {
    cursor: auto;
  }

  .s\:cursor-default {
    cursor: default;
  }

  .s\:cursor-pointer {
    cursor: pointer;
  }

  .s\:cursor-wait {
    cursor: wait;
  }

  .s\:cursor-text {
    cursor: text;
  }

  .s\:cursor-move {
    cursor: move;
  }

  .s\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .s\:block {
    display: block;
  }

  .s\:inline-block {
    display: inline-block;
  }

  .s\:inline {
    display: inline;
  }

  .s\:flex {
    display: flex;
  }

  .s\:inline-flex {
    display: inline-flex;
  }

  .s\:grid {
    display: grid;
  }

  .s\:table {
    display: table;
  }

  .s\:table-caption {
    display: table-caption;
  }

  .s\:table-cell {
    display: table-cell;
  }

  .s\:table-column {
    display: table-column;
  }

  .s\:table-column-group {
    display: table-column-group;
  }

  .s\:table-footer-group {
    display: table-footer-group;
  }

  .s\:table-header-group {
    display: table-header-group;
  }

  .s\:table-row-group {
    display: table-row-group;
  }

  .s\:table-row {
    display: table-row;
  }

  .s\:hidden {
    display: none;
  }

  .s\:flex-row {
    flex-direction: row;
  }

  .s\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .s\:flex-col {
    flex-direction: column;
  }

  .s\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .s\:flex-wrap {
    flex-wrap: wrap;
  }

  .s\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .s\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .s\:items-start {
    align-items: flex-start;
  }

  .s\:items-end {
    align-items: flex-end;
  }

  .s\:items-center {
    align-items: center;
  }

  .s\:items-baseline {
    align-items: baseline;
  }

  .s\:items-stretch {
    align-items: stretch;
  }

  .s\:self-auto {
    align-self: auto;
  }

  .s\:self-start {
    align-self: flex-start;
  }

  .s\:self-end {
    align-self: flex-end;
  }

  .s\:self-center {
    align-self: center;
  }

  .s\:self-stretch {
    align-self: stretch;
  }

  .s\:justify-start {
    justify-content: flex-start;
  }

  .s\:justify-end {
    justify-content: flex-end;
  }

  .s\:justify-center {
    justify-content: center;
  }

  .s\:justify-between {
    justify-content: space-between;
  }

  .s\:justify-around {
    justify-content: space-around;
  }

  .s\:justify-evenly {
    justify-content: space-evenly;
  }

  .s\:content-center {
    align-content: center;
  }

  .s\:content-start {
    align-content: flex-start;
  }

  .s\:content-end {
    align-content: flex-end;
  }

  .s\:content-between {
    align-content: space-between;
  }

  .s\:content-around {
    align-content: space-around;
  }

  .s\:flex-1 {
    flex: 1 1 0%;
  }

  .s\:flex-auto {
    flex: 1 1 auto;
  }

  .s\:flex-initial {
    flex: 0 1 auto;
  }

  .s\:flex-none {
    flex: none;
  }

  .s\:flex-grow-0 {
    flex-grow: 0;
  }

  .s\:flex-grow {
    flex-grow: 1;
  }

  .s\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .s\:flex-shrink {
    flex-shrink: 1;
  }

  .s\:order-1 {
    order: 1;
  }

  .s\:order-2 {
    order: 2;
  }

  .s\:order-3 {
    order: 3;
  }

  .s\:order-4 {
    order: 4;
  }

  .s\:order-5 {
    order: 5;
  }

  .s\:order-6 {
    order: 6;
  }

  .s\:order-7 {
    order: 7;
  }

  .s\:order-8 {
    order: 8;
  }

  .s\:order-9 {
    order: 9;
  }

  .s\:order-10 {
    order: 10;
  }

  .s\:order-11 {
    order: 11;
  }

  .s\:order-12 {
    order: 12;
  }

  .s\:order-first {
    order: -9999;
  }

  .s\:order-last {
    order: 9999;
  }

  .s\:order-none {
    order: 0;
  }

  .s\:float-right {
    float: right;
  }

  .s\:float-left {
    float: left;
  }

  .s\:float-none {
    float: none;
  }

  .s\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .s\:clear-left {
    clear: left;
  }

  .s\:clear-right {
    clear: right;
  }

  .s\:clear-both {
    clear: both;
  }

  .s\: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";
  }

  .s\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .s\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .s\:font-base {
    font-family: proxima-nova, sans-serif;
  }

  .s\:font-accent {
    font-family: freight-display-pro, serif;
  }

  .s\:font-hairline {
    font-weight: 100;
  }

  .s\:font-thin {
    font-weight: 200;
  }

  .s\:font-light {
    font-weight: 300;
  }

  .s\:font-normal {
    font-weight: 400;
  }

  .s\:font-medium {
    font-weight: 500;
  }

  .s\:font-semibold {
    font-weight: 600;
  }

  .s\:font-bold {
    font-weight: 700;
  }

  .s\:font-extrabold {
    font-weight: 800;
  }

  .s\:font-black {
    font-weight: 900;
  }

  .s\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .s\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .s\:hover\:font-light:hover {
    font-weight: 300;
  }

  .s\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .s\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .s\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .s\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .s\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .s\:hover\:font-black:hover {
    font-weight: 900;
  }

  .s\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .s\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .s\:focus\:font-light:focus {
    font-weight: 300;
  }

  .s\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .s\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .s\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .s\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .s\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .s\:focus\:font-black:focus {
    font-weight: 900;
  }

  .s\:h-0 {
    height: 0;
  }

  .s\:h-1 {
    height: 0.25rem;
  }

  .s\:h-2 {
    height: 0.5rem;
  }

  .s\:h-3 {
    height: 0.75rem;
  }

  .s\:h-4 {
    height: 1rem;
  }

  .s\:h-5 {
    height: 1.25rem;
  }

  .s\:h-6 {
    height: 1.5rem;
  }

  .s\:h-8 {
    height: 2rem;
  }

  .s\:h-10 {
    height: 2.5rem;
  }

  .s\:h-12 {
    height: 3rem;
  }

  .s\:h-16 {
    height: 4rem;
  }

  .s\:h-20 {
    height: 5rem;
  }

  .s\:h-24 {
    height: 6rem;
  }

  .s\:h-28 {
    height: 7rem;
  }

  .s\:h-32 {
    height: 8rem;
  }

  .s\:h-40 {
    height: 10rem;
  }

  .s\:h-48 {
    height: 12rem;
  }

  .s\:h-56 {
    height: 14rem;
  }

  .s\:h-64 {
    height: 16rem;
  }

  .s\:h-80 {
    height: 20rem;
  }

  .s\:h-auto {
    height: auto;
  }

  .s\:h-px {
    height: 1px;
  }

  .s\:h-full {
    height: 100%;
  }

  .s\:h-screen {
    height: 100vh;
  }

  .s\:leading-3 {
    line-height: .75rem;
  }

  .s\:leading-4 {
    line-height: 1rem;
  }

  .s\:leading-5 {
    line-height: 1.25rem;
  }

  .s\:leading-6 {
    line-height: 1.5rem;
  }

  .s\:leading-7 {
    line-height: 1.75rem;
  }

  .s\:leading-8 {
    line-height: 2rem;
  }

  .s\:leading-9 {
    line-height: 2.25rem;
  }

  .s\:leading-10 {
    line-height: 2.5rem;
  }

  .s\:leading-none {
    line-height: 1;
  }

  .s\:leading-tight {
    line-height: 1.25;
  }

  .s\:leading-snug {
    line-height: 1.375;
  }

  .s\:leading-normal {
    line-height: 1.5;
  }

  .s\:leading-relaxed {
    line-height: 1.625;
  }

  .s\:leading-loose {
    line-height: 2;
  }

  .s\:list-inside {
    list-style-position: inside;
  }

  .s\:list-outside {
    list-style-position: outside;
  }

  .s\:list-none {
    list-style-type: none;
  }

  .s\:list-disc {
    list-style-type: disc;
  }

  .s\:list-decimal {
    list-style-type: decimal;
  }

  .s\:m-0 {
    margin: 0;
  }

  .s\:m-1 {
    margin: 0.25rem;
  }

  .s\:m-2 {
    margin: 0.5rem;
  }

  .s\:m-3 {
    margin: 0.75rem;
  }

  .s\:m-4 {
    margin: 1rem;
  }

  .s\:m-5 {
    margin: 1.25rem;
  }

  .s\:m-6 {
    margin: 1.5rem;
  }

  .s\:m-8 {
    margin: 2rem;
  }

  .s\:m-10 {
    margin: 2.5rem;
  }

  .s\:m-12 {
    margin: 3rem;
  }

  .s\:m-16 {
    margin: 4rem;
  }

  .s\:m-20 {
    margin: 5rem;
  }

  .s\:m-24 {
    margin: 6rem;
  }

  .s\:m-32 {
    margin: 8rem;
  }

  .s\:m-40 {
    margin: 10rem;
  }

  .s\:m-48 {
    margin: 12rem;
  }

  .s\:m-56 {
    margin: 14rem;
  }

  .s\:m-64 {
    margin: 16rem;
  }

  .s\:m-auto {
    margin: auto;
  }

  .s\:m-px {
    margin: 1px;
  }

  .s\:-m-1 {
    margin: -0.25rem;
  }

  .s\:-m-2 {
    margin: -0.5rem;
  }

  .s\:-m-3 {
    margin: -0.75rem;
  }

  .s\:-m-4 {
    margin: -1rem;
  }

  .s\:-m-5 {
    margin: -1.25rem;
  }

  .s\:-m-6 {
    margin: -1.5rem;
  }

  .s\:-m-8 {
    margin: -2rem;
  }

  .s\:-m-10 {
    margin: -2.5rem;
  }

  .s\:-m-12 {
    margin: -3rem;
  }

  .s\:-m-16 {
    margin: -4rem;
  }

  .s\:-m-20 {
    margin: -5rem;
  }

  .s\:-m-24 {
    margin: -6rem;
  }

  .s\:-m-32 {
    margin: -8rem;
  }

  .s\:-m-40 {
    margin: -10rem;
  }

  .s\:-m-48 {
    margin: -12rem;
  }

  .s\:-m-56 {
    margin: -14rem;
  }

  .s\:-m-64 {
    margin: -16rem;
  }

  .s\:-m-px {
    margin: -1px;
  }

  .s\:m-1\/20 {
    margin: 5%;
  }

  .s\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .s\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .s\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .s\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .s\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .s\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .s\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .s\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .s\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .s\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .s\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .s\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .s\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .s\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .s\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .s\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .s\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .s\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .s\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .s\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .s\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .s\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .s\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .s\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .s\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .s\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .s\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .s\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .s\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .s\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .s\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .s\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .s\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .s\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .s\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .s\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .s\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .s\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .s\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .s\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .s\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .s\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .s\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .s\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .s\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .s\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .s\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .s\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .s\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .s\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .s\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .s\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .s\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .s\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .s\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .s\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .s\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .s\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .s\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .s\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .s\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .s\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .s\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .s\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .s\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .s\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .s\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .s\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .s\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .s\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .s\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .s\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .s\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .s\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .s\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .s\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .s\:my-1\/20 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .s\:mx-1\/20 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .s\:mt-0 {
    margin-top: 0;
  }

  .s\:mr-0 {
    margin-right: 0;
  }

  .s\:mb-0 {
    margin-bottom: 0;
  }

  .s\:ml-0 {
    margin-left: 0;
  }

  .s\:mt-1 {
    margin-top: 0.25rem;
  }

  .s\:mr-1 {
    margin-right: 0.25rem;
  }

  .s\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .s\:ml-1 {
    margin-left: 0.25rem;
  }

  .s\:mt-2 {
    margin-top: 0.5rem;
  }

  .s\:mr-2 {
    margin-right: 0.5rem;
  }

  .s\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .s\:ml-2 {
    margin-left: 0.5rem;
  }

  .s\:mt-3 {
    margin-top: 0.75rem;
  }

  .s\:mr-3 {
    margin-right: 0.75rem;
  }

  .s\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .s\:ml-3 {
    margin-left: 0.75rem;
  }

  .s\:mt-4 {
    margin-top: 1rem;
  }

  .s\:mr-4 {
    margin-right: 1rem;
  }

  .s\:mb-4 {
    margin-bottom: 1rem;
  }

  .s\:ml-4 {
    margin-left: 1rem;
  }

  .s\:mt-5 {
    margin-top: 1.25rem;
  }

  .s\:mr-5 {
    margin-right: 1.25rem;
  }

  .s\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .s\:ml-5 {
    margin-left: 1.25rem;
  }

  .s\:mt-6 {
    margin-top: 1.5rem;
  }

  .s\:mr-6 {
    margin-right: 1.5rem;
  }

  .s\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .s\:ml-6 {
    margin-left: 1.5rem;
  }

  .s\:mt-8 {
    margin-top: 2rem;
  }

  .s\:mr-8 {
    margin-right: 2rem;
  }

  .s\:mb-8 {
    margin-bottom: 2rem;
  }

  .s\:ml-8 {
    margin-left: 2rem;
  }

  .s\:mt-10 {
    margin-top: 2.5rem;
  }

  .s\:mr-10 {
    margin-right: 2.5rem;
  }

  .s\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .s\:ml-10 {
    margin-left: 2.5rem;
  }

  .s\:mt-12 {
    margin-top: 3rem;
  }

  .s\:mr-12 {
    margin-right: 3rem;
  }

  .s\:mb-12 {
    margin-bottom: 3rem;
  }

  .s\:ml-12 {
    margin-left: 3rem;
  }

  .s\:mt-16 {
    margin-top: 4rem;
  }

  .s\:mr-16 {
    margin-right: 4rem;
  }

  .s\:mb-16 {
    margin-bottom: 4rem;
  }

  .s\:ml-16 {
    margin-left: 4rem;
  }

  .s\:mt-20 {
    margin-top: 5rem;
  }

  .s\:mr-20 {
    margin-right: 5rem;
  }

  .s\:mb-20 {
    margin-bottom: 5rem;
  }

  .s\:ml-20 {
    margin-left: 5rem;
  }

  .s\:mt-24 {
    margin-top: 6rem;
  }

  .s\:mr-24 {
    margin-right: 6rem;
  }

  .s\:mb-24 {
    margin-bottom: 6rem;
  }

  .s\:ml-24 {
    margin-left: 6rem;
  }

  .s\:mt-32 {
    margin-top: 8rem;
  }

  .s\:mr-32 {
    margin-right: 8rem;
  }

  .s\:mb-32 {
    margin-bottom: 8rem;
  }

  .s\:ml-32 {
    margin-left: 8rem;
  }

  .s\:mt-40 {
    margin-top: 10rem;
  }

  .s\:mr-40 {
    margin-right: 10rem;
  }

  .s\:mb-40 {
    margin-bottom: 10rem;
  }

  .s\:ml-40 {
    margin-left: 10rem;
  }

  .s\:mt-48 {
    margin-top: 12rem;
  }

  .s\:mr-48 {
    margin-right: 12rem;
  }

  .s\:mb-48 {
    margin-bottom: 12rem;
  }

  .s\:ml-48 {
    margin-left: 12rem;
  }

  .s\:mt-56 {
    margin-top: 14rem;
  }

  .s\:mr-56 {
    margin-right: 14rem;
  }

  .s\:mb-56 {
    margin-bottom: 14rem;
  }

  .s\:ml-56 {
    margin-left: 14rem;
  }

  .s\:mt-64 {
    margin-top: 16rem;
  }

  .s\:mr-64 {
    margin-right: 16rem;
  }

  .s\:mb-64 {
    margin-bottom: 16rem;
  }

  .s\:ml-64 {
    margin-left: 16rem;
  }

  .s\:mt-auto {
    margin-top: auto;
  }

  .s\:mr-auto {
    margin-right: auto;
  }

  .s\:mb-auto {
    margin-bottom: auto;
  }

  .s\:ml-auto {
    margin-left: auto;
  }

  .s\:mt-px {
    margin-top: 1px;
  }

  .s\:mr-px {
    margin-right: 1px;
  }

  .s\:mb-px {
    margin-bottom: 1px;
  }

  .s\:ml-px {
    margin-left: 1px;
  }

  .s\:-mt-1 {
    margin-top: -0.25rem;
  }

  .s\:-mr-1 {
    margin-right: -0.25rem;
  }

  .s\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .s\:-ml-1 {
    margin-left: -0.25rem;
  }

  .s\:-mt-2 {
    margin-top: -0.5rem;
  }

  .s\:-mr-2 {
    margin-right: -0.5rem;
  }

  .s\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .s\:-ml-2 {
    margin-left: -0.5rem;
  }

  .s\:-mt-3 {
    margin-top: -0.75rem;
  }

  .s\:-mr-3 {
    margin-right: -0.75rem;
  }

  .s\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .s\:-ml-3 {
    margin-left: -0.75rem;
  }

  .s\:-mt-4 {
    margin-top: -1rem;
  }

  .s\:-mr-4 {
    margin-right: -1rem;
  }

  .s\:-mb-4 {
    margin-bottom: -1rem;
  }

  .s\:-ml-4 {
    margin-left: -1rem;
  }

  .s\:-mt-5 {
    margin-top: -1.25rem;
  }

  .s\:-mr-5 {
    margin-right: -1.25rem;
  }

  .s\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .s\:-ml-5 {
    margin-left: -1.25rem;
  }

  .s\:-mt-6 {
    margin-top: -1.5rem;
  }

  .s\:-mr-6 {
    margin-right: -1.5rem;
  }

  .s\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .s\:-ml-6 {
    margin-left: -1.5rem;
  }

  .s\:-mt-8 {
    margin-top: -2rem;
  }

  .s\:-mr-8 {
    margin-right: -2rem;
  }

  .s\:-mb-8 {
    margin-bottom: -2rem;
  }

  .s\:-ml-8 {
    margin-left: -2rem;
  }

  .s\:-mt-10 {
    margin-top: -2.5rem;
  }

  .s\:-mr-10 {
    margin-right: -2.5rem;
  }

  .s\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .s\:-ml-10 {
    margin-left: -2.5rem;
  }

  .s\:-mt-12 {
    margin-top: -3rem;
  }

  .s\:-mr-12 {
    margin-right: -3rem;
  }

  .s\:-mb-12 {
    margin-bottom: -3rem;
  }

  .s\:-ml-12 {
    margin-left: -3rem;
  }

  .s\:-mt-16 {
    margin-top: -4rem;
  }

  .s\:-mr-16 {
    margin-right: -4rem;
  }

  .s\:-mb-16 {
    margin-bottom: -4rem;
  }

  .s\:-ml-16 {
    margin-left: -4rem;
  }

  .s\:-mt-20 {
    margin-top: -5rem;
  }

  .s\:-mr-20 {
    margin-right: -5rem;
  }

  .s\:-mb-20 {
    margin-bottom: -5rem;
  }

  .s\:-ml-20 {
    margin-left: -5rem;
  }

  .s\:-mt-24 {
    margin-top: -6rem;
  }

  .s\:-mr-24 {
    margin-right: -6rem;
  }

  .s\:-mb-24 {
    margin-bottom: -6rem;
  }

  .s\:-ml-24 {
    margin-left: -6rem;
  }

  .s\:-mt-32 {
    margin-top: -8rem;
  }

  .s\:-mr-32 {
    margin-right: -8rem;
  }

  .s\:-mb-32 {
    margin-bottom: -8rem;
  }

  .s\:-ml-32 {
    margin-left: -8rem;
  }

  .s\:-mt-40 {
    margin-top: -10rem;
  }

  .s\:-mr-40 {
    margin-right: -10rem;
  }

  .s\:-mb-40 {
    margin-bottom: -10rem;
  }

  .s\:-ml-40 {
    margin-left: -10rem;
  }

  .s\:-mt-48 {
    margin-top: -12rem;
  }

  .s\:-mr-48 {
    margin-right: -12rem;
  }

  .s\:-mb-48 {
    margin-bottom: -12rem;
  }

  .s\:-ml-48 {
    margin-left: -12rem;
  }

  .s\:-mt-56 {
    margin-top: -14rem;
  }

  .s\:-mr-56 {
    margin-right: -14rem;
  }

  .s\:-mb-56 {
    margin-bottom: -14rem;
  }

  .s\:-ml-56 {
    margin-left: -14rem;
  }

  .s\:-mt-64 {
    margin-top: -16rem;
  }

  .s\:-mr-64 {
    margin-right: -16rem;
  }

  .s\:-mb-64 {
    margin-bottom: -16rem;
  }

  .s\:-ml-64 {
    margin-left: -16rem;
  }

  .s\:-mt-px {
    margin-top: -1px;
  }

  .s\:-mr-px {
    margin-right: -1px;
  }

  .s\:-mb-px {
    margin-bottom: -1px;
  }

  .s\:-ml-px {
    margin-left: -1px;
  }

  .s\:mt-1\/20 {
    margin-top: 5%;
  }

  .s\:mr-1\/20 {
    margin-right: 5%;
  }

  .s\:mb-1\/20 {
    margin-bottom: 5%;
  }

  .s\:ml-1\/20 {
    margin-left: 5%;
  }

  .s\:last\:m-0:last-child {
    margin: 0;
  }

  .s\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .s\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .s\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .s\:last\:m-4:last-child {
    margin: 1rem;
  }

  .s\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .s\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .s\:last\:m-8:last-child {
    margin: 2rem;
  }

  .s\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .s\:last\:m-12:last-child {
    margin: 3rem;
  }

  .s\:last\:m-16:last-child {
    margin: 4rem;
  }

  .s\:last\:m-20:last-child {
    margin: 5rem;
  }

  .s\:last\:m-24:last-child {
    margin: 6rem;
  }

  .s\:last\:m-32:last-child {
    margin: 8rem;
  }

  .s\:last\:m-40:last-child {
    margin: 10rem;
  }

  .s\:last\:m-48:last-child {
    margin: 12rem;
  }

  .s\:last\:m-56:last-child {
    margin: 14rem;
  }

  .s\:last\:m-64:last-child {
    margin: 16rem;
  }

  .s\:last\:m-auto:last-child {
    margin: auto;
  }

  .s\:last\:m-px:last-child {
    margin: 1px;
  }

  .s\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .s\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .s\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .s\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .s\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .s\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .s\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .s\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .s\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .s\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .s\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .s\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .s\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .s\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .s\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .s\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .s\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .s\:last\:-m-px:last-child {
    margin: -1px;
  }

  .s\:last\:m-1\/20:last-child {
    margin: 5%;
  }

  .s\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .s\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .s\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .s\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .s\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .s\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .s\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .s\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .s\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .s\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .s\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .s\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .s\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .s\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .s\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .s\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .s\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .s\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .s\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .s\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .s\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .s\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .s\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .s\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .s\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .s\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .s\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .s\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .s\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .s\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .s\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .s\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .s\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .s\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .s\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .s\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .s\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .s\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .s\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .s\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .s\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .s\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .s\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .s\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .s\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .s\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .s\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .s\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .s\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .s\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .s\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .s\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .s\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .s\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .s\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .s\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .s\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .s\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .s\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .s\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .s\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .s\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .s\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .s\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .s\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .s\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .s\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .s\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .s\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .s\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .s\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .s\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .s\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .s\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .s\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .s\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .s\:last\:my-1\/20:last-child {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .s\:last\:mx-1\/20:last-child {
    margin-left: 5%;
    margin-right: 5%;
  }

  .s\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .s\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .s\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .s\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .s\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .s\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .s\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .s\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .s\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .s\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .s\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .s\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .s\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .s\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .s\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .s\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .s\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .s\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .s\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .s\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .s\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .s\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .s\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .s\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .s\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .s\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .s\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .s\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .s\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .s\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .s\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .s\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .s\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .s\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .s\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .s\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .s\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .s\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .s\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .s\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .s\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .s\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .s\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .s\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .s\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .s\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .s\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .s\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .s\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .s\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .s\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .s\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .s\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .s\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .s\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .s\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .s\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .s\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .s\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .s\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .s\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .s\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .s\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .s\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .s\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .s\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .s\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .s\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .s\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .s\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .s\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .s\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .s\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .s\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .s\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .s\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .s\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .s\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .s\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .s\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .s\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .s\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .s\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .s\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .s\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .s\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .s\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .s\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .s\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .s\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .s\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .s\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .s\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .s\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .s\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .s\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .s\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .s\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .s\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .s\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .s\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .s\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .s\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .s\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .s\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .s\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .s\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .s\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .s\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .s\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .s\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .s\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .s\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .s\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .s\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .s\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .s\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .s\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .s\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .s\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .s\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .s\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .s\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .s\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .s\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .s\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .s\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .s\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .s\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .s\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .s\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .s\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .s\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .s\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .s\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .s\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .s\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .s\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .s\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .s\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .s\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .s\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .s\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .s\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .s\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .s\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .s\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .s\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .s\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .s\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .s\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .s\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .s\:last\:mt-1\/20:last-child {
    margin-top: 5%;
  }

  .s\:last\:mr-1\/20:last-child {
    margin-right: 5%;
  }

  .s\:last\:mb-1\/20:last-child {
    margin-bottom: 5%;
  }

  .s\:last\:ml-1\/20:last-child {
    margin-left: 5%;
  }

  .s\:max-h-full {
    max-height: 100%;
  }

  .s\:max-h-screen {
    max-height: 100vh;
  }

  .s\:max-w-none {
    max-width: none;
  }

  .s\:max-w-xs {
    max-width: 20rem;
  }

  .s\:max-w-sm {
    max-width: 24rem;
  }

  .s\:max-w-md {
    max-width: 28rem;
  }

  .s\:max-w-lg {
    max-width: 32rem;
  }

  .s\:max-w-xl {
    max-width: 36rem;
  }

  .s\:max-w-2xl {
    max-width: 42rem;
  }

  .s\:max-w-3xl {
    max-width: 48rem;
  }

  .s\:max-w-4xl {
    max-width: 56rem;
  }

  .s\:max-w-5xl {
    max-width: 64rem;
  }

  .s\:max-w-6xl {
    max-width: 72rem;
  }

  .s\:max-w-full {
    max-width: 100%;
  }

  .s\:min-h-0 {
    min-height: 0;
  }

  .s\:min-h-full {
    min-height: 100%;
  }

  .s\:min-h-screen {
    min-height: 100vh;
  }

  .s\:min-w-0 {
    min-width: 0;
  }

  .s\:min-w-full {
    min-width: 100%;
  }

  .s\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .s\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .s\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .s\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .s\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .s\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .s\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .s\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .s\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .s\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .s\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .s\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .s\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .s\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .s\:opacity-0 {
    opacity: 0;
  }

  .s\:opacity-25 {
    opacity: 0.25;
  }

  .s\:opacity-50 {
    opacity: 0.5;
  }

  .s\:opacity-75 {
    opacity: 0.75;
  }

  .s\:opacity-100 {
    opacity: 1;
  }

  .s\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .s\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .s\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .s\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .s\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .s\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .s\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .s\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .s\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .s\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .s\:outline-none {
    outline: 0;
  }

  .s\:focus\:outline-none:focus {
    outline: 0;
  }

  .s\:overflow-auto {
    overflow: auto;
  }

  .s\:overflow-hidden {
    overflow: hidden;
  }

  .s\:overflow-visible {
    overflow: visible;
  }

  .s\:overflow-scroll {
    overflow: scroll;
  }

  .s\:overflow-x-auto {
    overflow-x: auto;
  }

  .s\:overflow-y-auto {
    overflow-y: auto;
  }

  .s\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .s\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .s\:overflow-x-visible {
    overflow-x: visible;
  }

  .s\:overflow-y-visible {
    overflow-y: visible;
  }

  .s\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .s\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .s\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .s\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .s\:p-0 {
    padding: 0;
  }

  .s\:p-1 {
    padding: 0.25rem;
  }

  .s\:p-2 {
    padding: 0.5rem;
  }

  .s\:p-3 {
    padding: 0.75rem;
  }

  .s\:p-4 {
    padding: 1rem;
  }

  .s\:p-5 {
    padding: 1.25rem;
  }

  .s\:p-6 {
    padding: 1.5rem;
  }

  .s\:p-8 {
    padding: 2rem;
  }

  .s\:p-10 {
    padding: 2.5rem;
  }

  .s\:p-12 {
    padding: 3rem;
  }

  .s\:p-16 {
    padding: 4rem;
  }

  .s\:p-20 {
    padding: 5rem;
  }

  .s\:p-24 {
    padding: 6rem;
  }

  .s\:p-32 {
    padding: 8rem;
  }

  .s\:p-40 {
    padding: 10rem;
  }

  .s\:p-48 {
    padding: 12rem;
  }

  .s\:p-56 {
    padding: 14rem;
  }

  .s\:p-64 {
    padding: 16rem;
  }

  .s\:p-px {
    padding: 1px;
  }

  .s\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .s\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .s\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .s\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .s\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .s\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .s\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .s\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .s\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .s\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .s\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .s\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .s\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .s\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .s\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .s\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .s\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .s\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .s\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .s\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .s\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .s\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .s\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .s\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .s\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .s\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .s\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .s\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .s\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .s\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .s\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .s\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .s\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .s\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .s\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .s\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .s\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .s\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .s\:pt-0 {
    padding-top: 0;
  }

  .s\:pr-0 {
    padding-right: 0;
  }

  .s\:pb-0 {
    padding-bottom: 0;
  }

  .s\:pl-0 {
    padding-left: 0;
  }

  .s\:pt-1 {
    padding-top: 0.25rem;
  }

  .s\:pr-1 {
    padding-right: 0.25rem;
  }

  .s\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .s\:pl-1 {
    padding-left: 0.25rem;
  }

  .s\:pt-2 {
    padding-top: 0.5rem;
  }

  .s\:pr-2 {
    padding-right: 0.5rem;
  }

  .s\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .s\:pl-2 {
    padding-left: 0.5rem;
  }

  .s\:pt-3 {
    padding-top: 0.75rem;
  }

  .s\:pr-3 {
    padding-right: 0.75rem;
  }

  .s\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .s\:pl-3 {
    padding-left: 0.75rem;
  }

  .s\:pt-4 {
    padding-top: 1rem;
  }

  .s\:pr-4 {
    padding-right: 1rem;
  }

  .s\:pb-4 {
    padding-bottom: 1rem;
  }

  .s\:pl-4 {
    padding-left: 1rem;
  }

  .s\:pt-5 {
    padding-top: 1.25rem;
  }

  .s\:pr-5 {
    padding-right: 1.25rem;
  }

  .s\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .s\:pl-5 {
    padding-left: 1.25rem;
  }

  .s\:pt-6 {
    padding-top: 1.5rem;
  }

  .s\:pr-6 {
    padding-right: 1.5rem;
  }

  .s\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .s\:pl-6 {
    padding-left: 1.5rem;
  }

  .s\:pt-8 {
    padding-top: 2rem;
  }

  .s\:pr-8 {
    padding-right: 2rem;
  }

  .s\:pb-8 {
    padding-bottom: 2rem;
  }

  .s\:pl-8 {
    padding-left: 2rem;
  }

  .s\:pt-10 {
    padding-top: 2.5rem;
  }

  .s\:pr-10 {
    padding-right: 2.5rem;
  }

  .s\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .s\:pl-10 {
    padding-left: 2.5rem;
  }

  .s\:pt-12 {
    padding-top: 3rem;
  }

  .s\:pr-12 {
    padding-right: 3rem;
  }

  .s\:pb-12 {
    padding-bottom: 3rem;
  }

  .s\:pl-12 {
    padding-left: 3rem;
  }

  .s\:pt-16 {
    padding-top: 4rem;
  }

  .s\:pr-16 {
    padding-right: 4rem;
  }

  .s\:pb-16 {
    padding-bottom: 4rem;
  }

  .s\:pl-16 {
    padding-left: 4rem;
  }

  .s\:pt-20 {
    padding-top: 5rem;
  }

  .s\:pr-20 {
    padding-right: 5rem;
  }

  .s\:pb-20 {
    padding-bottom: 5rem;
  }

  .s\:pl-20 {
    padding-left: 5rem;
  }

  .s\:pt-24 {
    padding-top: 6rem;
  }

  .s\:pr-24 {
    padding-right: 6rem;
  }

  .s\:pb-24 {
    padding-bottom: 6rem;
  }

  .s\:pl-24 {
    padding-left: 6rem;
  }

  .s\:pt-32 {
    padding-top: 8rem;
  }

  .s\:pr-32 {
    padding-right: 8rem;
  }

  .s\:pb-32 {
    padding-bottom: 8rem;
  }

  .s\:pl-32 {
    padding-left: 8rem;
  }

  .s\:pt-40 {
    padding-top: 10rem;
  }

  .s\:pr-40 {
    padding-right: 10rem;
  }

  .s\:pb-40 {
    padding-bottom: 10rem;
  }

  .s\:pl-40 {
    padding-left: 10rem;
  }

  .s\:pt-48 {
    padding-top: 12rem;
  }

  .s\:pr-48 {
    padding-right: 12rem;
  }

  .s\:pb-48 {
    padding-bottom: 12rem;
  }

  .s\:pl-48 {
    padding-left: 12rem;
  }

  .s\:pt-56 {
    padding-top: 14rem;
  }

  .s\:pr-56 {
    padding-right: 14rem;
  }

  .s\:pb-56 {
    padding-bottom: 14rem;
  }

  .s\:pl-56 {
    padding-left: 14rem;
  }

  .s\:pt-64 {
    padding-top: 16rem;
  }

  .s\:pr-64 {
    padding-right: 16rem;
  }

  .s\:pb-64 {
    padding-bottom: 16rem;
  }

  .s\:pl-64 {
    padding-left: 16rem;
  }

  .s\:pt-px {
    padding-top: 1px;
  }

  .s\:pr-px {
    padding-right: 1px;
  }

  .s\:pb-px {
    padding-bottom: 1px;
  }

  .s\:pl-px {
    padding-left: 1px;
  }

  .s\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .s\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .s\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .s\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .s\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .s\:placeholder-black::placeholder {
    color: #000;
  }

  .s\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .s\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .s\:placeholder-white::placeholder {
    color: #fff;
  }

  .s\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .s\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .s\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .s\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .s\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .s\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .s\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .s\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .s\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .s\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .s\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .s\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .s\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .s\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .s\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .s\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .s\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .s\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .s\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .s\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .s\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .s\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .s\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .s\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .s\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .s\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .s\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .s\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .s\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .s\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .s\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .s\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .s\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .s\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .s\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .s\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .s\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .s\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .s\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .s\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .s\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .s\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .s\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .s\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .s\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .s\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .s\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .s\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .s\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .s\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .s\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .s\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .s\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .s\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .s\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .s\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .s\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .s\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .s\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .s\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .s\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .s\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .s\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .s\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .s\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .s\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .s\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .s\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .s\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .s\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .s\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .s\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .s\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .s\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .s\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .s\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .s\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .s\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .s\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .s\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .s\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .s\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .s\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .s\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .s\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .s\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .s\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .s\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .s\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .s\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .s\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .s\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .s\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .s\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .s\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .s\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .s\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .s\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .s\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .s\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .s\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .s\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .s\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .s\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .s\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .s\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .s\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .s\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .s\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .s\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .s\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .s\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .s\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .s\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .s\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .s\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .s\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .s\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .s\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .s\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .s\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .s\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .s\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .s\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .s\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .s\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .s\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .s\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .s\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .s\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .s\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .s\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .s\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .s\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .s\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .s\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .s\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .s\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .s\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .s\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .s\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .s\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .s\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .s\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .s\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .s\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .s\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .s\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .s\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .s\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .s\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .s\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .s\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .s\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .s\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .s\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .s\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .s\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .s\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .s\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .s\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .s\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .s\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .s\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .s\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .s\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .s\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .s\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .s\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .s\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .s\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .s\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .s\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .s\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .s\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .s\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .s\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .s\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .s\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .s\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .s\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .s\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .s\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .s\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .s\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .s\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .s\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .s\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .s\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .s\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .s\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .s\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .s\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .s\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .s\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .s\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .s\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .s\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .s\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .s\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .s\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .s\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .s\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .s\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .s\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .s\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .s\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .s\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .s\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .s\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .s\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .s\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .s\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .s\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .s\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .s\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .s\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .s\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .s\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .s\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .s\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .s\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .s\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .s\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .s\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .s\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .s\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .s\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .s\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .s\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .s\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .s\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .s\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .s\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .s\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .s\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .s\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .s\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .s\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .s\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .s\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .s\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .s\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .s\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .s\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .s\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .s\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .s\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .s\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .s\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .s\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .s\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .s\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .s\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .s\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .s\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .s\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .s\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .s\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .s\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .s\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .s\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .s\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .s\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .s\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .s\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .s\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .s\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .s\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .s\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .s\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .s\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .s\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .s\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .s\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .s\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .s\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .s\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .s\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .s\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .s\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .s\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .s\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .s\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .s\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .s\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .s\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .s\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .s\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .s\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .s\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .s\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .s\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .s\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .s\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .s\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .s\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .s\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .s\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .s\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .s\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .s\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .s\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .s\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .s\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .s\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .s\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .s\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .s\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .s\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .s\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .s\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .s\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .s\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .s\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .s\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .s\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .s\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .s\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .s\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .s\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .s\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .s\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .s\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .s\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .s\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .s\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .s\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .s\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .s\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .s\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .s\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .s\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .s\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .s\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .s\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .s\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .s\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .s\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .s\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .s\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .s\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .s\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .s\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .s\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .s\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .s\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .s\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .s\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .s\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .s\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .s\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .s\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .s\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .s\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .s\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .s\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .s\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .s\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .s\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .s\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .s\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .s\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .s\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .s\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .s\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .s\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .s\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .s\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .s\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .s\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .s\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .s\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .s\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .s\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .s\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .s\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .s\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .s\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .s\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .s\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .s\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .s\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .s\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .s\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .s\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .s\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .s\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .s\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .s\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .s\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .s\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .s\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .s\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .s\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .s\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .s\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .s\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .s\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .s\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .s\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .s\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .s\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .s\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .s\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .s\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .s\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .s\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .s\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .s\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .s\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .s\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .s\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .s\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .s\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .s\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .s\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .s\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .s\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .s\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .s\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .s\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .s\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .s\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .s\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .s\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .s\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .s\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .s\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .s\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .s\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .s\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .s\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .s\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .s\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .s\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .s\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .s\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .s\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .s\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .s\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .s\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .s\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .s\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .s\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .s\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .s\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .s\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .s\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .s\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .s\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .s\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .s\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .s\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .s\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .s\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .s\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .s\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .s\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .s\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .s\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .s\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .s\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .s\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .s\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .s\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .s\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .s\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .s\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .s\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .s\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .s\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .s\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .s\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .s\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .s\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .s\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .s\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .s\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .s\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .s\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .s\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .s\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .s\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .s\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .s\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .s\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .s\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .s\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .s\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .s\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .s\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .s\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .s\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .s\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .s\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .s\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .s\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .s\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .s\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .s\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .s\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .s\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .s\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .s\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .s\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .s\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .s\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .s\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .s\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .s\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .s\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .s\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .s\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .s\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .s\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .s\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .s\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .s\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .s\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .s\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .s\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .s\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .s\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .s\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .s\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .s\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .s\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .s\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .s\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .s\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .s\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .s\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .s\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .s\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .s\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .s\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .s\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .s\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .s\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .s\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .s\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .s\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .s\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .s\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .s\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .s\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .s\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .s\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .s\:pointer-events-none {
    pointer-events: none;
  }

  .s\:pointer-events-auto {
    pointer-events: auto;
  }

  .s\:static {
    position: static;
  }

  .s\:fixed {
    position: fixed;
  }

  .s\:absolute {
    position: absolute;
  }

  .s\:relative {
    position: relative;
  }

  .s\:sticky {
    position: sticky;
  }

  .s\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .s\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .s\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .s\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .s\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .s\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .s\:top-0 {
    top: 0;
  }

  .s\:right-0 {
    right: 0;
  }

  .s\:bottom-0 {
    bottom: 0;
  }

  .s\:left-0 {
    left: 0;
  }

  .s\:top-auto {
    top: auto;
  }

  .s\:right-auto {
    right: auto;
  }

  .s\:bottom-auto {
    bottom: auto;
  }

  .s\:left-auto {
    left: auto;
  }

  .s\:resize-none {
    resize: none;
  }

  .s\:resize-y {
    resize: vertical;
  }

  .s\:resize-x {
    resize: horizontal;
  }

  .s\:resize {
    resize: both;
  }

  .s\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .s\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .s\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .s\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .s\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .s\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .s\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .s\:shadow-none {
    box-shadow: none;
  }

  .s\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .s\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .s\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .s\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .s\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .s\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .s\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .s\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .s\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .s\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .s\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .s\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .s\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .s\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .s\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .s\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .s\:fill-current {
    fill: currentColor;
  }

  .s\:stroke-current {
    stroke: currentColor;
  }

  .s\:stroke-0 {
    stroke-width: 0;
  }

  .s\:stroke-1 {
    stroke-width: 1;
  }

  .s\:stroke-2 {
    stroke-width: 2;
  }

  .s\:table-auto {
    table-layout: auto;
  }

  .s\:table-fixed {
    table-layout: fixed;
  }

  .s\:text-left {
    text-align: left;
  }

  .s\:text-center {
    text-align: center;
  }

  .s\:text-right {
    text-align: right;
  }

  .s\:text-justify {
    text-align: justify;
  }

  .s\:text-transparent {
    color: transparent;
  }

  .s\:text-black {
    color: #000;
  }

  .s\:text-white {
    color: #fff;
  }

  .s\:text-gray-100 {
    color: #f7fafc;
  }

  .s\:text-gray-200 {
    color: #edf2f7;
  }

  .s\:text-gray-300 {
    color: #e2e8f0;
  }

  .s\:text-gray-400 {
    color: #cbd5e0;
  }

  .s\:text-gray-500 {
    color: #a0aec0;
  }

  .s\:text-gray-600 {
    color: #718096;
  }

  .s\:text-gray-700 {
    color: #4a5568;
  }

  .s\:text-gray-800 {
    color: #2d3748;
  }

  .s\:text-gray-900 {
    color: #1a202c;
  }

  .s\:text-red-100 {
    color: #fff5f5;
  }

  .s\:text-red-200 {
    color: #fed7d7;
  }

  .s\:text-red-300 {
    color: #feb2b2;
  }

  .s\:text-red-400 {
    color: #fc8181;
  }

  .s\:text-red-500 {
    color: #f56565;
  }

  .s\:text-red-600 {
    color: #e53e3e;
  }

  .s\:text-red-700 {
    color: #c53030;
  }

  .s\:text-red-800 {
    color: #9b2c2c;
  }

  .s\:text-red-900 {
    color: #742a2a;
  }

  .s\:text-orange-100 {
    color: #fffaf0;
  }

  .s\:text-orange-200 {
    color: #feebc8;
  }

  .s\:text-orange-300 {
    color: #fbd38d;
  }

  .s\:text-orange-400 {
    color: #f6ad55;
  }

  .s\:text-orange-500 {
    color: #ed8936;
  }

  .s\:text-orange-600 {
    color: #dd6b20;
  }

  .s\:text-orange-700 {
    color: #c05621;
  }

  .s\:text-orange-800 {
    color: #9c4221;
  }

  .s\:text-orange-900 {
    color: #7b341e;
  }

  .s\:text-yellow-100 {
    color: #fffff0;
  }

  .s\:text-yellow-200 {
    color: #fefcbf;
  }

  .s\:text-yellow-300 {
    color: #faf089;
  }

  .s\:text-yellow-400 {
    color: #f6e05e;
  }

  .s\:text-yellow-500 {
    color: #ecc94b;
  }

  .s\:text-yellow-600 {
    color: #d69e2e;
  }

  .s\:text-yellow-700 {
    color: #b7791f;
  }

  .s\:text-yellow-800 {
    color: #975a16;
  }

  .s\:text-yellow-900 {
    color: #744210;
  }

  .s\:text-green-100 {
    color: #f0fff4;
  }

  .s\:text-green-200 {
    color: #c6f6d5;
  }

  .s\:text-green-300 {
    color: #9ae6b4;
  }

  .s\:text-green-400 {
    color: #68d391;
  }

  .s\:text-green-500 {
    color: #48bb78;
  }

  .s\:text-green-600 {
    color: #38a169;
  }

  .s\:text-green-700 {
    color: #2f855a;
  }

  .s\:text-green-800 {
    color: #276749;
  }

  .s\:text-green-900 {
    color: #22543d;
  }

  .s\:text-teal-100 {
    color: #e6fffa;
  }

  .s\:text-teal-200 {
    color: #b2f5ea;
  }

  .s\:text-teal-300 {
    color: #81e6d9;
  }

  .s\:text-teal-400 {
    color: #4fd1c5;
  }

  .s\:text-teal-500 {
    color: #38b2ac;
  }

  .s\:text-teal-600 {
    color: #319795;
  }

  .s\:text-teal-700 {
    color: #2c7a7b;
  }

  .s\:text-teal-800 {
    color: #285e61;
  }

  .s\:text-teal-900 {
    color: #234e52;
  }

  .s\:text-blue-100 {
    color: #ebf8ff;
  }

  .s\:text-blue-200 {
    color: #bee3f8;
  }

  .s\:text-blue-300 {
    color: #90cdf4;
  }

  .s\:text-blue-400 {
    color: #63b3ed;
  }

  .s\:text-blue-500 {
    color: #4299e1;
  }

  .s\:text-blue-600 {
    color: #3182ce;
  }

  .s\:text-blue-700 {
    color: #2b6cb0;
  }

  .s\:text-blue-800 {
    color: #2c5282;
  }

  .s\:text-blue-900 {
    color: #2a4365;
  }

  .s\:text-indigo-100 {
    color: #ebf4ff;
  }

  .s\:text-indigo-200 {
    color: #c3dafe;
  }

  .s\:text-indigo-300 {
    color: #a3bffa;
  }

  .s\:text-indigo-400 {
    color: #7f9cf5;
  }

  .s\:text-indigo-500 {
    color: #667eea;
  }

  .s\:text-indigo-600 {
    color: #5a67d8;
  }

  .s\:text-indigo-700 {
    color: #4c51bf;
  }

  .s\:text-indigo-800 {
    color: #434190;
  }

  .s\:text-indigo-900 {
    color: #3c366b;
  }

  .s\:text-purple-100 {
    color: #faf5ff;
  }

  .s\:text-purple-200 {
    color: #e9d8fd;
  }

  .s\:text-purple-300 {
    color: #d6bcfa;
  }

  .s\:text-purple-400 {
    color: #b794f4;
  }

  .s\:text-purple-500 {
    color: #9f7aea;
  }

  .s\:text-purple-600 {
    color: #805ad5;
  }

  .s\:text-purple-700 {
    color: #6b46c1;
  }

  .s\:text-purple-800 {
    color: #553c9a;
  }

  .s\:text-purple-900 {
    color: #44337a;
  }

  .s\:text-pink-100 {
    color: #fff5f7;
  }

  .s\:text-pink-200 {
    color: #fed7e2;
  }

  .s\:text-pink-300 {
    color: #fbb6ce;
  }

  .s\:text-pink-400 {
    color: #f687b3;
  }

  .s\:text-pink-500 {
    color: #ed64a6;
  }

  .s\:text-pink-600 {
    color: #d53f8c;
  }

  .s\:text-pink-700 {
    color: #b83280;
  }

  .s\:text-pink-800 {
    color: #97266d;
  }

  .s\:text-pink-900 {
    color: #702459;
  }

  .s\:text-grey {
    color: #CCCCCC;
  }

  .s\:text-darkgrey {
    color: #BDBDBD;
  }

  .s\:text-searchplaceholder {
    color: #ddddde;
  }

  .s\:hover\:text-transparent:hover {
    color: transparent;
  }

  .s\:hover\:text-black:hover {
    color: #000;
  }

  .s\:hover\:text-white:hover {
    color: #fff;
  }

  .s\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .s\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .s\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .s\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .s\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .s\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .s\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .s\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .s\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .s\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .s\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .s\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .s\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .s\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .s\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .s\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .s\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .s\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .s\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .s\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .s\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .s\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .s\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .s\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .s\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .s\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .s\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .s\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .s\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .s\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .s\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .s\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .s\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .s\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .s\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .s\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .s\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .s\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .s\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .s\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .s\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .s\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .s\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .s\:hover\:text-green-800:hover {
    color: #276749;
  }

  .s\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .s\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .s\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .s\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .s\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .s\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .s\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .s\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .s\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .s\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .s\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .s\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .s\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .s\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .s\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .s\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .s\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .s\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .s\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .s\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .s\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .s\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .s\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .s\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .s\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .s\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .s\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .s\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .s\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .s\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .s\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .s\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .s\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .s\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .s\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .s\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .s\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .s\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .s\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .s\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .s\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .s\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .s\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .s\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .s\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .s\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .s\:hover\:text-grey:hover {
    color: #CCCCCC;
  }

  .s\:hover\:text-darkgrey:hover {
    color: #BDBDBD;
  }

  .s\:hover\:text-searchplaceholder:hover {
    color: #ddddde;
  }

  .s\:focus\:text-transparent:focus {
    color: transparent;
  }

  .s\:focus\:text-black:focus {
    color: #000;
  }

  .s\:focus\:text-white:focus {
    color: #fff;
  }

  .s\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .s\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .s\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .s\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .s\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .s\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .s\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .s\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .s\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .s\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .s\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .s\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .s\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .s\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .s\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .s\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .s\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .s\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .s\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .s\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .s\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .s\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .s\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .s\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .s\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .s\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .s\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .s\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .s\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .s\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .s\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .s\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .s\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .s\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .s\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .s\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .s\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .s\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .s\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .s\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .s\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .s\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .s\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .s\:focus\:text-green-800:focus {
    color: #276749;
  }

  .s\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .s\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .s\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .s\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .s\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .s\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .s\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .s\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .s\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .s\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .s\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .s\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .s\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .s\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .s\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .s\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .s\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .s\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .s\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .s\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .s\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .s\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .s\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .s\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .s\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .s\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .s\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .s\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .s\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .s\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .s\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .s\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .s\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .s\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .s\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .s\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .s\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .s\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .s\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .s\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .s\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .s\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .s\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .s\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .s\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .s\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .s\:focus\:text-grey:focus {
    color: #CCCCCC;
  }

  .s\:focus\:text-darkgrey:focus {
    color: #BDBDBD;
  }

  .s\:focus\:text-searchplaceholder:focus {
    color: #ddddde;
  }

  .s\:text-10 {
    font-size: 10px;
  }

  .s\:text-11 {
    font-size: 11px;
  }

  .s\:text-12 {
    font-size: 12px;
  }

  .s\:text-13 {
    font-size: 13px;
  }

  .s\:text-14 {
    font-size: 14px;
  }

  .s\:text-15 {
    font-size: 15px;
  }

  .s\:text-23 {
    font-size: 23px;
  }

  .s\:text-25 {
    font-size: 25px;
  }

  .s\:text-30 {
    font-size: 30px;
  }

  .s\:text-45 {
    font-size: 45px;
  }

  .s\:text-xs {
    font-size: 0.8rem;
  }

  .s\:text-sm {
    font-size: 0.875rem;
  }

  .s\:text-base {
    font-size: 1rem;
  }

  .s\:text-lg {
    font-size: 1.125rem;
  }

  .s\:text-xl {
    font-size: 1.25rem;
  }

  .s\:text-2xl {
    font-size: 1.5rem;
  }

  .s\:text-3xl {
    font-size: 1.875rem;
  }

  .s\:text-4xl {
    font-size: 2.25rem;
  }

  .s\:text-5xl {
    font-size: 3rem;
  }

  .s\:text-6xl {
    font-size: 4rem;
  }

  .s\:text-xxs {
    font-size: 0.625rem;
  }

  .s\:text-s {
    font-size: 0.9375rem;
  }

  .s\:text-md {
    font-size: 1rem;
  }

  .s\:text-heroxl {
    font-size: 6rem;
  }

  .s\:text-superxl {
    font-size: 8rem;
  }

  .s\:italic {
    font-style: italic;
  }

  .s\:not-italic {
    font-style: normal;
  }

  .s\:uppercase {
    text-transform: uppercase;
  }

  .s\:lowercase {
    text-transform: lowercase;
  }

  .s\:capitalize {
    text-transform: capitalize;
  }

  .s\:normal-case {
    text-transform: none;
  }

  .s\:underline {
    text-decoration: underline;
  }

  .s\:line-through {
    text-decoration: line-through;
  }

  .s\:no-underline {
    text-decoration: none;
  }

  .s\:hover\:underline:hover {
    text-decoration: underline;
  }

  .s\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .s\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .s\:focus\:underline:focus {
    text-decoration: underline;
  }

  .s\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .s\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .s\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .s\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .s\:tracking-1 {
    letter-spacing: 1px;
  }

  .s\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .s\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .s\:tracking-normal {
    letter-spacing: 0;
  }

  .s\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .s\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .s\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .s\:tracking-0p1 {
    letter-spacing: 0.1em;
  }

  .s\:tracking-xwidest {
    letter-spacing: 0.15em;
  }

  .s\:tracking-0p55 {
    letter-spacing: 0.55px;
  }

  .s\:tracking-2p1 {
    letter-spacing: 2.1px;
  }

  .s\:select-none {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }

  .s\:select-text {
    -moz-user-select: text;
     -ms-user-select: text;
         user-select: text;
  }

  .s\:select-all {
    -moz-user-select: all;
     -ms-user-select: all;
         user-select: all;
  }

  .s\:select-auto {
    -moz-user-select: auto;
     -ms-user-select: auto;
         user-select: auto;
  }

  .s\:align-baseline {
    vertical-align: baseline;
  }

  .s\:align-top {
    vertical-align: top;
  }

  .s\:align-middle {
    vertical-align: middle;
  }

  .s\:align-bottom {
    vertical-align: bottom;
  }

  .s\:align-text-top {
    vertical-align: text-top;
  }

  .s\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .s\:visible {
    visibility: visible;
  }

  .s\:invisible {
    visibility: hidden;
  }

  .s\:whitespace-normal {
    white-space: normal;
  }

  .s\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .s\:whitespace-pre {
    white-space: pre;
  }

  .s\:whitespace-pre-line {
    white-space: pre-line;
  }

  .s\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .s\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .s\:break-words {
    overflow-wrap: break-word;
  }

  .s\:break-all {
    word-break: break-all;
  }

  .s\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .s\:w-0 {
    width: 0;
  }

  .s\:w-1 {
    width: 0.25rem;
  }

  .s\:w-2 {
    width: 0.5rem;
  }

  .s\:w-3 {
    width: 0.75rem;
  }

  .s\:w-4 {
    width: 1rem;
  }

  .s\:w-5 {
    width: 1.25rem;
  }

  .s\:w-6 {
    width: 1.5rem;
  }

  .s\:w-8 {
    width: 2rem;
  }

  .s\:w-10 {
    width: 2.5rem;
  }

  .s\:w-12 {
    width: 3rem;
  }

  .s\:w-16 {
    width: 4rem;
  }

  .s\:w-20 {
    width: 5rem;
  }

  .s\:w-24 {
    width: 6rem;
  }

  .s\:w-28 {
    width: 7rem;
  }

  .s\:w-32 {
    width: 8rem;
  }

  .s\:w-40 {
    width: 10rem;
  }

  .s\:w-48 {
    width: 12rem;
  }

  .s\:w-56 {
    width: 14rem;
  }

  .s\:w-64 {
    width: 16rem;
  }

  .s\:w-72 {
    width: 18rem;
  }

  .s\:w-80 {
    width: 22rem;
  }

  .s\:w-96 {
    width: 26rem;
  }

  .s\:w-128 {
    width: 30rem;
  }

  .s\:w-200 {
    width: 12.5rem;
  }

  .s\:w-400 {
    width: 25rem;
  }

  .s\:w-500 {
    width: 31.25rem;
  }

  .s\:w-600 {
    width: 37.5rem;
  }

  .s\:w-auto {
    width: auto;
  }

  .s\:w-px {
    width: 1px;
  }

  .s\:w-1\/2 {
    width: 50%;
  }

  .s\:w-1\/3 {
    width: 33.333333%;
  }

  .s\:w-2\/3 {
    width: 66.666667%;
  }

  .s\:w-1\/4 {
    width: 25%;
  }

  .s\:w-2\/4 {
    width: 50%;
  }

  .s\:w-3\/4 {
    width: 75%;
  }

  .s\:w-1\/5 {
    width: 20%;
  }

  .s\:w-2\/5 {
    width: 40%;
  }

  .s\:w-3\/5 {
    width: 60%;
  }

  .s\:w-4\/5 {
    width: 80%;
  }

  .s\:w-1\/6 {
    width: 16.666667%;
  }

  .s\:w-2\/6 {
    width: 33.333333%;
  }

  .s\:w-3\/6 {
    width: 50%;
  }

  .s\:w-4\/6 {
    width: 66.666667%;
  }

  .s\:w-5\/6 {
    width: 83.333333%;
  }

  .s\:w-1\/12 {
    width: 8.333333%;
  }

  .s\:w-2\/12 {
    width: 16.666667%;
  }

  .s\:w-3\/12 {
    width: 25%;
  }

  .s\:w-4\/12 {
    width: 33.333333%;
  }

  .s\:w-5\/12 {
    width: 41.666667%;
  }

  .s\:w-6\/12 {
    width: 50%;
  }

  .s\:w-7\/12 {
    width: 58.333333%;
  }

  .s\:w-8\/12 {
    width: 66.666667%;
  }

  .s\:w-9\/12 {
    width: 75%;
  }

  .s\:w-10\/12 {
    width: 83.333333%;
  }

  .s\:w-11\/12 {
    width: 91.666667%;
  }

  .s\:w-full {
    width: 100%;
  }

  .s\:w-screen {
    width: 100vw;
  }

  .s\:w-1\/10 {
    width: 10%;
  }

  .s\:w-3\/10 {
    width: 30%;
  }

  .s\:w-logo {
    width: 250px;
  }

  .s\:w-minilogo {
    width: 40px;
  }

  .s\:z-0 {
    z-index: 0;
  }

  .s\:z-10 {
    z-index: 10;
  }

  .s\:z-20 {
    z-index: 20;
  }

  .s\:z-30 {
    z-index: 30;
  }

  .s\:z-40 {
    z-index: 40;
  }

  .s\:z-50 {
    z-index: 50;
  }

  .s\:z-auto {
    z-index: auto;
  }

  .s\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .s\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .s\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .s\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .s\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .s\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .s\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .s\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .s\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .s\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .s\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .s\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .s\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .s\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .s\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .s\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .s\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .s\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .s\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .s\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .s\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .s\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .s\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .s\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .s\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .s\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .s\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .s\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .s\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .s\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .s\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .s\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .s\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .s\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .s\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .s\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .s\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .s\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .s\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .s\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .s\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .s\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .s\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .s\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .s\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .s\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .s\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .s\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .s\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .s\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .s\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .s\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .s\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .s\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .s\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .s\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .s\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .s\:grid-flow-row {
    grid-auto-flow: row;
  }

  .s\:grid-flow-col {
    grid-auto-flow: column;
  }

  .s\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .s\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .s\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .s\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .s\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .s\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .s\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .s\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .s\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .s\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .s\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .s\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .s\:grid-cols-none {
    grid-template-columns: none;
  }

  .s\:col-auto {
    grid-column: auto;
  }

  .s\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .s\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .s\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .s\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .s\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .s\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .s\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .s\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .s\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .s\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .s\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .s\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .s\:col-start-1 {
    grid-column-start: 1;
  }

  .s\:col-start-2 {
    grid-column-start: 2;
  }

  .s\:col-start-3 {
    grid-column-start: 3;
  }

  .s\:col-start-4 {
    grid-column-start: 4;
  }

  .s\:col-start-5 {
    grid-column-start: 5;
  }

  .s\:col-start-6 {
    grid-column-start: 6;
  }

  .s\:col-start-7 {
    grid-column-start: 7;
  }

  .s\:col-start-8 {
    grid-column-start: 8;
  }

  .s\:col-start-9 {
    grid-column-start: 9;
  }

  .s\:col-start-10 {
    grid-column-start: 10;
  }

  .s\:col-start-11 {
    grid-column-start: 11;
  }

  .s\:col-start-12 {
    grid-column-start: 12;
  }

  .s\:col-start-13 {
    grid-column-start: 13;
  }

  .s\:col-start-auto {
    grid-column-start: auto;
  }

  .s\:col-end-1 {
    grid-column-end: 1;
  }

  .s\:col-end-2 {
    grid-column-end: 2;
  }

  .s\:col-end-3 {
    grid-column-end: 3;
  }

  .s\:col-end-4 {
    grid-column-end: 4;
  }

  .s\:col-end-5 {
    grid-column-end: 5;
  }

  .s\:col-end-6 {
    grid-column-end: 6;
  }

  .s\:col-end-7 {
    grid-column-end: 7;
  }

  .s\:col-end-8 {
    grid-column-end: 8;
  }

  .s\:col-end-9 {
    grid-column-end: 9;
  }

  .s\:col-end-10 {
    grid-column-end: 10;
  }

  .s\:col-end-11 {
    grid-column-end: 11;
  }

  .s\:col-end-12 {
    grid-column-end: 12;
  }

  .s\:col-end-13 {
    grid-column-end: 13;
  }

  .s\:col-end-auto {
    grid-column-end: auto;
  }

  .s\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .s\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .s\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .s\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .s\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .s\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .s\:grid-rows-none {
    grid-template-rows: none;
  }

  .s\:row-auto {
    grid-row: auto;
  }

  .s\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .s\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .s\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .s\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .s\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .s\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .s\:row-start-1 {
    grid-row-start: 1;
  }

  .s\:row-start-2 {
    grid-row-start: 2;
  }

  .s\:row-start-3 {
    grid-row-start: 3;
  }

  .s\:row-start-4 {
    grid-row-start: 4;
  }

  .s\:row-start-5 {
    grid-row-start: 5;
  }

  .s\:row-start-6 {
    grid-row-start: 6;
  }

  .s\:row-start-7 {
    grid-row-start: 7;
  }

  .s\:row-start-auto {
    grid-row-start: auto;
  }

  .s\:row-end-1 {
    grid-row-end: 1;
  }

  .s\:row-end-2 {
    grid-row-end: 2;
  }

  .s\:row-end-3 {
    grid-row-end: 3;
  }

  .s\:row-end-4 {
    grid-row-end: 4;
  }

  .s\:row-end-5 {
    grid-row-end: 5;
  }

  .s\:row-end-6 {
    grid-row-end: 6;
  }

  .s\:row-end-7 {
    grid-row-end: 7;
  }

  .s\:row-end-auto {
    grid-row-end: auto;
  }

  .s\: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));
  }

  .s\:transform-none {
    transform: none;
  }

  .s\:origin-center {
    transform-origin: center;
  }

  .s\:origin-top {
    transform-origin: top;
  }

  .s\:origin-top-right {
    transform-origin: top right;
  }

  .s\:origin-right {
    transform-origin: right;
  }

  .s\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .s\:origin-bottom {
    transform-origin: bottom;
  }

  .s\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .s\:origin-left {
    transform-origin: left;
  }

  .s\:origin-top-left {
    transform-origin: top left;
  }

  .s\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .s\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .s\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .s\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .s\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .s\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .s\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .s\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .s\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .s\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .s\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .s\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .s\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .s\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .s\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .s\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .s\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .s\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .s\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .s\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .s\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .s\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .s\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .s\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .s\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .s\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .s\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .s\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .s\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .s\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .s\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .s\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .s\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .s\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .s\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .s\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .s\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .s\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .s\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .s\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .s\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .s\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .s\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .s\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .s\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .s\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .s\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .s\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .s\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .s\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .s\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .s\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .s\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .s\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .s\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .s\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .s\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .s\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .s\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .s\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .s\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .s\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .s\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .s\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .s\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .s\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .s\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .s\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .s\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .s\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .s\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .s\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .s\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .s\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .s\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .s\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .s\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .s\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .s\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .s\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .s\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .s\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .s\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .s\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .s\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .s\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .s\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .s\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .s\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .s\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .s\:rotate-0 {
    --transform-rotate: 0;
  }

  .s\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .s\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .s\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .s\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .s\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .s\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .s\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .s\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .s\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .s\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .s\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .s\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .s\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .s\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .s\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .s\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .s\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .s\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .s\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .s\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .s\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .s\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .s\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .s\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .s\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .s\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .s\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .s\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .s\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .s\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .s\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .s\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .s\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .s\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .s\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .s\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .s\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .s\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .s\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .s\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .s\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .s\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .s\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .s\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .s\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .s\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .s\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .s\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .s\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .s\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .s\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .s\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .s\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .s\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .s\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .s\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .s\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .s\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .s\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .s\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .s\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .s\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .s\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .s\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .s\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .s\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .s\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .s\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .s\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .s\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .s\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .s\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .s\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .s\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .s\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .s\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .s\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .s\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .s\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .s\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .s\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .s\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .s\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .s\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .s\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .s\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .s\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .s\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .s\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .s\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .s\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .s\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .s\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .s\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .s\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .s\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .s\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .s\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .s\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .s\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .s\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .s\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .s\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .s\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .s\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .s\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .s\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .s\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .s\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .s\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .s\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .s\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .s\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .s\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .s\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .s\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .s\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .s\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .s\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .s\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .s\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .s\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .s\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .s\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .s\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .s\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .s\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .s\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .s\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .s\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .s\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .s\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .s\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .s\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .s\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .s\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .s\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .s\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .s\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .s\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .s\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .s\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .s\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .s\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .s\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .s\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .s\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .s\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .s\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .s\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .s\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .s\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .s\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .s\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .s\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .s\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .s\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .s\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .s\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .s\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .s\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .s\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .s\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .s\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .s\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .s\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .s\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .s\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .s\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .s\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .s\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .s\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .s\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .s\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .s\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .s\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .s\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .s\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .s\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .s\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .s\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .s\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .s\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .s\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .s\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .s\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .s\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .s\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .s\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .s\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .s\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .s\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .s\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .s\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .s\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .s\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .s\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .s\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .s\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .s\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .s\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .s\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .s\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .s\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .s\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .s\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .s\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .s\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .s\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .s\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .s\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .s\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .s\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .s\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .s\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .s\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .s\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .s\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .s\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .s\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .s\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .s\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .s\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .s\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .s\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .s\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .s\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .s\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .s\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .s\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .s\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .s\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .s\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .s\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .s\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .s\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .s\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .s\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .s\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .s\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .s\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .s\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .s\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .s\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .s\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .s\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .s\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .s\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .s\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .s\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .s\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .s\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .s\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .s\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .s\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .s\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .s\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .s\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .s\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .s\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .s\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .s\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .s\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .s\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .s\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .s\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .s\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .s\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .s\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .s\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .s\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .s\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .s\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .s\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .s\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .s\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .s\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .s\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .s\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .s\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .s\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .s\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .s\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .s\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .s\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .s\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .s\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .s\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .s\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .s\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .s\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .s\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .s\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .s\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .s\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .s\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .s\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .s\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .s\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .s\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .s\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .s\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .s\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .s\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .s\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .s\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .s\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .s\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .s\:transition-none {
    transition-property: none;
  }

  .s\:transition-all {
    transition-property: all;
  }

  .s\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .s\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .s\:transition-opacity {
    transition-property: opacity;
  }

  .s\:transition-shadow {
    transition-property: box-shadow;
  }

  .s\:transition-transform {
    transition-property: transform;
  }

  .s\:ease-linear {
    transition-timing-function: linear;
  }

  .s\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .s\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .s\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .s\:duration-75 {
    transition-duration: 75ms;
  }

  .s\:duration-100 {
    transition-duration: 100ms;
  }

  .s\:duration-150 {
    transition-duration: 150ms;
  }

  .s\:duration-200 {
    transition-duration: 200ms;
  }

  .s\:duration-300 {
    transition-duration: 300ms;
  }

  .s\:duration-500 {
    transition-duration: 500ms;
  }

  .s\:duration-700 {
    transition-duration: 700ms;
  }

  .s\:duration-1000 {
    transition-duration: 1000ms;
  }
}

@media (max-width: 359px) {
  .xs\: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;
  }

  .xs\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:bg-fixed {
    background-attachment: fixed;
  }

  .xs\:bg-local {
    background-attachment: local;
  }

  .xs\:bg-scroll {
    background-attachment: scroll;
  }

  .xs\:bg-transparent {
    background-color: transparent;
  }

  .xs\:bg-black {
    background-color: #000;
  }

  .xs\:bg-white {
    background-color: #fff;
  }

  .xs\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .xs\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .xs\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .xs\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .xs\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .xs\:bg-gray-600 {
    background-color: #718096;
  }

  .xs\:bg-gray-700 {
    background-color: #4a5568;
  }

  .xs\:bg-gray-800 {
    background-color: #2d3748;
  }

  .xs\:bg-gray-900 {
    background-color: #1a202c;
  }

  .xs\:bg-red-100 {
    background-color: #fff5f5;
  }

  .xs\:bg-red-200 {
    background-color: #fed7d7;
  }

  .xs\:bg-red-300 {
    background-color: #feb2b2;
  }

  .xs\:bg-red-400 {
    background-color: #fc8181;
  }

  .xs\:bg-red-500 {
    background-color: #f56565;
  }

  .xs\:bg-red-600 {
    background-color: #e53e3e;
  }

  .xs\:bg-red-700 {
    background-color: #c53030;
  }

  .xs\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .xs\:bg-red-900 {
    background-color: #742a2a;
  }

  .xs\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .xs\:bg-orange-200 {
    background-color: #feebc8;
  }

  .xs\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .xs\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .xs\:bg-orange-500 {
    background-color: #ed8936;
  }

  .xs\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .xs\:bg-orange-700 {
    background-color: #c05621;
  }

  .xs\:bg-orange-800 {
    background-color: #9c4221;
  }

  .xs\:bg-orange-900 {
    background-color: #7b341e;
  }

  .xs\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .xs\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .xs\:bg-yellow-300 {
    background-color: #faf089;
  }

  .xs\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .xs\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .xs\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .xs\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .xs\:bg-yellow-800 {
    background-color: #975a16;
  }

  .xs\:bg-yellow-900 {
    background-color: #744210;
  }

  .xs\:bg-green-100 {
    background-color: #f0fff4;
  }

  .xs\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .xs\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .xs\:bg-green-400 {
    background-color: #68d391;
  }

  .xs\:bg-green-500 {
    background-color: #48bb78;
  }

  .xs\:bg-green-600 {
    background-color: #38a169;
  }

  .xs\:bg-green-700 {
    background-color: #2f855a;
  }

  .xs\:bg-green-800 {
    background-color: #276749;
  }

  .xs\:bg-green-900 {
    background-color: #22543d;
  }

  .xs\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .xs\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .xs\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .xs\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .xs\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .xs\:bg-teal-600 {
    background-color: #319795;
  }

  .xs\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .xs\:bg-teal-800 {
    background-color: #285e61;
  }

  .xs\:bg-teal-900 {
    background-color: #234e52;
  }

  .xs\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .xs\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .xs\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .xs\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .xs\:bg-blue-500 {
    background-color: #4299e1;
  }

  .xs\:bg-blue-600 {
    background-color: #3182ce;
  }

  .xs\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .xs\:bg-blue-800 {
    background-color: #2c5282;
  }

  .xs\:bg-blue-900 {
    background-color: #2a4365;
  }

  .xs\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .xs\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .xs\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .xs\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .xs\:bg-indigo-500 {
    background-color: #667eea;
  }

  .xs\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .xs\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .xs\:bg-indigo-800 {
    background-color: #434190;
  }

  .xs\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .xs\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .xs\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .xs\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .xs\:bg-purple-400 {
    background-color: #b794f4;
  }

  .xs\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .xs\:bg-purple-600 {
    background-color: #805ad5;
  }

  .xs\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .xs\:bg-purple-800 {
    background-color: #553c9a;
  }

  .xs\:bg-purple-900 {
    background-color: #44337a;
  }

  .xs\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .xs\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .xs\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .xs\:bg-pink-400 {
    background-color: #f687b3;
  }

  .xs\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .xs\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .xs\:bg-pink-700 {
    background-color: #b83280;
  }

  .xs\:bg-pink-800 {
    background-color: #97266d;
  }

  .xs\:bg-pink-900 {
    background-color: #702459;
  }

  .xs\:bg-overlay {
    background-color: rgba(0,0,0,0.8);
  }

  .xs\:bg-mobilesearchbackground {
    background-color: #64666b;
  }

  .xs\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xs\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xs\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .xs\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .xs\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .xs\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .xs\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .xs\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .xs\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .xs\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .xs\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .xs\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .xs\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .xs\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .xs\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .xs\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .xs\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .xs\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .xs\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .xs\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .xs\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .xs\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .xs\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .xs\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .xs\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .xs\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .xs\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .xs\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .xs\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .xs\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .xs\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .xs\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .xs\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .xs\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .xs\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .xs\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .xs\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .xs\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .xs\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .xs\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .xs\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .xs\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .xs\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .xs\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .xs\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .xs\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .xs\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .xs\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .xs\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .xs\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .xs\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .xs\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .xs\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .xs\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .xs\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .xs\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .xs\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .xs\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .xs\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .xs\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .xs\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .xs\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .xs\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .xs\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .xs\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .xs\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .xs\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .xs\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .xs\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .xs\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .xs\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .xs\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .xs\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .xs\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .xs\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .xs\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .xs\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .xs\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .xs\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .xs\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .xs\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .xs\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .xs\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .xs\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .xs\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .xs\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .xs\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .xs\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .xs\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .xs\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .xs\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .xs\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .xs\:hover\:bg-overlay:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .xs\:hover\:bg-mobilesearchbackground:hover {
    background-color: #64666b;
  }

  .xs\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xs\:focus\:bg-black:focus {
    background-color: #000;
  }

  .xs\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .xs\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .xs\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .xs\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .xs\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .xs\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .xs\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .xs\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .xs\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .xs\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .xs\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .xs\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .xs\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .xs\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .xs\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .xs\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .xs\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .xs\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .xs\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .xs\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .xs\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .xs\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .xs\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .xs\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .xs\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .xs\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .xs\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .xs\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .xs\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .xs\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .xs\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .xs\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .xs\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .xs\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .xs\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .xs\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .xs\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .xs\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .xs\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .xs\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .xs\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .xs\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .xs\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .xs\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .xs\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .xs\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .xs\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .xs\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .xs\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .xs\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .xs\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .xs\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .xs\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .xs\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .xs\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .xs\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .xs\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .xs\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .xs\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .xs\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .xs\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .xs\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .xs\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .xs\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .xs\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .xs\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .xs\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .xs\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .xs\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .xs\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .xs\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .xs\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .xs\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .xs\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .xs\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .xs\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .xs\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .xs\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .xs\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .xs\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .xs\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .xs\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .xs\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .xs\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .xs\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .xs\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .xs\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .xs\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .xs\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .xs\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .xs\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .xs\:focus\:bg-overlay:focus {
    background-color: rgba(0,0,0,0.8);
  }

  .xs\:focus\:bg-mobilesearchbackground:focus {
    background-color: #64666b;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-repeat-round {
    background-repeat: round;
  }

  .xs\:bg-repeat-space {
    background-repeat: space;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:border-collapse {
    border-collapse: collapse;
  }

  .xs\:border-separate {
    border-collapse: separate;
  }

  .xs\:border-transparent {
    border-color: transparent;
  }

  .xs\:border-black {
    border-color: #000;
  }

  .xs\:border-white {
    border-color: #fff;
  }

  .xs\:border-gray-100 {
    border-color: #f7fafc;
  }

  .xs\:border-gray-200 {
    border-color: #edf2f7;
  }

  .xs\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .xs\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .xs\:border-gray-500 {
    border-color: #a0aec0;
  }

  .xs\:border-gray-600 {
    border-color: #718096;
  }

  .xs\:border-gray-700 {
    border-color: #4a5568;
  }

  .xs\:border-gray-800 {
    border-color: #2d3748;
  }

  .xs\:border-gray-900 {
    border-color: #1a202c;
  }

  .xs\:border-red-100 {
    border-color: #fff5f5;
  }

  .xs\:border-red-200 {
    border-color: #fed7d7;
  }

  .xs\:border-red-300 {
    border-color: #feb2b2;
  }

  .xs\:border-red-400 {
    border-color: #fc8181;
  }

  .xs\:border-red-500 {
    border-color: #f56565;
  }

  .xs\:border-red-600 {
    border-color: #e53e3e;
  }

  .xs\:border-red-700 {
    border-color: #c53030;
  }

  .xs\:border-red-800 {
    border-color: #9b2c2c;
  }

  .xs\:border-red-900 {
    border-color: #742a2a;
  }

  .xs\:border-orange-100 {
    border-color: #fffaf0;
  }

  .xs\:border-orange-200 {
    border-color: #feebc8;
  }

  .xs\:border-orange-300 {
    border-color: #fbd38d;
  }

  .xs\:border-orange-400 {
    border-color: #f6ad55;
  }

  .xs\:border-orange-500 {
    border-color: #ed8936;
  }

  .xs\:border-orange-600 {
    border-color: #dd6b20;
  }

  .xs\:border-orange-700 {
    border-color: #c05621;
  }

  .xs\:border-orange-800 {
    border-color: #9c4221;
  }

  .xs\:border-orange-900 {
    border-color: #7b341e;
  }

  .xs\:border-yellow-100 {
    border-color: #fffff0;
  }

  .xs\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .xs\:border-yellow-300 {
    border-color: #faf089;
  }

  .xs\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .xs\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .xs\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .xs\:border-yellow-700 {
    border-color: #b7791f;
  }

  .xs\:border-yellow-800 {
    border-color: #975a16;
  }

  .xs\:border-yellow-900 {
    border-color: #744210;
  }

  .xs\:border-green-100 {
    border-color: #f0fff4;
  }

  .xs\:border-green-200 {
    border-color: #c6f6d5;
  }

  .xs\:border-green-300 {
    border-color: #9ae6b4;
  }

  .xs\:border-green-400 {
    border-color: #68d391;
  }

  .xs\:border-green-500 {
    border-color: #48bb78;
  }

  .xs\:border-green-600 {
    border-color: #38a169;
  }

  .xs\:border-green-700 {
    border-color: #2f855a;
  }

  .xs\:border-green-800 {
    border-color: #276749;
  }

  .xs\:border-green-900 {
    border-color: #22543d;
  }

  .xs\:border-teal-100 {
    border-color: #e6fffa;
  }

  .xs\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .xs\:border-teal-300 {
    border-color: #81e6d9;
  }

  .xs\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .xs\:border-teal-500 {
    border-color: #38b2ac;
  }

  .xs\:border-teal-600 {
    border-color: #319795;
  }

  .xs\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .xs\:border-teal-800 {
    border-color: #285e61;
  }

  .xs\:border-teal-900 {
    border-color: #234e52;
  }

  .xs\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .xs\:border-blue-200 {
    border-color: #bee3f8;
  }

  .xs\:border-blue-300 {
    border-color: #90cdf4;
  }

  .xs\:border-blue-400 {
    border-color: #63b3ed;
  }

  .xs\:border-blue-500 {
    border-color: #4299e1;
  }

  .xs\:border-blue-600 {
    border-color: #3182ce;
  }

  .xs\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .xs\:border-blue-800 {
    border-color: #2c5282;
  }

  .xs\:border-blue-900 {
    border-color: #2a4365;
  }

  .xs\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .xs\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .xs\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .xs\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .xs\:border-indigo-500 {
    border-color: #667eea;
  }

  .xs\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .xs\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .xs\:border-indigo-800 {
    border-color: #434190;
  }

  .xs\:border-indigo-900 {
    border-color: #3c366b;
  }

  .xs\:border-purple-100 {
    border-color: #faf5ff;
  }

  .xs\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .xs\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .xs\:border-purple-400 {
    border-color: #b794f4;
  }

  .xs\:border-purple-500 {
    border-color: #9f7aea;
  }

  .xs\:border-purple-600 {
    border-color: #805ad5;
  }

  .xs\:border-purple-700 {
    border-color: #6b46c1;
  }

  .xs\:border-purple-800 {
    border-color: #553c9a;
  }

  .xs\:border-purple-900 {
    border-color: #44337a;
  }

  .xs\:border-pink-100 {
    border-color: #fff5f7;
  }

  .xs\:border-pink-200 {
    border-color: #fed7e2;
  }

  .xs\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .xs\:border-pink-400 {
    border-color: #f687b3;
  }

  .xs\:border-pink-500 {
    border-color: #ed64a6;
  }

  .xs\:border-pink-600 {
    border-color: #d53f8c;
  }

  .xs\:border-pink-700 {
    border-color: #b83280;
  }

  .xs\:border-pink-800 {
    border-color: #97266d;
  }

  .xs\:border-pink-900 {
    border-color: #702459;
  }

  .xs\:border-order-complete-dark-divider {
    border-color: #9A9B9F;
  }

  .xs\:border-grey {
    border-color: #CCCCCC;
  }

  .xs\:border-darkgrey {
    border-color: #BDBDBD;
  }

  .xs\:border-keyline-grey {
    border-color: #dadadc;
  }

  .xs\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xs\:hover\:border-black:hover {
    border-color: #000;
  }

  .xs\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xs\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .xs\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .xs\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .xs\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .xs\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xs\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .xs\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .xs\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .xs\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .xs\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .xs\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .xs\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .xs\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .xs\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .xs\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .xs\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .xs\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .xs\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .xs\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .xs\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .xs\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .xs\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .xs\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .xs\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .xs\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .xs\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .xs\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .xs\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .xs\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .xs\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .xs\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .xs\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .xs\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .xs\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .xs\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .xs\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .xs\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .xs\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .xs\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .xs\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .xs\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .xs\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .xs\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .xs\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .xs\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .xs\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .xs\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .xs\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .xs\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .xs\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .xs\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .xs\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .xs\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .xs\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .xs\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .xs\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .xs\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .xs\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .xs\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .xs\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .xs\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .xs\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .xs\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .xs\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .xs\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .xs\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .xs\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .xs\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .xs\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .xs\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .xs\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .xs\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .xs\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .xs\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .xs\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .xs\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .xs\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .xs\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .xs\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .xs\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .xs\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .xs\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .xs\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .xs\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .xs\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .xs\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .xs\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .xs\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .xs\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .xs\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .xs\:hover\:border-order-complete-dark-divider:hover {
    border-color: #9A9B9F;
  }

  .xs\:hover\:border-grey:hover {
    border-color: #CCCCCC;
  }

  .xs\:hover\:border-darkgrey:hover {
    border-color: #BDBDBD;
  }

  .xs\:hover\:border-keyline-grey:hover {
    border-color: #dadadc;
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xs\:focus\:border-black:focus {
    border-color: #000;
  }

  .xs\:focus\:border-white:focus {
    border-color: #fff;
  }

  .xs\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .xs\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .xs\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .xs\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .xs\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .xs\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .xs\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .xs\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .xs\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .xs\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .xs\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .xs\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .xs\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .xs\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .xs\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .xs\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .xs\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .xs\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .xs\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .xs\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .xs\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .xs\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .xs\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .xs\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .xs\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .xs\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .xs\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .xs\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .xs\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .xs\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .xs\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .xs\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .xs\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .xs\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .xs\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .xs\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .xs\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .xs\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .xs\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .xs\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .xs\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .xs\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .xs\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .xs\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .xs\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .xs\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .xs\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .xs\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .xs\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .xs\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .xs\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .xs\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .xs\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .xs\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .xs\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .xs\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .xs\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .xs\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .xs\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .xs\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .xs\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .xs\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .xs\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .xs\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .xs\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .xs\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .xs\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .xs\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .xs\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .xs\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .xs\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .xs\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .xs\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .xs\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .xs\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .xs\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .xs\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .xs\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .xs\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .xs\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .xs\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .xs\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .xs\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .xs\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .xs\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .xs\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .xs\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .xs\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .xs\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .xs\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .xs\:focus\:border-order-complete-dark-divider:focus {
    border-color: #9A9B9F;
  }

  .xs\:focus\:border-grey:focus {
    border-color: #CCCCCC;
  }

  .xs\:focus\:border-darkgrey:focus {
    border-color: #BDBDBD;
  }

  .xs\:focus\:border-keyline-grey:focus {
    border-color: #dadadc;
  }

  .xs\:rounded-none {
    border-radius: 0;
  }

  .xs\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xs\:rounded {
    border-radius: 0.25rem;
  }

  .xs\:rounded-md {
    border-radius: 0.375rem;
  }

  .xs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xs\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:border-solid {
    border-style: solid;
  }

  .xs\:border-dashed {
    border-style: dashed;
  }

  .xs\:border-dotted {
    border-style: dotted;
  }

  .xs\:border-double {
    border-style: double;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:box-border {
    box-sizing: border-box;
  }

  .xs\:box-content {
    box-sizing: content-box;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-text {
    cursor: text;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:table {
    display: table;
  }

  .xs\:table-caption {
    display: table-caption;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:table-column {
    display: table-column;
  }

  .xs\:table-column-group {
    display: table-column-group;
  }

  .xs\:table-footer-group {
    display: table-footer-group;
  }

  .xs\:table-header-group {
    display: table-header-group;
  }

  .xs\:table-row-group {
    display: table-row-group;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:items-end {
    align-items: flex-end;
  }

  .xs\:items-center {
    align-items: center;
  }

  .xs\:items-baseline {
    align-items: baseline;
  }

  .xs\:items-stretch {
    align-items: stretch;
  }

  .xs\:self-auto {
    align-self: auto;
  }

  .xs\:self-start {
    align-self: flex-start;
  }

  .xs\:self-end {
    align-self: flex-end;
  }

  .xs\:self-center {
    align-self: center;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

  .xs\:justify-end {
    justify-content: flex-end;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:justify-around {
    justify-content: space-around;
  }

  .xs\:justify-evenly {
    justify-content: space-evenly;
  }

  .xs\:content-center {
    align-content: center;
  }

  .xs\:content-start {
    align-content: flex-start;
  }

  .xs\:content-end {
    align-content: flex-end;
  }

  .xs\:content-between {
    align-content: space-between;
  }

  .xs\:content-around {
    align-content: space-around;
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:flex-grow-0 {
    flex-grow: 0;
  }

  .xs\:flex-grow {
    flex-grow: 1;
  }

  .xs\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xs\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:order-1 {
    order: 1;
  }

  .xs\:order-2 {
    order: 2;
  }

  .xs\:order-3 {
    order: 3;
  }

  .xs\:order-4 {
    order: 4;
  }

  .xs\:order-5 {
    order: 5;
  }

  .xs\:order-6 {
    order: 6;
  }

  .xs\:order-7 {
    order: 7;
  }

  .xs\:order-8 {
    order: 8;
  }

  .xs\:order-9 {
    order: 9;
  }

  .xs\:order-10 {
    order: 10;
  }

  .xs\:order-11 {
    order: 11;
  }

  .xs\:order-12 {
    order: 12;
  }

  .xs\:order-first {
    order: -9999;
  }

  .xs\:order-last {
    order: 9999;
  }

  .xs\:order-none {
    order: 0;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:clear-left {
    clear: left;
  }

  .xs\:clear-right {
    clear: right;
  }

  .xs\:clear-both {
    clear: both;
  }

  .xs\: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";
  }

  .xs\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xs\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xs\:font-base {
    font-family: proxima-nova, sans-serif;
  }

  .xs\:font-accent {
    font-family: freight-display-pro, serif;
  }

  .xs\:font-hairline {
    font-weight: 100;
  }

  .xs\:font-thin {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xs\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xs\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xs\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xs\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xs\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xs\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xs\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xs\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xs\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xs\:h-0 {
    height: 0;
  }

  .xs\:h-1 {
    height: 0.25rem;
  }

  .xs\:h-2 {
    height: 0.5rem;
  }

  .xs\:h-3 {
    height: 0.75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-16 {
    height: 4rem;
  }

  .xs\:h-20 {
    height: 5rem;
  }

  .xs\:h-24 {
    height: 6rem;
  }

  .xs\:h-28 {
    height: 7rem;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:h-40 {
    height: 10rem;
  }

  .xs\:h-48 {
    height: 12rem;
  }

  .xs\:h-56 {
    height: 14rem;
  }

  .xs\:h-64 {
    height: 16rem;
  }

  .xs\:h-80 {
    height: 20rem;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:leading-3 {
    line-height: .75rem;
  }

  .xs\:leading-4 {
    line-height: 1rem;
  }

  .xs\:leading-5 {
    line-height: 1.25rem;
  }

  .xs\:leading-6 {
    line-height: 1.5rem;
  }

  .xs\:leading-7 {
    line-height: 1.75rem;
  }

  .xs\:leading-8 {
    line-height: 2rem;
  }

  .xs\:leading-9 {
    line-height: 2.25rem;
  }

  .xs\:leading-10 {
    line-height: 2.5rem;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tight {
    line-height: 1.25;
  }

  .xs\:leading-snug {
    line-height: 1.375;
  }

  .xs\:leading-normal {
    line-height: 1.5;
  }

  .xs\:leading-relaxed {
    line-height: 1.625;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:list-inside {
    list-style-position: inside;
  }

  .xs\:list-outside {
    list-style-position: outside;
  }

  .xs\:list-none {
    list-style-type: none;
  }

  .xs\:list-disc {
    list-style-type: disc;
  }

  .xs\:list-decimal {
    list-style-type: decimal;
  }

  .xs\:m-0 {
    margin: 0;
  }

  .xs\:m-1 {
    margin: 0.25rem;
  }

  .xs\:m-2 {
    margin: 0.5rem;
  }

  .xs\:m-3 {
    margin: 0.75rem;
  }

  .xs\:m-4 {
    margin: 1rem;
  }

  .xs\:m-5 {
    margin: 1.25rem;
  }

  .xs\:m-6 {
    margin: 1.5rem;
  }

  .xs\:m-8 {
    margin: 2rem;
  }

  .xs\:m-10 {
    margin: 2.5rem;
  }

  .xs\:m-12 {
    margin: 3rem;
  }

  .xs\:m-16 {
    margin: 4rem;
  }

  .xs\:m-20 {
    margin: 5rem;
  }

  .xs\:m-24 {
    margin: 6rem;
  }

  .xs\:m-32 {
    margin: 8rem;
  }

  .xs\:m-40 {
    margin: 10rem;
  }

  .xs\:m-48 {
    margin: 12rem;
  }

  .xs\:m-56 {
    margin: 14rem;
  }

  .xs\:m-64 {
    margin: 16rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:-m-4 {
    margin: -1rem;
  }

  .xs\:-m-5 {
    margin: -1.25rem;
  }

  .xs\:-m-6 {
    margin: -1.5rem;
  }

  .xs\:-m-8 {
    margin: -2rem;
  }

  .xs\:-m-10 {
    margin: -2.5rem;
  }

  .xs\:-m-12 {
    margin: -3rem;
  }

  .xs\:-m-16 {
    margin: -4rem;
  }

  .xs\:-m-20 {
    margin: -5rem;
  }

  .xs\:-m-24 {
    margin: -6rem;
  }

  .xs\:-m-32 {
    margin: -8rem;
  }

  .xs\:-m-40 {
    margin: -10rem;
  }

  .xs\:-m-48 {
    margin: -12rem;
  }

  .xs\:-m-56 {
    margin: -14rem;
  }

  .xs\:-m-64 {
    margin: -16rem;
  }

  .xs\:-m-px {
    margin: -1px;
  }

  .xs\:m-1\/20 {
    margin: 5%;
  }

  .xs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:my-1\/20 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xs\:mx-1\/20 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xs\:mt-0 {
    margin-top: 0;
  }

  .xs\:mr-0 {
    margin-right: 0;
  }

  .xs\:mb-0 {
    margin-bottom: 0;
  }

  .xs\:ml-0 {
    margin-left: 0;
  }

  .xs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xs\:mr-1 {
    margin-right: 0.25rem;
  }

  .xs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xs\:ml-1 {
    margin-left: 0.25rem;
  }

  .xs\:mt-2 {
    margin-top: 0.5rem;
  }

  .xs\:mr-2 {
    margin-right: 0.5rem;
  }

  .xs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xs\:ml-2 {
    margin-left: 0.5rem;
  }

  .xs\:mt-3 {
    margin-top: 0.75rem;
  }

  .xs\:mr-3 {
    margin-right: 0.75rem;
  }

  .xs\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xs\:ml-3 {
    margin-left: 0.75rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:ml-4 {
    margin-left: 1rem;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:mr-8 {
    margin-right: 2rem;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xs\:ml-8 {
    margin-left: 2rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xs\:mt-12 {
    margin-top: 3rem;
  }

  .xs\:mr-12 {
    margin-right: 3rem;
  }

  .xs\:mb-12 {
    margin-bottom: 3rem;
  }

  .xs\:ml-12 {
    margin-left: 3rem;
  }

  .xs\:mt-16 {
    margin-top: 4rem;
  }

  .xs\:mr-16 {
    margin-right: 4rem;
  }

  .xs\:mb-16 {
    margin-bottom: 4rem;
  }

  .xs\:ml-16 {
    margin-left: 4rem;
  }

  .xs\:mt-20 {
    margin-top: 5rem;
  }

  .xs\:mr-20 {
    margin-right: 5rem;
  }

  .xs\:mb-20 {
    margin-bottom: 5rem;
  }

  .xs\:ml-20 {
    margin-left: 5rem;
  }

  .xs\:mt-24 {
    margin-top: 6rem;
  }

  .xs\:mr-24 {
    margin-right: 6rem;
  }

  .xs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xs\:ml-24 {
    margin-left: 6rem;
  }

  .xs\:mt-32 {
    margin-top: 8rem;
  }

  .xs\:mr-32 {
    margin-right: 8rem;
  }

  .xs\:mb-32 {
    margin-bottom: 8rem;
  }

  .xs\:ml-32 {
    margin-left: 8rem;
  }

  .xs\:mt-40 {
    margin-top: 10rem;
  }

  .xs\:mr-40 {
    margin-right: 10rem;
  }

  .xs\:mb-40 {
    margin-bottom: 10rem;
  }

  .xs\:ml-40 {
    margin-left: 10rem;
  }

  .xs\:mt-48 {
    margin-top: 12rem;
  }

  .xs\:mr-48 {
    margin-right: 12rem;
  }

  .xs\:mb-48 {
    margin-bottom: 12rem;
  }

  .xs\:ml-48 {
    margin-left: 12rem;
  }

  .xs\:mt-56 {
    margin-top: 14rem;
  }

  .xs\:mr-56 {
    margin-right: 14rem;
  }

  .xs\:mb-56 {
    margin-bottom: 14rem;
  }

  .xs\:ml-56 {
    margin-left: 14rem;
  }

  .xs\:mt-64 {
    margin-top: 16rem;
  }

  .xs\:mr-64 {
    margin-right: 16rem;
  }

  .xs\:mb-64 {
    margin-bottom: 16rem;
  }

  .xs\:ml-64 {
    margin-left: 16rem;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xs\:-mt-4 {
    margin-top: -1rem;
  }

  .xs\:-mr-4 {
    margin-right: -1rem;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xs\:-ml-4 {
    margin-left: -1rem;
  }

  .xs\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xs\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xs\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xs\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xs\:-mt-8 {
    margin-top: -2rem;
  }

  .xs\:-mr-8 {
    margin-right: -2rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:-ml-8 {
    margin-left: -2rem;
  }

  .xs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xs\:-mt-12 {
    margin-top: -3rem;
  }

  .xs\:-mr-12 {
    margin-right: -3rem;
  }

  .xs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xs\:-ml-12 {
    margin-left: -3rem;
  }

  .xs\:-mt-16 {
    margin-top: -4rem;
  }

  .xs\:-mr-16 {
    margin-right: -4rem;
  }

  .xs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xs\:-ml-16 {
    margin-left: -4rem;
  }

  .xs\:-mt-20 {
    margin-top: -5rem;
  }

  .xs\:-mr-20 {
    margin-right: -5rem;
  }

  .xs\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xs\:-ml-20 {
    margin-left: -5rem;
  }

  .xs\:-mt-24 {
    margin-top: -6rem;
  }

  .xs\:-mr-24 {
    margin-right: -6rem;
  }

  .xs\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xs\:-ml-24 {
    margin-left: -6rem;
  }

  .xs\:-mt-32 {
    margin-top: -8rem;
  }

  .xs\:-mr-32 {
    margin-right: -8rem;
  }

  .xs\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xs\:-ml-32 {
    margin-left: -8rem;
  }

  .xs\:-mt-40 {
    margin-top: -10rem;
  }

  .xs\:-mr-40 {
    margin-right: -10rem;
  }

  .xs\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xs\:-ml-40 {
    margin-left: -10rem;
  }

  .xs\:-mt-48 {
    margin-top: -12rem;
  }

  .xs\:-mr-48 {
    margin-right: -12rem;
  }

  .xs\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xs\:-ml-48 {
    margin-left: -12rem;
  }

  .xs\:-mt-56 {
    margin-top: -14rem;
  }

  .xs\:-mr-56 {
    margin-right: -14rem;
  }

  .xs\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xs\:-ml-56 {
    margin-left: -14rem;
  }

  .xs\:-mt-64 {
    margin-top: -16rem;
  }

  .xs\:-mr-64 {
    margin-right: -16rem;
  }

  .xs\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xs\:-ml-64 {
    margin-left: -16rem;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:mt-1\/20 {
    margin-top: 5%;
  }

  .xs\:mr-1\/20 {
    margin-right: 5%;
  }

  .xs\:mb-1\/20 {
    margin-bottom: 5%;
  }

  .xs\:ml-1\/20 {
    margin-left: 5%;
  }

  .xs\:last\:m-0:last-child {
    margin: 0;
  }

  .xs\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xs\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xs\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xs\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xs\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xs\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xs\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xs\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xs\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xs\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xs\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xs\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xs\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xs\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xs\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xs\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xs\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xs\:last\:m-auto:last-child {
    margin: auto;
  }

  .xs\:last\:m-px:last-child {
    margin: 1px;
  }

  .xs\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xs\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xs\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xs\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xs\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xs\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xs\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xs\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xs\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xs\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xs\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xs\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xs\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xs\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xs\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xs\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xs\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xs\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xs\:last\:m-1\/20:last-child {
    margin: 5%;
  }

  .xs\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:last\:my-1\/20:last-child {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xs\:last\:mx-1\/20:last-child {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xs\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .xs\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .xs\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .xs\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .xs\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xs\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xs\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xs\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xs\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xs\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xs\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xs\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xs\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xs\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xs\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xs\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xs\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xs\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xs\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xs\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xs\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xs\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xs\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xs\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xs\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xs\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xs\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xs\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xs\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xs\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xs\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xs\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xs\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xs\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xs\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xs\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xs\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xs\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xs\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xs\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xs\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xs\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xs\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xs\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xs\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xs\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xs\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xs\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xs\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xs\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xs\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xs\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xs\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xs\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xs\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xs\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xs\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xs\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xs\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xs\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xs\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xs\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xs\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xs\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xs\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xs\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xs\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xs\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xs\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xs\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xs\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xs\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xs\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xs\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xs\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xs\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xs\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xs\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xs\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xs\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xs\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xs\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xs\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xs\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xs\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xs\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xs\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xs\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xs\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xs\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xs\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xs\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xs\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xs\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xs\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xs\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xs\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xs\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xs\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xs\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xs\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xs\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xs\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xs\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xs\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xs\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xs\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xs\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xs\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xs\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xs\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xs\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xs\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xs\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xs\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xs\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xs\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xs\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xs\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xs\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xs\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xs\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xs\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xs\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xs\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xs\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xs\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xs\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xs\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xs\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xs\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xs\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xs\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xs\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xs\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xs\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xs\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xs\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xs\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xs\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xs\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xs\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xs\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xs\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xs\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xs\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xs\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xs\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xs\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xs\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xs\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xs\:last\:mt-1\/20:last-child {
    margin-top: 5%;
  }

  .xs\:last\:mr-1\/20:last-child {
    margin-right: 5%;
  }

  .xs\:last\:mb-1\/20:last-child {
    margin-bottom: 5%;
  }

  .xs\:last\:ml-1\/20:last-child {
    margin-left: 5%;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:max-w-none {
    max-width: none;
  }

  .xs\:max-w-xs {
    max-width: 20rem;
  }

  .xs\:max-w-sm {
    max-width: 24rem;
  }

  .xs\:max-w-md {
    max-width: 28rem;
  }

  .xs\:max-w-lg {
    max-width: 32rem;
  }

  .xs\:max-w-xl {
    max-width: 36rem;
  }

  .xs\:max-w-2xl {
    max-width: 42rem;
  }

  .xs\:max-w-3xl {
    max-width: 48rem;
  }

  .xs\:max-w-4xl {
    max-width: 56rem;
  }

  .xs\:max-w-5xl {
    max-width: 64rem;
  }

  .xs\:max-w-6xl {
    max-width: 72rem;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:min-h-0 {
    min-height: 0;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:min-w-0 {
    min-width: 0;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xs\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xs\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xs\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-25 {
    opacity: 0.25;
  }

  .xs\:opacity-50 {
    opacity: 0.5;
  }

  .xs\:opacity-75 {
    opacity: 0.75;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xs\:outline-none {
    outline: 0;
  }

  .xs\:focus\:outline-none:focus {
    outline: 0;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:p-1 {
    padding: 0.25rem;
  }

  .xs\:p-2 {
    padding: 0.5rem;
  }

  .xs\:p-3 {
    padding: 0.75rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:p-10 {
    padding: 2.5rem;
  }

  .xs\:p-12 {
    padding: 3rem;
  }

  .xs\:p-16 {
    padding: 4rem;
  }

  .xs\:p-20 {
    padding: 5rem;
  }

  .xs\:p-24 {
    padding: 6rem;
  }

  .xs\:p-32 {
    padding: 8rem;
  }

  .xs\:p-40 {
    padding: 10rem;
  }

  .xs\:p-48 {
    padding: 12rem;
  }

  .xs\:p-56 {
    padding: 14rem;
  }

  .xs\:p-64 {
    padding: 16rem;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:pt-0 {
    padding-top: 0;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pb-0 {
    padding-bottom: 0;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:pt-1 {
    padding-top: 0.25rem;
  }

  .xs\:pr-1 {
    padding-right: 0.25rem;
  }

  .xs\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xs\:pl-1 {
    padding-left: 0.25rem;
  }

  .xs\:pt-2 {
    padding-top: 0.5rem;
  }

  .xs\:pr-2 {
    padding-right: 0.5rem;
  }

  .xs\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xs\:pt-3 {
    padding-top: 0.75rem;
  }

  .xs\:pr-3 {
    padding-right: 0.75rem;
  }

  .xs\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xs\:pl-3 {
    padding-left: 0.75rem;
  }

  .xs\:pt-4 {
    padding-top: 1rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pr-8 {
    padding-right: 2rem;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xs\:pl-8 {
    padding-left: 2rem;
  }

  .xs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xs\:pt-12 {
    padding-top: 3rem;
  }

  .xs\:pr-12 {
    padding-right: 3rem;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xs\:pl-12 {
    padding-left: 3rem;
  }

  .xs\:pt-16 {
    padding-top: 4rem;
  }

  .xs\:pr-16 {
    padding-right: 4rem;
  }

  .xs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xs\:pl-16 {
    padding-left: 4rem;
  }

  .xs\:pt-20 {
    padding-top: 5rem;
  }

  .xs\:pr-20 {
    padding-right: 5rem;
  }

  .xs\:pb-20 {
    padding-bottom: 5rem;
  }

  .xs\:pl-20 {
    padding-left: 5rem;
  }

  .xs\:pt-24 {
    padding-top: 6rem;
  }

  .xs\:pr-24 {
    padding-right: 6rem;
  }

  .xs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xs\:pl-24 {
    padding-left: 6rem;
  }

  .xs\:pt-32 {
    padding-top: 8rem;
  }

  .xs\:pr-32 {
    padding-right: 8rem;
  }

  .xs\:pb-32 {
    padding-bottom: 8rem;
  }

  .xs\:pl-32 {
    padding-left: 8rem;
  }

  .xs\:pt-40 {
    padding-top: 10rem;
  }

  .xs\:pr-40 {
    padding-right: 10rem;
  }

  .xs\:pb-40 {
    padding-bottom: 10rem;
  }

  .xs\:pl-40 {
    padding-left: 10rem;
  }

  .xs\:pt-48 {
    padding-top: 12rem;
  }

  .xs\:pr-48 {
    padding-right: 12rem;
  }

  .xs\:pb-48 {
    padding-bottom: 12rem;
  }

  .xs\:pl-48 {
    padding-left: 12rem;
  }

  .xs\:pt-56 {
    padding-top: 14rem;
  }

  .xs\:pr-56 {
    padding-right: 14rem;
  }

  .xs\:pb-56 {
    padding-bottom: 14rem;
  }

  .xs\:pl-56 {
    padding-left: 14rem;
  }

  .xs\:pt-64 {
    padding-top: 16rem;
  }

  .xs\:pr-64 {
    padding-right: 16rem;
  }

  .xs\:pb-64 {
    padding-bottom: 16rem;
  }

  .xs\:pl-64 {
    padding-left: 16rem;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xs\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .xs\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .xs\:placeholder-black::placeholder {
    color: #000;
  }

  .xs\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .xs\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .xs\:placeholder-white::placeholder {
    color: #fff;
  }

  .xs\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .xs\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xs\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .xs\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .xs\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xs\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .xs\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .xs\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xs\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .xs\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .xs\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xs\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .xs\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .xs\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xs\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .xs\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .xs\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .xs\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .xs\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .xs\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .xs\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .xs\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .xs\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .xs\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .xs\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .xs\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .xs\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .xs\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .xs\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xs\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .xs\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .xs\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xs\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .xs\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .xs\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xs\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .xs\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .xs\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .xs\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .xs\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .xs\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .xs\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .xs\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .xs\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xs\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .xs\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .xs\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .xs\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .xs\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .xs\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xs\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .xs\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .xs\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .xs\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .xs\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .xs\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xs\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .xs\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .xs\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .xs\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .xs\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .xs\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xs\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .xs\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .xs\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xs\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .xs\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .xs\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .xs\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .xs\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .xs\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xs\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .xs\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .xs\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .xs\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .xs\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .xs\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .xs\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .xs\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .xs\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .xs\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .xs\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .xs\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .xs\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .xs\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .xs\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xs\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .xs\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .xs\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .xs\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .xs\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .xs\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xs\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .xs\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .xs\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xs\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .xs\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .xs\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xs\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .xs\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .xs\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .xs\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .xs\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .xs\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .xs\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .xs\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .xs\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .xs\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .xs\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .xs\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xs\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .xs\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .xs\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xs\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .xs\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .xs\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xs\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .xs\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .xs\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .xs\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .xs\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .xs\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .xs\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .xs\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .xs\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .xs\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .xs\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .xs\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .xs\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .xs\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .xs\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .xs\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .xs\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .xs\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .xs\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .xs\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .xs\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xs\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .xs\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .xs\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xs\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .xs\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .xs\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xs\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .xs\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .xs\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xs\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .xs\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .xs\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xs\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .xs\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .xs\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .xs\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .xs\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .xs\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xs\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .xs\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .xs\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .xs\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .xs\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .xs\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .xs\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .xs\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .xs\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xs\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .xs\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .xs\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xs\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .xs\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .xs\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xs\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .xs\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .xs\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xs\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .xs\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .xs\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .xs\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .xs\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .xs\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .xs\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .xs\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .xs\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xs\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .xs\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .xs\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .xs\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .xs\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .xs\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .xs\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .xs\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .xs\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xs\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .xs\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .xs\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xs\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .xs\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .xs\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xs\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .xs\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .xs\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xs\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .xs\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .xs\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .xs\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .xs\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .xs\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xs\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .xs\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .xs\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xs\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .xs\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .xs\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .xs\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .xs\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .xs\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .xs\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .xs\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .xs\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xs\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .xs\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .xs\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xs\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .xs\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .xs\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xs\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .xs\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .xs\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .xs\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .xs\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .xs\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xs\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .xs\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .xs\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .xs\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .xs\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .xs\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xs\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .xs\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .xs\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .xs\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .xs\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .xs\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .xs\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .xs\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .xs\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xs\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .xs\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .xs\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xs\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .xs\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .xs\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xs\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .xs\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .xs\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .xs\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .xs\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .xs\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xs\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .xs\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .xs\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xs\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .xs\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .xs\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .xs\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .xs\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .xs\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .xs\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .xs\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .xs\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .xs\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .xs\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .xs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .xs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .xs\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xs\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .xs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .xs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .xs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .xs\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .xs\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .xs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .xs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .xs\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .xs\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .xs\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .xs\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .xs\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .xs\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .xs\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xs\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .xs\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .xs\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xs\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .xs\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .xs\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xs\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .xs\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .xs\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .xs\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .xs\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .xs\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .xs\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .xs\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .xs\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xs\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .xs\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .xs\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .xs\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .xs\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .xs\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xs\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .xs\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .xs\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .xs\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .xs\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .xs\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xs\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .xs\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .xs\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .xs\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .xs\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .xs\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xs\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .xs\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .xs\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xs\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .xs\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .xs\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .xs\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .xs\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .xs\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xs\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .xs\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .xs\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .xs\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .xs\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .xs\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .xs\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .xs\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .xs\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .xs\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .xs\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .xs\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .xs\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .xs\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .xs\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xs\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .xs\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .xs\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .xs\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .xs\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .xs\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xs\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .xs\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xs\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .xs\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .xs\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xs\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .xs\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .xs\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .xs\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .xs\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .xs\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .xs\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .xs\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .xs\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .xs\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .xs\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .xs\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xs\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .xs\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .xs\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xs\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .xs\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .xs\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xs\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .xs\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .xs\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .xs\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .xs\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .xs\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .xs\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .xs\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .xs\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .xs\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .xs\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .xs\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .xs\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .xs\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .xs\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .xs\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .xs\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .xs\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .xs\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .xs\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .xs\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xs\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .xs\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .xs\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xs\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .xs\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .xs\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xs\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .xs\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .xs\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xs\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .xs\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .xs\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xs\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .xs\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .xs\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .xs\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .xs\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .xs\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xs\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .xs\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .xs\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .xs\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .xs\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .xs\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .xs\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .xs\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .xs\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xs\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .xs\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .xs\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xs\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .xs\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .xs\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xs\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .xs\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .xs\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xs\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .xs\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .xs\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .xs\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .xs\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .xs\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .xs\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .xs\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .xs\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xs\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .xs\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .xs\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .xs\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .xs\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .xs\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .xs\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .xs\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xs\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .xs\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xs\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .xs\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xs\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .xs\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xs\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .xs\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .xs\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .xs\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xs\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .xs\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xs\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .xs\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .xs\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .xs\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .xs\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .xs\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .xs\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xs\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .xs\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .xs\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xs\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .xs\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .xs\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xs\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .xs\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .xs\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .xs\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .xs\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .xs\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xs\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .xs\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .xs\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .xs\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .xs\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .xs\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xs\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .xs\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .xs\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .xs\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .xs\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .xs\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .xs\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .xs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .xs\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xs\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .xs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .xs\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xs\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .xs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .xs\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xs\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .xs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .xs\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .xs\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .xs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .xs\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xs\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .xs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .xs\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xs\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .xs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .xs\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .xs\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .xs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .xs\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .xs\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .xs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .xs\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .xs\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: sticky;
  }

  .xs\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xs\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xs\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xs\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xs\:top-0 {
    top: 0;
  }

  .xs\:right-0 {
    right: 0;
  }

  .xs\:bottom-0 {
    bottom: 0;
  }

  .xs\:left-0 {
    left: 0;
  }

  .xs\:top-auto {
    top: auto;
  }

  .xs\:right-auto {
    right: auto;
  }

  .xs\:bottom-auto {
    bottom: auto;
  }

  .xs\:left-auto {
    left: auto;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:shadow-none {
    box-shadow: none;
  }

  .xs\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xs\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xs\:fill-current {
    fill: currentColor;
  }

  .xs\:stroke-current {
    stroke: currentColor;
  }

  .xs\:stroke-0 {
    stroke-width: 0;
  }

  .xs\:stroke-1 {
    stroke-width: 1;
  }

  .xs\:stroke-2 {
    stroke-width: 2;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:text-transparent {
    color: transparent;
  }

  .xs\:text-black {
    color: #000;
  }

  .xs\:text-white {
    color: #fff;
  }

  .xs\:text-gray-100 {
    color: #f7fafc;
  }

  .xs\:text-gray-200 {
    color: #edf2f7;
  }

  .xs\:text-gray-300 {
    color: #e2e8f0;
  }

  .xs\:text-gray-400 {
    color: #cbd5e0;
  }

  .xs\:text-gray-500 {
    color: #a0aec0;
  }

  .xs\:text-gray-600 {
    color: #718096;
  }

  .xs\:text-gray-700 {
    color: #4a5568;
  }

  .xs\:text-gray-800 {
    color: #2d3748;
  }

  .xs\:text-gray-900 {
    color: #1a202c;
  }

  .xs\:text-red-100 {
    color: #fff5f5;
  }

  .xs\:text-red-200 {
    color: #fed7d7;
  }

  .xs\:text-red-300 {
    color: #feb2b2;
  }

  .xs\:text-red-400 {
    color: #fc8181;
  }

  .xs\:text-red-500 {
    color: #f56565;
  }

  .xs\:text-red-600 {
    color: #e53e3e;
  }

  .xs\:text-red-700 {
    color: #c53030;
  }

  .xs\:text-red-800 {
    color: #9b2c2c;
  }

  .xs\:text-red-900 {
    color: #742a2a;
  }

  .xs\:text-orange-100 {
    color: #fffaf0;
  }

  .xs\:text-orange-200 {
    color: #feebc8;
  }

  .xs\:text-orange-300 {
    color: #fbd38d;
  }

  .xs\:text-orange-400 {
    color: #f6ad55;
  }

  .xs\:text-orange-500 {
    color: #ed8936;
  }

  .xs\:text-orange-600 {
    color: #dd6b20;
  }

  .xs\:text-orange-700 {
    color: #c05621;
  }

  .xs\:text-orange-800 {
    color: #9c4221;
  }

  .xs\:text-orange-900 {
    color: #7b341e;
  }

  .xs\:text-yellow-100 {
    color: #fffff0;
  }

  .xs\:text-yellow-200 {
    color: #fefcbf;
  }

  .xs\:text-yellow-300 {
    color: #faf089;
  }

  .xs\:text-yellow-400 {
    color: #f6e05e;
  }

  .xs\:text-yellow-500 {
    color: #ecc94b;
  }

  .xs\:text-yellow-600 {
    color: #d69e2e;
  }

  .xs\:text-yellow-700 {
    color: #b7791f;
  }

  .xs\:text-yellow-800 {
    color: #975a16;
  }

  .xs\:text-yellow-900 {
    color: #744210;
  }

  .xs\:text-green-100 {
    color: #f0fff4;
  }

  .xs\:text-green-200 {
    color: #c6f6d5;
  }

  .xs\:text-green-300 {
    color: #9ae6b4;
  }

  .xs\:text-green-400 {
    color: #68d391;
  }

  .xs\:text-green-500 {
    color: #48bb78;
  }

  .xs\:text-green-600 {
    color: #38a169;
  }

  .xs\:text-green-700 {
    color: #2f855a;
  }

  .xs\:text-green-800 {
    color: #276749;
  }

  .xs\:text-green-900 {
    color: #22543d;
  }

  .xs\:text-teal-100 {
    color: #e6fffa;
  }

  .xs\:text-teal-200 {
    color: #b2f5ea;
  }

  .xs\:text-teal-300 {
    color: #81e6d9;
  }

  .xs\:text-teal-400 {
    color: #4fd1c5;
  }

  .xs\:text-teal-500 {
    color: #38b2ac;
  }

  .xs\:text-teal-600 {
    color: #319795;
  }

  .xs\:text-teal-700 {
    color: #2c7a7b;
  }

  .xs\:text-teal-800 {
    color: #285e61;
  }

  .xs\:text-teal-900 {
    color: #234e52;
  }

  .xs\:text-blue-100 {
    color: #ebf8ff;
  }

  .xs\:text-blue-200 {
    color: #bee3f8;
  }

  .xs\:text-blue-300 {
    color: #90cdf4;
  }

  .xs\:text-blue-400 {
    color: #63b3ed;
  }

  .xs\:text-blue-500 {
    color: #4299e1;
  }

  .xs\:text-blue-600 {
    color: #3182ce;
  }

  .xs\:text-blue-700 {
    color: #2b6cb0;
  }

  .xs\:text-blue-800 {
    color: #2c5282;
  }

  .xs\:text-blue-900 {
    color: #2a4365;
  }

  .xs\:text-indigo-100 {
    color: #ebf4ff;
  }

  .xs\:text-indigo-200 {
    color: #c3dafe;
  }

  .xs\:text-indigo-300 {
    color: #a3bffa;
  }

  .xs\:text-indigo-400 {
    color: #7f9cf5;
  }

  .xs\:text-indigo-500 {
    color: #667eea;
  }

  .xs\:text-indigo-600 {
    color: #5a67d8;
  }

  .xs\:text-indigo-700 {
    color: #4c51bf;
  }

  .xs\:text-indigo-800 {
    color: #434190;
  }

  .xs\:text-indigo-900 {
    color: #3c366b;
  }

  .xs\:text-purple-100 {
    color: #faf5ff;
  }

  .xs\:text-purple-200 {
    color: #e9d8fd;
  }

  .xs\:text-purple-300 {
    color: #d6bcfa;
  }

  .xs\:text-purple-400 {
    color: #b794f4;
  }

  .xs\:text-purple-500 {
    color: #9f7aea;
  }

  .xs\:text-purple-600 {
    color: #805ad5;
  }

  .xs\:text-purple-700 {
    color: #6b46c1;
  }

  .xs\:text-purple-800 {
    color: #553c9a;
  }

  .xs\:text-purple-900 {
    color: #44337a;
  }

  .xs\:text-pink-100 {
    color: #fff5f7;
  }

  .xs\:text-pink-200 {
    color: #fed7e2;
  }

  .xs\:text-pink-300 {
    color: #fbb6ce;
  }

  .xs\:text-pink-400 {
    color: #f687b3;
  }

  .xs\:text-pink-500 {
    color: #ed64a6;
  }

  .xs\:text-pink-600 {
    color: #d53f8c;
  }

  .xs\:text-pink-700 {
    color: #b83280;
  }

  .xs\:text-pink-800 {
    color: #97266d;
  }

  .xs\:text-pink-900 {
    color: #702459;
  }

  .xs\:text-grey {
    color: #CCCCCC;
  }

  .xs\:text-darkgrey {
    color: #BDBDBD;
  }

  .xs\:text-searchplaceholder {
    color: #ddddde;
  }

  .xs\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xs\:hover\:text-black:hover {
    color: #000;
  }

  .xs\:hover\:text-white:hover {
    color: #fff;
  }

  .xs\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .xs\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .xs\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .xs\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .xs\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .xs\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .xs\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .xs\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .xs\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .xs\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .xs\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .xs\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .xs\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .xs\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .xs\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .xs\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .xs\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .xs\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .xs\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .xs\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .xs\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .xs\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .xs\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .xs\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .xs\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .xs\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .xs\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .xs\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .xs\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .xs\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .xs\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .xs\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .xs\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .xs\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .xs\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .xs\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .xs\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .xs\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .xs\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .xs\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .xs\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .xs\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .xs\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .xs\:hover\:text-green-800:hover {
    color: #276749;
  }

  .xs\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .xs\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .xs\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .xs\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .xs\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .xs\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .xs\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .xs\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .xs\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .xs\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .xs\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .xs\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .xs\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .xs\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .xs\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .xs\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .xs\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .xs\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .xs\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .xs\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .xs\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .xs\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .xs\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .xs\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .xs\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .xs\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .xs\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .xs\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .xs\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .xs\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .xs\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .xs\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .xs\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .xs\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .xs\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .xs\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .xs\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .xs\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .xs\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .xs\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .xs\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .xs\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .xs\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .xs\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .xs\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .xs\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .xs\:hover\:text-grey:hover {
    color: #CCCCCC;
  }

  .xs\:hover\:text-darkgrey:hover {
    color: #BDBDBD;
  }

  .xs\:hover\:text-searchplaceholder:hover {
    color: #ddddde;
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xs\:focus\:text-black:focus {
    color: #000;
  }

  .xs\:focus\:text-white:focus {
    color: #fff;
  }

  .xs\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .xs\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .xs\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .xs\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .xs\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .xs\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .xs\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .xs\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .xs\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .xs\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .xs\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .xs\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .xs\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .xs\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .xs\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .xs\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .xs\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .xs\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .xs\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .xs\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .xs\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .xs\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .xs\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .xs\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .xs\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .xs\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .xs\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .xs\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .xs\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .xs\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .xs\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .xs\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .xs\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .xs\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .xs\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .xs\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .xs\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .xs\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .xs\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .xs\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .xs\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .xs\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .xs\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .xs\:focus\:text-green-800:focus {
    color: #276749;
  }

  .xs\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .xs\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .xs\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .xs\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .xs\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .xs\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .xs\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .xs\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .xs\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .xs\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .xs\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .xs\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .xs\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .xs\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .xs\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .xs\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .xs\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .xs\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .xs\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .xs\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .xs\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .xs\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .xs\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .xs\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .xs\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .xs\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .xs\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .xs\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .xs\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .xs\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .xs\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .xs\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .xs\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .xs\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .xs\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .xs\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .xs\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .xs\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .xs\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .xs\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .xs\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .xs\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .xs\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .xs\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .xs\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .xs\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .xs\:focus\:text-grey:focus {
    color: #CCCCCC;
  }

  .xs\:focus\:text-darkgrey:focus {
    color: #BDBDBD;
  }

  .xs\:focus\:text-searchplaceholder:focus {
    color: #ddddde;
  }

  .xs\:text-10 {
    font-size: 10px;
  }

  .xs\:text-11 {
    font-size: 11px;
  }

  .xs\:text-12 {
    font-size: 12px;
  }

  .xs\:text-13 {
    font-size: 13px;
  }

  .xs\:text-14 {
    font-size: 14px;
  }

  .xs\:text-15 {
    font-size: 15px;
  }

  .xs\:text-23 {
    font-size: 23px;
  }

  .xs\:text-25 {
    font-size: 25px;
  }

  .xs\:text-30 {
    font-size: 30px;
  }

  .xs\:text-45 {
    font-size: 45px;
  }

  .xs\:text-xs {
    font-size: 0.8rem;
  }

  .xs\:text-sm {
    font-size: 0.875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
  }

  .xs\:text-6xl {
    font-size: 4rem;
  }

  .xs\:text-xxs {
    font-size: 0.625rem;
  }

  .xs\:text-s {
    font-size: 0.9375rem;
  }

  .xs\:text-md {
    font-size: 1rem;
  }

  .xs\:text-heroxl {
    font-size: 6rem;
  }

  .xs\:text-superxl {
    font-size: 8rem;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:not-italic {
    font-style: normal;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:tracking-1 {
    letter-spacing: 1px;
  }

  .xs\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xs\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xs\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xs\:tracking-0p1 {
    letter-spacing: 0.1em;
  }

  .xs\:tracking-xwidest {
    letter-spacing: 0.15em;
  }

  .xs\:tracking-0p55 {
    letter-spacing: 0.55px;
  }

  .xs\:tracking-2p1 {
    letter-spacing: 2.1px;
  }

  .xs\:select-none {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }

  .xs\:select-text {
    -moz-user-select: text;
     -ms-user-select: text;
         user-select: text;
  }

  .xs\:select-all {
    -moz-user-select: all;
     -ms-user-select: all;
         user-select: all;
  }

  .xs\:select-auto {
    -moz-user-select: auto;
     -ms-user-select: auto;
         user-select: auto;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words {
    overflow-wrap: break-word;
  }

  .xs\:break-all {
    word-break: break-all;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:w-0 {
    width: 0;
  }

  .xs\:w-1 {
    width: 0.25rem;
  }

  .xs\:w-2 {
    width: 0.5rem;
  }

  .xs\:w-3 {
    width: 0.75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 1.25rem;
  }

  .xs\:w-6 {
    width: 1.5rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-10 {
    width: 2.5rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-16 {
    width: 4rem;
  }

  .xs\:w-20 {
    width: 5rem;
  }

  .xs\:w-24 {
    width: 6rem;
  }

  .xs\:w-28 {
    width: 7rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:w-56 {
    width: 14rem;
  }

  .xs\:w-64 {
    width: 16rem;
  }

  .xs\:w-72 {
    width: 18rem;
  }

  .xs\:w-80 {
    width: 22rem;
  }

  .xs\:w-96 {
    width: 26rem;
  }

  .xs\:w-128 {
    width: 30rem;
  }

  .xs\:w-200 {
    width: 12.5rem;
  }

  .xs\:w-400 {
    width: 25rem;
  }

  .xs\:w-500 {
    width: 31.25rem;
  }

  .xs\:w-600 {
    width: 37.5rem;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.333333%;
  }

  .xs\:w-2\/3 {
    width: 66.666667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-2\/4 {
    width: 50%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.666667%;
  }

  .xs\:w-2\/6 {
    width: 33.333333%;
  }

  .xs\:w-3\/6 {
    width: 50%;
  }

  .xs\:w-4\/6 {
    width: 66.666667%;
  }

  .xs\:w-5\/6 {
    width: 83.333333%;
  }

  .xs\:w-1\/12 {
    width: 8.333333%;
  }

  .xs\:w-2\/12 {
    width: 16.666667%;
  }

  .xs\:w-3\/12 {
    width: 25%;
  }

  .xs\:w-4\/12 {
    width: 33.333333%;
  }

  .xs\:w-5\/12 {
    width: 41.666667%;
  }

  .xs\:w-6\/12 {
    width: 50%;
  }

  .xs\:w-7\/12 {
    width: 58.333333%;
  }

  .xs\:w-8\/12 {
    width: 66.666667%;
  }

  .xs\:w-9\/12 {
    width: 75%;
  }

  .xs\:w-10\/12 {
    width: 83.333333%;
  }

  .xs\:w-11\/12 {
    width: 91.666667%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:w-1\/10 {
    width: 10%;
  }

  .xs\:w-3\/10 {
    width: 30%;
  }

  .xs\:w-logo {
    width: 250px;
  }

  .xs\:w-minilogo {
    width: 40px;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xs\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xs\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xs\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xs\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xs\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xs\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xs\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xs\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xs\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xs\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xs\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xs\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xs\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xs\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xs\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xs\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xs\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xs\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xs\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xs\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xs\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xs\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xs\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xs\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xs\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xs\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xs\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xs\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xs\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xs\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xs\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xs\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xs\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xs\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xs\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xs\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xs\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xs\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xs\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xs\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xs\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xs\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xs\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xs\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xs\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xs\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xs\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xs\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xs\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xs\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xs\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xs\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xs\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xs\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xs\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:grid-cols-none {
    grid-template-columns: none;
  }

  .xs\:col-auto {
    grid-column: auto;
  }

  .xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xs\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xs\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xs\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xs\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xs\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xs\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xs\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xs\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xs\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xs\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xs\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xs\:col-start-1 {
    grid-column-start: 1;
  }

  .xs\:col-start-2 {
    grid-column-start: 2;
  }

  .xs\:col-start-3 {
    grid-column-start: 3;
  }

  .xs\:col-start-4 {
    grid-column-start: 4;
  }

  .xs\:col-start-5 {
    grid-column-start: 5;
  }

  .xs\:col-start-6 {
    grid-column-start: 6;
  }

  .xs\:col-start-7 {
    grid-column-start: 7;
  }

  .xs\:col-start-8 {
    grid-column-start: 8;
  }

  .xs\:col-start-9 {
    grid-column-start: 9;
  }

  .xs\:col-start-10 {
    grid-column-start: 10;
  }

  .xs\:col-start-11 {
    grid-column-start: 11;
  }

  .xs\:col-start-12 {
    grid-column-start: 12;
  }

  .xs\:col-start-13 {
    grid-column-start: 13;
  }

  .xs\:col-start-auto {
    grid-column-start: auto;
  }

  .xs\:col-end-1 {
    grid-column-end: 1;
  }

  .xs\:col-end-2 {
    grid-column-end: 2;
  }

  .xs\:col-end-3 {
    grid-column-end: 3;
  }

  .xs\:col-end-4 {
    grid-column-end: 4;
  }

  .xs\:col-end-5 {
    grid-column-end: 5;
  }

  .xs\:col-end-6 {
    grid-column-end: 6;
  }

  .xs\:col-end-7 {
    grid-column-end: 7;
  }

  .xs\:col-end-8 {
    grid-column-end: 8;
  }

  .xs\:col-end-9 {
    grid-column-end: 9;
  }

  .xs\:col-end-10 {
    grid-column-end: 10;
  }

  .xs\:col-end-11 {
    grid-column-end: 11;
  }

  .xs\:col-end-12 {
    grid-column-end: 12;
  }

  .xs\:col-end-13 {
    grid-column-end: 13;
  }

  .xs\:col-end-auto {
    grid-column-end: auto;
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-rows-none {
    grid-template-rows: none;
  }

  .xs\:row-auto {
    grid-row: auto;
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xs\:row-start-1 {
    grid-row-start: 1;
  }

  .xs\:row-start-2 {
    grid-row-start: 2;
  }

  .xs\:row-start-3 {
    grid-row-start: 3;
  }

  .xs\:row-start-4 {
    grid-row-start: 4;
  }

  .xs\:row-start-5 {
    grid-row-start: 5;
  }

  .xs\:row-start-6 {
    grid-row-start: 6;
  }

  .xs\:row-start-7 {
    grid-row-start: 7;
  }

  .xs\:row-start-auto {
    grid-row-start: auto;
  }

  .xs\:row-end-1 {
    grid-row-end: 1;
  }

  .xs\:row-end-2 {
    grid-row-end: 2;
  }

  .xs\:row-end-3 {
    grid-row-end: 3;
  }

  .xs\:row-end-4 {
    grid-row-end: 4;
  }

  .xs\:row-end-5 {
    grid-row-end: 5;
  }

  .xs\:row-end-6 {
    grid-row-end: 6;
  }

  .xs\:row-end-7 {
    grid-row-end: 7;
  }

  .xs\:row-end-auto {
    grid-row-end: auto;
  }

  .xs\: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));
  }

  .xs\:transform-none {
    transform: none;
  }

  .xs\:origin-center {
    transform-origin: center;
  }

  .xs\:origin-top {
    transform-origin: top;
  }

  .xs\:origin-top-right {
    transform-origin: top right;
  }

  .xs\:origin-right {
    transform-origin: right;
  }

  .xs\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xs\:origin-bottom {
    transform-origin: bottom;
  }

  .xs\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xs\:origin-left {
    transform-origin: left;
  }

  .xs\:origin-top-left {
    transform-origin: top left;
  }

  .xs\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xs\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xs\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xs\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xs\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xs\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xs\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xs\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xs\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xs\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xs\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xs\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xs\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xs\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xs\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xs\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xs\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xs\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xs\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xs\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xs\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xs\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xs\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xs\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xs\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xs\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xs\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xs\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xs\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xs\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xs\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xs\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xs\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xs\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xs\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xs\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xs\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xs\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xs\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xs\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xs\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xs\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xs\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xs\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xs\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xs\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xs\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xs\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xs\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xs\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xs\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xs\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xs\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xs\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xs\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xs\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xs\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xs\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xs\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xs\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xs\:rotate-0 {
    --transform-rotate: 0;
  }

  .xs\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xs\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xs\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xs\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xs\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xs\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xs\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xs\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xs\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xs\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xs\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xs\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xs\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xs\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xs\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xs\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xs\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xs\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xs\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xs\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xs\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .xs\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xs\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xs\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .xs\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .xs\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .xs\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .xs\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .xs\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .xs\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .xs\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .xs\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .xs\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .xs\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .xs\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .xs\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .xs\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .xs\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .xs\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xs\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xs\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xs\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .xs\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .xs\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .xs\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .xs\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .xs\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .xs\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .xs\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .xs\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .xs\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .xs\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .xs\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .xs\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .xs\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .xs\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .xs\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xs\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xs\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xs\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xs\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xs\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .xs\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xs\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xs\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .xs\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .xs\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .xs\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .xs\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .xs\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .xs\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .xs\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .xs\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .xs\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .xs\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .xs\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .xs\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .xs\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .xs\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .xs\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xs\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xs\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xs\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .xs\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .xs\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .xs\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .xs\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .xs\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .xs\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .xs\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .xs\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .xs\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .xs\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .xs\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .xs\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .xs\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .xs\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .xs\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xs\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xs\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xs\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xs\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xs\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .xs\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xs\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xs\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .xs\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .xs\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .xs\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .xs\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .xs\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .xs\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .xs\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .xs\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .xs\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .xs\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .xs\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .xs\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .xs\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .xs\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .xs\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xs\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xs\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xs\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .xs\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .xs\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .xs\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .xs\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .xs\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .xs\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .xs\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .xs\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .xs\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .xs\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .xs\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .xs\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .xs\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .xs\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .xs\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xs\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xs\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xs\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .xs\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xs\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xs\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .xs\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .xs\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .xs\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .xs\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .xs\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .xs\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .xs\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .xs\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .xs\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .xs\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .xs\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .xs\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .xs\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .xs\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .xs\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xs\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xs\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xs\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .xs\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .xs\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .xs\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .xs\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .xs\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .xs\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .xs\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .xs\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .xs\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .xs\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .xs\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .xs\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .xs\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .xs\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .xs\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xs\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xs\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .xs\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .xs\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .xs\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .xs\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .xs\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .xs\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .xs\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .xs\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .xs\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .xs\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .xs\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .xs\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .xs\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .xs\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .xs\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .xs\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .xs\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .xs\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .xs\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .xs\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .xs\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .xs\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .xs\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .xs\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .xs\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .xs\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .xs\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .xs\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .xs\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .xs\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .xs\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .xs\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .xs\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .xs\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .xs\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .xs\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .xs\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .xs\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .xs\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .xs\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .xs\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .xs\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .xs\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .xs\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .xs\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .xs\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .xs\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .xs\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .xs\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .xs\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .xs\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .xs\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .xs\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .xs\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .xs\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .xs\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .xs\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .xs\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .xs\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .xs\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .xs\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .xs\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .xs\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .xs\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .xs\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .xs\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .xs\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .xs\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .xs\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .xs\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .xs\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .xs\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .xs\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .xs\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .xs\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .xs\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .xs\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .xs\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .xs\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xs\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xs\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xs\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xs\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xs\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xs\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xs\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xs\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xs\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xs\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xs\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xs\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xs\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xs\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xs\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xs\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xs\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xs\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xs\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xs\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xs\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xs\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xs\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xs\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xs\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xs\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xs\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xs\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .xs\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .xs\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .xs\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xs\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xs\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xs\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .xs\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .xs\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .xs\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .xs\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xs\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xs\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xs\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xs\:transition-none {
    transition-property: none;
  }

  .xs\:transition-all {
    transition-property: all;
  }

  .xs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xs\:transition-opacity {
    transition-property: opacity;
  }

  .xs\:transition-shadow {
    transition-property: box-shadow;
  }

  .xs\:transition-transform {
    transition-property: transform;
  }

  .xs\:ease-linear {
    transition-timing-function: linear;
  }

  .xs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:duration-75 {
    transition-duration: 75ms;
  }

  .xs\:duration-100 {
    transition-duration: 100ms;
  }

  .xs\:duration-150 {
    transition-duration: 150ms;
  }

  .xs\:duration-200 {
    transition-duration: 200ms;
  }

  .xs\:duration-300 {
    transition-duration: 300ms;
  }

  .xs\:duration-500 {
    transition-duration: 500ms;
  }

  .xs\:duration-700 {
    transition-duration: 700ms;
  }

  .xs\:duration-1000 {
    transition-duration: 1000ms;
  }
}</pre></body></html>