/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-preflight.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */

/*@tailwind preflight;*/

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */

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

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

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

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

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

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-utilities.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none !important
}

.pointer-events-auto {
  pointer-events: auto !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

.static {
  position: static !important
}

.fixed {
  position: fixed !important
}

.absolute {
  position: absolute !important
}

.relative {
  position: relative !important
}

.sticky {
  position: sticky !important
}

.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important
}

.inset-1 {
  top: 0.25rem !important;
  right: 0.25rem !important;
  bottom: 0.25rem !important;
  left: 0.25rem !important
}

.inset-2 {
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important
}

.inset-3 {
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: 0.75rem !important
}

.inset-4 {
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important
}

.inset-5 {
  top: 1.25rem !important;
  right: 1.25rem !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important
}

.inset-6 {
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important
}

.inset-7 {
  top: 1.75rem !important;
  right: 1.75rem !important;
  bottom: 1.75rem !important;
  left: 1.75rem !important
}

.inset-8 {
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important
}

.inset-9 {
  top: 2.25rem !important;
  right: 2.25rem !important;
  bottom: 2.25rem !important;
  left: 2.25rem !important
}

.inset-10 {
  top: 2.5rem !important;
  right: 2.5rem !important;
  bottom: 2.5rem !important;
  left: 2.5rem !important
}

.inset-11 {
  top: 2.75rem !important;
  right: 2.75rem !important;
  bottom: 2.75rem !important;
  left: 2.75rem !important
}

.inset-12 {
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important
}

.inset-14 {
  top: 3.5rem !important;
  right: 3.5rem !important;
  bottom: 3.5rem !important;
  left: 3.5rem !important
}

.inset-16 {
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important
}

.inset-20 {
  top: 5rem !important;
  right: 5rem !important;
  bottom: 5rem !important;
  left: 5rem !important
}

.inset-24 {
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important
}

.inset-28 {
  top: 7rem !important;
  right: 7rem !important;
  bottom: 7rem !important;
  left: 7rem !important
}

.inset-32 {
  top: 8rem !important;
  right: 8rem !important;
  bottom: 8rem !important;
  left: 8rem !important
}

.inset-36 {
  top: 9rem !important;
  right: 9rem !important;
  bottom: 9rem !important;
  left: 9rem !important
}

.inset-40 {
  top: 10rem !important;
  right: 10rem !important;
  bottom: 10rem !important;
  left: 10rem !important
}

.inset-44 {
  top: 11rem !important;
  right: 11rem !important;
  bottom: 11rem !important;
  left: 11rem !important
}

.inset-48 {
  top: 12rem !important;
  right: 12rem !important;
  bottom: 12rem !important;
  left: 12rem !important
}

.inset-52 {
  top: 13rem !important;
  right: 13rem !important;
  bottom: 13rem !important;
  left: 13rem !important
}

.inset-56 {
  top: 14rem !important;
  right: 14rem !important;
  bottom: 14rem !important;
  left: 14rem !important
}

.inset-60 {
  top: 15rem !important;
  right: 15rem !important;
  bottom: 15rem !important;
  left: 15rem !important
}

.inset-64 {
  top: 16rem !important;
  right: 16rem !important;
  bottom: 16rem !important;
  left: 16rem !important
}

.inset-72 {
  top: 18rem !important;
  right: 18rem !important;
  bottom: 18rem !important;
  left: 18rem !important
}

.inset-80 {
  top: 20rem !important;
  right: 20rem !important;
  bottom: 20rem !important;
  left: 20rem !important
}

.inset-96 {
  top: 24rem !important;
  right: 24rem !important;
  bottom: 24rem !important;
  left: 24rem !important
}

.inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important
}

.inset-px {
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important
}

.inset-0\.5 {
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important
}

.inset-1\.5 {
  top: 0.375rem !important;
  right: 0.375rem !important;
  bottom: 0.375rem !important;
  left: 0.375rem !important
}

.inset-2\.5 {
  top: 0.625rem !important;
  right: 0.625rem !important;
  bottom: 0.625rem !important;
  left: 0.625rem !important
}

.inset-3\.5 {
  top: 0.875rem !important;
  right: 0.875rem !important;
  bottom: 0.875rem !important;
  left: 0.875rem !important
}

.-inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important
}

.-inset-1 {
  top: -0.25rem !important;
  right: -0.25rem !important;
  bottom: -0.25rem !important;
  left: -0.25rem !important
}

.-inset-2 {
  top: -0.5rem !important;
  right: -0.5rem !important;
  bottom: -0.5rem !important;
  left: -0.5rem !important
}

.-inset-3 {
  top: -0.75rem !important;
  right: -0.75rem !important;
  bottom: -0.75rem !important;
  left: -0.75rem !important
}

.-inset-4 {
  top: -1rem !important;
  right: -1rem !important;
  bottom: -1rem !important;
  left: -1rem !important
}

.-inset-5 {
  top: -1.25rem !important;
  right: -1.25rem !important;
  bottom: -1.25rem !important;
  left: -1.25rem !important
}

.-inset-6 {
  top: -1.5rem !important;
  right: -1.5rem !important;
  bottom: -1.5rem !important;
  left: -1.5rem !important
}

.-inset-7 {
  top: -1.75rem !important;
  right: -1.75rem !important;
  bottom: -1.75rem !important;
  left: -1.75rem !important
}

.-inset-8 {
  top: -2rem !important;
  right: -2rem !important;
  bottom: -2rem !important;
  left: -2rem !important
}

.-inset-9 {
  top: -2.25rem !important;
  right: -2.25rem !important;
  bottom: -2.25rem !important;
  left: -2.25rem !important
}

.-inset-10 {
  top: -2.5rem !important;
  right: -2.5rem !important;
  bottom: -2.5rem !important;
  left: -2.5rem !important
}

.-inset-11 {
  top: -2.75rem !important;
  right: -2.75rem !important;
  bottom: -2.75rem !important;
  left: -2.75rem !important
}

.-inset-12 {
  top: -3rem !important;
  right: -3rem !important;
  bottom: -3rem !important;
  left: -3rem !important
}

.-inset-14 {
  top: -3.5rem !important;
  right: -3.5rem !important;
  bottom: -3.5rem !important;
  left: -3.5rem !important
}

.-inset-16 {
  top: -4rem !important;
  right: -4rem !important;
  bottom: -4rem !important;
  left: -4rem !important
}

.-inset-20 {
  top: -5rem !important;
  right: -5rem !important;
  bottom: -5rem !important;
  left: -5rem !important
}

.-inset-24 {
  top: -6rem !important;
  right: -6rem !important;
  bottom: -6rem !important;
  left: -6rem !important
}

.-inset-28 {
  top: -7rem !important;
  right: -7rem !important;
  bottom: -7rem !important;
  left: -7rem !important
}

.-inset-32 {
  top: -8rem !important;
  right: -8rem !important;
  bottom: -8rem !important;
  left: -8rem !important
}

.-inset-36 {
  top: -9rem !important;
  right: -9rem !important;
  bottom: -9rem !important;
  left: -9rem !important
}

.-inset-40 {
  top: -10rem !important;
  right: -10rem !important;
  bottom: -10rem !important;
  left: -10rem !important
}

.-inset-44 {
  top: -11rem !important;
  right: -11rem !important;
  bottom: -11rem !important;
  left: -11rem !important
}

.-inset-48 {
  top: -12rem !important;
  right: -12rem !important;
  bottom: -12rem !important;
  left: -12rem !important
}

.-inset-52 {
  top: -13rem !important;
  right: -13rem !important;
  bottom: -13rem !important;
  left: -13rem !important
}

.-inset-56 {
  top: -14rem !important;
  right: -14rem !important;
  bottom: -14rem !important;
  left: -14rem !important
}

.-inset-60 {
  top: -15rem !important;
  right: -15rem !important;
  bottom: -15rem !important;
  left: -15rem !important
}

.-inset-64 {
  top: -16rem !important;
  right: -16rem !important;
  bottom: -16rem !important;
  left: -16rem !important
}

.-inset-72 {
  top: -18rem !important;
  right: -18rem !important;
  bottom: -18rem !important;
  left: -18rem !important
}

.-inset-80 {
  top: -20rem !important;
  right: -20rem !important;
  bottom: -20rem !important;
  left: -20rem !important
}

.-inset-96 {
  top: -24rem !important;
  right: -24rem !important;
  bottom: -24rem !important;
  left: -24rem !important
}

.-inset-px {
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  left: -1px !important
}

.-inset-0\.5 {
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important
}

.-inset-1\.5 {
  top: -0.375rem !important;
  right: -0.375rem !important;
  bottom: -0.375rem !important;
  left: -0.375rem !important
}

.-inset-2\.5 {
  top: -0.625rem !important;
  right: -0.625rem !important;
  bottom: -0.625rem !important;
  left: -0.625rem !important
}

.-inset-3\.5 {
  top: -0.875rem !important;
  right: -0.875rem !important;
  bottom: -0.875rem !important;
  left: -0.875rem !important
}

.inset-1\/2 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important
}

.inset-1\/3 {
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important
}

.inset-2\/3 {
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important
}

.inset-1\/4 {
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important
}

.inset-2\/4 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important
}

.inset-3\/4 {
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important
}

.inset-full {
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important
}

.-inset-1\/2 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important
}

.-inset-1\/3 {
  top: -33.333333% !important;
  right: -33.333333% !important;
  bottom: -33.333333% !important;
  left: -33.333333% !important
}

.-inset-2\/3 {
  top: -66.666667% !important;
  right: -66.666667% !important;
  bottom: -66.666667% !important;
  left: -66.666667% !important
}

.-inset-1\/4 {
  top: -25% !important;
  right: -25% !important;
  bottom: -25% !important;
  left: -25% !important
}

.-inset-2\/4 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important
}

.-inset-3\/4 {
  top: -75% !important;
  right: -75% !important;
  bottom: -75% !important;
  left: -75% !important
}

.-inset-full {
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  left: -100% !important
}

.inset-x-0 {
  left: 0px !important;
  right: 0px !important
}

.inset-x-1 {
  left: 0.25rem !important;
  right: 0.25rem !important
}

.inset-x-2 {
  left: 0.5rem !important;
  right: 0.5rem !important
}

.inset-x-3 {
  left: 0.75rem !important;
  right: 0.75rem !important
}

.inset-x-4 {
  left: 1rem !important;
  right: 1rem !important
}

.inset-x-5 {
  left: 1.25rem !important;
  right: 1.25rem !important
}

.inset-x-6 {
  left: 1.5rem !important;
  right: 1.5rem !important
}

.inset-x-7 {
  left: 1.75rem !important;
  right: 1.75rem !important
}

.inset-x-8 {
  left: 2rem !important;
  right: 2rem !important
}

.inset-x-9 {
  left: 2.25rem !important;
  right: 2.25rem !important
}

.inset-x-10 {
  left: 2.5rem !important;
  right: 2.5rem !important
}

.inset-x-11 {
  left: 2.75rem !important;
  right: 2.75rem !important
}

.inset-x-12 {
  left: 3rem !important;
  right: 3rem !important
}

.inset-x-14 {
  left: 3.5rem !important;
  right: 3.5rem !important
}

.inset-x-16 {
  left: 4rem !important;
  right: 4rem !important
}

.inset-x-20 {
  left: 5rem !important;
  right: 5rem !important
}

.inset-x-24 {
  left: 6rem !important;
  right: 6rem !important
}

.inset-x-28 {
  left: 7rem !important;
  right: 7rem !important
}

.inset-x-32 {
  left: 8rem !important;
  right: 8rem !important
}

.inset-x-36 {
  left: 9rem !important;
  right: 9rem !important
}

.inset-x-40 {
  left: 10rem !important;
  right: 10rem !important
}

.inset-x-44 {
  left: 11rem !important;
  right: 11rem !important
}

.inset-x-48 {
  left: 12rem !important;
  right: 12rem !important
}

.inset-x-52 {
  left: 13rem !important;
  right: 13rem !important
}

.inset-x-56 {
  left: 14rem !important;
  right: 14rem !important
}

.inset-x-60 {
  left: 15rem !important;
  right: 15rem !important
}

.inset-x-64 {
  left: 16rem !important;
  right: 16rem !important
}

.inset-x-72 {
  left: 18rem !important;
  right: 18rem !important
}

.inset-x-80 {
  left: 20rem !important;
  right: 20rem !important
}

.inset-x-96 {
  left: 24rem !important;
  right: 24rem !important
}

.inset-x-auto {
  left: auto !important;
  right: auto !important
}

.inset-x-px {
  left: 1px !important;
  right: 1px !important
}

.inset-x-0\.5 {
  left: 0.125rem !important;
  right: 0.125rem !important
}

.inset-x-1\.5 {
  left: 0.375rem !important;
  right: 0.375rem !important
}

.inset-x-2\.5 {
  left: 0.625rem !important;
  right: 0.625rem !important
}

.inset-x-3\.5 {
  left: 0.875rem !important;
  right: 0.875rem !important
}

.-inset-x-0 {
  left: 0px !important;
  right: 0px !important
}

.-inset-x-1 {
  left: -0.25rem !important;
  right: -0.25rem !important
}

.-inset-x-2 {
  left: -0.5rem !important;
  right: -0.5rem !important
}

.-inset-x-3 {
  left: -0.75rem !important;
  right: -0.75rem !important
}

.-inset-x-4 {
  left: -1rem !important;
  right: -1rem !important
}

.-inset-x-5 {
  left: -1.25rem !important;
  right: -1.25rem !important
}

.-inset-x-6 {
  left: -1.5rem !important;
  right: -1.5rem !important
}

.-inset-x-7 {
  left: -1.75rem !important;
  right: -1.75rem !important
}

.-inset-x-8 {
  left: -2rem !important;
  right: -2rem !important
}

.-inset-x-9 {
  left: -2.25rem !important;
  right: -2.25rem !important
}

.-inset-x-10 {
  left: -2.5rem !important;
  right: -2.5rem !important
}

.-inset-x-11 {
  left: -2.75rem !important;
  right: -2.75rem !important
}

.-inset-x-12 {
  left: -3rem !important;
  right: -3rem !important
}

.-inset-x-14 {
  left: -3.5rem !important;
  right: -3.5rem !important
}

.-inset-x-16 {
  left: -4rem !important;
  right: -4rem !important
}

.-inset-x-20 {
  left: -5rem !important;
  right: -5rem !important
}

.-inset-x-24 {
  left: -6rem !important;
  right: -6rem !important
}

.-inset-x-28 {
  left: -7rem !important;
  right: -7rem !important
}

.-inset-x-32 {
  left: -8rem !important;
  right: -8rem !important
}

.-inset-x-36 {
  left: -9rem !important;
  right: -9rem !important
}

.-inset-x-40 {
  left: -10rem !important;
  right: -10rem !important
}

.-inset-x-44 {
  left: -11rem !important;
  right: -11rem !important
}

.-inset-x-48 {
  left: -12rem !important;
  right: -12rem !important
}

.-inset-x-52 {
  left: -13rem !important;
  right: -13rem !important
}

.-inset-x-56 {
  left: -14rem !important;
  right: -14rem !important
}

.-inset-x-60 {
  left: -15rem !important;
  right: -15rem !important
}

.-inset-x-64 {
  left: -16rem !important;
  right: -16rem !important
}

.-inset-x-72 {
  left: -18rem !important;
  right: -18rem !important
}

.-inset-x-80 {
  left: -20rem !important;
  right: -20rem !important
}

.-inset-x-96 {
  left: -24rem !important;
  right: -24rem !important
}

.-inset-x-px {
  left: -1px !important;
  right: -1px !important
}

.-inset-x-0\.5 {
  left: -0.125rem !important;
  right: -0.125rem !important
}

.-inset-x-1\.5 {
  left: -0.375rem !important;
  right: -0.375rem !important
}

.-inset-x-2\.5 {
  left: -0.625rem !important;
  right: -0.625rem !important
}

.-inset-x-3\.5 {
  left: -0.875rem !important;
  right: -0.875rem !important
}

.inset-x-1\/2 {
  left: 50% !important;
  right: 50% !important
}

.inset-x-1\/3 {
  left: 33.333333% !important;
  right: 33.333333% !important
}

.inset-x-2\/3 {
  left: 66.666667% !important;
  right: 66.666667% !important
}

.inset-x-1\/4 {
  left: 25% !important;
  right: 25% !important
}

.inset-x-2\/4 {
  left: 50% !important;
  right: 50% !important
}

.inset-x-3\/4 {
  left: 75% !important;
  right: 75% !important
}

.inset-x-full {
  left: 100% !important;
  right: 100% !important
}

.-inset-x-1\/2 {
  left: -50% !important;
  right: -50% !important
}

.-inset-x-1\/3 {
  left: -33.333333% !important;
  right: -33.333333% !important
}

.-inset-x-2\/3 {
  left: -66.666667% !important;
  right: -66.666667% !important
}

.-inset-x-1\/4 {
  left: -25% !important;
  right: -25% !important
}

.-inset-x-2\/4 {
  left: -50% !important;
  right: -50% !important
}

.-inset-x-3\/4 {
  left: -75% !important;
  right: -75% !important
}

.-inset-x-full {
  left: -100% !important;
  right: -100% !important
}

.inset-y-0 {
  top: 0px !important;
  bottom: 0px !important
}

.inset-y-1 {
  top: 0.25rem !important;
  bottom: 0.25rem !important
}

.inset-y-2 {
  top: 0.5rem !important;
  bottom: 0.5rem !important
}

.inset-y-3 {
  top: 0.75rem !important;
  bottom: 0.75rem !important
}

.inset-y-4 {
  top: 1rem !important;
  bottom: 1rem !important
}

.inset-y-5 {
  top: 1.25rem !important;
  bottom: 1.25rem !important
}

.inset-y-6 {
  top: 1.5rem !important;
  bottom: 1.5rem !important
}

.inset-y-7 {
  top: 1.75rem !important;
  bottom: 1.75rem !important
}

.inset-y-8 {
  top: 2rem !important;
  bottom: 2rem !important
}

.inset-y-9 {
  top: 2.25rem !important;
  bottom: 2.25rem !important
}

.inset-y-10 {
  top: 2.5rem !important;
  bottom: 2.5rem !important
}

.inset-y-11 {
  top: 2.75rem !important;
  bottom: 2.75rem !important
}

.inset-y-12 {
  top: 3rem !important;
  bottom: 3rem !important
}

.inset-y-14 {
  top: 3.5rem !important;
  bottom: 3.5rem !important
}

.inset-y-16 {
  top: 4rem !important;
  bottom: 4rem !important
}

.inset-y-20 {
  top: 5rem !important;
  bottom: 5rem !important
}

.inset-y-24 {
  top: 6rem !important;
  bottom: 6rem !important
}

.inset-y-28 {
  top: 7rem !important;
  bottom: 7rem !important
}

.inset-y-32 {
  top: 8rem !important;
  bottom: 8rem !important
}

.inset-y-36 {
  top: 9rem !important;
  bottom: 9rem !important
}

.inset-y-40 {
  top: 10rem !important;
  bottom: 10rem !important
}

.inset-y-44 {
  top: 11rem !important;
  bottom: 11rem !important
}

.inset-y-48 {
  top: 12rem !important;
  bottom: 12rem !important
}

.inset-y-52 {
  top: 13rem !important;
  bottom: 13rem !important
}

.inset-y-56 {
  top: 14rem !important;
  bottom: 14rem !important
}

.inset-y-60 {
  top: 15rem !important;
  bottom: 15rem !important
}

.inset-y-64 {
  top: 16rem !important;
  bottom: 16rem !important
}

.inset-y-72 {
  top: 18rem !important;
  bottom: 18rem !important
}

.inset-y-80 {
  top: 20rem !important;
  bottom: 20rem !important
}

.inset-y-96 {
  top: 24rem !important;
  bottom: 24rem !important
}

.inset-y-auto {
  top: auto !important;
  bottom: auto !important
}

.inset-y-px {
  top: 1px !important;
  bottom: 1px !important
}

.inset-y-0\.5 {
  top: 0.125rem !important;
  bottom: 0.125rem !important
}

.inset-y-1\.5 {
  top: 0.375rem !important;
  bottom: 0.375rem !important
}

.inset-y-2\.5 {
  top: 0.625rem !important;
  bottom: 0.625rem !important
}

.inset-y-3\.5 {
  top: 0.875rem !important;
  bottom: 0.875rem !important
}

.-inset-y-0 {
  top: 0px !important;
  bottom: 0px !important
}

.-inset-y-1 {
  top: -0.25rem !important;
  bottom: -0.25rem !important
}

.-inset-y-2 {
  top: -0.5rem !important;
  bottom: -0.5rem !important
}

.-inset-y-3 {
  top: -0.75rem !important;
  bottom: -0.75rem !important
}

.-inset-y-4 {
  top: -1rem !important;
  bottom: -1rem !important
}

.-inset-y-5 {
  top: -1.25rem !important;
  bottom: -1.25rem !important
}

.-inset-y-6 {
  top: -1.5rem !important;
  bottom: -1.5rem !important
}

.-inset-y-7 {
  top: -1.75rem !important;
  bottom: -1.75rem !important
}

.-inset-y-8 {
  top: -2rem !important;
  bottom: -2rem !important
}

.-inset-y-9 {
  top: -2.25rem !important;
  bottom: -2.25rem !important
}

.-inset-y-10 {
  top: -2.5rem !important;
  bottom: -2.5rem !important
}

.-inset-y-11 {
  top: -2.75rem !important;
  bottom: -2.75rem !important
}

.-inset-y-12 {
  top: -3rem !important;
  bottom: -3rem !important
}

.-inset-y-14 {
  top: -3.5rem !important;
  bottom: -3.5rem !important
}

.-inset-y-16 {
  top: -4rem !important;
  bottom: -4rem !important
}

.-inset-y-20 {
  top: -5rem !important;
  bottom: -5rem !important
}

.-inset-y-24 {
  top: -6rem !important;
  bottom: -6rem !important
}

.-inset-y-28 {
  top: -7rem !important;
  bottom: -7rem !important
}

.-inset-y-32 {
  top: -8rem !important;
  bottom: -8rem !important
}

.-inset-y-36 {
  top: -9rem !important;
  bottom: -9rem !important
}

.-inset-y-40 {
  top: -10rem !important;
  bottom: -10rem !important
}

.-inset-y-44 {
  top: -11rem !important;
  bottom: -11rem !important
}

.-inset-y-48 {
  top: -12rem !important;
  bottom: -12rem !important
}

.-inset-y-52 {
  top: -13rem !important;
  bottom: -13rem !important
}

.-inset-y-56 {
  top: -14rem !important;
  bottom: -14rem !important
}

.-inset-y-60 {
  top: -15rem !important;
  bottom: -15rem !important
}

.-inset-y-64 {
  top: -16rem !important;
  bottom: -16rem !important
}

.-inset-y-72 {
  top: -18rem !important;
  bottom: -18rem !important
}

.-inset-y-80 {
  top: -20rem !important;
  bottom: -20rem !important
}

.-inset-y-96 {
  top: -24rem !important;
  bottom: -24rem !important
}

.-inset-y-px {
  top: -1px !important;
  bottom: -1px !important
}

.-inset-y-0\.5 {
  top: -0.125rem !important;
  bottom: -0.125rem !important
}

.-inset-y-1\.5 {
  top: -0.375rem !important;
  bottom: -0.375rem !important
}

.-inset-y-2\.5 {
  top: -0.625rem !important;
  bottom: -0.625rem !important
}

.-inset-y-3\.5 {
  top: -0.875rem !important;
  bottom: -0.875rem !important
}

.inset-y-1\/2 {
  top: 50% !important;
  bottom: 50% !important
}

.inset-y-1\/3 {
  top: 33.333333% !important;
  bottom: 33.333333% !important
}

.inset-y-2\/3 {
  top: 66.666667% !important;
  bottom: 66.666667% !important
}

.inset-y-1\/4 {
  top: 25% !important;
  bottom: 25% !important
}

.inset-y-2\/4 {
  top: 50% !important;
  bottom: 50% !important
}

.inset-y-3\/4 {
  top: 75% !important;
  bottom: 75% !important
}

.inset-y-full {
  top: 100% !important;
  bottom: 100% !important
}

.-inset-y-1\/2 {
  top: -50% !important;
  bottom: -50% !important
}

.-inset-y-1\/3 {
  top: -33.333333% !important;
  bottom: -33.333333% !important
}

.-inset-y-2\/3 {
  top: -66.666667% !important;
  bottom: -66.666667% !important
}

.-inset-y-1\/4 {
  top: -25% !important;
  bottom: -25% !important
}

.-inset-y-2\/4 {
  top: -50% !important;
  bottom: -50% !important
}

.-inset-y-3\/4 {
  top: -75% !important;
  bottom: -75% !important
}

.-inset-y-full {
  top: -100% !important;
  bottom: -100% !important
}

.top-0 {
  top: 0px !important
}

.top-1 {
  top: 0.25rem !important
}

.top-2 {
  top: 0.5rem !important
}

.top-3 {
  top: 0.75rem !important
}

.top-4 {
  top: 1rem !important
}

.top-5 {
  top: 1.25rem !important
}

.top-6 {
  top: 1.5rem !important
}

.top-7 {
  top: 1.75rem !important
}

.top-8 {
  top: 2rem !important
}

.top-9 {
  top: 2.25rem !important
}

.top-10 {
  top: 2.5rem !important
}

.top-11 {
  top: 2.75rem !important
}

.top-12 {
  top: 3rem !important
}

.top-14 {
  top: 3.5rem !important
}

.top-16 {
  top: 4rem !important
}

.top-20 {
  top: 5rem !important
}

.top-24 {
  top: 6rem !important
}

.top-28 {
  top: 7rem !important
}

.top-32 {
  top: 8rem !important
}

.top-36 {
  top: 9rem !important
}

.top-40 {
  top: 10rem !important
}

.top-44 {
  top: 11rem !important
}

.top-48 {
  top: 12rem !important
}

.top-52 {
  top: 13rem !important
}

.top-56 {
  top: 14rem !important
}

.top-60 {
  top: 15rem !important
}

.top-64 {
  top: 16rem !important
}

.top-72 {
  top: 18rem !important
}

.top-80 {
  top: 20rem !important
}

.top-96 {
  top: 24rem !important
}

.top-auto {
  top: auto !important
}

.top-px {
  top: 1px !important
}

.top-0\.5 {
  top: 0.125rem !important
}

.top-1\.5 {
  top: 0.375rem !important
}

.top-2\.5 {
  top: 0.625rem !important
}

.top-3\.5 {
  top: 0.875rem !important
}

.-top-0 {
  top: 0px !important
}

.-top-1 {
  top: -0.25rem !important
}

.-top-2 {
  top: -0.5rem !important
}

.-top-3 {
  top: -0.75rem !important
}

.-top-4 {
  top: -1rem !important
}

.-top-5 {
  top: -1.25rem !important
}

.-top-6 {
  top: -1.5rem !important
}

.-top-7 {
  top: -1.75rem !important
}

.-top-8 {
  top: -2rem !important
}

.-top-9 {
  top: -2.25rem !important
}

.-top-10 {
  top: -2.5rem !important
}

.-top-11 {
  top: -2.75rem !important
}

.-top-12 {
  top: -3rem !important
}

.-top-14 {
  top: -3.5rem !important
}

.-top-16 {
  top: -4rem !important
}

.-top-20 {
  top: -5rem !important
}

.-top-24 {
  top: -6rem !important
}

.-top-28 {
  top: -7rem !important
}

.-top-32 {
  top: -8rem !important
}

.-top-36 {
  top: -9rem !important
}

.-top-40 {
  top: -10rem !important
}

.-top-44 {
  top: -11rem !important
}

.-top-48 {
  top: -12rem !important
}

.-top-52 {
  top: -13rem !important
}

.-top-56 {
  top: -14rem !important
}

.-top-60 {
  top: -15rem !important
}

.-top-64 {
  top: -16rem !important
}

.-top-72 {
  top: -18rem !important
}

.-top-80 {
  top: -20rem !important
}

.-top-96 {
  top: -24rem !important
}

.-top-px {
  top: -1px !important
}

.-top-0\.5 {
  top: -0.125rem !important
}

.-top-1\.5 {
  top: -0.375rem !important
}

.-top-2\.5 {
  top: -0.625rem !important
}

.-top-3\.5 {
  top: -0.875rem !important
}

.top-1\/2 {
  top: 50% !important
}

.top-1\/3 {
  top: 33.333333% !important
}

.top-2\/3 {
  top: 66.666667% !important
}

.top-1\/4 {
  top: 25% !important
}

.top-2\/4 {
  top: 50% !important
}

.top-3\/4 {
  top: 75% !important
}

.top-full {
  top: 100% !important
}

.-top-1\/2 {
  top: -50% !important
}

.-top-1\/3 {
  top: -33.333333% !important
}

.-top-2\/3 {
  top: -66.666667% !important
}

.-top-1\/4 {
  top: -25% !important
}

.-top-2\/4 {
  top: -50% !important
}

.-top-3\/4 {
  top: -75% !important
}

.-top-full {
  top: -100% !important
}

.right-0 {
  right: 0px !important
}

.right-1 {
  right: 0.25rem !important
}

.right-2 {
  right: 0.5rem !important
}

.right-3 {
  right: 0.75rem !important
}

.right-4 {
  right: 1rem !important
}

.right-5 {
  right: 1.25rem !important
}

.right-6 {
  right: 1.5rem !important
}

.right-7 {
  right: 1.75rem !important
}

.right-8 {
  right: 2rem !important
}

.right-9 {
  right: 2.25rem !important
}

.right-10 {
  right: 2.5rem !important
}

.right-11 {
  right: 2.75rem !important
}

.right-12 {
  right: 3rem !important
}

.right-14 {
  right: 3.5rem !important
}

.right-16 {
  right: 4rem !important
}

.right-20 {
  right: 5rem !important
}

.right-24 {
  right: 6rem !important
}

.right-28 {
  right: 7rem !important
}

.right-32 {
  right: 8rem !important
}

.right-36 {
  right: 9rem !important
}

.right-40 {
  right: 10rem !important
}

.right-44 {
  right: 11rem !important
}

.right-48 {
  right: 12rem !important
}

.right-52 {
  right: 13rem !important
}

.right-56 {
  right: 14rem !important
}

.right-60 {
  right: 15rem !important
}

.right-64 {
  right: 16rem !important
}

.right-72 {
  right: 18rem !important
}

.right-80 {
  right: 20rem !important
}

.right-96 {
  right: 24rem !important
}

.right-auto {
  right: auto !important
}

.right-px {
  right: 1px !important
}

.right-0\.5 {
  right: 0.125rem !important
}

.right-1\.5 {
  right: 0.375rem !important
}

.right-2\.5 {
  right: 0.625rem !important
}

.right-3\.5 {
  right: 0.875rem !important
}

.-right-0 {
  right: 0px !important
}

.-right-1 {
  right: -0.25rem !important
}

.-right-2 {
  right: -0.5rem !important
}

.-right-3 {
  right: -0.75rem !important
}

.-right-4 {
  right: -1rem !important
}

.-right-5 {
  right: -1.25rem !important
}

.-right-6 {
  right: -1.5rem !important
}

.-right-7 {
  right: -1.75rem !important
}

.-right-8 {
  right: -2rem !important
}

.-right-9 {
  right: -2.25rem !important
}

.-right-10 {
  right: -2.5rem !important
}

.-right-11 {
  right: -2.75rem !important
}

.-right-12 {
  right: -3rem !important
}

.-right-14 {
  right: -3.5rem !important
}

.-right-16 {
  right: -4rem !important
}

.-right-20 {
  right: -5rem !important
}

.-right-24 {
  right: -6rem !important
}

.-right-28 {
  right: -7rem !important
}

.-right-32 {
  right: -8rem !important
}

.-right-36 {
  right: -9rem !important
}

.-right-40 {
  right: -10rem !important
}

.-right-44 {
  right: -11rem !important
}

.-right-48 {
  right: -12rem !important
}

.-right-52 {
  right: -13rem !important
}

.-right-56 {
  right: -14rem !important
}

.-right-60 {
  right: -15rem !important
}

.-right-64 {
  right: -16rem !important
}

.-right-72 {
  right: -18rem !important
}

.-right-80 {
  right: -20rem !important
}

.-right-96 {
  right: -24rem !important
}

.-right-px {
  right: -1px !important
}

.-right-0\.5 {
  right: -0.125rem !important
}

.-right-1\.5 {
  right: -0.375rem !important
}

.-right-2\.5 {
  right: -0.625rem !important
}

.-right-3\.5 {
  right: -0.875rem !important
}

.right-1\/2 {
  right: 50% !important
}

.right-1\/3 {
  right: 33.333333% !important
}

.right-2\/3 {
  right: 66.666667% !important
}

.right-1\/4 {
  right: 25% !important
}

.right-2\/4 {
  right: 50% !important
}

.right-3\/4 {
  right: 75% !important
}

.right-full {
  right: 100% !important
}

.-right-1\/2 {
  right: -50% !important
}

.-right-1\/3 {
  right: -33.333333% !important
}

.-right-2\/3 {
  right: -66.666667% !important
}

.-right-1\/4 {
  right: -25% !important
}

.-right-2\/4 {
  right: -50% !important
}

.-right-3\/4 {
  right: -75% !important
}

.-right-full {
  right: -100% !important
}

.bottom-0 {
  bottom: 0px !important
}

.bottom-1 {
  bottom: 0.25rem !important
}

.bottom-2 {
  bottom: 0.5rem !important
}

.bottom-3 {
  bottom: 0.75rem !important
}

.bottom-4 {
  bottom: 1rem !important
}

.bottom-5 {
  bottom: 1.25rem !important
}

.bottom-6 {
  bottom: 1.5rem !important
}

.bottom-7 {
  bottom: 1.75rem !important
}

.bottom-8 {
  bottom: 2rem !important
}

.bottom-9 {
  bottom: 2.25rem !important
}

.bottom-10 {
  bottom: 2.5rem !important
}

.bottom-11 {
  bottom: 2.75rem !important
}

.bottom-12 {
  bottom: 3rem !important
}

.bottom-14 {
  bottom: 3.5rem !important
}

.bottom-16 {
  bottom: 4rem !important
}

.bottom-20 {
  bottom: 5rem !important
}

.bottom-24 {
  bottom: 6rem !important
}

.bottom-28 {
  bottom: 7rem !important
}

.bottom-32 {
  bottom: 8rem !important
}

.bottom-36 {
  bottom: 9rem !important
}

.bottom-40 {
  bottom: 10rem !important
}

.bottom-44 {
  bottom: 11rem !important
}

.bottom-48 {
  bottom: 12rem !important
}

.bottom-52 {
  bottom: 13rem !important
}

.bottom-56 {
  bottom: 14rem !important
}

.bottom-60 {
  bottom: 15rem !important
}

.bottom-64 {
  bottom: 16rem !important
}

.bottom-72 {
  bottom: 18rem !important
}

.bottom-80 {
  bottom: 20rem !important
}

.bottom-96 {
  bottom: 24rem !important
}

.bottom-auto {
  bottom: auto !important
}

.bottom-px {
  bottom: 1px !important
}

.bottom-0\.5 {
  bottom: 0.125rem !important
}

.bottom-1\.5 {
  bottom: 0.375rem !important
}

.bottom-2\.5 {
  bottom: 0.625rem !important
}

.bottom-3\.5 {
  bottom: 0.875rem !important
}

.-bottom-0 {
  bottom: 0px !important
}

.-bottom-1 {
  bottom: -0.25rem !important
}

.-bottom-2 {
  bottom: -0.5rem !important
}

.-bottom-3 {
  bottom: -0.75rem !important
}

.-bottom-4 {
  bottom: -1rem !important
}

.-bottom-5 {
  bottom: -1.25rem !important
}

.-bottom-6 {
  bottom: -1.5rem !important
}

.-bottom-7 {
  bottom: -1.75rem !important
}

.-bottom-8 {
  bottom: -2rem !important
}

.-bottom-9 {
  bottom: -2.25rem !important
}

.-bottom-10 {
  bottom: -2.5rem !important
}

.-bottom-11 {
  bottom: -2.75rem !important
}

.-bottom-12 {
  bottom: -3rem !important
}

.-bottom-14 {
  bottom: -3.5rem !important
}

.-bottom-16 {
  bottom: -4rem !important
}

.-bottom-20 {
  bottom: -5rem !important
}

.-bottom-24 {
  bottom: -6rem !important
}

.-bottom-28 {
  bottom: -7rem !important
}

.-bottom-32 {
  bottom: -8rem !important
}

.-bottom-36 {
  bottom: -9rem !important
}

.-bottom-40 {
  bottom: -10rem !important
}

.-bottom-44 {
  bottom: -11rem !important
}

.-bottom-48 {
  bottom: -12rem !important
}

.-bottom-52 {
  bottom: -13rem !important
}

.-bottom-56 {
  bottom: -14rem !important
}

.-bottom-60 {
  bottom: -15rem !important
}

.-bottom-64 {
  bottom: -16rem !important
}

.-bottom-72 {
  bottom: -18rem !important
}

.-bottom-80 {
  bottom: -20rem !important
}

.-bottom-96 {
  bottom: -24rem !important
}

.-bottom-px {
  bottom: -1px !important
}

.-bottom-0\.5 {
  bottom: -0.125rem !important
}

.-bottom-1\.5 {
  bottom: -0.375rem !important
}

.-bottom-2\.5 {
  bottom: -0.625rem !important
}

.-bottom-3\.5 {
  bottom: -0.875rem !important
}

.bottom-1\/2 {
  bottom: 50% !important
}

.bottom-1\/3 {
  bottom: 33.333333% !important
}

.bottom-2\/3 {
  bottom: 66.666667% !important
}

.bottom-1\/4 {
  bottom: 25% !important
}

.bottom-2\/4 {
  bottom: 50% !important
}

.bottom-3\/4 {
  bottom: 75% !important
}

.bottom-full {
  bottom: 100% !important
}

.-bottom-1\/2 {
  bottom: -50% !important
}

.-bottom-1\/3 {
  bottom: -33.333333% !important
}

.-bottom-2\/3 {
  bottom: -66.666667% !important
}

.-bottom-1\/4 {
  bottom: -25% !important
}

.-bottom-2\/4 {
  bottom: -50% !important
}

.-bottom-3\/4 {
  bottom: -75% !important
}

.-bottom-full {
  bottom: -100% !important
}

.left-0 {
  left: 0px !important
}

.left-1 {
  left: 0.25rem !important
}

.left-2 {
  left: 0.5rem !important
}

.left-3 {
  left: 0.75rem !important
}

.left-4 {
  left: 1rem !important
}

.left-5 {
  left: 1.25rem !important
}

.left-6 {
  left: 1.5rem !important
}

.left-7 {
  left: 1.75rem !important
}

.left-8 {
  left: 2rem !important
}

.left-9 {
  left: 2.25rem !important
}

.left-10 {
  left: 2.5rem !important
}

.left-11 {
  left: 2.75rem !important
}

.left-12 {
  left: 3rem !important
}

.left-14 {
  left: 3.5rem !important
}

.left-16 {
  left: 4rem !important
}

.left-20 {
  left: 5rem !important
}

.left-24 {
  left: 6rem !important
}

.left-28 {
  left: 7rem !important
}

.left-32 {
  left: 8rem !important
}

.left-36 {
  left: 9rem !important
}

.left-40 {
  left: 10rem !important
}

.left-44 {
  left: 11rem !important
}

.left-48 {
  left: 12rem !important
}

.left-52 {
  left: 13rem !important
}

.left-56 {
  left: 14rem !important
}

.left-60 {
  left: 15rem !important
}

.left-64 {
  left: 16rem !important
}

.left-72 {
  left: 18rem !important
}

.left-80 {
  left: 20rem !important
}

.left-96 {
  left: 24rem !important
}

.left-auto {
  left: auto !important
}

.left-px {
  left: 1px !important
}

.left-0\.5 {
  left: 0.125rem !important
}

.left-1\.5 {
  left: 0.375rem !important
}

.left-2\.5 {
  left: 0.625rem !important
}

.left-3\.5 {
  left: 0.875rem !important
}

.-left-0 {
  left: 0px !important
}

.-left-1 {
  left: -0.25rem !important
}

.-left-2 {
  left: -0.5rem !important
}

.-left-3 {
  left: -0.75rem !important
}

.-left-4 {
  left: -1rem !important
}

.-left-5 {
  left: -1.25rem !important
}

.-left-6 {
  left: -1.5rem !important
}

.-left-7 {
  left: -1.75rem !important
}

.-left-8 {
  left: -2rem !important
}

.-left-9 {
  left: -2.25rem !important
}

.-left-10 {
  left: -2.5rem !important
}

.-left-11 {
  left: -2.75rem !important
}

.-left-12 {
  left: -3rem !important
}

.-left-14 {
  left: -3.5rem !important
}

.-left-16 {
  left: -4rem !important
}

.-left-20 {
  left: -5rem !important
}

.-left-24 {
  left: -6rem !important
}

.-left-28 {
  left: -7rem !important
}

.-left-32 {
  left: -8rem !important
}

.-left-36 {
  left: -9rem !important
}

.-left-40 {
  left: -10rem !important
}

.-left-44 {
  left: -11rem !important
}

.-left-48 {
  left: -12rem !important
}

.-left-52 {
  left: -13rem !important
}

.-left-56 {
  left: -14rem !important
}

.-left-60 {
  left: -15rem !important
}

.-left-64 {
  left: -16rem !important
}

.-left-72 {
  left: -18rem !important
}

.-left-80 {
  left: -20rem !important
}

.-left-96 {
  left: -24rem !important
}

.-left-px {
  left: -1px !important
}

.-left-0\.5 {
  left: -0.125rem !important
}

.-left-1\.5 {
  left: -0.375rem !important
}

.-left-2\.5 {
  left: -0.625rem !important
}

.-left-3\.5 {
  left: -0.875rem !important
}

.left-1\/2 {
  left: 50% !important
}

.left-1\/3 {
  left: 33.333333% !important
}

.left-2\/3 {
  left: 66.666667% !important
}

.left-1\/4 {
  left: 25% !important
}

.left-2\/4 {
  left: 50% !important
}

.left-3\/4 {
  left: 75% !important
}

.left-full {
  left: 100% !important
}

.-left-1\/2 {
  left: -50% !important
}

.-left-1\/3 {
  left: -33.333333% !important
}

.-left-2\/3 {
  left: -66.666667% !important
}

.-left-1\/4 {
  left: -25% !important
}

.-left-2\/4 {
  left: -50% !important
}

.-left-3\/4 {
  left: -75% !important
}

.-left-full {
  left: -100% !important
}

.isolate {
  isolation: isolate !important
}

.isolation-auto {
  isolation: auto !important
}

.z-0 {
  z-index: 0 !important
}

.z-10 {
  z-index: 10 !important
}

.z-20 {
  z-index: 20 !important
}

.z-30 {
  z-index: 30 !important
}

.z-40 {
  z-index: 40 !important
}

.z-50 {
  z-index: 50 !important
}

.z-auto {
  z-index: auto !important
}

.order-1 {
  order: 1 !important
}

.order-2 {
  order: 2 !important
}

.order-3 {
  order: 3 !important
}

.order-4 {
  order: 4 !important
}

.order-5 {
  order: 5 !important
}

.order-6 {
  order: 6 !important
}

.order-first {
  order: -1 !important
}

.order-last {
  order: 999 !important
}

.order-normal {
  order: 0 !important
}

.hover\:order-1:hover {
  order: 1 !important
}

.hover\:order-2:hover {
  order: 2 !important
}

.hover\:order-3:hover {
  order: 3 !important
}

.hover\:order-4:hover {
  order: 4 !important
}

.hover\:order-5:hover {
  order: 5 !important
}

.hover\:order-6:hover {
  order: 6 !important
}

.hover\:order-first:hover {
  order: -1 !important
}

.hover\:order-last:hover {
  order: 999 !important
}

.hover\:order-normal:hover {
  order: 0 !important
}

.focus\:order-1:focus {
  order: 1 !important
}

.focus\:order-2:focus {
  order: 2 !important
}

.focus\:order-3:focus {
  order: 3 !important
}

.focus\:order-4:focus {
  order: 4 !important
}

.focus\:order-5:focus {
  order: 5 !important
}

.focus\:order-6:focus {
  order: 6 !important
}

.focus\:order-first:focus {
  order: -1 !important
}

.focus\:order-last:focus {
  order: 999 !important
}

.focus\:order-normal:focus {
  order: 0 !important
}

.col-auto {
  grid-column: auto !important
}

.col-span-1 {
  grid-column: span 1 / span 1 !important
}

.col-span-2 {
  grid-column: span 2 / span 2 !important
}

.col-span-3 {
  grid-column: span 3 / span 3 !important
}

.col-span-4 {
  grid-column: span 4 / span 4 !important
}

.col-span-5 {
  grid-column: span 5 / span 5 !important
}

.col-span-6 {
  grid-column: span 6 / span 6 !important
}

.col-span-7 {
  grid-column: span 7 / span 7 !important
}

.col-span-8 {
  grid-column: span 8 / span 8 !important
}

.col-span-9 {
  grid-column: span 9 / span 9 !important
}

.col-span-10 {
  grid-column: span 10 / span 10 !important
}

.col-span-11 {
  grid-column: span 11 / span 11 !important
}

.col-span-12 {
  grid-column: span 12 / span 12 !important
}

.col-span-full {
  grid-column: 1 / -1 !important
}

.col-start-1 {
  grid-column-start: 1 !important
}

.col-start-2 {
  grid-column-start: 2 !important
}

.col-start-3 {
  grid-column-start: 3 !important
}

.col-start-4 {
  grid-column-start: 4 !important
}

.col-start-5 {
  grid-column-start: 5 !important
}

.col-start-6 {
  grid-column-start: 6 !important
}

.col-start-7 {
  grid-column-start: 7 !important
}

.col-start-8 {
  grid-column-start: 8 !important
}

.col-start-9 {
  grid-column-start: 9 !important
}

.col-start-10 {
  grid-column-start: 10 !important
}

.col-start-11 {
  grid-column-start: 11 !important
}

.col-start-12 {
  grid-column-start: 12 !important
}

.col-start-13 {
  grid-column-start: 13 !important
}

.col-start-auto {
  grid-column-start: auto !important
}

.col-end-1 {
  grid-column-end: 1 !important
}

.col-end-2 {
  grid-column-end: 2 !important
}

.col-end-3 {
  grid-column-end: 3 !important
}

.col-end-4 {
  grid-column-end: 4 !important
}

.col-end-5 {
  grid-column-end: 5 !important
}

.col-end-6 {
  grid-column-end: 6 !important
}

.col-end-7 {
  grid-column-end: 7 !important
}

.col-end-8 {
  grid-column-end: 8 !important
}

.col-end-9 {
  grid-column-end: 9 !important
}

.col-end-10 {
  grid-column-end: 10 !important
}

.col-end-11 {
  grid-column-end: 11 !important
}

.col-end-12 {
  grid-column-end: 12 !important
}

.col-end-13 {
  grid-column-end: 13 !important
}

.col-end-auto {
  grid-column-end: auto !important
}

.row-auto {
  grid-row: auto !important
}

.row-span-1 {
  grid-row: span 1 / span 1 !important
}

.row-span-2 {
  grid-row: span 2 / span 2 !important
}

.row-span-3 {
  grid-row: span 3 / span 3 !important
}

.row-span-4 {
  grid-row: span 4 / span 4 !important
}

.row-span-5 {
  grid-row: span 5 / span 5 !important
}

.row-span-6 {
  grid-row: span 6 / span 6 !important
}

.row-span-full {
  grid-row: 1 / -1 !important
}

.row-start-1 {
  grid-row-start: 1 !important
}

.row-start-2 {
  grid-row-start: 2 !important
}

.row-start-3 {
  grid-row-start: 3 !important
}

.row-start-4 {
  grid-row-start: 4 !important
}

.row-start-5 {
  grid-row-start: 5 !important
}

.row-start-6 {
  grid-row-start: 6 !important
}

.row-start-7 {
  grid-row-start: 7 !important
}

.row-start-auto {
  grid-row-start: auto !important
}

.row-end-1 {
  grid-row-end: 1 !important
}

.row-end-2 {
  grid-row-end: 2 !important
}

.row-end-3 {
  grid-row-end: 3 !important
}

.row-end-4 {
  grid-row-end: 4 !important
}

.row-end-5 {
  grid-row-end: 5 !important
}

.row-end-6 {
  grid-row-end: 6 !important
}

.row-end-7 {
  grid-row-end: 7 !important
}

.row-end-auto {
  grid-row-end: auto !important
}

.float-right {
  float: right !important
}

.float-left {
  float: left !important
}

.float-none {
  float: none !important
}

.clear-left {
  clear: left !important
}

.clear-right {
  clear: right !important
}

.clear-both {
  clear: both !important
}

.clear-none {
  clear: none !important
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: 0.25rem !important
}

.m-2 {
  margin: 0.5rem !important
}

.m-3 {
  margin: 0.75rem !important
}

.m-4 {
  margin: 1rem !important
}

.m-5 {
  margin: 1.25rem !important
}

.m-6 {
  margin: 1.5rem !important
}

.m-8 {
  margin: 2rem !important
}

.m-10 {
  margin: 2.5rem !important
}

.m-12 {
  margin: 3rem !important
}

.m-16 {
  margin: 4rem !important
}

.m-20 {
  margin: 5rem !important
}

.m-24 {
  margin: 6rem !important
}

.m-32 {
  margin: 8rem !important
}

.m-auto {
  margin: auto !important
}

.m-px {
  margin: 1px !important
}

.m-base {
  margin: 2.2rem !important
}

.-m-px {
  margin: -1px !important
}

.-m-1 {
  margin: -0.25rem !important
}

.-m-2 {
  margin: -0.5rem !important
}

.-m-3 {
  margin: -0.75rem !important
}

.-m-4 {
  margin: -1rem !important
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}

.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important
}

.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important
}

.mx-base {
  margin-left: 2.2rem !important;
  margin-right: 2.2rem !important
}

.-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important
}

.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important
}

.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important
}

.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important
}

.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important
}

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important
}

.my-base {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important
}

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important
}

.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important
}

.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important
}

.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important
}

.-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: 0.25rem !important
}

.mt-2 {
  margin-top: 0.5rem !important
}

.mt-3 {
  margin-top: 0.75rem !important
}

.mt-4 {
  margin-top: 1rem !important
}

.mt-5 {
  margin-top: 1.25rem !important
}

.mt-6 {
  margin-top: 1.5rem !important
}

.mt-8 {
  margin-top: 2rem !important
}

.mt-10 {
  margin-top: 2.5rem !important
}

.mt-12 {
  margin-top: 3rem !important
}

.mt-16 {
  margin-top: 4rem !important
}

.mt-20 {
  margin-top: 5rem !important
}

.mt-24 {
  margin-top: 6rem !important
}

.mt-32 {
  margin-top: 8rem !important
}

.mt-auto {
  margin-top: auto !important
}

.mt-px {
  margin-top: 1px !important
}

.mt-base {
  margin-top: 2.2rem !important
}

.-mt-px {
  margin-top: -1px !important
}

.-mt-1 {
  margin-top: -0.25rem !important
}

.-mt-2 {
  margin-top: -0.5rem !important
}

.-mt-3 {
  margin-top: -0.75rem !important
}

.-mt-4 {
  margin-top: -1rem !important
}

.mr-0 {
  margin-right: 0 !important
}

.mr-1 {
  margin-right: 0.25rem !important
}

.mr-2 {
  margin-right: 0.5rem !important
}

.mr-3 {
  margin-right: 0.75rem !important
}

.mr-4 {
  margin-right: 1rem !important
}

.mr-5 {
  margin-right: 1.25rem !important
}

.mr-6 {
  margin-right: 1.5rem !important
}

.mr-8 {
  margin-right: 2rem !important
}

.mr-10 {
  margin-right: 2.5rem !important
}

.mr-12 {
  margin-right: 3rem !important
}

.mr-16 {
  margin-right: 4rem !important
}

.mr-20 {
  margin-right: 5rem !important
}

.mr-24 {
  margin-right: 6rem !important
}

.mr-32 {
  margin-right: 8rem !important
}

.mr-auto {
  margin-right: auto !important
}

.mr-px {
  margin-right: 1px !important
}

.mr-base {
  margin-right: 2.2rem !important
}

.-mr-px {
  margin-right: -1px !important
}

.-mr-1 {
  margin-right: -0.25rem !important
}

.-mr-2 {
  margin-right: -0.5rem !important
}

.-mr-3 {
  margin-right: -0.75rem !important
}

.-mr-4 {
  margin-right: -1rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: 0.25rem !important
}

.mb-2 {
  margin-bottom: 0.5rem !important
}

.mb-3 {
  margin-bottom: 0.75rem !important
}

.mb-4 {
  margin-bottom: 1rem !important
}

.mb-5 {
  margin-bottom: 1.25rem !important
}

.mb-6 {
  margin-bottom: 1.5rem !important
}

.mb-8 {
  margin-bottom: 2rem !important
}

.mb-10 {
  margin-bottom: 2.5rem !important
}

.mb-12 {
  margin-bottom: 3rem !important
}

.mb-16 {
  margin-bottom: 4rem !important
}

.mb-20 {
  margin-bottom: 5rem !important
}

.mb-24 {
  margin-bottom: 6rem !important
}

.mb-32 {
  margin-bottom: 8rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.mb-px {
  margin-bottom: 1px !important
}

.mb-base {
  margin-bottom: 2.2rem !important
}

.-mb-px {
  margin-bottom: -1px !important
}

.-mb-1 {
  margin-bottom: -0.25rem !important
}

.-mb-2 {
  margin-bottom: -0.5rem !important
}

.-mb-3 {
  margin-bottom: -0.75rem !important
}

.-mb-4 {
  margin-bottom: -1rem !important
}

.ml-0 {
  margin-left: 0 !important
}

.ml-1 {
  margin-left: 0.25rem !important
}

.ml-2 {
  margin-left: 0.5rem !important
}

.ml-3 {
  margin-left: 0.75rem !important
}

.ml-4 {
  margin-left: 1rem !important
}

.ml-5 {
  margin-left: 1.25rem !important
}

.ml-6 {
  margin-left: 1.5rem !important
}

.ml-8 {
  margin-left: 2rem !important
}

.ml-10 {
  margin-left: 2.5rem !important
}

.ml-12 {
  margin-left: 3rem !important
}

.ml-16 {
  margin-left: 4rem !important
}

.ml-20 {
  margin-left: 5rem !important
}

.ml-24 {
  margin-left: 6rem !important
}

.ml-32 {
  margin-left: 8rem !important
}

.ml-auto {
  margin-left: auto !important
}

.ml-px {
  margin-left: 1px !important
}

.ml-base {
  margin-left: 2.2rem !important
}

.-ml-px {
  margin-left: -1px !important
}

.-ml-1 {
  margin-left: -0.25rem !important
}

.-ml-2 {
  margin-left: -0.5rem !important
}

.-ml-3 {
  margin-left: -0.75rem !important
}

.-ml-4 {
  margin-left: -1rem !important
}

.box-border {
  box-sizing: border-box !important
}

.box-content {
  box-sizing: content-box !important
}

.block {
  display: block !important
}

.inline-block {
  display: inline-block !important
}

.inline {
  display: inline !important
}

.flex {
  display: flex !important
}

.inline-flex {
  display: inline-flex !important
}

.table {
  display: table !important
}

.inline-table {
  display: inline-table !important
}

.table-caption {
  display: table-caption !important
}

.table-cell {
  display: table-cell !important
}

.table-column {
  display: table-column !important
}

.table-column-group {
  display: table-column-group !important
}

.table-footer-group {
  display: table-footer-group !important
}

.table-header-group {
  display: table-header-group !important
}

.table-row-group {
  display: table-row-group !important
}

.table-row {
  display: table-row !important
}

.flow-root {
  display: flow-root !important
}

.grid {
  display: grid !important
}

.inline-grid {
  display: inline-grid !important
}

.contents {
  display: contents !important
}

.list-item {
  display: list-item !important
}

.hidden {
  display: none !important
}

.h-1 {
  height: 0.25rem !important
}

.h-2 {
  height: 0.5rem !important
}

.h-3 {
  height: 0.75rem !important
}

.h-4 {
  height: 1rem !important
}

.h-5 {
  height: 1.25rem !important
}

.h-6 {
  height: 1.5rem !important
}

.h-8 {
  height: 2rem !important
}

.h-10 {
  height: 2.5rem !important
}

.h-12 {
  height: 3rem !important
}

.h-16 {
  height: 4rem !important
}

.h-24 {
  height: 6rem !important
}

.h-32 {
  height: 8rem !important
}

.h-48 {
  height: 12rem !important
}

.h-64 {
  height: 16rem !important
}

.h-auto {
  height: auto !important
}

.h-px {
  height: 1px !important
}

.h-full {
  height: 100% !important
}

.h-screen {
  height: 100vh !important
}

.max-h-full {
  max-height: 100% !important
}

.max-h-screen {
  max-height: 100vh !important
}

.min-h-0 {
  min-height: 0 !important
}

.min-h-full {
  min-height: 100% !important
}

.min-h-screen {
  min-height: 100vh !important
}

.w-1 {
  width: 0.25rem !important
}

.w-2 {
  width: 0.5rem !important
}

.w-3 {
  width: 0.75rem !important
}

.w-4 {
  width: 1rem !important
}

.w-5 {
  width: 1.25rem !important
}

.w-6 {
  width: 1.5rem !important
}

.w-8 {
  width: 2rem !important
}

.w-10 {
  width: 2.5rem !important
}

.w-12 {
  width: 3rem !important
}

.w-16 {
  width: 4rem !important
}

.w-24 {
  width: 6rem !important
}

.w-32 {
  width: 8rem !important
}

.w-48 {
  width: 12rem !important
}

.w-64 {
  width: 16rem !important
}

.w-auto {
  width: auto !important
}

.w-px {
  width: 1px !important
}

.w-1\/2 {
  width: 50% !important
}

.w-1\/3 {
  width: 33.33333% !important
}

.w-2\/3 {
  width: 66.66667% !important
}

.w-1\/4 {
  width: 25% !important
}

.w-3\/4 {
  width: 75% !important
}

.w-1\/5 {
  width: 20% !important
}

.w-2\/5 {
  width: 40% !important
}

.w-3\/5 {
  width: 60% !important
}

.w-4\/5 {
  width: 80% !important
}

.w-1\/6 {
  width: 16.66667% !important
}

.w-5\/6 {
  width: 83.33333% !important
}

.w-1\/8 {
  width: 12.5% !important
}

.w-7\/8 {
  width: 87.5% !important
}

.w-1\/10 {
  width: 10% !important
}

.w-9\/10 {
  width: 90% !important
}

.w-1\/12 {
  width: 8.33333% !important
}

.w-2\/12 {
  width: 16.66667% !important
}

.w-3\/12 {
  width: 25% !important
}

.w-4\/12 {
  width: 33.33333% !important
}

.w-5\/12 {
  width: 41.66667% !important
}

.w-6\/12 {
  width: 50% !important
}

.w-7\/12 {
  width: 58.33333% !important
}

.w-8\/12 {
  width: 66.66667% !important
}

.w-9\/12 {
  width: 75% !important
}

.w-10\/12 {
  width: 83.33333% !important
}

.w-11\/12 {
  width: 91.66667% !important
}

.w-full {
  width: 100% !important
}

.w-screen {
  width: 100vw !important
}

.min-w-0 {
  min-width: 0 !important
}

.min-w-full {
  min-width: 100% !important
}

.max-w-xs {
  max-width: 20rem !important
}

.max-w-sm {
  max-width: 30rem !important
}

.max-w-md {
  max-width: 40rem !important
}

.max-w-lg {
  max-width: 50rem !important
}

.max-w-xl {
  max-width: 60rem !important
}

.max-w-2xl {
  max-width: 70rem !important
}

.max-w-3xl {
  max-width: 80rem !important
}

.max-w-4xl {
  max-width: 90rem !important
}

.max-w-5xl {
  max-width: 100rem !important
}

.max-w-full {
  max-width: 100% !important
}

.flex-1 {
  flex: 1 1 0% !important
}

.flex-auto {
  flex: 1 1 auto !important
}

.flex-initial {
  flex: 0 1 auto !important
}

.flex-none {
  flex: none !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink {
  flex-shrink: 1 !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow {
  flex-grow: 1 !important
}

.table-auto {
  table-layout: auto !important
}

.table-fixed {
  table-layout: fixed !important
}

.border-collapse {
  border-collapse: collapse !important
}

.border-separate {
  border-collapse: separate !important
}

.origin-center {
  transform-origin: center !important
}

.origin-top {
  transform-origin: top !important
}

.origin-top-right {
  transform-origin: top right !important
}

.origin-right {
  transform-origin: right !important
}

.origin-bottom-right {
  transform-origin: bottom right !important
}

.origin-bottom {
  transform-origin: bottom !important
}

.origin-bottom-left {
  transform-origin: bottom left !important
}

.origin-left {
  transform-origin: left !important
}

.origin-top-left {
  transform-origin: top left !important
}

.transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.transform-gpu {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.transform-none {
  transform: none !important
}

.translate-x-0 {
  --tw-translate-x: 0px !important
}

.translate-x-1 {
  --tw-translate-x: 0.25rem !important
}

.translate-x-2 {
  --tw-translate-x: 0.5rem !important
}

.translate-x-3 {
  --tw-translate-x: 0.75rem !important
}

.translate-x-4 {
  --tw-translate-x: 1rem !important
}

.translate-x-5 {
  --tw-translate-x: 1.25rem !important
}

.translate-x-6 {
  --tw-translate-x: 1.5rem !important
}

.translate-x-7 {
  --tw-translate-x: 1.75rem !important
}

.translate-x-8 {
  --tw-translate-x: 2rem !important
}

.translate-x-9 {
  --tw-translate-x: 2.25rem !important
}

.translate-x-10 {
  --tw-translate-x: 2.5rem !important
}

.translate-x-11 {
  --tw-translate-x: 2.75rem !important
}

.translate-x-12 {
  --tw-translate-x: 3rem !important
}

.translate-x-14 {
  --tw-translate-x: 3.5rem !important
}

.translate-x-16 {
  --tw-translate-x: 4rem !important
}

.translate-x-20 {
  --tw-translate-x: 5rem !important
}

.translate-x-24 {
  --tw-translate-x: 6rem !important
}

.translate-x-28 {
  --tw-translate-x: 7rem !important
}

.translate-x-32 {
  --tw-translate-x: 8rem !important
}

.translate-x-36 {
  --tw-translate-x: 9rem !important
}

.translate-x-40 {
  --tw-translate-x: 10rem !important
}

.translate-x-44 {
  --tw-translate-x: 11rem !important
}

.translate-x-48 {
  --tw-translate-x: 12rem !important
}

.translate-x-52 {
  --tw-translate-x: 13rem !important
}

.translate-x-56 {
  --tw-translate-x: 14rem !important
}

.translate-x-60 {
  --tw-translate-x: 15rem !important
}

.translate-x-64 {
  --tw-translate-x: 16rem !important
}

.translate-x-72 {
  --tw-translate-x: 18rem !important
}

.translate-x-80 {
  --tw-translate-x: 20rem !important
}

.translate-x-96 {
  --tw-translate-x: 24rem !important
}

.translate-x-px {
  --tw-translate-x: 1px !important
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem !important
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem !important
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem !important
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem !important
}

.-translate-x-0 {
  --tw-translate-x: 0px !important
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem !important
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem !important
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem !important
}

.-translate-x-4 {
  --tw-translate-x: -1rem !important
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem !important
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem !important
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem !important
}

.-translate-x-8 {
  --tw-translate-x: -2rem !important
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem !important
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem !important
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem !important
}

.-translate-x-12 {
  --tw-translate-x: -3rem !important
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem !important
}

.-translate-x-16 {
  --tw-translate-x: -4rem !important
}

.-translate-x-20 {
  --tw-translate-x: -5rem !important
}

.-translate-x-24 {
  --tw-translate-x: -6rem !important
}

.-translate-x-28 {
  --tw-translate-x: -7rem !important
}

.-translate-x-32 {
  --tw-translate-x: -8rem !important
}

.-translate-x-36 {
  --tw-translate-x: -9rem !important
}

.-translate-x-40 {
  --tw-translate-x: -10rem !important
}

.-translate-x-44 {
  --tw-translate-x: -11rem !important
}

.-translate-x-48 {
  --tw-translate-x: -12rem !important
}

.-translate-x-52 {
  --tw-translate-x: -13rem !important
}

.-translate-x-56 {
  --tw-translate-x: -14rem !important
}

.-translate-x-60 {
  --tw-translate-x: -15rem !important
}

.-translate-x-64 {
  --tw-translate-x: -16rem !important
}

.-translate-x-72 {
  --tw-translate-x: -18rem !important
}

.-translate-x-80 {
  --tw-translate-x: -20rem !important
}

.-translate-x-96 {
  --tw-translate-x: -24rem !important
}

.-translate-x-px {
  --tw-translate-x: -1px !important
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem !important
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem !important
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem !important
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem !important
}

.translate-x-1\/2 {
  --tw-translate-x: 50% !important
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333% !important
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667% !important
}

.translate-x-1\/4 {
  --tw-translate-x: 25% !important
}

.translate-x-2\/4 {
  --tw-translate-x: 50% !important
}

.translate-x-3\/4 {
  --tw-translate-x: 75% !important
}

.translate-x-full {
  --tw-translate-x: 100% !important
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333% !important
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667% !important
}

.-translate-x-1\/4 {
  --tw-translate-x: -25% !important
}

.-translate-x-2\/4 {
  --tw-translate-x: -50% !important
}

.-translate-x-3\/4 {
  --tw-translate-x: -75% !important
}

.-translate-x-full {
  --tw-translate-x: -100% !important
}

.translate-y-0 {
  --tw-translate-y: 0px !important
}

.translate-y-1 {
  --tw-translate-y: 0.25rem !important
}

.translate-y-2 {
  --tw-translate-y: 0.5rem !important
}

.translate-y-3 {
  --tw-translate-y: 0.75rem !important
}

.translate-y-4 {
  --tw-translate-y: 1rem !important
}

.translate-y-5 {
  --tw-translate-y: 1.25rem !important
}

.translate-y-6 {
  --tw-translate-y: 1.5rem !important
}

.translate-y-7 {
  --tw-translate-y: 1.75rem !important
}

.translate-y-8 {
  --tw-translate-y: 2rem !important
}

.translate-y-9 {
  --tw-translate-y: 2.25rem !important
}

.translate-y-10 {
  --tw-translate-y: 2.5rem !important
}

.translate-y-11 {
  --tw-translate-y: 2.75rem !important
}

.translate-y-12 {
  --tw-translate-y: 3rem !important
}

.translate-y-14 {
  --tw-translate-y: 3.5rem !important
}

.translate-y-16 {
  --tw-translate-y: 4rem !important
}

.translate-y-20 {
  --tw-translate-y: 5rem !important
}

.translate-y-24 {
  --tw-translate-y: 6rem !important
}

.translate-y-28 {
  --tw-translate-y: 7rem !important
}

.translate-y-32 {
  --tw-translate-y: 8rem !important
}

.translate-y-36 {
  --tw-translate-y: 9rem !important
}

.translate-y-40 {
  --tw-translate-y: 10rem !important
}

.translate-y-44 {
  --tw-translate-y: 11rem !important
}

.translate-y-48 {
  --tw-translate-y: 12rem !important
}

.translate-y-52 {
  --tw-translate-y: 13rem !important
}

.translate-y-56 {
  --tw-translate-y: 14rem !important
}

.translate-y-60 {
  --tw-translate-y: 15rem !important
}

.translate-y-64 {
  --tw-translate-y: 16rem !important
}

.translate-y-72 {
  --tw-translate-y: 18rem !important
}

.translate-y-80 {
  --tw-translate-y: 20rem !important
}

.translate-y-96 {
  --tw-translate-y: 24rem !important
}

.translate-y-px {
  --tw-translate-y: 1px !important
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem !important
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem !important
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem !important
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem !important
}

.-translate-y-0 {
  --tw-translate-y: 0px !important
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem !important
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem !important
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem !important
}

.-translate-y-4 {
  --tw-translate-y: -1rem !important
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem !important
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem !important
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem !important
}

.-translate-y-8 {
  --tw-translate-y: -2rem !important
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem !important
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem !important
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem !important
}

.-translate-y-12 {
  --tw-translate-y: -3rem !important
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem !important
}

.-translate-y-16 {
  --tw-translate-y: -4rem !important
}

.-translate-y-20 {
  --tw-translate-y: -5rem !important
}

.-translate-y-24 {
  --tw-translate-y: -6rem !important
}

.-translate-y-28 {
  --tw-translate-y: -7rem !important
}

.-translate-y-32 {
  --tw-translate-y: -8rem !important
}

.-translate-y-36 {
  --tw-translate-y: -9rem !important
}

.-translate-y-40 {
  --tw-translate-y: -10rem !important
}

.-translate-y-44 {
  --tw-translate-y: -11rem !important
}

.-translate-y-48 {
  --tw-translate-y: -12rem !important
}

.-translate-y-52 {
  --tw-translate-y: -13rem !important
}

.-translate-y-56 {
  --tw-translate-y: -14rem !important
}

.-translate-y-60 {
  --tw-translate-y: -15rem !important
}

.-translate-y-64 {
  --tw-translate-y: -16rem !important
}

.-translate-y-72 {
  --tw-translate-y: -18rem !important
}

.-translate-y-80 {
  --tw-translate-y: -20rem !important
}

.-translate-y-96 {
  --tw-translate-y: -24rem !important
}

.-translate-y-px {
  --tw-translate-y: -1px !important
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem !important
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem !important
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem !important
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem !important
}

.translate-y-1\/2 {
  --tw-translate-y: 50% !important
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333% !important
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667% !important
}

.translate-y-1\/4 {
  --tw-translate-y: 25% !important
}

.translate-y-2\/4 {
  --tw-translate-y: 50% !important
}

.translate-y-3\/4 {
  --tw-translate-y: 75% !important
}

.translate-y-full {
  --tw-translate-y: 100% !important
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333% !important
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667% !important
}

.-translate-y-1\/4 {
  --tw-translate-y: -25% !important
}

.-translate-y-2\/4 {
  --tw-translate-y: -50% !important
}

.-translate-y-3\/4 {
  --tw-translate-y: -75% !important
}

.-translate-y-full {
  --tw-translate-y: -100% !important
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px !important
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem !important
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem !important
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem !important
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem !important
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem !important
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem !important
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem !important
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem !important
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem !important
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem !important
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem !important
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem !important
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem !important
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem !important
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem !important
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem !important
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem !important
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem !important
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem !important
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem !important
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem !important
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem !important
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem !important
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem !important
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 15rem !important
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem !important
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem !important
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem !important
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem !important
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px !important
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem !important
}

.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem !important
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem !important
}

.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem !important
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px !important
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem !important
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem !important
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem !important
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem !important
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -1.25rem !important
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem !important
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem !important
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem !important
}

.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem !important
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.5rem !important
}

.hover\:-translate-x-11:hover {
  --tw-translate-x: -2.75rem !important
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem !important
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem !important
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem !important
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem !important
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem !important
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem !important
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem !important
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem !important
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem !important
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem !important
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem !important
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem !important
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem !important
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -15rem !important
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem !important
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem !important
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem !important
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem !important
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px !important
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem !important
}

.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem !important
}

.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem !important
}

.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem !important
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50% !important
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333% !important
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667% !important
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25% !important
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50% !important
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75% !important
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100% !important
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50% !important
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333% !important
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667% !important
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25% !important
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50% !important
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75% !important
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100% !important
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px !important
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem !important
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem !important
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem !important
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem !important
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 1.25rem !important
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem !important
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem !important
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem !important
}

.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem !important
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 2.5rem !important
}

.hover\:translate-y-11:hover {
  --tw-translate-y: 2.75rem !important
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem !important
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem !important
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem !important
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem !important
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem !important
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem !important
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem !important
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem !important
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem !important
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem !important
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem !important
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem !important
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem !important
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 15rem !important
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem !important
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem !important
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem !important
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem !important
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px !important
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem !important
}

.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem !important
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem !important
}

.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem !important
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px !important
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem !important
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem !important
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem !important
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem !important
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -1.25rem !important
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem !important
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem !important
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem !important
}

.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem !important
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -2.5rem !important
}

.hover\:-translate-y-11:hover {
  --tw-translate-y: -2.75rem !important
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem !important
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem !important
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem !important
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem !important
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem !important
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem !important
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem !important
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem !important
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem !important
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem !important
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem !important
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem !important
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem !important
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -15rem !important
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem !important
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem !important
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem !important
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem !important
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px !important
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem !important
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem !important
}

.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem !important
}

.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem !important
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50% !important
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333% !important
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667% !important
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25% !important
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50% !important
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75% !important
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100% !important
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50% !important
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333% !important
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667% !important
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25% !important
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50% !important
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75% !important
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100% !important
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px !important
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem !important
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem !important
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem !important
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem !important
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 1.25rem !important
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem !important
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem !important
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem !important
}

.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem !important
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 2.5rem !important
}

.focus\:translate-x-11:focus {
  --tw-translate-x: 2.75rem !important
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem !important
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem !important
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem !important
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem !important
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem !important
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem !important
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem !important
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem !important
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem !important
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem !important
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem !important
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem !important
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem !important
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 15rem !important
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem !important
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem !important
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem !important
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem !important
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px !important
}

.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem !important
}

.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem !important
}

.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem !important
}

.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem !important
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px !important
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem !important
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem !important
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem !important
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem !important
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -1.25rem !important
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem !important
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem !important
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem !important
}

.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem !important
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -2.5rem !important
}

.focus\:-translate-x-11:focus {
  --tw-translate-x: -2.75rem !important
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem !important
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem !important
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem !important
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem !important
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem !important
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem !important
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem !important
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem !important
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem !important
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem !important
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem !important
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem !important
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem !important
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -15rem !important
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem !important
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem !important
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem !important
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem !important
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px !important
}

.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem !important
}

.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem !important
}

.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem !important
}

.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem !important
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50% !important
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333% !important
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667% !important
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25% !important
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50% !important
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75% !important
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100% !important
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50% !important
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333% !important
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667% !important
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25% !important
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50% !important
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75% !important
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100% !important
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px !important
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem !important
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem !important
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem !important
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem !important
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 1.25rem !important
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem !important
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem !important
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem !important
}

.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem !important
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 2.5rem !important
}

.focus\:translate-y-11:focus {
  --tw-translate-y: 2.75rem !important
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem !important
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem !important
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem !important
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem !important
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem !important
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem !important
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem !important
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem !important
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem !important
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem !important
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem !important
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem !important
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem !important
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 15rem !important
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem !important
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem !important
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem !important
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem !important
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px !important
}

.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem !important
}

.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem !important
}

.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem !important
}

.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem !important
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px !important
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem !important
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem !important
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem !important
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem !important
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -1.25rem !important
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem !important
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem !important
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem !important
}

.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem !important
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -2.5rem !important
}

.focus\:-translate-y-11:focus {
  --tw-translate-y: -2.75rem !important
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem !important
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem !important
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem !important
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem !important
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem !important
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem !important
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem !important
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem !important
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem !important
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem !important
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem !important
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem !important
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem !important
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -15rem !important
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem !important
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem !important
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem !important
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem !important
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px !important
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem !important
}

.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem !important
}

.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem !important
}

.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem !important
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50% !important
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333% !important
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667% !important
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25% !important
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50% !important
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75% !important
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100% !important
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50% !important
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333% !important
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667% !important
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25% !important
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50% !important
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75% !important
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100% !important
}

.rotate-0 {
  --tw-rotate: 0deg !important
}

.rotate-1 {
  --tw-rotate: 1deg !important
}

.rotate-2 {
  --tw-rotate: 2deg !important
}

.rotate-3 {
  --tw-rotate: 3deg !important
}

.rotate-6 {
  --tw-rotate: 6deg !important
}

.rotate-12 {
  --tw-rotate: 12deg !important
}

.rotate-45 {
  --tw-rotate: 45deg !important
}

.rotate-90 {
  --tw-rotate: 90deg !important
}

.rotate-180 {
  --tw-rotate: 180deg !important
}

.-rotate-180 {
  --tw-rotate: -180deg !important
}

.-rotate-90 {
  --tw-rotate: -90deg !important
}

.-rotate-45 {
  --tw-rotate: -45deg !important
}

.-rotate-12 {
  --tw-rotate: -12deg !important
}

.-rotate-6 {
  --tw-rotate: -6deg !important
}

.-rotate-3 {
  --tw-rotate: -3deg !important
}

.-rotate-2 {
  --tw-rotate: -2deg !important
}

.-rotate-1 {
  --tw-rotate: -1deg !important
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg !important
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg !important
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg !important
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg !important
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg !important
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg !important
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg !important
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg !important
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg !important
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg !important
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg !important
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg !important
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg !important
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg !important
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg !important
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg !important
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg !important
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg !important
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg !important
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg !important
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg !important
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg !important
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg !important
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg !important
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg !important
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg !important
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg !important
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg !important
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg !important
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg !important
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg !important
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg !important
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg !important
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg !important
}

.skew-x-0 {
  --tw-skew-x: 0deg !important
}

.skew-x-1 {
  --tw-skew-x: 1deg !important
}

.skew-x-2 {
  --tw-skew-x: 2deg !important
}

.skew-x-3 {
  --tw-skew-x: 3deg !important
}

.skew-x-6 {
  --tw-skew-x: 6deg !important
}

.skew-x-12 {
  --tw-skew-x: 12deg !important
}

.-skew-x-12 {
  --tw-skew-x: -12deg !important
}

.-skew-x-6 {
  --tw-skew-x: -6deg !important
}

.-skew-x-3 {
  --tw-skew-x: -3deg !important
}

.-skew-x-2 {
  --tw-skew-x: -2deg !important
}

.-skew-x-1 {
  --tw-skew-x: -1deg !important
}

.skew-y-0 {
  --tw-skew-y: 0deg !important
}

.skew-y-1 {
  --tw-skew-y: 1deg !important
}

.skew-y-2 {
  --tw-skew-y: 2deg !important
}

.skew-y-3 {
  --tw-skew-y: 3deg !important
}

.skew-y-6 {
  --tw-skew-y: 6deg !important
}

.skew-y-12 {
  --tw-skew-y: 12deg !important
}

.-skew-y-12 {
  --tw-skew-y: -12deg !important
}

.-skew-y-6 {
  --tw-skew-y: -6deg !important
}

.-skew-y-3 {
  --tw-skew-y: -3deg !important
}

.-skew-y-2 {
  --tw-skew-y: -2deg !important
}

.-skew-y-1 {
  --tw-skew-y: -1deg !important
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg !important
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg !important
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg !important
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg !important
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg !important
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg !important
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg !important
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg !important
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg !important
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg !important
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg !important
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg !important
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg !important
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg !important
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg !important
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg !important
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg !important
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg !important
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg !important
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg !important
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg !important
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg !important
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg !important
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg !important
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg !important
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg !important
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg !important
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg !important
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg !important
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg !important
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg !important
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg !important
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg !important
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg !important
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg !important
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg !important
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg !important
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg !important
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg !important
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg !important
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg !important
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg !important
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg !important
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg !important
}

.scale-0 {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important
}

.scale-50 {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important
}

.scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important
}

.scale-90 {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important
}

.scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important
}

.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important
}

.scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important
}

.scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important
}

.scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important
}

.scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important
}

.hover\:scale-0:hover {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important
}

.hover\:scale-50:hover {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important
}

.hover\:scale-75:hover {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important
}

.hover\:scale-90:hover {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important
}

.hover\:scale-95:hover {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important
}

.hover\:scale-100:hover {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important
}

.focus\:scale-0:focus {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important
}

.focus\:scale-50:focus {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important
}

.focus\:scale-75:focus {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important
}

.focus\:scale-90:focus {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important
}

.focus\:scale-95:focus {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important
}

.focus\:scale-100:focus {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important
}

.scale-x-0 {
  --tw-scale-x: 0 !important
}

.scale-x-50 {
  --tw-scale-x: .5 !important
}

.scale-x-75 {
  --tw-scale-x: .75 !important
}

.scale-x-90 {
  --tw-scale-x: .9 !important
}

.scale-x-95 {
  --tw-scale-x: .95 !important
}

.scale-x-100 {
  --tw-scale-x: 1 !important
}

.scale-x-105 {
  --tw-scale-x: 1.05 !important
}

.scale-x-110 {
  --tw-scale-x: 1.1 !important
}

.scale-x-125 {
  --tw-scale-x: 1.25 !important
}

.scale-x-150 {
  --tw-scale-x: 1.5 !important
}

.scale-y-0 {
  --tw-scale-y: 0 !important
}

.scale-y-50 {
  --tw-scale-y: .5 !important
}

.scale-y-75 {
  --tw-scale-y: .75 !important
}

.scale-y-90 {
  --tw-scale-y: .9 !important
}

.scale-y-95 {
  --tw-scale-y: .95 !important
}

.scale-y-100 {
  --tw-scale-y: 1 !important
}

.scale-y-105 {
  --tw-scale-y: 1.05 !important
}

.scale-y-110 {
  --tw-scale-y: 1.1 !important
}

.scale-y-125 {
  --tw-scale-y: 1.25 !important
}

.scale-y-150 {
  --tw-scale-y: 1.5 !important
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0 !important
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5 !important
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75 !important
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9 !important
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95 !important
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1 !important
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05 !important
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1 !important
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25 !important
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5 !important
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0 !important
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5 !important
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75 !important
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9 !important
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95 !important
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1 !important
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05 !important
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1 !important
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25 !important
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5 !important
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0 !important
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5 !important
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75 !important
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9 !important
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95 !important
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1 !important
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05 !important
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1 !important
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25 !important
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5 !important
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0 !important
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5 !important
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75 !important
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9 !important
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95 !important
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1 !important
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05 !important
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1 !important
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25 !important
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5 !important
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

.animate-none {
  animation: none !important
}

.animate-spin {
  animation: spin 1s linear infinite !important
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important
}

.animate-bounce {
  animation: bounce 1s infinite !important
}

.cursor-auto {
  cursor: auto !important
}

.cursor-default {
  cursor: default !important
}

.cursor-pointer {
  cursor: pointer !important
}

.cursor-wait {
  cursor: wait !important
}

.cursor-text {
  cursor: text !important
}

.cursor-move {
  cursor: move !important
}

.cursor-help {
  cursor: help !important
}

.cursor-not-allowed {
  cursor: not-allowed !important
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important
}

.resize-none {
  resize: none !important
}

.resize-y {
  resize: vertical !important
}

.resize-x {
  resize: horizontal !important
}

.resize {
  resize: both !important
}

.list-inside {
  list-style-position: inside !important
}

.list-outside {
  list-style-position: outside !important
}

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

.auto-cols-auto {
  grid-auto-columns: auto !important
}

.auto-cols-min {
  grid-auto-columns: min-content !important
}

.auto-cols-max {
  grid-auto-columns: max-content !important
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important
}

.grid-flow-row {
  grid-auto-flow: row !important
}

.grid-flow-col {
  grid-auto-flow: column !important
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important
}

.auto-rows-auto {
  grid-auto-rows: auto !important
}

.auto-rows-min {
  grid-auto-rows: min-content !important
}

.auto-rows-max {
  grid-auto-rows: max-content !important
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important
}

.grid-cols-none {
  grid-template-columns: none !important
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important
}

.grid-rows-none {
  grid-template-rows: none !important
}

.flex-row {
  flex-direction: row !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-col {
  flex-direction: column !important
}

.flex-col-reverse {
  flex-direction: column-reverse !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.place-content-center {
  place-content: center !important
}

.place-content-start {
  place-content: start !important
}

.place-content-end {
  place-content: end !important
}

.place-content-between {
  place-content: space-between !important
}

.place-content-around {
  place-content: space-around !important
}

.place-content-evenly {
  place-content: space-evenly !important
}

.place-content-stretch {
  place-content: stretch !important
}

.place-items-start {
  place-items: start !important
}

.place-items-end {
  place-items: end !important
}

.place-items-center {
  place-items: center !important
}

.place-items-stretch {
  place-items: stretch !important
}

.content-center {
  align-content: center !important
}

.content-start {
  align-content: flex-start !important
}

.content-end {
  align-content: flex-end !important
}

.content-between {
  align-content: space-between !important
}

.content-around {
  align-content: space-around !important
}

.content-evenly {
  align-content: space-evenly !important
}

.items-start {
  align-items: flex-start !important
}

.items-end {
  align-items: flex-end !important
}

.items-center {
  align-items: center !important
}

.items-baseline {
  align-items: baseline !important
}

.items-stretch {
  align-items: stretch !important
}

.justify-start {
  justify-content: flex-start !important
}

.justify-end {
  justify-content: flex-end !important
}

.justify-center {
  justify-content: center !important
}

.justify-between {
  justify-content: space-between !important
}

.justify-around {
  justify-content: space-around !important
}

.justify-evenly {
  justify-content: space-evenly !important
}

.justify-items-start {
  justify-items: start !important
}

.justify-items-end {
  justify-items: end !important
}

.justify-items-center {
  justify-items: center !important
}

.justify-items-stretch {
  justify-items: stretch !important
}

.gap-0 {
  gap: 0px !important
}

.gap-1 {
  gap: 0.25rem !important
}

.gap-2 {
  gap: 0.5rem !important
}

.gap-3 {
  gap: 0.75rem !important
}

.gap-4 {
  gap: 1rem !important
}

.gap-5 {
  gap: 1.25rem !important
}

.gap-6 {
  gap: 1.5rem !important
}

.gap-7 {
  gap: 1.75rem !important
}

.gap-8 {
  gap: 2rem !important
}

.gap-9 {
  gap: 2.25rem !important
}

.gap-10 {
  gap: 2.5rem !important
}

.gap-11 {
  gap: 2.75rem !important
}

.gap-12 {
  gap: 3rem !important
}

.gap-14 {
  gap: 3.5rem !important
}

.gap-16 {
  gap: 4rem !important
}

.gap-20 {
  gap: 5rem !important
}

.gap-24 {
  gap: 6rem !important
}

.gap-28 {
  gap: 7rem !important
}

.gap-32 {
  gap: 8rem !important
}

.gap-36 {
  gap: 9rem !important
}

.gap-40 {
  gap: 10rem !important
}

.gap-44 {
  gap: 11rem !important
}

.gap-48 {
  gap: 12rem !important
}

.gap-52 {
  gap: 13rem !important
}

.gap-56 {
  gap: 14rem !important
}

.gap-60 {
  gap: 15rem !important
}

.gap-64 {
  gap: 16rem !important
}

.gap-72 {
  gap: 18rem !important
}

.gap-80 {
  gap: 20rem !important
}

.gap-96 {
  gap: 24rem !important
}

.gap-px {
  gap: 1px !important
}

.gap-0\.5 {
  gap: 0.125rem !important
}

.gap-1\.5 {
  gap: 0.375rem !important
}

.gap-2\.5 {
  gap: 0.625rem !important
}

.gap-3\.5 {
  gap: 0.875rem !important
}

.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important
}

.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important
}

.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important
}

.gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important
}

.gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important
}

.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important
}

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important
}

.gap-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important
}

.gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important
}

.gap-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important
}

.gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important
}

.gap-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important
}

.gap-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important
}

.gap-x-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important
}

.gap-x-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important
}

.gap-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important
}

.gap-x-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important
}

.gap-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important
}

.gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important
}

.gap-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important
}

.gap-x-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important
}

.gap-x-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important
}

.gap-x-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important
}

.gap-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important
}

.gap-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important
}

.gap-x-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important
}

.gap-x-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important
}

.gap-x-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important
}

.gap-x-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important
}

.gap-x-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important
}

.gap-x-px {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important
}

.gap-y-0 {
  row-gap: 0px !important
}

.gap-y-1 {
  row-gap: 0.25rem !important
}

.gap-y-2 {
  row-gap: 0.5rem !important
}

.gap-y-3 {
  row-gap: 0.75rem !important
}

.gap-y-4 {
  row-gap: 1rem !important
}

.gap-y-5 {
  row-gap: 1.25rem !important
}

.gap-y-6 {
  row-gap: 1.5rem !important
}

.gap-y-7 {
  row-gap: 1.75rem !important
}

.gap-y-8 {
  row-gap: 2rem !important
}

.gap-y-9 {
  row-gap: 2.25rem !important
}

.gap-y-10 {
  row-gap: 2.5rem !important
}

.gap-y-11 {
  row-gap: 2.75rem !important
}

.gap-y-12 {
  row-gap: 3rem !important
}

.gap-y-14 {
  row-gap: 3.5rem !important
}

.gap-y-16 {
  row-gap: 4rem !important
}

.gap-y-20 {
  row-gap: 5rem !important
}

.gap-y-24 {
  row-gap: 6rem !important
}

.gap-y-28 {
  row-gap: 7rem !important
}

.gap-y-32 {
  row-gap: 8rem !important
}

.gap-y-36 {
  row-gap: 9rem !important
}

.gap-y-40 {
  row-gap: 10rem !important
}

.gap-y-44 {
  row-gap: 11rem !important
}

.gap-y-48 {
  row-gap: 12rem !important
}

.gap-y-52 {
  row-gap: 13rem !important
}

.gap-y-56 {
  row-gap: 14rem !important
}

.gap-y-60 {
  row-gap: 15rem !important
}

.gap-y-64 {
  row-gap: 16rem !important
}

.gap-y-72 {
  row-gap: 18rem !important
}

.gap-y-80 {
  row-gap: 20rem !important
}

.gap-y-96 {
  row-gap: 24rem !important
}

.gap-y-px {
  row-gap: 1px !important
}

.gap-y-0\.5 {
  row-gap: 0.125rem !important
}

.gap-y-1\.5 {
  row-gap: 0.375rem !important
}

.gap-y-2\.5 {
  row-gap: 0.625rem !important
}

.gap-y-3\.5 {
  row-gap: 0.875rem !important
}

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

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

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

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

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

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

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

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

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

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

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

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

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

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

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

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

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

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

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

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

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important
}

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

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

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

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

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

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

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

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important
}

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

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important
}

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

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important
}

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

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important
}

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

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

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

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important
}

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

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important
}

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

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important
}

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

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important
}

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

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important
}

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

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important
}

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

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important
}

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

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

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

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

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

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

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

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important
}

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

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important
}

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

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important
}

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

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important
}

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

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

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

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important
}

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

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important
}

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

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important
}

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

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important
}

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

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important
}

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

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important
}

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

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important
}

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

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

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

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

.divide-x-default > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important
}

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

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

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

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

.divide-y-default > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed !important
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted !important
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double !important
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important
}

.divide-default > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(218, 225, 231, var(--tw-divide-opacity)) !important
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent !important
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(34, 41, 47, var(--tw-divide-opacity)) !important
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important
}

.divide-grey > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(184, 194, 204, var(--tw-divide-opacity)) !important
}

.divide-grey-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(218, 225, 231, var(--tw-divide-opacity)) !important
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0 !important
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05 !important
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1 !important
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2 !important
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25 !important
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3 !important
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4 !important
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5 !important
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6 !important
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7 !important
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75 !important
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8 !important
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9 !important
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95 !important
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important
}

.place-self-auto {
  place-self: auto !important
}

.place-self-start {
  place-self: start !important
}

.place-self-end {
  place-self: end !important
}

.place-self-center {
  place-self: center !important
}

.place-self-stretch {
  place-self: stretch !important
}

.self-auto {
  align-self: auto !important
}

.self-start {
  align-self: flex-start !important
}

.self-end {
  align-self: flex-end !important
}

.self-center {
  align-self: center !important
}

.self-stretch {
  align-self: stretch !important
}

.self-baseline {
  align-self: baseline !important
}

.justify-self-auto {
  justify-self: auto !important
}

.justify-self-start {
  justify-self: start !important
}

.justify-self-end {
  justify-self: end !important
}

.justify-self-center {
  justify-self: center !important
}

.justify-self-stretch {
  justify-self: stretch !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.overflow-x-auto {
  overflow-x: auto !important
}

.overflow-y-auto {
  overflow-y: auto !important
}

.overflow-x-hidden {
  overflow-x: hidden !important
}

.overflow-y-hidden {
  overflow-y: hidden !important
}

.overflow-x-visible {
  overflow-x: visible !important
}

.overflow-y-visible {
  overflow-y: visible !important
}

.overflow-x-scroll {
  overflow-x: scroll !important
}

.overflow-y-scroll {
  overflow-y: scroll !important
}

.overscroll-auto {
  overscroll-behavior: auto !important
}

.overscroll-contain {
  overscroll-behavior: contain !important
}

.overscroll-none {
  overscroll-behavior: none !important
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important
}

.overscroll-y-none {
  overscroll-behavior-y: none !important
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important
}

.overscroll-x-none {
  overscroll-behavior-x: none !important
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important
}

.overflow-ellipsis {
  text-overflow: ellipsis !important
}

.overflow-clip {
  text-overflow: clip !important
}

.whitespace-normal {
  white-space: normal !important
}

.whitespace-nowrap {
  white-space: nowrap !important
}

.whitespace-pre {
  white-space: pre !important
}

.whitespace-pre-line {
  white-space: pre-line !important
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important
}

.break-words {
  overflow-wrap: break-word !important
}

.break-all {
  word-break: break-all !important
}

.rounded-none {
  border-radius: 0 !important
}

.rounded-sm {
  border-radius: .125rem !important
}

.rounded-default {
  border-radius: .25rem !important
}

.rounded-lg {
  border-radius: .5rem !important
}

.rounded-full {
  border-radius: 9999px !important
}

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.rounded-t-sm {
  border-top-left-radius: .125rem !important;
  border-top-right-radius: .125rem !important
}

.rounded-t-default {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.rounded-t-lg {
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important
}

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.rounded-r-sm {
  border-top-right-radius: .125rem !important;
  border-bottom-right-radius: .125rem !important
}

.rounded-r-default {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-r-lg {
  border-top-right-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important
}

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important
}

.rounded-b-default {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important
}

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.rounded-l-sm {
  border-top-left-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important
}

.rounded-l-default {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-l-lg {
  border-top-left-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important
}

.rounded-tl-none {
  border-top-left-radius: 0 !important
}

.rounded-tl-sm {
  border-top-left-radius: .125rem !important
}

.rounded-tl-default {
  border-top-left-radius: .25rem !important
}

.rounded-tl-lg {
  border-top-left-radius: .5rem !important
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important
}

.rounded-tr-none {
  border-top-right-radius: 0 !important
}

.rounded-tr-sm {
  border-top-right-radius: .125rem !important
}

.rounded-tr-default {
  border-top-right-radius: .25rem !important
}

.rounded-tr-lg {
  border-top-right-radius: .5rem !important
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important
}

.rounded-br-none {
  border-bottom-right-radius: 0 !important
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem !important
}

.rounded-br-default {
  border-bottom-right-radius: .25rem !important
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem !important
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important
}

.rounded-bl-none {
  border-bottom-left-radius: 0 !important
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem !important
}

.rounded-bl-default {
  border-bottom-left-radius: .25rem !important
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem !important
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important
}

.border-0 {
  border-width: 0 !important
}

.border-2 {
  border-width: 2px !important
}

.border-4 {
  border-width: 4px !important
}

.border-8 {
  border-width: 8px !important
}

.border-default {
  border-width: 1px !important
}

.border-t-0 {
  border-top-width: 0 !important
}

.border-t-2 {
  border-top-width: 2px !important
}

.border-t-4 {
  border-top-width: 4px !important
}

.border-t-8 {
  border-top-width: 8px !important
}

.border-t-default {
  border-top-width: 1px !important
}

.border-r-0 {
  border-right-width: 0 !important
}

.border-r-2 {
  border-right-width: 2px !important
}

.border-r-4 {
  border-right-width: 4px !important
}

.border-r-8 {
  border-right-width: 8px !important
}

.border-r-default {
  border-right-width: 1px !important
}

.border-b-0 {
  border-bottom-width: 0 !important
}

.border-b-2 {
  border-bottom-width: 2px !important
}

.border-b-4 {
  border-bottom-width: 4px !important
}

.border-b-8 {
  border-bottom-width: 8px !important
}

.border-b-default {
  border-bottom-width: 1px !important
}

.border-l-0 {
  border-left-width: 0 !important
}

.border-l-2 {
  border-left-width: 2px !important
}

.border-l-4 {
  border-left-width: 4px !important
}

.border-l-8 {
  border-left-width: 8px !important
}

.border-l-default {
  border-left-width: 1px !important
}

.border-solid {
  border-style: solid !important
}

.border-dashed {
  border-style: dashed !important
}

.border-dotted {
  border-style: dotted !important
}

.border-double {
  border-style: double !important
}

.border-none {
  border-style: none !important
}

.border-default {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
}

.border-transparent {
  border-color: transparent !important
}

.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 41, 47, var(--tw-border-opacity)) !important
}

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

.border-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgba(184, 194, 204, var(--tw-border-opacity)) !important
}

.border-grey-light {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
}

.hover\:border-default:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
}

.hover\:border-transparent:hover {
  border-color: transparent !important
}

.hover\:border-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 41, 47, var(--tw-border-opacity)) !important
}

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

.hover\:border-grey:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(184, 194, 204, var(--tw-border-opacity)) !important
}

.hover\:border-grey-light:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
}

.border-opacity-0 {
  --tw-border-opacity: 0 !important
}

.border-opacity-5 {
  --tw-border-opacity: 0.05 !important
}

.border-opacity-10 {
  --tw-border-opacity: 0.1 !important
}

.border-opacity-20 {
  --tw-border-opacity: 0.2 !important
}

.border-opacity-25 {
  --tw-border-opacity: 0.25 !important
}

.border-opacity-30 {
  --tw-border-opacity: 0.3 !important
}

.border-opacity-40 {
  --tw-border-opacity: 0.4 !important
}

.border-opacity-50 {
  --tw-border-opacity: 0.5 !important
}

.border-opacity-60 {
  --tw-border-opacity: 0.6 !important
}

.border-opacity-70 {
  --tw-border-opacity: 0.7 !important
}

.border-opacity-75 {
  --tw-border-opacity: 0.75 !important
}

.border-opacity-80 {
  --tw-border-opacity: 0.8 !important
}

.border-opacity-90 {
  --tw-border-opacity: 0.9 !important
}

.border-opacity-95 {
  --tw-border-opacity: 0.95 !important
}

.border-opacity-100 {
  --tw-border-opacity: 1 !important
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0 !important
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05 !important
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1 !important
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2 !important
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25 !important
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3 !important
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4 !important
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5 !important
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6 !important
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7 !important
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75 !important
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8 !important
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9 !important
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95 !important
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1 !important
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0 !important
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05 !important
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1 !important
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2 !important
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25 !important
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3 !important
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4 !important
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5 !important
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6 !important
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7 !important
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75 !important
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8 !important
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9 !important
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95 !important
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1 !important
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0 !important
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05 !important
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1 !important
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2 !important
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25 !important
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3 !important
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4 !important
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5 !important
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6 !important
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7 !important
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75 !important
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8 !important
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9 !important
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95 !important
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1 !important
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0 !important
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05 !important
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1 !important
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2 !important
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25 !important
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3 !important
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4 !important
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5 !important
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6 !important
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7 !important
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75 !important
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8 !important
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9 !important
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95 !important
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1 !important
}

.bg-transparent {
  background-color: transparent !important
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
}

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

.bg-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
}

.bg-grey-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
}

.hover\:bg-transparent:hover {
  background-color: transparent !important
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
}

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

.hover\:bg-grey:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
}

.hover\:bg-grey-light:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
}

.focus\:bg-transparent:focus {
  background-color: transparent !important
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
}

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

.focus\:bg-grey:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
}

.focus\:bg-grey-light:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
}

.bg-opacity-0 {
  --tw-bg-opacity: 0 !important
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important
}

.bg-opacity-100 {
  --tw-bg-opacity: 1 !important
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0 !important
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1 !important
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0 !important
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05 !important
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1 !important
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2 !important
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25 !important
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3 !important
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4 !important
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5 !important
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6 !important
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7 !important
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75 !important
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8 !important
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9 !important
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95 !important
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1 !important
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0 !important
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1 !important
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important
}

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

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3 !important
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4 !important
}

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

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6 !important
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7 !important
}

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

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95 !important
}

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

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0 !important
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05 !important
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1 !important
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2 !important
}

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

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3 !important
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4 !important
}

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

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6 !important
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7 !important
}

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

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8 !important
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9 !important
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95 !important
}

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

.bg-none {
  background-image: none !important
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important
}

.from-transparent {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
}

.from-black {
  --tw-gradient-from: #22292f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
}

.from-white {
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
}

.from-grey {
  --tw-gradient-from: #b8c2cc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
}

.from-grey-light {
  --tw-gradient-from: #dae1e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
}

.hover\:from-black:hover {
  --tw-gradient-from: #22292f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
}

.hover\:from-white:hover {
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
}

.hover\:from-grey:hover {
  --tw-gradient-from: #b8c2cc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
}

.hover\:from-grey-light:hover {
  --tw-gradient-from: #dae1e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
}

.focus\:from-black:focus {
  --tw-gradient-from: #22292f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
}

.focus\:from-white:focus {
  --tw-gradient-from: #ffffff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
}

.focus\:from-grey:focus {
  --tw-gradient-from: #b8c2cc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
}

.focus\:from-grey-light:focus {
  --tw-gradient-from: #dae1e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
}

.via-grey {
  --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
}

.via-grey-light {
  --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
}

.hover\:via-grey:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
}

.hover\:via-grey-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
}

.focus\:via-grey:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
}

.focus\:via-grey-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
}

.to-transparent {
  --tw-gradient-to: transparent !important
}

.to-black {
  --tw-gradient-to: #22292f !important
}

.to-white {
  --tw-gradient-to: #ffffff !important
}

.to-grey {
  --tw-gradient-to: #b8c2cc !important
}

.to-grey-light {
  --tw-gradient-to: #dae1e7 !important
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent !important
}

.hover\:to-black:hover {
  --tw-gradient-to: #22292f !important
}

.hover\:to-white:hover {
  --tw-gradient-to: #ffffff !important
}

.hover\:to-grey:hover {
  --tw-gradient-to: #b8c2cc !important
}

.hover\:to-grey-light:hover {
  --tw-gradient-to: #dae1e7 !important
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent !important
}

.focus\:to-black:focus {
  --tw-gradient-to: #22292f !important
}

.focus\:to-white:focus {
  --tw-gradient-to: #ffffff !important
}

.focus\:to-grey:focus {
  --tw-gradient-to: #b8c2cc !important
}

.focus\:to-grey-light:focus {
  --tw-gradient-to: #dae1e7 !important
}

.decoration-slice {
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important
}

.decoration-clone {
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important
}

.bg-auto {
  background-size: auto !important
}

.bg-cover {
  background-size: cover !important
}

.bg-contain {
  background-size: contain !important
}

.bg-fixed {
  background-attachment: fixed !important
}

.bg-local {
  background-attachment: local !important
}

.bg-scroll {
  background-attachment: scroll !important
}

.bg-clip-border {
  background-clip: border-box !important
}

.bg-clip-padding {
  background-clip: padding-box !important
}

.bg-clip-content {
  background-clip: content-box !important
}

.bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important
}

.bg-origin-border {
  background-origin: border-box !important
}

.bg-origin-padding {
  background-origin: padding-box !important
}

.bg-origin-content {
  background-origin: content-box !important
}

.fill-current {
  fill: currentColor !important
}

.stroke-current {
  stroke: currentColor !important
}

.stroke-0 {
  stroke-width: 0 !important
}

.stroke-1 {
  stroke-width: 1 !important
}

.stroke-2 {
  stroke-width: 2 !important
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: 0.25rem !important
}

.p-2 {
  padding: 0.5rem !important
}

.p-3 {
  padding: 0.75rem !important
}

.p-4 {
  padding: 1rem !important
}

.p-5 {
  padding: 1.25rem !important
}

.p-6 {
  padding: 1.5rem !important
}

.p-8 {
  padding: 2rem !important
}

.p-10 {
  padding: 2.5rem !important
}

.p-12 {
  padding: 3rem !important
}

.p-16 {
  padding: 4rem !important
}

.p-20 {
  padding: 5rem !important
}

.p-24 {
  padding: 6rem !important
}

.p-32 {
  padding: 8rem !important
}

.p-px {
  padding: 1px !important
}

.p-base {
  padding: 2.2rem !important
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important
}

.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important
}

.px-base {
  padding-left: 2.2rem !important;
  padding-right: 2.2rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important
}

.py-base {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: 0.25rem !important
}

.pt-2 {
  padding-top: 0.5rem !important
}

.pt-3 {
  padding-top: 0.75rem !important
}

.pt-4 {
  padding-top: 1rem !important
}

.pt-5 {
  padding-top: 1.25rem !important
}

.pt-6 {
  padding-top: 1.5rem !important
}

.pt-8 {
  padding-top: 2rem !important
}

.pt-10 {
  padding-top: 2.5rem !important
}

.pt-12 {
  padding-top: 3rem !important
}

.pt-16 {
  padding-top: 4rem !important
}

.pt-20 {
  padding-top: 5rem !important
}

.pt-24 {
  padding-top: 6rem !important
}

.pt-32 {
  padding-top: 8rem !important
}

.pt-px {
  padding-top: 1px !important
}

.pt-base {
  padding-top: 2.2rem !important
}

.pr-0 {
  padding-right: 0 !important
}

.pr-1 {
  padding-right: 0.25rem !important
}

.pr-2 {
  padding-right: 0.5rem !important
}

.pr-3 {
  padding-right: 0.75rem !important
}

.pr-4 {
  padding-right: 1rem !important
}

.pr-5 {
  padding-right: 1.25rem !important
}

.pr-6 {
  padding-right: 1.5rem !important
}

.pr-8 {
  padding-right: 2rem !important
}

.pr-10 {
  padding-right: 2.5rem !important
}

.pr-12 {
  padding-right: 3rem !important
}

.pr-16 {
  padding-right: 4rem !important
}

.pr-20 {
  padding-right: 5rem !important
}

.pr-24 {
  padding-right: 6rem !important
}

.pr-32 {
  padding-right: 8rem !important
}

.pr-px {
  padding-right: 1px !important
}

.pr-base {
  padding-right: 2.2rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: 0.25rem !important
}

.pb-2 {
  padding-bottom: 0.5rem !important
}

.pb-3 {
  padding-bottom: 0.75rem !important
}

.pb-4 {
  padding-bottom: 1rem !important
}

.pb-5 {
  padding-bottom: 1.25rem !important
}

.pb-6 {
  padding-bottom: 1.5rem !important
}

.pb-8 {
  padding-bottom: 2rem !important
}

.pb-10 {
  padding-bottom: 2.5rem !important
}

.pb-12 {
  padding-bottom: 3rem !important
}

.pb-16 {
  padding-bottom: 4rem !important
}

.pb-20 {
  padding-bottom: 5rem !important
}

.pb-24 {
  padding-bottom: 6rem !important
}

.pb-32 {
  padding-bottom: 8rem !important
}

.pb-px {
  padding-bottom: 1px !important
}

.pb-base {
  padding-bottom: 2.2rem !important
}

.pl-0 {
  padding-left: 0 !important
}

.pl-1 {
  padding-left: 0.25rem !important
}

.pl-2 {
  padding-left: 0.5rem !important
}

.pl-3 {
  padding-left: 0.75rem !important
}

.pl-4 {
  padding-left: 1rem !important
}

.pl-5 {
  padding-left: 1.25rem !important
}

.pl-6 {
  padding-left: 1.5rem !important
}

.pl-8 {
  padding-left: 2rem !important
}

.pl-10 {
  padding-left: 2.5rem !important
}

.pl-12 {
  padding-left: 3rem !important
}

.pl-16 {
  padding-left: 4rem !important
}

.pl-20 {
  padding-left: 5rem !important
}

.pl-24 {
  padding-left: 6rem !important
}

.pl-32 {
  padding-left: 8rem !important
}

.pl-px {
  padding-left: 1px !important
}

.pl-base {
  padding-left: 2.2rem !important
}

.text-left {
  text-align: left !important
}

.text-center {
  text-align: center !important
}

.text-right {
  text-align: right !important
}

.text-justify {
  text-align: justify !important
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.text-xs {
  font-size: .75rem !important
}

.text-sm {
  font-size: .875rem !important
}

.text-base {
  font-size: 1rem !important
}

.text-lg {
  font-size: 1.125rem !important
}

.text-xl {
  font-size: 1.25rem !important
}

.text-2xl {
  font-size: 1.5rem !important
}

.text-3xl {
  font-size: 1.875rem !important
}

.text-4xl {
  font-size: 2.25rem !important
}

.text-5xl {
  font-size: 3rem !important
}

.text-6xl {
  font-size: 4rem !important
}

.font-light {
  font-weight: 300 !important
}

.font-normal {
  font-weight: 400 !important
}

.font-medium {
  font-weight: 500 !important
}

.font-semibold {
  font-weight: 600 !important
}

.font-bold {
  font-weight: 700 !important
}

.font-extrabold {
  font-weight: 800 !important
}

.font-black {
  font-weight: 900 !important
}

.hover\:font-light:hover {
  font-weight: 300 !important
}

.hover\:font-normal:hover {
  font-weight: 400 !important
}

.hover\:font-medium:hover {
  font-weight: 500 !important
}

.hover\:font-semibold:hover {
  font-weight: 600 !important
}

.hover\:font-bold:hover {
  font-weight: 700 !important
}

.hover\:font-extrabold:hover {
  font-weight: 800 !important
}

.hover\:font-black:hover {
  font-weight: 900 !important
}

.uppercase {
  text-transform: uppercase !important
}

.lowercase {
  text-transform: lowercase !important
}

.capitalize {
  text-transform: capitalize !important
}

.normal-case {
  text-transform: none !important
}

.hover\:uppercase:hover {
  text-transform: uppercase !important
}

.hover\:lowercase:hover {
  text-transform: lowercase !important
}

.hover\:capitalize:hover {
  text-transform: capitalize !important
}

.hover\:normal-case:hover {
  text-transform: none !important
}

.focus\:uppercase:focus {
  text-transform: uppercase !important
}

.focus\:lowercase:focus {
  text-transform: lowercase !important
}

.focus\:capitalize:focus {
  text-transform: capitalize !important
}

.focus\:normal-case:focus {
  text-transform: none !important
}

.italic {
  font-style: italic !important
}

.not-italic {
  font-style: normal !important
}

.hover\:italic:hover {
  font-style: italic !important
}

.hover\:not-italic:hover {
  font-style: normal !important
}

.focus\:italic:focus {
  font-style: italic !important
}

.focus\:not-italic:focus {
  font-style: normal !important
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important
}

.normal-nums {
  font-variant-numeric: normal !important
}

.ordinal {
  --tw-ordinal: ordinal !important
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero !important
}

.lining-nums {
  --tw-numeric-figure: lining-nums !important
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important
}

.leading-none {
  line-height: 1 !important
}

.leading-tight {
  line-height: 1.25 !important
}

.leading-normal {
  line-height: 1.5 !important
}

.leading-loose {
  line-height: 2 !important
}

.text-transparent {
  color: transparent !important
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
}

.text-grey {
  --tw-text-opacity: 1 !important;
  color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
}

.text-grey-light {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
}

.hover\:text-transparent:hover {
  color: transparent !important
}

.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
}

.hover\:text-grey:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
}

.hover\:text-grey-light:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
}

.focus\:text-transparent:focus {
  color: transparent !important
}

.focus\:text-black:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
}

.focus\:text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
}

.focus\:text-grey:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
}

.focus\:text-grey-light:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
}

.text-opacity-0 {
  --tw-text-opacity: 0 !important
}

.text-opacity-5 {
  --tw-text-opacity: 0.05 !important
}

.text-opacity-10 {
  --tw-text-opacity: 0.1 !important
}

.text-opacity-20 {
  --tw-text-opacity: 0.2 !important
}

.text-opacity-25 {
  --tw-text-opacity: 0.25 !important
}

.text-opacity-30 {
  --tw-text-opacity: 0.3 !important
}

.text-opacity-40 {
  --tw-text-opacity: 0.4 !important
}

.text-opacity-50 {
  --tw-text-opacity: 0.5 !important
}

.text-opacity-60 {
  --tw-text-opacity: 0.6 !important
}

.text-opacity-70 {
  --tw-text-opacity: 0.7 !important
}

.text-opacity-75 {
  --tw-text-opacity: 0.75 !important
}

.text-opacity-80 {
  --tw-text-opacity: 0.8 !important
}

.text-opacity-90 {
  --tw-text-opacity: 0.9 !important
}

.text-opacity-95 {
  --tw-text-opacity: 0.95 !important
}

.text-opacity-100 {
  --tw-text-opacity: 1 !important
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0 !important
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05 !important
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1 !important
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2 !important
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25 !important
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3 !important
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4 !important
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5 !important
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6 !important
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7 !important
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75 !important
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8 !important
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9 !important
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95 !important
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1 !important
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0 !important
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05 !important
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1 !important
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2 !important
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25 !important
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3 !important
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4 !important
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5 !important
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6 !important
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7 !important
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75 !important
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8 !important
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9 !important
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95 !important
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1 !important
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0 !important
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05 !important
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1 !important
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2 !important
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25 !important
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3 !important
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4 !important
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5 !important
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6 !important
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7 !important
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75 !important
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8 !important
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9 !important
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95 !important
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1 !important
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0 !important
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05 !important
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1 !important
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2 !important
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25 !important
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3 !important
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4 !important
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5 !important
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6 !important
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7 !important
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75 !important
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8 !important
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9 !important
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95 !important
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1 !important
}

.underline {
  text-decoration: underline !important
}

.line-through {
  text-decoration: line-through !important
}

.no-underline {
  text-decoration: none !important
}

.hover\:underline:hover {
  text-decoration: underline !important
}

.hover\:line-through:hover {
  text-decoration: line-through !important
}

.hover\:no-underline:hover {
  text-decoration: none !important
}

.focus\:underline:focus {
  text-decoration: underline !important
}

.focus\:line-through:focus {
  text-decoration: line-through !important
}

.focus\:no-underline:focus {
  text-decoration: none !important
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important
}

.placeholder-transparent::placeholder {
  color: transparent !important
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
}

.placeholder-grey::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
}

.placeholder-grey::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
}

.placeholder-grey-light::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
}

.placeholder-grey-light::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
}

.focus\:placeholder-grey:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
}

.focus\:placeholder-grey:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
}

.focus\:placeholder-grey-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
}

.focus\:placeholder-grey-light:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05 !important
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25 !important
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75 !important
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95 !important
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0 !important
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05 !important
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1 !important
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2 !important
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25 !important
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3 !important
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4 !important
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5 !important
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6 !important
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7 !important
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75 !important
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8 !important
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9 !important
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95 !important
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important
}

.opacity-0 {
  opacity: 0 !important
}

.opacity-5 {
  opacity: 0.05 !important
}

.opacity-10 {
  opacity: 0.1 !important
}

.opacity-20 {
  opacity: 0.2 !important
}

.opacity-25 {
  opacity: 0.25 !important
}

.opacity-30 {
  opacity: 0.3 !important
}

.opacity-40 {
  opacity: 0.4 !important
}

.opacity-50 {
  opacity: 0.5 !important
}

.opacity-60 {
  opacity: 0.6 !important
}

.opacity-70 {
  opacity: 0.7 !important
}

.opacity-75 {
  opacity: 0.75 !important
}

.opacity-80 {
  opacity: 0.8 !important
}

.opacity-90 {
  opacity: 0.9 !important
}

.opacity-95 {
  opacity: 0.95 !important
}

.opacity-100 {
  opacity: 1 !important
}

.bg-blend-normal {
  background-blend-mode: normal !important
}

.bg-blend-multiply {
  background-blend-mode: multiply !important
}

.bg-blend-screen {
  background-blend-mode: screen !important
}

.bg-blend-overlay {
  background-blend-mode: overlay !important
}

.bg-blend-darken {
  background-blend-mode: darken !important
}

.bg-blend-lighten {
  background-blend-mode: lighten !important
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important
}

.bg-blend-color-burn {
  background-blend-mode: color-burn !important
}

.bg-blend-hard-light {
  background-blend-mode: hard-light !important
}

.bg-blend-soft-light {
  background-blend-mode: soft-light !important
}

.bg-blend-difference {
  background-blend-mode: difference !important
}

.bg-blend-exclusion {
  background-blend-mode: exclusion !important
}

.bg-blend-hue {
  background-blend-mode: hue !important
}

.bg-blend-saturation {
  background-blend-mode: saturation !important
}

.bg-blend-color {
  background-blend-mode: color !important
}

.bg-blend-luminosity {
  background-blend-mode: luminosity !important
}

.mix-blend-normal {
  mix-blend-mode: normal !important
}

.mix-blend-multiply {
  mix-blend-mode: multiply !important
}

.mix-blend-screen {
  mix-blend-mode: screen !important
}

.mix-blend-overlay {
  mix-blend-mode: overlay !important
}

.mix-blend-darken {
  mix-blend-mode: darken !important
}

.mix-blend-lighten {
  mix-blend-mode: lighten !important
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn !important
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light !important
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light !important
}

.mix-blend-difference {
  mix-blend-mode: difference !important
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion !important
}

.mix-blend-hue {
  mix-blend-mode: hue !important
}

.mix-blend-saturation {
  mix-blend-mode: saturation !important
}

.mix-blend-color {
  mix-blend-mode: color !important
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity !important
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000
}

.shadow-default {
  --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-md {
  --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-lg {
  --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-outline {
  --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-drop {
  --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.hover\:shadow-default:hover {
  --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.hover\:shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.hover\:shadow-outline:hover {
  --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.hover\:shadow-drop:hover {
  --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.focus\:shadow-default:focus {
  --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.focus\:shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.focus\:shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.focus\:shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.focus\:shadow-outline:focus {
  --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.focus\:shadow-drop:focus {
  --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important
}

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important
}

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important
}

.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important
}

.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.ring-inset {
  --tw-ring-inset: inset !important
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset !important
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset !important
}

.ring-transparent {
  --tw-ring-color: transparent !important
}

.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
}

.ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
}

.ring-grey {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
}

.ring-grey-light {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent !important
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
}

.focus-within\:ring-grey:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
}

.focus-within\:ring-grey-light:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent !important
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
}

.focus\:ring-grey:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
}

.focus\:ring-grey-light:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
}

.ring-opacity-0 {
  --tw-ring-opacity: 0 !important
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25 !important
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75 !important
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95 !important
}

.ring-opacity-100 {
  --tw-ring-opacity: 1 !important
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0 !important
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05 !important
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1 !important
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2 !important
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25 !important
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3 !important
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4 !important
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5 !important
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6 !important
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7 !important
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75 !important
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8 !important
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9 !important
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95 !important
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1 !important
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0 !important
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05 !important
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1 !important
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2 !important
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25 !important
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3 !important
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4 !important
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6 !important
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7 !important
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75 !important
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8 !important
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9 !important
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95 !important
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1 !important
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px !important
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px !important
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px !important
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px !important
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px !important
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px !important
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px !important
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px !important
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px !important
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px !important
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px !important
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px !important
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px !important
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent !important
}

.ring-offset-black {
  --tw-ring-offset-color: #22292f !important
}

.ring-offset-white {
  --tw-ring-offset-color: #ffffff !important
}

.ring-offset-grey {
  --tw-ring-offset-color: #b8c2cc !important
}

.ring-offset-grey-light {
  --tw-ring-offset-color: #dae1e7 !important
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent !important
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #22292f !important
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #ffffff !important
}

.focus-within\:ring-offset-grey:focus-within {
  --tw-ring-offset-color: #b8c2cc !important
}

.focus-within\:ring-offset-grey-light:focus-within {
  --tw-ring-offset-color: #dae1e7 !important
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent !important
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #22292f !important
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #ffffff !important
}

.focus\:ring-offset-grey:focus {
  --tw-ring-offset-color: #b8c2cc !important
}

.focus\:ring-offset-grey-light:focus {
  --tw-ring-offset-color: #dae1e7 !important
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.filter-none {
  filter: none !important
}

.blur-0 {
  --tw-blur: blur(0) !important
}

.blur-none {
  --tw-blur: blur(0) !important
}

.blur-sm {
  --tw-blur: blur(4px) !important
}

.blur {
  --tw-blur: blur(8px) !important
}

.blur-md {
  --tw-blur: blur(12px) !important
}

.blur-lg {
  --tw-blur: blur(16px) !important
}

.blur-xl {
  --tw-blur: blur(24px) !important
}

.blur-2xl {
  --tw-blur: blur(40px) !important
}

.blur-3xl {
  --tw-blur: blur(64px) !important
}

.brightness-0 {
  --tw-brightness: brightness(0) !important
}

.brightness-50 {
  --tw-brightness: brightness(.5) !important
}

.brightness-75 {
  --tw-brightness: brightness(.75) !important
}

.brightness-90 {
  --tw-brightness: brightness(.9) !important
}

.brightness-95 {
  --tw-brightness: brightness(.95) !important
}

.brightness-100 {
  --tw-brightness: brightness(1) !important
}

.brightness-105 {
  --tw-brightness: brightness(1.05) !important
}

.brightness-110 {
  --tw-brightness: brightness(1.1) !important
}

.brightness-125 {
  --tw-brightness: brightness(1.25) !important
}

.brightness-150 {
  --tw-brightness: brightness(1.5) !important
}

.brightness-200 {
  --tw-brightness: brightness(2) !important
}

.contrast-0 {
  --tw-contrast: contrast(0) !important
}

.contrast-50 {
  --tw-contrast: contrast(.5) !important
}

.contrast-75 {
  --tw-contrast: contrast(.75) !important
}

.contrast-100 {
  --tw-contrast: contrast(1) !important
}

.contrast-125 {
  --tw-contrast: contrast(1.25) !important
}

.contrast-150 {
  --tw-contrast: contrast(1.5) !important
}

.contrast-200 {
  --tw-contrast: contrast(2) !important
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important
}

.grayscale-0 {
  --tw-grayscale: grayscale(0) !important
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg) !important
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg) !important
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg) !important
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg) !important
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg) !important
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg) !important
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg) !important
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg) !important
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg) !important
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg) !important
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg) !important
}

.invert-0 {
  --tw-invert: invert(0) !important
}

.invert {
  --tw-invert: invert(100%) !important
}

.saturate-0 {
  --tw-saturate: saturate(0) !important
}

.saturate-50 {
  --tw-saturate: saturate(.5) !important
}

.saturate-100 {
  --tw-saturate: saturate(1) !important
}

.saturate-150 {
  --tw-saturate: saturate(1.5) !important
}

.saturate-200 {
  --tw-saturate: saturate(2) !important
}

.sepia-0 {
  --tw-sepia: sepia(0) !important
}

.sepia {
  --tw-sepia: sepia(100%) !important
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important
}

.backdrop-filter-none {
  backdrop-filter: none !important
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0) !important
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0) !important
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px) !important
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px) !important
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px) !important
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px) !important
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0) !important
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5) !important
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75) !important
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9) !important
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95) !important
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1) !important
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05) !important
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1) !important
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25) !important
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5) !important
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2) !important
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0) !important
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5) !important
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75) !important
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1) !important
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25) !important
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5) !important
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2) !important
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0) !important
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0) !important
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0) !important
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05) !important
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1) !important
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2) !important
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25) !important
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3) !important
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4) !important
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5) !important
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6) !important
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7) !important
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75) !important
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8) !important
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9) !important
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95) !important
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1) !important
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0) !important
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5) !important
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1) !important
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5) !important
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2) !important
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0) !important
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important
}

.transition-none {
  transition-property: none !important
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.delay-75 {
  transition-delay: 75ms !important
}

.delay-100 {
  transition-delay: 100ms !important
}

.delay-150 {
  transition-delay: 150ms !important
}

.delay-200 {
  transition-delay: 200ms !important
}

.delay-300 {
  transition-delay: 300ms !important
}

.delay-500 {
  transition-delay: 500ms !important
}

.delay-700 {
  transition-delay: 700ms !important
}

.delay-1000 {
  transition-delay: 1000ms !important
}

.duration-75 {
  transition-duration: 75ms !important
}

.duration-100 {
  transition-duration: 100ms !important
}

.duration-150 {
  transition-duration: 150ms !important
}

.duration-200 {
  transition-duration: 200ms !important
}

.duration-300 {
  transition-duration: 300ms !important
}

.duration-500 {
  transition-duration: 500ms !important
}

.duration-700 {
  transition-duration: 700ms !important
}

.duration-1000 {
  transition-duration: 1000ms !important
}

.ease-linear {
  transition-timing-function: linear !important
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
}

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */

@media (min-width: 576px) {
  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
  }

  @media (min-width: 576px) {
    .sm\:container {
      max-width: 576px
    }
  }

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

  @media (min-width: 992px) {
    .sm\:container {
      max-width: 992px
    }
  }

  @media (min-width: 1200px) {
    .sm\:container {
      max-width: 1200px
    }
  }

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

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

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

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

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

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

  .sm\:pointer-events-none {
    pointer-events: none !important
  }

  .sm\:pointer-events-auto {
    pointer-events: auto !important
  }

  .sm\:visible {
    visibility: visible !important
  }

  .sm\:invisible {
    visibility: hidden !important
  }

  .sm\:static {
    position: static !important
  }

  .sm\:fixed {
    position: fixed !important
  }

  .sm\:absolute {
    position: absolute !important
  }

  .sm\:relative {
    position: relative !important
  }

  .sm\:sticky {
    position: sticky !important
  }

  .sm\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important
  }

  .sm\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important
  }

  .sm\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important
  }

  .sm\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important
  }

  .sm\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important
  }

  .sm\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important
  }

  .sm\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important
  }

  .sm\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important
  }

  .sm\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important
  }

  .sm\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important
  }

  .sm\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important
  }

  .sm\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important
  }

  .sm\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important
  }

  .sm\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important
  }

  .sm\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important
  }

  .sm\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important
  }

  .sm\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important
  }

  .sm\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important
  }

  .sm\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important
  }

  .sm\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important
  }

  .sm\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important
  }

  .sm\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important
  }

  .sm\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important
  }

  .sm\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important
  }

  .sm\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important
  }

  .sm\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important
  }

  .sm\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important
  }

  .sm\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important
  }

  .sm\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important
  }

  .sm\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important
  }

  .sm\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important
  }

  .sm\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important
  }

  .sm\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important
  }

  .sm\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important
  }

  .sm\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important
  }

  .sm\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important
  }

  .sm\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important
  }

  .sm\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important
  }

  .sm\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important
  }

  .sm\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important
  }

  .sm\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important
  }

  .sm\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important
  }

  .sm\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important
  }

  .sm\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important
  }

  .sm\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important
  }

  .sm\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important
  }

  .sm\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important
  }

  .sm\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important
  }

  .sm\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important
  }

  .sm\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important
  }

  .sm\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important
  }

  .sm\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important
  }

  .sm\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important
  }

  .sm\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important
  }

  .sm\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important
  }

  .sm\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important
  }

  .sm\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important
  }

  .sm\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important
  }

  .sm\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important
  }

  .sm\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important
  }

  .sm\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important
  }

  .sm\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important
  }

  .sm\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important
  }

  .sm\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important
  }

  .sm\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important
  }

  .sm\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important
  }

  .sm\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important
  }

  .sm\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important
  }

  .sm\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important
  }

  .sm\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important
  }

  .sm\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important
  }

  .sm\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important
  }

  .sm\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important
  }

  .sm\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important
  }

  .sm\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important
  }

  .sm\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important
  }

  .sm\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important
  }

  .sm\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important
  }

  .sm\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important
  }

  .sm\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important
  }

  .sm\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important
  }

  .sm\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important
  }

  .sm\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important
  }

  .sm\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important
  }

  .sm\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important
  }

  .sm\:inset-x-0 {
    left: 0px !important;
    right: 0px !important
  }

  .sm\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important
  }

  .sm\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important
  }

  .sm\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important
  }

  .sm\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important
  }

  .sm\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important
  }

  .sm\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important
  }

  .sm\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important
  }

  .sm\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important
  }

  .sm\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important
  }

  .sm\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important
  }

  .sm\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important
  }

  .sm\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important
  }

  .sm\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important
  }

  .sm\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important
  }

  .sm\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important
  }

  .sm\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important
  }

  .sm\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important
  }

  .sm\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important
  }

  .sm\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important
  }

  .sm\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important
  }

  .sm\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important
  }

  .sm\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important
  }

  .sm\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important
  }

  .sm\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important
  }

  .sm\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important
  }

  .sm\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important
  }

  .sm\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important
  }

  .sm\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important
  }

  .sm\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important
  }

  .sm\:inset-x-auto {
    left: auto !important;
    right: auto !important
  }

  .sm\:inset-x-px {
    left: 1px !important;
    right: 1px !important
  }

  .sm\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important
  }

  .sm\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important
  }

  .sm\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important
  }

  .sm\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important
  }

  .sm\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important
  }

  .sm\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important
  }

  .sm\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important
  }

  .sm\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important
  }

  .sm\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important
  }

  .sm\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important
  }

  .sm\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important
  }

  .sm\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important
  }

  .sm\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important
  }

  .sm\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important
  }

  .sm\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important
  }

  .sm\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important
  }

  .sm\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important
  }

  .sm\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important
  }

  .sm\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important
  }

  .sm\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important
  }

  .sm\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important
  }

  .sm\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important
  }

  .sm\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important
  }

  .sm\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important
  }

  .sm\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important
  }

  .sm\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important
  }

  .sm\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important
  }

  .sm\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important
  }

  .sm\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important
  }

  .sm\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important
  }

  .sm\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important
  }

  .sm\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important
  }

  .sm\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important
  }

  .sm\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important
  }

  .sm\:-inset-x-px {
    left: -1px !important;
    right: -1px !important
  }

  .sm\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important
  }

  .sm\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important
  }

  .sm\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important
  }

  .sm\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important
  }

  .sm\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important
  }

  .sm\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important
  }

  .sm\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important
  }

  .sm\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important
  }

  .sm\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important
  }

  .sm\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important
  }

  .sm\:inset-x-full {
    left: 100% !important;
    right: 100% !important
  }

  .sm\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important
  }

  .sm\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important
  }

  .sm\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important
  }

  .sm\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important
  }

  .sm\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important
  }

  .sm\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important
  }

  .sm\:-inset-x-full {
    left: -100% !important;
    right: -100% !important
  }

  .sm\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important
  }

  .sm\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important
  }

  .sm\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important
  }

  .sm\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important
  }

  .sm\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important
  }

  .sm\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important
  }

  .sm\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important
  }

  .sm\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important
  }

  .sm\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important
  }

  .sm\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important
  }

  .sm\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important
  }

  .sm\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important
  }

  .sm\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important
  }

  .sm\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important
  }

  .sm\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important
  }

  .sm\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important
  }

  .sm\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important
  }

  .sm\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important
  }

  .sm\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important
  }

  .sm\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important
  }

  .sm\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important
  }

  .sm\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important
  }

  .sm\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important
  }

  .sm\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important
  }

  .sm\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important
  }

  .sm\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important
  }

  .sm\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important
  }

  .sm\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important
  }

  .sm\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important
  }

  .sm\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important
  }

  .sm\:inset-y-auto {
    top: auto !important;
    bottom: auto !important
  }

  .sm\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important
  }

  .sm\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important
  }

  .sm\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important
  }

  .sm\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important
  }

  .sm\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important
  }

  .sm\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important
  }

  .sm\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important
  }

  .sm\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important
  }

  .sm\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important
  }

  .sm\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important
  }

  .sm\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important
  }

  .sm\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important
  }

  .sm\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important
  }

  .sm\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important
  }

  .sm\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important
  }

  .sm\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important
  }

  .sm\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important
  }

  .sm\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important
  }

  .sm\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important
  }

  .sm\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important
  }

  .sm\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important
  }

  .sm\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important
  }

  .sm\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important
  }

  .sm\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important
  }

  .sm\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important
  }

  .sm\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important
  }

  .sm\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important
  }

  .sm\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important
  }

  .sm\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important
  }

  .sm\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important
  }

  .sm\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important
  }

  .sm\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important
  }

  .sm\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important
  }

  .sm\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important
  }

  .sm\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important
  }

  .sm\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important
  }

  .sm\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important
  }

  .sm\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important
  }

  .sm\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important
  }

  .sm\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important
  }

  .sm\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important
  }

  .sm\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important
  }

  .sm\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important
  }

  .sm\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important
  }

  .sm\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important
  }

  .sm\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important
  }

  .sm\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important
  }

  .sm\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important
  }

  .sm\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important
  }

  .sm\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important
  }

  .sm\:top-0 {
    top: 0px !important
  }

  .sm\:top-1 {
    top: 0.25rem !important
  }

  .sm\:top-2 {
    top: 0.5rem !important
  }

  .sm\:top-3 {
    top: 0.75rem !important
  }

  .sm\:top-4 {
    top: 1rem !important
  }

  .sm\:top-5 {
    top: 1.25rem !important
  }

  .sm\:top-6 {
    top: 1.5rem !important
  }

  .sm\:top-7 {
    top: 1.75rem !important
  }

  .sm\:top-8 {
    top: 2rem !important
  }

  .sm\:top-9 {
    top: 2.25rem !important
  }

  .sm\:top-10 {
    top: 2.5rem !important
  }

  .sm\:top-11 {
    top: 2.75rem !important
  }

  .sm\:top-12 {
    top: 3rem !important
  }

  .sm\:top-14 {
    top: 3.5rem !important
  }

  .sm\:top-16 {
    top: 4rem !important
  }

  .sm\:top-20 {
    top: 5rem !important
  }

  .sm\:top-24 {
    top: 6rem !important
  }

  .sm\:top-28 {
    top: 7rem !important
  }

  .sm\:top-32 {
    top: 8rem !important
  }

  .sm\:top-36 {
    top: 9rem !important
  }

  .sm\:top-40 {
    top: 10rem !important
  }

  .sm\:top-44 {
    top: 11rem !important
  }

  .sm\:top-48 {
    top: 12rem !important
  }

  .sm\:top-52 {
    top: 13rem !important
  }

  .sm\:top-56 {
    top: 14rem !important
  }

  .sm\:top-60 {
    top: 15rem !important
  }

  .sm\:top-64 {
    top: 16rem !important
  }

  .sm\:top-72 {
    top: 18rem !important
  }

  .sm\:top-80 {
    top: 20rem !important
  }

  .sm\:top-96 {
    top: 24rem !important
  }

  .sm\:top-auto {
    top: auto !important
  }

  .sm\:top-px {
    top: 1px !important
  }

  .sm\:top-0\.5 {
    top: 0.125rem !important
  }

  .sm\:top-1\.5 {
    top: 0.375rem !important
  }

  .sm\:top-2\.5 {
    top: 0.625rem !important
  }

  .sm\:top-3\.5 {
    top: 0.875rem !important
  }

  .sm\:-top-0 {
    top: 0px !important
  }

  .sm\:-top-1 {
    top: -0.25rem !important
  }

  .sm\:-top-2 {
    top: -0.5rem !important
  }

  .sm\:-top-3 {
    top: -0.75rem !important
  }

  .sm\:-top-4 {
    top: -1rem !important
  }

  .sm\:-top-5 {
    top: -1.25rem !important
  }

  .sm\:-top-6 {
    top: -1.5rem !important
  }

  .sm\:-top-7 {
    top: -1.75rem !important
  }

  .sm\:-top-8 {
    top: -2rem !important
  }

  .sm\:-top-9 {
    top: -2.25rem !important
  }

  .sm\:-top-10 {
    top: -2.5rem !important
  }

  .sm\:-top-11 {
    top: -2.75rem !important
  }

  .sm\:-top-12 {
    top: -3rem !important
  }

  .sm\:-top-14 {
    top: -3.5rem !important
  }

  .sm\:-top-16 {
    top: -4rem !important
  }

  .sm\:-top-20 {
    top: -5rem !important
  }

  .sm\:-top-24 {
    top: -6rem !important
  }

  .sm\:-top-28 {
    top: -7rem !important
  }

  .sm\:-top-32 {
    top: -8rem !important
  }

  .sm\:-top-36 {
    top: -9rem !important
  }

  .sm\:-top-40 {
    top: -10rem !important
  }

  .sm\:-top-44 {
    top: -11rem !important
  }

  .sm\:-top-48 {
    top: -12rem !important
  }

  .sm\:-top-52 {
    top: -13rem !important
  }

  .sm\:-top-56 {
    top: -14rem !important
  }

  .sm\:-top-60 {
    top: -15rem !important
  }

  .sm\:-top-64 {
    top: -16rem !important
  }

  .sm\:-top-72 {
    top: -18rem !important
  }

  .sm\:-top-80 {
    top: -20rem !important
  }

  .sm\:-top-96 {
    top: -24rem !important
  }

  .sm\:-top-px {
    top: -1px !important
  }

  .sm\:-top-0\.5 {
    top: -0.125rem !important
  }

  .sm\:-top-1\.5 {
    top: -0.375rem !important
  }

  .sm\:-top-2\.5 {
    top: -0.625rem !important
  }

  .sm\:-top-3\.5 {
    top: -0.875rem !important
  }

  .sm\:top-1\/2 {
    top: 50% !important
  }

  .sm\:top-1\/3 {
    top: 33.333333% !important
  }

  .sm\:top-2\/3 {
    top: 66.666667% !important
  }

  .sm\:top-1\/4 {
    top: 25% !important
  }

  .sm\:top-2\/4 {
    top: 50% !important
  }

  .sm\:top-3\/4 {
    top: 75% !important
  }

  .sm\:top-full {
    top: 100% !important
  }

  .sm\:-top-1\/2 {
    top: -50% !important
  }

  .sm\:-top-1\/3 {
    top: -33.333333% !important
  }

  .sm\:-top-2\/3 {
    top: -66.666667% !important
  }

  .sm\:-top-1\/4 {
    top: -25% !important
  }

  .sm\:-top-2\/4 {
    top: -50% !important
  }

  .sm\:-top-3\/4 {
    top: -75% !important
  }

  .sm\:-top-full {
    top: -100% !important
  }

  .sm\:right-0 {
    right: 0px !important
  }

  .sm\:right-1 {
    right: 0.25rem !important
  }

  .sm\:right-2 {
    right: 0.5rem !important
  }

  .sm\:right-3 {
    right: 0.75rem !important
  }

  .sm\:right-4 {
    right: 1rem !important
  }

  .sm\:right-5 {
    right: 1.25rem !important
  }

  .sm\:right-6 {
    right: 1.5rem !important
  }

  .sm\:right-7 {
    right: 1.75rem !important
  }

  .sm\:right-8 {
    right: 2rem !important
  }

  .sm\:right-9 {
    right: 2.25rem !important
  }

  .sm\:right-10 {
    right: 2.5rem !important
  }

  .sm\:right-11 {
    right: 2.75rem !important
  }

  .sm\:right-12 {
    right: 3rem !important
  }

  .sm\:right-14 {
    right: 3.5rem !important
  }

  .sm\:right-16 {
    right: 4rem !important
  }

  .sm\:right-20 {
    right: 5rem !important
  }

  .sm\:right-24 {
    right: 6rem !important
  }

  .sm\:right-28 {
    right: 7rem !important
  }

  .sm\:right-32 {
    right: 8rem !important
  }

  .sm\:right-36 {
    right: 9rem !important
  }

  .sm\:right-40 {
    right: 10rem !important
  }

  .sm\:right-44 {
    right: 11rem !important
  }

  .sm\:right-48 {
    right: 12rem !important
  }

  .sm\:right-52 {
    right: 13rem !important
  }

  .sm\:right-56 {
    right: 14rem !important
  }

  .sm\:right-60 {
    right: 15rem !important
  }

  .sm\:right-64 {
    right: 16rem !important
  }

  .sm\:right-72 {
    right: 18rem !important
  }

  .sm\:right-80 {
    right: 20rem !important
  }

  .sm\:right-96 {
    right: 24rem !important
  }

  .sm\:right-auto {
    right: auto !important
  }

  .sm\:right-px {
    right: 1px !important
  }

  .sm\:right-0\.5 {
    right: 0.125rem !important
  }

  .sm\:right-1\.5 {
    right: 0.375rem !important
  }

  .sm\:right-2\.5 {
    right: 0.625rem !important
  }

  .sm\:right-3\.5 {
    right: 0.875rem !important
  }

  .sm\:-right-0 {
    right: 0px !important
  }

  .sm\:-right-1 {
    right: -0.25rem !important
  }

  .sm\:-right-2 {
    right: -0.5rem !important
  }

  .sm\:-right-3 {
    right: -0.75rem !important
  }

  .sm\:-right-4 {
    right: -1rem !important
  }

  .sm\:-right-5 {
    right: -1.25rem !important
  }

  .sm\:-right-6 {
    right: -1.5rem !important
  }

  .sm\:-right-7 {
    right: -1.75rem !important
  }

  .sm\:-right-8 {
    right: -2rem !important
  }

  .sm\:-right-9 {
    right: -2.25rem !important
  }

  .sm\:-right-10 {
    right: -2.5rem !important
  }

  .sm\:-right-11 {
    right: -2.75rem !important
  }

  .sm\:-right-12 {
    right: -3rem !important
  }

  .sm\:-right-14 {
    right: -3.5rem !important
  }

  .sm\:-right-16 {
    right: -4rem !important
  }

  .sm\:-right-20 {
    right: -5rem !important
  }

  .sm\:-right-24 {
    right: -6rem !important
  }

  .sm\:-right-28 {
    right: -7rem !important
  }

  .sm\:-right-32 {
    right: -8rem !important
  }

  .sm\:-right-36 {
    right: -9rem !important
  }

  .sm\:-right-40 {
    right: -10rem !important
  }

  .sm\:-right-44 {
    right: -11rem !important
  }

  .sm\:-right-48 {
    right: -12rem !important
  }

  .sm\:-right-52 {
    right: -13rem !important
  }

  .sm\:-right-56 {
    right: -14rem !important
  }

  .sm\:-right-60 {
    right: -15rem !important
  }

  .sm\:-right-64 {
    right: -16rem !important
  }

  .sm\:-right-72 {
    right: -18rem !important
  }

  .sm\:-right-80 {
    right: -20rem !important
  }

  .sm\:-right-96 {
    right: -24rem !important
  }

  .sm\:-right-px {
    right: -1px !important
  }

  .sm\:-right-0\.5 {
    right: -0.125rem !important
  }

  .sm\:-right-1\.5 {
    right: -0.375rem !important
  }

  .sm\:-right-2\.5 {
    right: -0.625rem !important
  }

  .sm\:-right-3\.5 {
    right: -0.875rem !important
  }

  .sm\:right-1\/2 {
    right: 50% !important
  }

  .sm\:right-1\/3 {
    right: 33.333333% !important
  }

  .sm\:right-2\/3 {
    right: 66.666667% !important
  }

  .sm\:right-1\/4 {
    right: 25% !important
  }

  .sm\:right-2\/4 {
    right: 50% !important
  }

  .sm\:right-3\/4 {
    right: 75% !important
  }

  .sm\:right-full {
    right: 100% !important
  }

  .sm\:-right-1\/2 {
    right: -50% !important
  }

  .sm\:-right-1\/3 {
    right: -33.333333% !important
  }

  .sm\:-right-2\/3 {
    right: -66.666667% !important
  }

  .sm\:-right-1\/4 {
    right: -25% !important
  }

  .sm\:-right-2\/4 {
    right: -50% !important
  }

  .sm\:-right-3\/4 {
    right: -75% !important
  }

  .sm\:-right-full {
    right: -100% !important
  }

  .sm\:bottom-0 {
    bottom: 0px !important
  }

  .sm\:bottom-1 {
    bottom: 0.25rem !important
  }

  .sm\:bottom-2 {
    bottom: 0.5rem !important
  }

  .sm\:bottom-3 {
    bottom: 0.75rem !important
  }

  .sm\:bottom-4 {
    bottom: 1rem !important
  }

  .sm\:bottom-5 {
    bottom: 1.25rem !important
  }

  .sm\:bottom-6 {
    bottom: 1.5rem !important
  }

  .sm\:bottom-7 {
    bottom: 1.75rem !important
  }

  .sm\:bottom-8 {
    bottom: 2rem !important
  }

  .sm\:bottom-9 {
    bottom: 2.25rem !important
  }

  .sm\:bottom-10 {
    bottom: 2.5rem !important
  }

  .sm\:bottom-11 {
    bottom: 2.75rem !important
  }

  .sm\:bottom-12 {
    bottom: 3rem !important
  }

  .sm\:bottom-14 {
    bottom: 3.5rem !important
  }

  .sm\:bottom-16 {
    bottom: 4rem !important
  }

  .sm\:bottom-20 {
    bottom: 5rem !important
  }

  .sm\:bottom-24 {
    bottom: 6rem !important
  }

  .sm\:bottom-28 {
    bottom: 7rem !important
  }

  .sm\:bottom-32 {
    bottom: 8rem !important
  }

  .sm\:bottom-36 {
    bottom: 9rem !important
  }

  .sm\:bottom-40 {
    bottom: 10rem !important
  }

  .sm\:bottom-44 {
    bottom: 11rem !important
  }

  .sm\:bottom-48 {
    bottom: 12rem !important
  }

  .sm\:bottom-52 {
    bottom: 13rem !important
  }

  .sm\:bottom-56 {
    bottom: 14rem !important
  }

  .sm\:bottom-60 {
    bottom: 15rem !important
  }

  .sm\:bottom-64 {
    bottom: 16rem !important
  }

  .sm\:bottom-72 {
    bottom: 18rem !important
  }

  .sm\:bottom-80 {
    bottom: 20rem !important
  }

  .sm\:bottom-96 {
    bottom: 24rem !important
  }

  .sm\:bottom-auto {
    bottom: auto !important
  }

  .sm\:bottom-px {
    bottom: 1px !important
  }

  .sm\:bottom-0\.5 {
    bottom: 0.125rem !important
  }

  .sm\:bottom-1\.5 {
    bottom: 0.375rem !important
  }

  .sm\:bottom-2\.5 {
    bottom: 0.625rem !important
  }

  .sm\:bottom-3\.5 {
    bottom: 0.875rem !important
  }

  .sm\:-bottom-0 {
    bottom: 0px !important
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem !important
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem !important
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem !important
  }

  .sm\:-bottom-4 {
    bottom: -1rem !important
  }

  .sm\:-bottom-5 {
    bottom: -1.25rem !important
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem !important
  }

  .sm\:-bottom-7 {
    bottom: -1.75rem !important
  }

  .sm\:-bottom-8 {
    bottom: -2rem !important
  }

  .sm\:-bottom-9 {
    bottom: -2.25rem !important
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem !important
  }

  .sm\:-bottom-11 {
    bottom: -2.75rem !important
  }

  .sm\:-bottom-12 {
    bottom: -3rem !important
  }

  .sm\:-bottom-14 {
    bottom: -3.5rem !important
  }

  .sm\:-bottom-16 {
    bottom: -4rem !important
  }

  .sm\:-bottom-20 {
    bottom: -5rem !important
  }

  .sm\:-bottom-24 {
    bottom: -6rem !important
  }

  .sm\:-bottom-28 {
    bottom: -7rem !important
  }

  .sm\:-bottom-32 {
    bottom: -8rem !important
  }

  .sm\:-bottom-36 {
    bottom: -9rem !important
  }

  .sm\:-bottom-40 {
    bottom: -10rem !important
  }

  .sm\:-bottom-44 {
    bottom: -11rem !important
  }

  .sm\:-bottom-48 {
    bottom: -12rem !important
  }

  .sm\:-bottom-52 {
    bottom: -13rem !important
  }

  .sm\:-bottom-56 {
    bottom: -14rem !important
  }

  .sm\:-bottom-60 {
    bottom: -15rem !important
  }

  .sm\:-bottom-64 {
    bottom: -16rem !important
  }

  .sm\:-bottom-72 {
    bottom: -18rem !important
  }

  .sm\:-bottom-80 {
    bottom: -20rem !important
  }

  .sm\:-bottom-96 {
    bottom: -24rem !important
  }

  .sm\:-bottom-px {
    bottom: -1px !important
  }

  .sm\:-bottom-0\.5 {
    bottom: -0.125rem !important
  }

  .sm\:-bottom-1\.5 {
    bottom: -0.375rem !important
  }

  .sm\:-bottom-2\.5 {
    bottom: -0.625rem !important
  }

  .sm\:-bottom-3\.5 {
    bottom: -0.875rem !important
  }

  .sm\:bottom-1\/2 {
    bottom: 50% !important
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333% !important
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667% !important
  }

  .sm\:bottom-1\/4 {
    bottom: 25% !important
  }

  .sm\:bottom-2\/4 {
    bottom: 50% !important
  }

  .sm\:bottom-3\/4 {
    bottom: 75% !important
  }

  .sm\:bottom-full {
    bottom: 100% !important
  }

  .sm\:-bottom-1\/2 {
    bottom: -50% !important
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333% !important
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667% !important
  }

  .sm\:-bottom-1\/4 {
    bottom: -25% !important
  }

  .sm\:-bottom-2\/4 {
    bottom: -50% !important
  }

  .sm\:-bottom-3\/4 {
    bottom: -75% !important
  }

  .sm\:-bottom-full {
    bottom: -100% !important
  }

  .sm\:left-0 {
    left: 0px !important
  }

  .sm\:left-1 {
    left: 0.25rem !important
  }

  .sm\:left-2 {
    left: 0.5rem !important
  }

  .sm\:left-3 {
    left: 0.75rem !important
  }

  .sm\:left-4 {
    left: 1rem !important
  }

  .sm\:left-5 {
    left: 1.25rem !important
  }

  .sm\:left-6 {
    left: 1.5rem !important
  }

  .sm\:left-7 {
    left: 1.75rem !important
  }

  .sm\:left-8 {
    left: 2rem !important
  }

  .sm\:left-9 {
    left: 2.25rem !important
  }

  .sm\:left-10 {
    left: 2.5rem !important
  }

  .sm\:left-11 {
    left: 2.75rem !important
  }

  .sm\:left-12 {
    left: 3rem !important
  }

  .sm\:left-14 {
    left: 3.5rem !important
  }

  .sm\:left-16 {
    left: 4rem !important
  }

  .sm\:left-20 {
    left: 5rem !important
  }

  .sm\:left-24 {
    left: 6rem !important
  }

  .sm\:left-28 {
    left: 7rem !important
  }

  .sm\:left-32 {
    left: 8rem !important
  }

  .sm\:left-36 {
    left: 9rem !important
  }

  .sm\:left-40 {
    left: 10rem !important
  }

  .sm\:left-44 {
    left: 11rem !important
  }

  .sm\:left-48 {
    left: 12rem !important
  }

  .sm\:left-52 {
    left: 13rem !important
  }

  .sm\:left-56 {
    left: 14rem !important
  }

  .sm\:left-60 {
    left: 15rem !important
  }

  .sm\:left-64 {
    left: 16rem !important
  }

  .sm\:left-72 {
    left: 18rem !important
  }

  .sm\:left-80 {
    left: 20rem !important
  }

  .sm\:left-96 {
    left: 24rem !important
  }

  .sm\:left-auto {
    left: auto !important
  }

  .sm\:left-px {
    left: 1px !important
  }

  .sm\:left-0\.5 {
    left: 0.125rem !important
  }

  .sm\:left-1\.5 {
    left: 0.375rem !important
  }

  .sm\:left-2\.5 {
    left: 0.625rem !important
  }

  .sm\:left-3\.5 {
    left: 0.875rem !important
  }

  .sm\:-left-0 {
    left: 0px !important
  }

  .sm\:-left-1 {
    left: -0.25rem !important
  }

  .sm\:-left-2 {
    left: -0.5rem !important
  }

  .sm\:-left-3 {
    left: -0.75rem !important
  }

  .sm\:-left-4 {
    left: -1rem !important
  }

  .sm\:-left-5 {
    left: -1.25rem !important
  }

  .sm\:-left-6 {
    left: -1.5rem !important
  }

  .sm\:-left-7 {
    left: -1.75rem !important
  }

  .sm\:-left-8 {
    left: -2rem !important
  }

  .sm\:-left-9 {
    left: -2.25rem !important
  }

  .sm\:-left-10 {
    left: -2.5rem !important
  }

  .sm\:-left-11 {
    left: -2.75rem !important
  }

  .sm\:-left-12 {
    left: -3rem !important
  }

  .sm\:-left-14 {
    left: -3.5rem !important
  }

  .sm\:-left-16 {
    left: -4rem !important
  }

  .sm\:-left-20 {
    left: -5rem !important
  }

  .sm\:-left-24 {
    left: -6rem !important
  }

  .sm\:-left-28 {
    left: -7rem !important
  }

  .sm\:-left-32 {
    left: -8rem !important
  }

  .sm\:-left-36 {
    left: -9rem !important
  }

  .sm\:-left-40 {
    left: -10rem !important
  }

  .sm\:-left-44 {
    left: -11rem !important
  }

  .sm\:-left-48 {
    left: -12rem !important
  }

  .sm\:-left-52 {
    left: -13rem !important
  }

  .sm\:-left-56 {
    left: -14rem !important
  }

  .sm\:-left-60 {
    left: -15rem !important
  }

  .sm\:-left-64 {
    left: -16rem !important
  }

  .sm\:-left-72 {
    left: -18rem !important
  }

  .sm\:-left-80 {
    left: -20rem !important
  }

  .sm\:-left-96 {
    left: -24rem !important
  }

  .sm\:-left-px {
    left: -1px !important
  }

  .sm\:-left-0\.5 {
    left: -0.125rem !important
  }

  .sm\:-left-1\.5 {
    left: -0.375rem !important
  }

  .sm\:-left-2\.5 {
    left: -0.625rem !important
  }

  .sm\:-left-3\.5 {
    left: -0.875rem !important
  }

  .sm\:left-1\/2 {
    left: 50% !important
  }

  .sm\:left-1\/3 {
    left: 33.333333% !important
  }

  .sm\:left-2\/3 {
    left: 66.666667% !important
  }

  .sm\:left-1\/4 {
    left: 25% !important
  }

  .sm\:left-2\/4 {
    left: 50% !important
  }

  .sm\:left-3\/4 {
    left: 75% !important
  }

  .sm\:left-full {
    left: 100% !important
  }

  .sm\:-left-1\/2 {
    left: -50% !important
  }

  .sm\:-left-1\/3 {
    left: -33.333333% !important
  }

  .sm\:-left-2\/3 {
    left: -66.666667% !important
  }

  .sm\:-left-1\/4 {
    left: -25% !important
  }

  .sm\:-left-2\/4 {
    left: -50% !important
  }

  .sm\:-left-3\/4 {
    left: -75% !important
  }

  .sm\:-left-full {
    left: -100% !important
  }

  .sm\:isolate {
    isolation: isolate !important
  }

  .sm\:isolation-auto {
    isolation: auto !important
  }

  .sm\:z-0 {
    z-index: 0 !important
  }

  .sm\:z-10 {
    z-index: 10 !important
  }

  .sm\:z-20 {
    z-index: 20 !important
  }

  .sm\:z-30 {
    z-index: 30 !important
  }

  .sm\:z-40 {
    z-index: 40 !important
  }

  .sm\:z-50 {
    z-index: 50 !important
  }

  .sm\:z-auto {
    z-index: auto !important
  }

  .sm\:order-1 {
    order: 1 !important
  }

  .sm\:order-2 {
    order: 2 !important
  }

  .sm\:order-3 {
    order: 3 !important
  }

  .sm\:order-4 {
    order: 4 !important
  }

  .sm\:order-5 {
    order: 5 !important
  }

  .sm\:order-6 {
    order: 6 !important
  }

  .sm\:order-first {
    order: -1 !important
  }

  .sm\:order-last {
    order: 999 !important
  }

  .sm\:order-normal {
    order: 0 !important
  }

  .sm\:hover\:order-1:hover {
    order: 1 !important
  }

  .sm\:hover\:order-2:hover {
    order: 2 !important
  }

  .sm\:hover\:order-3:hover {
    order: 3 !important
  }

  .sm\:hover\:order-4:hover {
    order: 4 !important
  }

  .sm\:hover\:order-5:hover {
    order: 5 !important
  }

  .sm\:hover\:order-6:hover {
    order: 6 !important
  }

  .sm\:hover\:order-first:hover {
    order: -1 !important
  }

  .sm\:hover\:order-last:hover {
    order: 999 !important
  }

  .sm\:hover\:order-normal:hover {
    order: 0 !important
  }

  .sm\:focus\:order-1:focus {
    order: 1 !important
  }

  .sm\:focus\:order-2:focus {
    order: 2 !important
  }

  .sm\:focus\:order-3:focus {
    order: 3 !important
  }

  .sm\:focus\:order-4:focus {
    order: 4 !important
  }

  .sm\:focus\:order-5:focus {
    order: 5 !important
  }

  .sm\:focus\:order-6:focus {
    order: 6 !important
  }

  .sm\:focus\:order-first:focus {
    order: -1 !important
  }

  .sm\:focus\:order-last:focus {
    order: 999 !important
  }

  .sm\:focus\:order-normal:focus {
    order: 0 !important
  }

  .sm\:col-auto {
    grid-column: auto !important
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5 !important
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7 !important
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8 !important
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9 !important
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10 !important
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11 !important
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12 !important
  }

  .sm\:col-span-full {
    grid-column: 1 / -1 !important
  }

  .sm\:col-start-1 {
    grid-column-start: 1 !important
  }

  .sm\:col-start-2 {
    grid-column-start: 2 !important
  }

  .sm\:col-start-3 {
    grid-column-start: 3 !important
  }

  .sm\:col-start-4 {
    grid-column-start: 4 !important
  }

  .sm\:col-start-5 {
    grid-column-start: 5 !important
  }

  .sm\:col-start-6 {
    grid-column-start: 6 !important
  }

  .sm\:col-start-7 {
    grid-column-start: 7 !important
  }

  .sm\:col-start-8 {
    grid-column-start: 8 !important
  }

  .sm\:col-start-9 {
    grid-column-start: 9 !important
  }

  .sm\:col-start-10 {
    grid-column-start: 10 !important
  }

  .sm\:col-start-11 {
    grid-column-start: 11 !important
  }

  .sm\:col-start-12 {
    grid-column-start: 12 !important
  }

  .sm\:col-start-13 {
    grid-column-start: 13 !important
  }

  .sm\:col-start-auto {
    grid-column-start: auto !important
  }

  .sm\:col-end-1 {
    grid-column-end: 1 !important
  }

  .sm\:col-end-2 {
    grid-column-end: 2 !important
  }

  .sm\:col-end-3 {
    grid-column-end: 3 !important
  }

  .sm\:col-end-4 {
    grid-column-end: 4 !important
  }

  .sm\:col-end-5 {
    grid-column-end: 5 !important
  }

  .sm\:col-end-6 {
    grid-column-end: 6 !important
  }

  .sm\:col-end-7 {
    grid-column-end: 7 !important
  }

  .sm\:col-end-8 {
    grid-column-end: 8 !important
  }

  .sm\:col-end-9 {
    grid-column-end: 9 !important
  }

  .sm\:col-end-10 {
    grid-column-end: 10 !important
  }

  .sm\:col-end-11 {
    grid-column-end: 11 !important
  }

  .sm\:col-end-12 {
    grid-column-end: 12 !important
  }

  .sm\:col-end-13 {
    grid-column-end: 13 !important
  }

  .sm\:col-end-auto {
    grid-column-end: auto !important
  }

  .sm\:row-auto {
    grid-row: auto !important
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1 !important
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2 !important
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3 !important
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4 !important
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5 !important
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6 !important
  }

  .sm\:row-span-full {
    grid-row: 1 / -1 !important
  }

  .sm\:row-start-1 {
    grid-row-start: 1 !important
  }

  .sm\:row-start-2 {
    grid-row-start: 2 !important
  }

  .sm\:row-start-3 {
    grid-row-start: 3 !important
  }

  .sm\:row-start-4 {
    grid-row-start: 4 !important
  }

  .sm\:row-start-5 {
    grid-row-start: 5 !important
  }

  .sm\:row-start-6 {
    grid-row-start: 6 !important
  }

  .sm\:row-start-7 {
    grid-row-start: 7 !important
  }

  .sm\:row-start-auto {
    grid-row-start: auto !important
  }

  .sm\:row-end-1 {
    grid-row-end: 1 !important
  }

  .sm\:row-end-2 {
    grid-row-end: 2 !important
  }

  .sm\:row-end-3 {
    grid-row-end: 3 !important
  }

  .sm\:row-end-4 {
    grid-row-end: 4 !important
  }

  .sm\:row-end-5 {
    grid-row-end: 5 !important
  }

  .sm\:row-end-6 {
    grid-row-end: 6 !important
  }

  .sm\:row-end-7 {
    grid-row-end: 7 !important
  }

  .sm\:row-end-auto {
    grid-row-end: auto !important
  }

  .sm\:float-right {
    float: right !important
  }

  .sm\:float-left {
    float: left !important
  }

  .sm\:float-none {
    float: none !important
  }

  .sm\:clear-left {
    clear: left !important
  }

  .sm\:clear-right {
    clear: right !important
  }

  .sm\:clear-both {
    clear: both !important
  }

  .sm\:clear-none {
    clear: none !important
  }

  .sm\:m-0 {
    margin: 0 !important
  }

  .sm\:m-1 {
    margin: 0.25rem !important
  }

  .sm\:m-2 {
    margin: 0.5rem !important
  }

  .sm\:m-3 {
    margin: 0.75rem !important
  }

  .sm\:m-4 {
    margin: 1rem !important
  }

  .sm\:m-5 {
    margin: 1.25rem !important
  }

  .sm\:m-6 {
    margin: 1.5rem !important
  }

  .sm\:m-8 {
    margin: 2rem !important
  }

  .sm\:m-10 {
    margin: 2.5rem !important
  }

  .sm\:m-12 {
    margin: 3rem !important
  }

  .sm\:m-16 {
    margin: 4rem !important
  }

  .sm\:m-20 {
    margin: 5rem !important
  }

  .sm\:m-24 {
    margin: 6rem !important
  }

  .sm\:m-32 {
    margin: 8rem !important
  }

  .sm\:m-auto {
    margin: auto !important
  }

  .sm\:m-px {
    margin: 1px !important
  }

  .sm\:m-base {
    margin: 2.2rem !important
  }

  .sm\:-m-px {
    margin: -1px !important
  }

  .sm\:-m-1 {
    margin: -0.25rem !important
  }

  .sm\:-m-2 {
    margin: -0.5rem !important
  }

  .sm\:-m-3 {
    margin: -0.75rem !important
  }

  .sm\:-m-4 {
    margin: -1rem !important
  }

  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important
  }

  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important
  }

  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important
  }

  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .sm\:mx-base {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
  }

  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
  }

  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
  }

  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
  }

  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }

  .sm\:my-base {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
  }

  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
  }

  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important
  }

  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .sm\:mt-0 {
    margin-top: 0 !important
  }

  .sm\:mt-1 {
    margin-top: 0.25rem !important
  }

  .sm\:mt-2 {
    margin-top: 0.5rem !important
  }

  .sm\:mt-3 {
    margin-top: 0.75rem !important
  }

  .sm\:mt-4 {
    margin-top: 1rem !important
  }

  .sm\:mt-5 {
    margin-top: 1.25rem !important
  }

  .sm\:mt-6 {
    margin-top: 1.5rem !important
  }

  .sm\:mt-8 {
    margin-top: 2rem !important
  }

  .sm\:mt-10 {
    margin-top: 2.5rem !important
  }

  .sm\:mt-12 {
    margin-top: 3rem !important
  }

  .sm\:mt-16 {
    margin-top: 4rem !important
  }

  .sm\:mt-20 {
    margin-top: 5rem !important
  }

  .sm\:mt-24 {
    margin-top: 6rem !important
  }

  .sm\:mt-32 {
    margin-top: 8rem !important
  }

  .sm\:mt-auto {
    margin-top: auto !important
  }

  .sm\:mt-px {
    margin-top: 1px !important
  }

  .sm\:mt-base {
    margin-top: 2.2rem !important
  }

  .sm\:-mt-px {
    margin-top: -1px !important
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem !important
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem !important
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem !important
  }

  .sm\:-mt-4 {
    margin-top: -1rem !important
  }

  .sm\:mr-0 {
    margin-right: 0 !important
  }

  .sm\:mr-1 {
    margin-right: 0.25rem !important
  }

  .sm\:mr-2 {
    margin-right: 0.5rem !important
  }

  .sm\:mr-3 {
    margin-right: 0.75rem !important
  }

  .sm\:mr-4 {
    margin-right: 1rem !important
  }

  .sm\:mr-5 {
    margin-right: 1.25rem !important
  }

  .sm\:mr-6 {
    margin-right: 1.5rem !important
  }

  .sm\:mr-8 {
    margin-right: 2rem !important
  }

  .sm\:mr-10 {
    margin-right: 2.5rem !important
  }

  .sm\:mr-12 {
    margin-right: 3rem !important
  }

  .sm\:mr-16 {
    margin-right: 4rem !important
  }

  .sm\:mr-20 {
    margin-right: 5rem !important
  }

  .sm\:mr-24 {
    margin-right: 6rem !important
  }

  .sm\:mr-32 {
    margin-right: 8rem !important
  }

  .sm\:mr-auto {
    margin-right: auto !important
  }

  .sm\:mr-px {
    margin-right: 1px !important
  }

  .sm\:mr-base {
    margin-right: 2.2rem !important
  }

  .sm\:-mr-px {
    margin-right: -1px !important
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem !important
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem !important
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem !important
  }

  .sm\:-mr-4 {
    margin-right: -1rem !important
  }

  .sm\:mb-0 {
    margin-bottom: 0 !important
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem !important
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem !important
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem !important
  }

  .sm\:mb-4 {
    margin-bottom: 1rem !important
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem !important
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem !important
  }

  .sm\:mb-8 {
    margin-bottom: 2rem !important
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem !important
  }

  .sm\:mb-12 {
    margin-bottom: 3rem !important
  }

  .sm\:mb-16 {
    margin-bottom: 4rem !important
  }

  .sm\:mb-20 {
    margin-bottom: 5rem !important
  }

  .sm\:mb-24 {
    margin-bottom: 6rem !important
  }

  .sm\:mb-32 {
    margin-bottom: 8rem !important
  }

  .sm\:mb-auto {
    margin-bottom: auto !important
  }

  .sm\:mb-px {
    margin-bottom: 1px !important
  }

  .sm\:mb-base {
    margin-bottom: 2.2rem !important
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem !important
  }

  .sm\:ml-0 {
    margin-left: 0 !important
  }

  .sm\:ml-1 {
    margin-left: 0.25rem !important
  }

  .sm\:ml-2 {
    margin-left: 0.5rem !important
  }

  .sm\:ml-3 {
    margin-left: 0.75rem !important
  }

  .sm\:ml-4 {
    margin-left: 1rem !important
  }

  .sm\:ml-5 {
    margin-left: 1.25rem !important
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important
  }

  .sm\:ml-8 {
    margin-left: 2rem !important
  }

  .sm\:ml-10 {
    margin-left: 2.5rem !important
  }

  .sm\:ml-12 {
    margin-left: 3rem !important
  }

  .sm\:ml-16 {
    margin-left: 4rem !important
  }

  .sm\:ml-20 {
    margin-left: 5rem !important
  }

  .sm\:ml-24 {
    margin-left: 6rem !important
  }

  .sm\:ml-32 {
    margin-left: 8rem !important
  }

  .sm\:ml-auto {
    margin-left: auto !important
  }

  .sm\:ml-px {
    margin-left: 1px !important
  }

  .sm\:ml-base {
    margin-left: 2.2rem !important
  }

  .sm\:-ml-px {
    margin-left: -1px !important
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem !important
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem !important
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem !important
  }

  .sm\:-ml-4 {
    margin-left: -1rem !important
  }

  .sm\:box-border {
    box-sizing: border-box !important
  }

  .sm\:box-content {
    box-sizing: content-box !important
  }

  .sm\:block {
    display: block !important
  }

  .sm\:inline-block {
    display: inline-block !important
  }

  .sm\:inline {
    display: inline !important
  }

  .sm\:flex {
    display: flex !important
  }

  .sm\:inline-flex {
    display: inline-flex !important
  }

  .sm\:table {
    display: table !important
  }

  .sm\:inline-table {
    display: inline-table !important
  }

  .sm\:table-caption {
    display: table-caption !important
  }

  .sm\:table-cell {
    display: table-cell !important
  }

  .sm\:table-column {
    display: table-column !important
  }

  .sm\:table-column-group {
    display: table-column-group !important
  }

  .sm\:table-footer-group {
    display: table-footer-group !important
  }

  .sm\:table-header-group {
    display: table-header-group !important
  }

  .sm\:table-row-group {
    display: table-row-group !important
  }

  .sm\:table-row {
    display: table-row !important
  }

  .sm\:flow-root {
    display: flow-root !important
  }

  .sm\:grid {
    display: grid !important
  }

  .sm\:inline-grid {
    display: inline-grid !important
  }

  .sm\:contents {
    display: contents !important
  }

  .sm\:list-item {
    display: list-item !important
  }

  .sm\:hidden {
    display: none !important
  }

  .sm\:h-1 {
    height: 0.25rem !important
  }

  .sm\:h-2 {
    height: 0.5rem !important
  }

  .sm\:h-3 {
    height: 0.75rem !important
  }

  .sm\:h-4 {
    height: 1rem !important
  }

  .sm\:h-5 {
    height: 1.25rem !important
  }

  .sm\:h-6 {
    height: 1.5rem !important
  }

  .sm\:h-8 {
    height: 2rem !important
  }

  .sm\:h-10 {
    height: 2.5rem !important
  }

  .sm\:h-12 {
    height: 3rem !important
  }

  .sm\:h-16 {
    height: 4rem !important
  }

  .sm\:h-24 {
    height: 6rem !important
  }

  .sm\:h-32 {
    height: 8rem !important
  }

  .sm\:h-48 {
    height: 12rem !important
  }

  .sm\:h-64 {
    height: 16rem !important
  }

  .sm\:h-auto {
    height: auto !important
  }

  .sm\:h-px {
    height: 1px !important
  }

  .sm\:h-full {
    height: 100% !important
  }

  .sm\:h-screen {
    height: 100vh !important
  }

  .sm\:max-h-full {
    max-height: 100% !important
  }

  .sm\:max-h-screen {
    max-height: 100vh !important
  }

  .sm\:min-h-0 {
    min-height: 0 !important
  }

  .sm\:min-h-full {
    min-height: 100% !important
  }

  .sm\:min-h-screen {
    min-height: 100vh !important
  }

  .sm\:w-1 {
    width: 0.25rem !important
  }

  .sm\:w-2 {
    width: 0.5rem !important
  }

  .sm\:w-3 {
    width: 0.75rem !important
  }

  .sm\:w-4 {
    width: 1rem !important
  }

  .sm\:w-5 {
    width: 1.25rem !important
  }

  .sm\:w-6 {
    width: 1.5rem !important
  }

  .sm\:w-8 {
    width: 2rem !important
  }

  .sm\:w-10 {
    width: 2.5rem !important
  }

  .sm\:w-12 {
    width: 3rem !important
  }

  .sm\:w-16 {
    width: 4rem !important
  }

  .sm\:w-24 {
    width: 6rem !important
  }

  .sm\:w-32 {
    width: 8rem !important
  }

  .sm\:w-48 {
    width: 12rem !important
  }

  .sm\:w-64 {
    width: 16rem !important
  }

  .sm\:w-auto {
    width: auto !important
  }

  .sm\:w-px {
    width: 1px !important
  }

  .sm\:w-1\/2 {
    width: 50% !important
  }

  .sm\:w-1\/3 {
    width: 33.33333% !important
  }

  .sm\:w-2\/3 {
    width: 66.66667% !important
  }

  .sm\:w-1\/4 {
    width: 25% !important
  }

  .sm\:w-3\/4 {
    width: 75% !important
  }

  .sm\:w-1\/5 {
    width: 20% !important
  }

  .sm\:w-2\/5 {
    width: 40% !important
  }

  .sm\:w-3\/5 {
    width: 60% !important
  }

  .sm\:w-4\/5 {
    width: 80% !important
  }

  .sm\:w-1\/6 {
    width: 16.66667% !important
  }

  .sm\:w-5\/6 {
    width: 83.33333% !important
  }

  .sm\:w-1\/8 {
    width: 12.5% !important
  }

  .sm\:w-7\/8 {
    width: 87.5% !important
  }

  .sm\:w-1\/10 {
    width: 10% !important
  }

  .sm\:w-9\/10 {
    width: 90% !important
  }

  .sm\:w-1\/12 {
    width: 8.33333% !important
  }

  .sm\:w-2\/12 {
    width: 16.66667% !important
  }

  .sm\:w-3\/12 {
    width: 25% !important
  }

  .sm\:w-4\/12 {
    width: 33.33333% !important
  }

  .sm\:w-5\/12 {
    width: 41.66667% !important
  }

  .sm\:w-6\/12 {
    width: 50% !important
  }

  .sm\:w-7\/12 {
    width: 58.33333% !important
  }

  .sm\:w-8\/12 {
    width: 66.66667% !important
  }

  .sm\:w-9\/12 {
    width: 75% !important
  }

  .sm\:w-10\/12 {
    width: 83.33333% !important
  }

  .sm\:w-11\/12 {
    width: 91.66667% !important
  }

  .sm\:w-full {
    width: 100% !important
  }

  .sm\:w-screen {
    width: 100vw !important
  }

  .sm\:min-w-0 {
    min-width: 0 !important
  }

  .sm\:min-w-full {
    min-width: 100% !important
  }

  .sm\:max-w-xs {
    max-width: 20rem !important
  }

  .sm\:max-w-sm {
    max-width: 30rem !important
  }

  .sm\:max-w-md {
    max-width: 40rem !important
  }

  .sm\:max-w-lg {
    max-width: 50rem !important
  }

  .sm\:max-w-xl {
    max-width: 60rem !important
  }

  .sm\:max-w-2xl {
    max-width: 70rem !important
  }

  .sm\:max-w-3xl {
    max-width: 80rem !important
  }

  .sm\:max-w-4xl {
    max-width: 90rem !important
  }

  .sm\:max-w-5xl {
    max-width: 100rem !important
  }

  .sm\:max-w-full {
    max-width: 100% !important
  }

  .sm\:flex-1 {
    flex: 1 1 0% !important
  }

  .sm\:flex-auto {
    flex: 1 1 auto !important
  }

  .sm\:flex-initial {
    flex: 0 1 auto !important
  }

  .sm\:flex-none {
    flex: none !important
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .sm\:flex-shrink {
    flex-shrink: 1 !important
  }

  .sm\:flex-grow-0 {
    flex-grow: 0 !important
  }

  .sm\:flex-grow {
    flex-grow: 1 !important
  }

  .sm\:table-auto {
    table-layout: auto !important
  }

  .sm\:table-fixed {
    table-layout: fixed !important
  }

  .sm\:origin-center {
    transform-origin: center !important
  }

  .sm\:origin-top {
    transform-origin: top !important
  }

  .sm\:origin-top-right {
    transform-origin: top right !important
  }

  .sm\:origin-right {
    transform-origin: right !important
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right !important
  }

  .sm\:origin-bottom {
    transform-origin: bottom !important
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left !important
  }

  .sm\:origin-left {
    transform-origin: left !important
  }

  .sm\:origin-top-left {
    transform-origin: top left !important
  }

  .sm\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
  }

  .sm\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
  }

  .sm\:transform-none {
    transform: none !important
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px !important
  }

  .sm\:translate-x-1 {
    --tw-translate-x: 0.25rem !important
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem !important
  }

  .sm\:translate-x-3 {
    --tw-translate-x: 0.75rem !important
  }

  .sm\:translate-x-4 {
    --tw-translate-x: 1rem !important
  }

  .sm\:translate-x-5 {
    --tw-translate-x: 1.25rem !important
  }

  .sm\:translate-x-6 {
    --tw-translate-x: 1.5rem !important
  }

  .sm\:translate-x-7 {
    --tw-translate-x: 1.75rem !important
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 2rem !important
  }

  .sm\:translate-x-9 {
    --tw-translate-x: 2.25rem !important
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 2.5rem !important
  }

  .sm\:translate-x-11 {
    --tw-translate-x: 2.75rem !important
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 3rem !important
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 3.5rem !important
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 4rem !important
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 5rem !important
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 6rem !important
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 7rem !important
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 8rem !important
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 9rem !important
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 10rem !important
  }

  .sm\:translate-x-44 {
    --tw-translate-x: 11rem !important
  }

  .sm\:translate-x-48 {
    --tw-translate-x: 12rem !important
  }

  .sm\:translate-x-52 {
    --tw-translate-x: 13rem !important
  }

  .sm\:translate-x-56 {
    --tw-translate-x: 14rem !important
  }

  .sm\:translate-x-60 {
    --tw-translate-x: 15rem !important
  }

  .sm\:translate-x-64 {
    --tw-translate-x: 16rem !important
  }

  .sm\:translate-x-72 {
    --tw-translate-x: 18rem !important
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 20rem !important
  }

  .sm\:translate-x-96 {
    --tw-translate-x: 24rem !important
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px !important
  }

  .sm\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important
  }

  .sm\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important
  }

  .sm\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important
  }

  .sm\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important
  }

  .sm\:-translate-x-0 {
    --tw-translate-x: 0px !important
  }

  .sm\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important
  }

  .sm\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important
  }

  .sm\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important
  }

  .sm\:-translate-x-4 {
    --tw-translate-x: -1rem !important
  }

  .sm\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important
  }

  .sm\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important
  }

  .sm\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -2rem !important
  }

  .sm\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important
  }

  .sm\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important
  }

  .sm\:-translate-x-12 {
    --tw-translate-x: -3rem !important
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -4rem !important
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -5rem !important
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -6rem !important
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -7rem !important
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -8rem !important
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -9rem !important
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -10rem !important
  }

  .sm\:-translate-x-44 {
    --tw-translate-x: -11rem !important
  }

  .sm\:-translate-x-48 {
    --tw-translate-x: -12rem !important
  }

  .sm\:-translate-x-52 {
    --tw-translate-x: -13rem !important
  }

  .sm\:-translate-x-56 {
    --tw-translate-x: -14rem !important
  }

  .sm\:-translate-x-60 {
    --tw-translate-x: -15rem !important
  }

  .sm\:-translate-x-64 {
    --tw-translate-x: -16rem !important
  }

  .sm\:-translate-x-72 {
    --tw-translate-x: -18rem !important
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -20rem !important
  }

  .sm\:-translate-x-96 {
    --tw-translate-x: -24rem !important
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px !important
  }

  .sm\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important
  }

  .sm\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important
  }

  .sm\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important
  }

  .sm\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important
  }

  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50% !important
  }

  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important
  }

  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important
  }

  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25% !important
  }

  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50% !important
  }

  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75% !important
  }

  .sm\:translate-x-full {
    --tw-translate-x: 100% !important
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important
  }

  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important
  }

  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important
  }

  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important
  }

  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important
  }

  .sm\:-translate-x-full {
    --tw-translate-x: -100% !important
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px !important
  }

  .sm\:translate-y-1 {
    --tw-translate-y: 0.25rem !important
  }

  .sm\:translate-y-2 {
    --tw-translate-y: 0.5rem !important
  }

  .sm\:translate-y-3 {
    --tw-translate-y: 0.75rem !important
  }

  .sm\:translate-y-4 {
    --tw-translate-y: 1rem !important
  }

  .sm\:translate-y-5 {
    --tw-translate-y: 1.25rem !important
  }

  .sm\:translate-y-6 {
    --tw-translate-y: 1.5rem !important
  }

  .sm\:translate-y-7 {
    --tw-translate-y: 1.75rem !important
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 2rem !important
  }

  .sm\:translate-y-9 {
    --tw-translate-y: 2.25rem !important
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 2.5rem !important
  }

  .sm\:translate-y-11 {
    --tw-translate-y: 2.75rem !important
  }

  .sm\:translate-y-12 {
    --tw-translate-y: 3rem !important
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 3.5rem !important
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 4rem !important
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 5rem !important
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 6rem !important
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 7rem !important
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 8rem !important
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 9rem !important
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 10rem !important
  }

  .sm\:translate-y-44 {
    --tw-translate-y: 11rem !important
  }

  .sm\:translate-y-48 {
    --tw-translate-y: 12rem !important
  }

  .sm\:translate-y-52 {
    --tw-translate-y: 13rem !important
  }

  .sm\:translate-y-56 {
    --tw-translate-y: 14rem !important
  }

  .sm\:translate-y-60 {
    --tw-translate-y: 15rem !important
  }

  .sm\:translate-y-64 {
    --tw-translate-y: 16rem !important
  }

  .sm\:translate-y-72 {
    --tw-translate-y: 18rem !important
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 20rem !important
  }

  .sm\:translate-y-96 {
    --tw-translate-y: 24rem !important
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px !important
  }

  .sm\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important
  }

  .sm\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important
  }

  .sm\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important
  }

  .sm\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important
  }

  .sm\:-translate-y-0 {
    --tw-translate-y: 0px !important
  }

  .sm\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important
  }

  .sm\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important
  }

  .sm\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important
  }

  .sm\:-translate-y-4 {
    --tw-translate-y: -1rem !important
  }

  .sm\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important
  }

  .sm\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important
  }

  .sm\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -2rem !important
  }

  .sm\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important
  }

  .sm\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important
  }

  .sm\:-translate-y-12 {
    --tw-translate-y: -3rem !important
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -4rem !important
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -5rem !important
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -6rem !important
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -7rem !important
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -8rem !important
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -9rem !important
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -10rem !important
  }

  .sm\:-translate-y-44 {
    --tw-translate-y: -11rem !important
  }

  .sm\:-translate-y-48 {
    --tw-translate-y: -12rem !important
  }

  .sm\:-translate-y-52 {
    --tw-translate-y: -13rem !important
  }

  .sm\:-translate-y-56 {
    --tw-translate-y: -14rem !important
  }

  .sm\:-translate-y-60 {
    --tw-translate-y: -15rem !important
  }

  .sm\:-translate-y-64 {
    --tw-translate-y: -16rem !important
  }

  .sm\:-translate-y-72 {
    --tw-translate-y: -18rem !important
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -20rem !important
  }

  .sm\:-translate-y-96 {
    --tw-translate-y: -24rem !important
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px !important
  }

  .sm\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important
  }

  .sm\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important
  }

  .sm\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important
  }

  .sm\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important
  }

  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50% !important
  }

  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important
  }

  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important
  }

  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25% !important
  }

  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50% !important
  }

  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75% !important
  }

  .sm\:translate-y-full {
    --tw-translate-y: 100% !important
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important
  }

  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important
  }

  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -100% !important
  }

  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important
  }

  .sm\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important
  }

  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important
  }

  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important
  }

  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important
  }

  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important
  }

  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important
  }

  .sm\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important
  }

  .sm\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important
  }

  .sm\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important
  }

  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important
  }

  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important
  }

  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important
  }

  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important
  }

  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important
  }

  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important
  }

  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important
  }

  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important
  }

  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important
  }

  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important
  }

  .sm\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important
  }

  .sm\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important
  }

  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important
  }

  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important
  }

  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important
  }

  .sm\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important
  }

  .sm\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important
  }

  .sm\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important
  }

  .sm\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important
  }

  .sm\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important
  }

  .sm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important
  }

  .sm\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important
  }

  .sm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important
  }

  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important
  }

  .sm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important
  }

  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important
  }

  .sm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important
  }

  .sm\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important
  }

  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important
  }

  .sm\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important
  }

  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important
  }

  .sm\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important
  }

  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important
  }

  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important
  }

  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important
  }

  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important
  }

  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important
  }

  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important
  }

  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important
  }

  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important
  }

  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important
  }

  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important
  }

  .sm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important
  }

  .sm\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important
  }

  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important
  }

  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important
  }

  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important
  }

  .sm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important
  }

  .sm\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important
  }

  .sm\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important
  }

  .sm\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important
  }

  .sm\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important
  }

  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important
  }

  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important
  }

  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important
  }

  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important
  }

  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important
  }

  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important
  }

  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important
  }

  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important
  }

  .sm\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important
  }

  .sm\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important
  }

  .sm\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important
  }

  .sm\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important
  }

  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important
  }

  .sm\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important
  }

  .sm\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important
  }

  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important
  }

  .sm\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important
  }

  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important
  }

  .sm\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important
  }

  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important
  }

  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important
  }

  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important
  }

  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important
  }

  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important
  }

  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important
  }

  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important
  }

  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important
  }

  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important
  }

  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important
  }

  .sm\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important
  }

  .sm\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important
  }

  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important
  }

  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important
  }

  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important
  }

  .sm\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important
  }

  .sm\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important
  }

  .sm\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important
  }

  .sm\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important
  }

  .sm\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important
  }

  .sm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important
  }

  .sm\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important
  }

  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important
  }

  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important
  }

  .sm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important
  }

  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important
  }

  .sm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important
  }

  .sm\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important
  }

  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important
  }

  .sm\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important
  }

  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important
  }

  .sm\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important
  }

  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important
  }

  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important
  }

  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important
  }

  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important
  }

  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important
  }

  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important
  }

  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important
  }

  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important
  }

  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important
  }

  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important
  }

  .sm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important
  }

  .sm\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important
  }

  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important
  }

  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important
  }

  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important
  }

  .sm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important
  }

  .sm\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important
  }

  .sm\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important
  }

  .sm\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important
  }

  .sm\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important
  }

  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important
  }

  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important
  }

  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important
  }

  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important
  }

  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important
  }

  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important
  }

  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important
  }

  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important
  }

  .sm\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important
  }

  .sm\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important
  }

  .sm\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important
  }

  .sm\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important
  }

  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important
  }

  .sm\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important
  }

  .sm\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important
  }

  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important
  }

  .sm\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important
  }

  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important
  }

  .sm\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important
  }

  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important
  }

  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important
  }

  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important
  }

  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important
  }

  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important
  }

  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important
  }

  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important
  }

  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important
  }

  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important
  }

  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important
  }

  .sm\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important
  }

  .sm\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important
  }

  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important
  }

  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important
  }

  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important
  }

  .sm\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important
  }

  .sm\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important
  }

  .sm\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important
  }

  .sm\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important
  }

  .sm\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important
  }

  .sm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important
  }

  .sm\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important
  }

  .sm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important
  }

  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important
  }

  .sm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important
  }

  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important
  }

  .sm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important
  }

  .sm\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important
  }

  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important
  }

  .sm\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important
  }

  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important
  }

  .sm\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important
  }

  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important
  }

  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important
  }

  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important
  }

  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important
  }

  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important
  }

  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important
  }

  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important
  }

  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important
  }

  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important
  }

  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important
  }

  .sm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important
  }

  .sm\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important
  }

  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important
  }

  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important
  }

  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important
  }

  .sm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important
  }

  .sm\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important
  }

  .sm\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important
  }

  .sm\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important
  }

  .sm\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important
  }

  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important
  }

  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important
  }

  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important
  }

  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important
  }

  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important
  }

  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important
  }

  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important
  }

  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important
  }

  .sm\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important
  }

  .sm\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important
  }

  .sm\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important
  }

  .sm\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important
  }

  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important
  }

  .sm\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important
  }

  .sm\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important
  }

  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important
  }

  .sm\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important
  }

  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important
  }

  .sm\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important
  }

  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important
  }

  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important
  }

  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important
  }

  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important
  }

  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important
  }

  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important
  }

  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important
  }

  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important
  }

  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important
  }

  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important
  }

  .sm\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important
  }

  .sm\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important
  }

  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important
  }

  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important
  }

  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important
  }

  .sm\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important
  }

  .sm\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important
  }

  .sm\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important
  }

  .sm\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important
  }

  .sm\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important
  }

  .sm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important
  }

  .sm\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important
  }

  .sm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important
  }

  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important
  }

  .sm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important
  }

  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important
  }

  .sm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important
  }

  .sm\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important
  }

  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important
  }

  .sm\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important
  }

  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important
  }

  .sm\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important
  }

  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important
  }

  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important
  }

  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important
  }

  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important
  }

  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important
  }

  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important
  }

  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important
  }

  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important
  }

  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important
  }

  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important
  }

  .sm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important
  }

  .sm\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important
  }

  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important
  }

  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important
  }

  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important
  }

  .sm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important
  }

  .sm\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important
  }

  .sm\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important
  }

  .sm\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important
  }

  .sm\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important
  }

  .sm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important
  }

  .sm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important
  }

  .sm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important
  }

  .sm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important
  }

  .sm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important
  }

  .sm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important
  }

  .sm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important
  }

  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg !important
  }

  .sm\:rotate-1 {
    --tw-rotate: 1deg !important
  }

  .sm\:rotate-2 {
    --tw-rotate: 2deg !important
  }

  .sm\:rotate-3 {
    --tw-rotate: 3deg !important
  }

  .sm\:rotate-6 {
    --tw-rotate: 6deg !important
  }

  .sm\:rotate-12 {
    --tw-rotate: 12deg !important
  }

  .sm\:rotate-45 {
    --tw-rotate: 45deg !important
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg !important
  }

  .sm\:rotate-180 {
    --tw-rotate: 180deg !important
  }

  .sm\:-rotate-180 {
    --tw-rotate: -180deg !important
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg !important
  }

  .sm\:-rotate-45 {
    --tw-rotate: -45deg !important
  }

  .sm\:-rotate-12 {
    --tw-rotate: -12deg !important
  }

  .sm\:-rotate-6 {
    --tw-rotate: -6deg !important
  }

  .sm\:-rotate-3 {
    --tw-rotate: -3deg !important
  }

  .sm\:-rotate-2 {
    --tw-rotate: -2deg !important
  }

  .sm\:-rotate-1 {
    --tw-rotate: -1deg !important
  }

  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important
  }

  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important
  }

  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important
  }

  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important
  }

  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important
  }

  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important
  }

  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important
  }

  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important
  }

  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important
  }

  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important
  }

  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important
  }

  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important
  }

  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important
  }

  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important
  }

  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important
  }

  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important
  }

  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important
  }

  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important
  }

  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important
  }

  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important
  }

  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important
  }

  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important
  }

  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important
  }

  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important
  }

  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important
  }

  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important
  }

  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important
  }

  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important
  }

  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important
  }

  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important
  }

  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important
  }

  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important
  }

  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important
  }

  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important
  }

  .sm\:skew-x-0 {
    --tw-skew-x: 0deg !important
  }

  .sm\:skew-x-1 {
    --tw-skew-x: 1deg !important
  }

  .sm\:skew-x-2 {
    --tw-skew-x: 2deg !important
  }

  .sm\:skew-x-3 {
    --tw-skew-x: 3deg !important
  }

  .sm\:skew-x-6 {
    --tw-skew-x: 6deg !important
  }

  .sm\:skew-x-12 {
    --tw-skew-x: 12deg !important
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg !important
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg !important
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg !important
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg !important
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg !important
  }

  .sm\:skew-y-0 {
    --tw-skew-y: 0deg !important
  }

  .sm\:skew-y-1 {
    --tw-skew-y: 1deg !important
  }

  .sm\:skew-y-2 {
    --tw-skew-y: 2deg !important
  }

  .sm\:skew-y-3 {
    --tw-skew-y: 3deg !important
  }

  .sm\:skew-y-6 {
    --tw-skew-y: 6deg !important
  }

  .sm\:skew-y-12 {
    --tw-skew-y: 12deg !important
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg !important
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg !important
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg !important
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg !important
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg !important
  }

  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important
  }

  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important
  }

  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important
  }

  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important
  }

  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important
  }

  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important
  }

  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important
  }

  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important
  }

  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important
  }

  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important
  }

  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important
  }

  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important
  }

  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important
  }

  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important
  }

  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important
  }

  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important
  }

  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important
  }

  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important
  }

  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important
  }

  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important
  }

  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important
  }

  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important
  }

  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important
  }

  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important
  }

  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important
  }

  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important
  }

  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important
  }

  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important
  }

  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important
  }

  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important
  }

  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important
  }

  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important
  }

  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important
  }

  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important
  }

  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important
  }

  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important
  }

  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important
  }

  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important
  }

  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important
  }

  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important
  }

  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important
  }

  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important
  }

  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important
  }

  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important
  }

  .sm\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .sm\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .sm\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .sm\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .sm\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .sm\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .sm\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .sm\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .sm\:scale-x-0 {
    --tw-scale-x: 0 !important
  }

  .sm\:scale-x-50 {
    --tw-scale-x: .5 !important
  }

  .sm\:scale-x-75 {
    --tw-scale-x: .75 !important
  }

  .sm\:scale-x-90 {
    --tw-scale-x: .9 !important
  }

  .sm\:scale-x-95 {
    --tw-scale-x: .95 !important
  }

  .sm\:scale-x-100 {
    --tw-scale-x: 1 !important
  }

  .sm\:scale-x-105 {
    --tw-scale-x: 1.05 !important
  }

  .sm\:scale-x-110 {
    --tw-scale-x: 1.1 !important
  }

  .sm\:scale-x-125 {
    --tw-scale-x: 1.25 !important
  }

  .sm\:scale-x-150 {
    --tw-scale-x: 1.5 !important
  }

  .sm\:scale-y-0 {
    --tw-scale-y: 0 !important
  }

  .sm\:scale-y-50 {
    --tw-scale-y: .5 !important
  }

  .sm\:scale-y-75 {
    --tw-scale-y: .75 !important
  }

  .sm\:scale-y-90 {
    --tw-scale-y: .9 !important
  }

  .sm\:scale-y-95 {
    --tw-scale-y: .95 !important
  }

  .sm\:scale-y-100 {
    --tw-scale-y: 1 !important
  }

  .sm\:scale-y-105 {
    --tw-scale-y: 1.05 !important
  }

  .sm\:scale-y-110 {
    --tw-scale-y: 1.1 !important
  }

  .sm\:scale-y-125 {
    --tw-scale-y: 1.25 !important
  }

  .sm\:scale-y-150 {
    --tw-scale-y: 1.5 !important
  }

  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important
  }

  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important
  }

  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important
  }

  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important
  }

  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important
  }

  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important
  }

  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important
  }

  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important
  }

  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important
  }

  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important
  }

  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important
  }

  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important
  }

  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important
  }

  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important
  }

  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important
  }

  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important
  }

  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important
  }

  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important
  }

  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important
  }

  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important
  }

  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important
  }

  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important
  }

  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important
  }

  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important
  }

  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important
  }

  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important
  }

  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important
  }

  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important
  }

  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important
  }

  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important
  }

  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important
  }

  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important
  }

  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important
  }

  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important
  }

  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important
  }

  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important
  }

  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important
  }

  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important
  }

  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important
  }

  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important
  }

  .sm\:animate-none {
    animation: none !important
  }

  .sm\:animate-spin {
    animation: spin 1s linear infinite !important
  }

  .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important
  }

  .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important
  }

  .sm\:animate-bounce {
    animation: bounce 1s infinite !important
  }

  .sm\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important
  }

  .sm\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important
  }

  .sm\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important
  }

  .sm\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important
  }

  .sm\:resize-none {
    resize: none !important
  }

  .sm\:resize-y {
    resize: vertical !important
  }

  .sm\:resize-x {
    resize: horizontal !important
  }

  .sm\:resize {
    resize: both !important
  }

  .sm\:list-inside {
    list-style-position: inside !important
  }

  .sm\:list-outside {
    list-style-position: outside !important
  }

  .sm\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto !important
  }

  .sm\:auto-cols-min {
    grid-auto-columns: min-content !important
  }

  .sm\:auto-cols-max {
    grid-auto-columns: max-content !important
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row !important
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column !important
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense !important
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense !important
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto !important
  }

  .sm\:auto-rows-min {
    grid-auto-rows: min-content !important
  }

  .sm\:auto-rows-max {
    grid-auto-rows: max-content !important
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-none {
    grid-template-columns: none !important
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important
  }

  .sm\:grid-rows-none {
    grid-template-rows: none !important
  }

  .sm\:flex-row {
    flex-direction: row !important
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .sm\:flex-col {
    flex-direction: column !important
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse !important
  }

  .sm\:flex-wrap {
    flex-wrap: wrap !important
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap !important
  }

  .sm\:place-content-center {
    place-content: center !important
  }

  .sm\:place-content-start {
    place-content: start !important
  }

  .sm\:place-content-end {
    place-content: end !important
  }

  .sm\:place-content-between {
    place-content: space-between !important
  }

  .sm\:place-content-around {
    place-content: space-around !important
  }

  .sm\:place-content-evenly {
    place-content: space-evenly !important
  }

  .sm\:place-content-stretch {
    place-content: stretch !important
  }

  .sm\:place-items-start {
    place-items: start !important
  }

  .sm\:place-items-end {
    place-items: end !important
  }

  .sm\:place-items-center {
    place-items: center !important
  }

  .sm\:place-items-stretch {
    place-items: stretch !important
  }

  .sm\:content-center {
    align-content: center !important
  }

  .sm\:content-start {
    align-content: flex-start !important
  }

  .sm\:content-end {
    align-content: flex-end !important
  }

  .sm\:content-between {
    align-content: space-between !important
  }

  .sm\:content-around {
    align-content: space-around !important
  }

  .sm\:content-evenly {
    align-content: space-evenly !important
  }

  .sm\:items-start {
    align-items: flex-start !important
  }

  .sm\:items-end {
    align-items: flex-end !important
  }

  .sm\:items-center {
    align-items: center !important
  }

  .sm\:items-baseline {
    align-items: baseline !important
  }

  .sm\:items-stretch {
    align-items: stretch !important
  }

  .sm\:justify-start {
    justify-content: flex-start !important
  }

  .sm\:justify-end {
    justify-content: flex-end !important
  }

  .sm\:justify-center {
    justify-content: center !important
  }

  .sm\:justify-between {
    justify-content: space-between !important
  }

  .sm\:justify-around {
    justify-content: space-around !important
  }

  .sm\:justify-evenly {
    justify-content: space-evenly !important
  }

  .sm\:justify-items-start {
    justify-items: start !important
  }

  .sm\:justify-items-end {
    justify-items: end !important
  }

  .sm\:justify-items-center {
    justify-items: center !important
  }

  .sm\:justify-items-stretch {
    justify-items: stretch !important
  }

  .sm\:gap-0 {
    gap: 0px !important
  }

  .sm\:gap-1 {
    gap: 0.25rem !important
  }

  .sm\:gap-2 {
    gap: 0.5rem !important
  }

  .sm\:gap-3 {
    gap: 0.75rem !important
  }

  .sm\:gap-4 {
    gap: 1rem !important
  }

  .sm\:gap-5 {
    gap: 1.25rem !important
  }

  .sm\:gap-6 {
    gap: 1.5rem !important
  }

  .sm\:gap-7 {
    gap: 1.75rem !important
  }

  .sm\:gap-8 {
    gap: 2rem !important
  }

  .sm\:gap-9 {
    gap: 2.25rem !important
  }

  .sm\:gap-10 {
    gap: 2.5rem !important
  }

  .sm\:gap-11 {
    gap: 2.75rem !important
  }

  .sm\:gap-12 {
    gap: 3rem !important
  }

  .sm\:gap-14 {
    gap: 3.5rem !important
  }

  .sm\:gap-16 {
    gap: 4rem !important
  }

  .sm\:gap-20 {
    gap: 5rem !important
  }

  .sm\:gap-24 {
    gap: 6rem !important
  }

  .sm\:gap-28 {
    gap: 7rem !important
  }

  .sm\:gap-32 {
    gap: 8rem !important
  }

  .sm\:gap-36 {
    gap: 9rem !important
  }

  .sm\:gap-40 {
    gap: 10rem !important
  }

  .sm\:gap-44 {
    gap: 11rem !important
  }

  .sm\:gap-48 {
    gap: 12rem !important
  }

  .sm\:gap-52 {
    gap: 13rem !important
  }

  .sm\:gap-56 {
    gap: 14rem !important
  }

  .sm\:gap-60 {
    gap: 15rem !important
  }

  .sm\:gap-64 {
    gap: 16rem !important
  }

  .sm\:gap-72 {
    gap: 18rem !important
  }

  .sm\:gap-80 {
    gap: 20rem !important
  }

  .sm\:gap-96 {
    gap: 24rem !important
  }

  .sm\:gap-px {
    gap: 1px !important
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem !important
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem !important
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem !important
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem !important
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important
  }

  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important
  }

  .sm\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important
  }

  .sm\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important
  }

  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important
  }

  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important
  }

  .sm\:gap-y-0 {
    row-gap: 0px !important
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem !important
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem !important
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem !important
  }

  .sm\:gap-y-4 {
    row-gap: 1rem !important
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem !important
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem !important
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem !important
  }

  .sm\:gap-y-8 {
    row-gap: 2rem !important
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem !important
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem !important
  }

  .sm\:gap-y-11 {
    row-gap: 2.75rem !important
  }

  .sm\:gap-y-12 {
    row-gap: 3rem !important
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem !important
  }

  .sm\:gap-y-16 {
    row-gap: 4rem !important
  }

  .sm\:gap-y-20 {
    row-gap: 5rem !important
  }

  .sm\:gap-y-24 {
    row-gap: 6rem !important
  }

  .sm\:gap-y-28 {
    row-gap: 7rem !important
  }

  .sm\:gap-y-32 {
    row-gap: 8rem !important
  }

  .sm\:gap-y-36 {
    row-gap: 9rem !important
  }

  .sm\:gap-y-40 {
    row-gap: 10rem !important
  }

  .sm\:gap-y-44 {
    row-gap: 11rem !important
  }

  .sm\:gap-y-48 {
    row-gap: 12rem !important
  }

  .sm\:gap-y-52 {
    row-gap: 13rem !important
  }

  .sm\:gap-y-56 {
    row-gap: 14rem !important
  }

  .sm\:gap-y-60 {
    row-gap: 15rem !important
  }

  .sm\:gap-y-64 {
    row-gap: 16rem !important
  }

  .sm\:gap-y-72 {
    row-gap: 18rem !important
  }

  .sm\:gap-y-80 {
    row-gap: 20rem !important
  }

  .sm\:gap-y-96 {
    row-gap: 24rem !important
  }

  .sm\:gap-y-px {
    row-gap: 1px !important
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem !important
  }

  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem !important
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem !important
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem !important
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .sm\:divide-x-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important
  }

  .sm\:divide-y-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important
  }

  .sm\:divide-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-divide-opacity)) !important
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-divide-opacity)) !important
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important
  }

  .sm\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-divide-opacity)) !important
  }

  .sm\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-divide-opacity)) !important
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important
  }

  .sm\:place-self-auto {
    place-self: auto !important
  }

  .sm\:place-self-start {
    place-self: start !important
  }

  .sm\:place-self-end {
    place-self: end !important
  }

  .sm\:place-self-center {
    place-self: center !important
  }

  .sm\:place-self-stretch {
    place-self: stretch !important
  }

  .sm\:self-auto {
    align-self: auto !important
  }

  .sm\:self-start {
    align-self: flex-start !important
  }

  .sm\:self-end {
    align-self: flex-end !important
  }

  .sm\:self-center {
    align-self: center !important
  }

  .sm\:self-stretch {
    align-self: stretch !important
  }

  .sm\:self-baseline {
    align-self: baseline !important
  }

  .sm\:justify-self-auto {
    justify-self: auto !important
  }

  .sm\:justify-self-start {
    justify-self: start !important
  }

  .sm\:justify-self-end {
    justify-self: end !important
  }

  .sm\:justify-self-center {
    justify-self: center !important
  }

  .sm\:justify-self-stretch {
    justify-self: stretch !important
  }

  .sm\:overflow-auto {
    overflow: auto !important
  }

  .sm\:overflow-hidden {
    overflow: hidden !important
  }

  .sm\:overflow-visible {
    overflow: visible !important
  }

  .sm\:overflow-scroll {
    overflow: scroll !important
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .sm\:overscroll-auto {
    overscroll-behavior: auto !important
  }

  .sm\:overscroll-contain {
    overscroll-behavior: contain !important
  }

  .sm\:overscroll-none {
    overscroll-behavior: none !important
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto !important
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain !important
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none !important
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto !important
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain !important
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none !important
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis !important
  }

  .sm\:overflow-clip {
    text-overflow: clip !important
  }

  .sm\:whitespace-normal {
    white-space: normal !important
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap !important
  }

  .sm\:whitespace-pre {
    white-space: pre !important
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .sm\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important
  }

  .sm\:break-words {
    overflow-wrap: break-word !important
  }

  .sm\:break-all {
    word-break: break-all !important
  }

  .sm\:border-0 {
    border-width: 0 !important
  }

  .sm\:border-2 {
    border-width: 2px !important
  }

  .sm\:border-4 {
    border-width: 4px !important
  }

  .sm\:border-8 {
    border-width: 8px !important
  }

  .sm\:border-default {
    border-width: 1px !important
  }

  .sm\:border-t-0 {
    border-top-width: 0 !important
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important
  }

  .sm\:border-t-default {
    border-top-width: 1px !important
  }

  .sm\:border-r-0 {
    border-right-width: 0 !important
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important
  }

  .sm\:border-r-default {
    border-right-width: 1px !important
  }

  .sm\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .sm\:border-b-default {
    border-bottom-width: 1px !important
  }

  .sm\:border-l-0 {
    border-left-width: 0 !important
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important
  }

  .sm\:border-l-default {
    border-left-width: 1px !important
  }

  .sm\:border-solid {
    border-style: solid !important
  }

  .sm\:border-dashed {
    border-style: dashed !important
  }

  .sm\:border-dotted {
    border-style: dotted !important
  }

  .sm\:border-double {
    border-style: double !important
  }

  .sm\:border-none {
    border-style: none !important
  }

  .sm\:border-default {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .sm\:border-transparent {
    border-color: transparent !important
  }

  .sm\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-border-opacity)) !important
  }

  .sm\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important
  }

  .sm\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-border-opacity)) !important
  }

  .sm\:border-grey-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .sm\:hover\:border-default:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important
  }

  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-border-opacity)) !important
  }

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

  .sm\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-border-opacity)) !important
  }

  .sm\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .sm\:border-opacity-0 {
    --tw-border-opacity: 0 !important
  }

  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important
  }

  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important
  }

  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important
  }

  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important
  }

  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important
  }

  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important
  }

  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important
  }

  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important
  }

  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important
  }

  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important
  }

  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important
  }

  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important
  }

  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important
  }

  .sm\:border-opacity-100 {
    --tw-border-opacity: 1 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important
  }

  .group:hover .sm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important
  }

  .sm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important
  }

  .sm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important
  }

  .sm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important
  }

  .sm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important
  }

  .sm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important
  }

  .sm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important
  }

  .sm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important
  }

  .sm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important
  }

  .sm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important
  }

  .sm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important
  }

  .sm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important
  }

  .sm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important
  }

  .sm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important
  }

  .sm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important
  }

  .sm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important
  }

  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important
  }

  .sm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important
  }

  .sm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important
  }

  .sm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important
  }

  .sm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important
  }

  .sm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important
  }

  .sm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important
  }

  .sm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important
  }

  .sm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important
  }

  .sm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important
  }

  .sm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important
  }

  .sm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important
  }

  .sm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important
  }

  .sm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important
  }

  .sm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important
  }

  .sm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important
  }

  .sm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important
  }

  .sm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important
  }

  .sm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important
  }

  .sm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important
  }

  .sm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important
  }

  .sm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important
  }

  .sm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important
  }

  .sm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important
  }

  .sm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important
  }

  .sm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important
  }

  .sm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important
  }

  .sm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important
  }

  .sm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important
  }

  .sm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important
  }

  .sm\:bg-transparent {
    background-color: transparent !important
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important
  }

  .sm\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .sm\:bg-grey-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important
  }

  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

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

  .sm\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .sm\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important
  }

  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

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

  .sm\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .sm\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important
  }

  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important
  }

  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important
  }

  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important
  }

  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important
  }

  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important
  }

  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important
  }

  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important
  }

  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important
  }

  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important
  }

  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important
  }

  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important
  }

  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important
  }

  .group:hover .sm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important
  }

  .sm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important
  }

  .sm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important
  }

  .sm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important
  }

  .sm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important
  }

  .sm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important
  }

  .sm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important
  }

  .sm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important
  }

  .sm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important
  }

  .sm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important
  }

  .sm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important
  }

  .sm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important
  }

  .sm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important
  }

  .sm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important
  }

  .sm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important
  }

  .sm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important
  }

  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important
  }

  .sm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important
  }

  .sm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important
  }

  .sm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important
  }

  .sm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important
  }

  .sm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important
  }

  .sm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important
  }

  .sm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important
  }

  .sm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important
  }

  .sm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important
  }

  .sm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important
  }

  .sm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important
  }

  .sm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important
  }

  .sm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important
  }

  .sm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important
  }

  .sm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important
  }

  .sm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important
  }

  .sm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important
  }

  .sm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important
  }

  .sm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important
  }

  .sm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important
  }

  .sm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important
  }

  .sm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important
  }

  .sm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important
  }

  .sm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important
  }

  .sm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important
  }

  .sm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important
  }

  .sm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important
  }

  .sm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important
  }

  .sm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important
  }

  .sm\:bg-none {
    background-image: none !important
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important
  }

  .sm\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .sm\:from-black {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .sm\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .sm\:from-grey {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .sm\:from-grey-light {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .sm\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .sm\:hover\:from-black:hover {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .sm\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .sm\:hover\:from-grey:hover {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .sm\:hover\:from-grey-light:hover {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .sm\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .sm\:focus\:from-black:focus {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .sm\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .sm\:focus\:from-grey:focus {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .sm\:focus\:from-grey-light:focus {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .sm\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .sm\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .sm\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .sm\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .sm\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .sm\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .sm\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .sm\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .sm\:to-transparent {
    --tw-gradient-to: transparent !important
  }

  .sm\:to-black {
    --tw-gradient-to: #22292f !important
  }

  .sm\:to-white {
    --tw-gradient-to: #ffffff !important
  }

  .sm\:to-grey {
    --tw-gradient-to: #b8c2cc !important
  }

  .sm\:to-grey-light {
    --tw-gradient-to: #dae1e7 !important
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #22292f !important
  }

  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important
  }

  .sm\:hover\:to-grey:hover {
    --tw-gradient-to: #b8c2cc !important
  }

  .sm\:hover\:to-grey-light:hover {
    --tw-gradient-to: #dae1e7 !important
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #22292f !important
  }

  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important
  }

  .sm\:focus\:to-grey:focus {
    --tw-gradient-to: #b8c2cc !important
  }

  .sm\:focus\:to-grey-light:focus {
    --tw-gradient-to: #dae1e7 !important
  }

  .sm\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important
  }

  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important
  }

  .sm\:bg-auto {
    background-size: auto !important
  }

  .sm\:bg-cover {
    background-size: cover !important
  }

  .sm\:bg-contain {
    background-size: contain !important
  }

  .sm\:bg-fixed {
    background-attachment: fixed !important
  }

  .sm\:bg-local {
    background-attachment: local !important
  }

  .sm\:bg-scroll {
    background-attachment: scroll !important
  }

  .sm\:bg-clip-border {
    background-clip: border-box !important
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box !important
  }

  .sm\:bg-clip-content {
    background-clip: content-box !important
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important
  }

  .sm\:bg-origin-border {
    background-origin: border-box !important
  }

  .sm\:bg-origin-padding {
    background-origin: padding-box !important
  }

  .sm\:bg-origin-content {
    background-origin: content-box !important
  }

  .sm\:stroke-0 {
    stroke-width: 0 !important
  }

  .sm\:stroke-1 {
    stroke-width: 1 !important
  }

  .sm\:stroke-2 {
    stroke-width: 2 !important
  }

  .sm\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important
  }

  .sm\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important
  }

  .sm\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important
  }

  .sm\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important
  }

  .sm\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important
  }

  .sm\:object-center {
    -o-object-position: center !important;
       object-position: center !important
  }

  .sm\:object-left {
    -o-object-position: left !important;
       object-position: left !important
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important
  }

  .sm\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important
  }

  .sm\:object-right {
    -o-object-position: right !important;
       object-position: right !important
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important
  }

  .sm\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important
  }

  .sm\:object-top {
    -o-object-position: top !important;
       object-position: top !important
  }

  .sm\:p-0 {
    padding: 0 !important
  }

  .sm\:p-1 {
    padding: 0.25rem !important
  }

  .sm\:p-2 {
    padding: 0.5rem !important
  }

  .sm\:p-3 {
    padding: 0.75rem !important
  }

  .sm\:p-4 {
    padding: 1rem !important
  }

  .sm\:p-5 {
    padding: 1.25rem !important
  }

  .sm\:p-6 {
    padding: 1.5rem !important
  }

  .sm\:p-8 {
    padding: 2rem !important
  }

  .sm\:p-10 {
    padding: 2.5rem !important
  }

  .sm\:p-12 {
    padding: 3rem !important
  }

  .sm\:p-16 {
    padding: 4rem !important
  }

  .sm\:p-20 {
    padding: 5rem !important
  }

  .sm\:p-24 {
    padding: 6rem !important
  }

  .sm\:p-32 {
    padding: 8rem !important
  }

  .sm\:p-px {
    padding: 1px !important
  }

  .sm\:p-base {
    padding: 2.2rem !important
  }

  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
  }

  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important
  }

  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .sm\:px-base {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important
  }

  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
  }

  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
  }

  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }

  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .sm\:py-base {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important
  }

  .sm\:pt-0 {
    padding-top: 0 !important
  }

  .sm\:pt-1 {
    padding-top: 0.25rem !important
  }

  .sm\:pt-2 {
    padding-top: 0.5rem !important
  }

  .sm\:pt-3 {
    padding-top: 0.75rem !important
  }

  .sm\:pt-4 {
    padding-top: 1rem !important
  }

  .sm\:pt-5 {
    padding-top: 1.25rem !important
  }

  .sm\:pt-6 {
    padding-top: 1.5rem !important
  }

  .sm\:pt-8 {
    padding-top: 2rem !important
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important
  }

  .sm\:pt-12 {
    padding-top: 3rem !important
  }

  .sm\:pt-16 {
    padding-top: 4rem !important
  }

  .sm\:pt-20 {
    padding-top: 5rem !important
  }

  .sm\:pt-24 {
    padding-top: 6rem !important
  }

  .sm\:pt-32 {
    padding-top: 8rem !important
  }

  .sm\:pt-px {
    padding-top: 1px !important
  }

  .sm\:pt-base {
    padding-top: 2.2rem !important
  }

  .sm\:pr-0 {
    padding-right: 0 !important
  }

  .sm\:pr-1 {
    padding-right: 0.25rem !important
  }

  .sm\:pr-2 {
    padding-right: 0.5rem !important
  }

  .sm\:pr-3 {
    padding-right: 0.75rem !important
  }

  .sm\:pr-4 {
    padding-right: 1rem !important
  }

  .sm\:pr-5 {
    padding-right: 1.25rem !important
  }

  .sm\:pr-6 {
    padding-right: 1.5rem !important
  }

  .sm\:pr-8 {
    padding-right: 2rem !important
  }

  .sm\:pr-10 {
    padding-right: 2.5rem !important
  }

  .sm\:pr-12 {
    padding-right: 3rem !important
  }

  .sm\:pr-16 {
    padding-right: 4rem !important
  }

  .sm\:pr-20 {
    padding-right: 5rem !important
  }

  .sm\:pr-24 {
    padding-right: 6rem !important
  }

  .sm\:pr-32 {
    padding-right: 8rem !important
  }

  .sm\:pr-px {
    padding-right: 1px !important
  }

  .sm\:pr-base {
    padding-right: 2.2rem !important
  }

  .sm\:pb-0 {
    padding-bottom: 0 !important
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem !important
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem !important
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem !important
  }

  .sm\:pb-4 {
    padding-bottom: 1rem !important
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem !important
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem !important
  }

  .sm\:pb-8 {
    padding-bottom: 2rem !important
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem !important
  }

  .sm\:pb-12 {
    padding-bottom: 3rem !important
  }

  .sm\:pb-16 {
    padding-bottom: 4rem !important
  }

  .sm\:pb-20 {
    padding-bottom: 5rem !important
  }

  .sm\:pb-24 {
    padding-bottom: 6rem !important
  }

  .sm\:pb-32 {
    padding-bottom: 8rem !important
  }

  .sm\:pb-px {
    padding-bottom: 1px !important
  }

  .sm\:pb-base {
    padding-bottom: 2.2rem !important
  }

  .sm\:pl-0 {
    padding-left: 0 !important
  }

  .sm\:pl-1 {
    padding-left: 0.25rem !important
  }

  .sm\:pl-2 {
    padding-left: 0.5rem !important
  }

  .sm\:pl-3 {
    padding-left: 0.75rem !important
  }

  .sm\:pl-4 {
    padding-left: 1rem !important
  }

  .sm\:pl-5 {
    padding-left: 1.25rem !important
  }

  .sm\:pl-6 {
    padding-left: 1.5rem !important
  }

  .sm\:pl-8 {
    padding-left: 2rem !important
  }

  .sm\:pl-10 {
    padding-left: 2.5rem !important
  }

  .sm\:pl-12 {
    padding-left: 3rem !important
  }

  .sm\:pl-16 {
    padding-left: 4rem !important
  }

  .sm\:pl-20 {
    padding-left: 5rem !important
  }

  .sm\:pl-24 {
    padding-left: 6rem !important
  }

  .sm\:pl-32 {
    padding-left: 8rem !important
  }

  .sm\:pl-px {
    padding-left: 1px !important
  }

  .sm\:pl-base {
    padding-left: 2.2rem !important
  }

  .sm\:text-left {
    text-align: left !important
  }

  .sm\:text-center {
    text-align: center !important
  }

  .sm\:text-right {
    text-align: right !important
  }

  .sm\:text-justify {
    text-align: justify !important
  }

  .sm\:align-baseline {
    vertical-align: baseline !important
  }

  .sm\:align-top {
    vertical-align: top !important
  }

  .sm\:align-middle {
    vertical-align: middle !important
  }

  .sm\:align-bottom {
    vertical-align: bottom !important
  }

  .sm\:align-text-top {
    vertical-align: text-top !important
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom !important
  }

  .sm\:text-xs {
    font-size: .75rem !important
  }

  .sm\:text-sm {
    font-size: .875rem !important
  }

  .sm\:text-base {
    font-size: 1rem !important
  }

  .sm\:text-lg {
    font-size: 1.125rem !important
  }

  .sm\:text-xl {
    font-size: 1.25rem !important
  }

  .sm\:text-2xl {
    font-size: 1.5rem !important
  }

  .sm\:text-3xl {
    font-size: 1.875rem !important
  }

  .sm\:text-4xl {
    font-size: 2.25rem !important
  }

  .sm\:text-5xl {
    font-size: 3rem !important
  }

  .sm\:text-6xl {
    font-size: 4rem !important
  }

  .sm\:font-light {
    font-weight: 300 !important
  }

  .sm\:font-normal {
    font-weight: 400 !important
  }

  .sm\:font-medium {
    font-weight: 500 !important
  }

  .sm\:font-semibold {
    font-weight: 600 !important
  }

  .sm\:font-bold {
    font-weight: 700 !important
  }

  .sm\:font-extrabold {
    font-weight: 800 !important
  }

  .sm\:font-black {
    font-weight: 900 !important
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300 !important
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500 !important
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800 !important
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900 !important
  }

  .sm\:uppercase {
    text-transform: uppercase !important
  }

  .sm\:lowercase {
    text-transform: lowercase !important
  }

  .sm\:capitalize {
    text-transform: capitalize !important
  }

  .sm\:normal-case {
    text-transform: none !important
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase !important
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase !important
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize !important
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none !important
  }

  .sm\:focus\:uppercase:focus {
    text-transform: uppercase !important
  }

  .sm\:focus\:lowercase:focus {
    text-transform: lowercase !important
  }

  .sm\:focus\:capitalize:focus {
    text-transform: capitalize !important
  }

  .sm\:focus\:normal-case:focus {
    text-transform: none !important
  }

  .sm\:italic {
    font-style: italic !important
  }

  .sm\:not-italic {
    font-style: normal !important
  }

  .sm\:hover\:italic:hover {
    font-style: italic !important
  }

  .sm\:hover\:not-italic:hover {
    font-style: normal !important
  }

  .sm\:focus\:italic:focus {
    font-style: italic !important
  }

  .sm\:focus\:not-italic:focus {
    font-style: normal !important
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important
  }

  .sm\:normal-nums {
    font-variant-numeric: normal !important
  }

  .sm\:ordinal {
    --tw-ordinal: ordinal !important
  }

  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important
  }

  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums !important
  }

  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important
  }

  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important
  }

  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important
  }

  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important
  }

  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important
  }

  .sm\:leading-none {
    line-height: 1 !important
  }

  .sm\:leading-tight {
    line-height: 1.25 !important
  }

  .sm\:leading-normal {
    line-height: 1.5 !important
  }

  .sm\:leading-loose {
    line-height: 2 !important
  }

  .sm\:text-transparent {
    color: transparent !important
  }

  .sm\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .sm\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .sm\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .sm\:text-grey-light {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .sm\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .sm\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .sm\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .sm\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .sm\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .sm\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .sm\:text-opacity-0 {
    --tw-text-opacity: 0 !important
  }

  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important
  }

  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important
  }

  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important
  }

  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important
  }

  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important
  }

  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important
  }

  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important
  }

  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important
  }

  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important
  }

  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important
  }

  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important
  }

  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important
  }

  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important
  }

  .sm\:text-opacity-100 {
    --tw-text-opacity: 1 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important
  }

  .group:hover .sm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important
  }

  .sm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important
  }

  .sm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important
  }

  .sm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important
  }

  .sm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important
  }

  .sm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important
  }

  .sm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important
  }

  .sm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important
  }

  .sm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important
  }

  .sm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important
  }

  .sm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important
  }

  .sm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important
  }

  .sm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important
  }

  .sm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important
  }

  .sm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important
  }

  .sm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important
  }

  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important
  }

  .sm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important
  }

  .sm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important
  }

  .sm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important
  }

  .sm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important
  }

  .sm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important
  }

  .sm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important
  }

  .sm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important
  }

  .sm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important
  }

  .sm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important
  }

  .sm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important
  }

  .sm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important
  }

  .sm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important
  }

  .sm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important
  }

  .sm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important
  }

  .sm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important
  }

  .sm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important
  }

  .sm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important
  }

  .sm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important
  }

  .sm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important
  }

  .sm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important
  }

  .sm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important
  }

  .sm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important
  }

  .sm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important
  }

  .sm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important
  }

  .sm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important
  }

  .sm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important
  }

  .sm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important
  }

  .sm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important
  }

  .sm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important
  }

  .sm\:underline {
    text-decoration: underline !important
  }

  .sm\:line-through {
    text-decoration: line-through !important
  }

  .sm\:no-underline {
    text-decoration: none !important
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .sm\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent !important
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent !important
  }

  .sm\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .sm\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .sm\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .sm\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .sm\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .sm\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .sm\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .sm\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .sm\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .sm\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .sm\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .sm\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .sm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .sm\:opacity-0 {
    opacity: 0 !important
  }

  .sm\:opacity-5 {
    opacity: 0.05 !important
  }

  .sm\:opacity-10 {
    opacity: 0.1 !important
  }

  .sm\:opacity-20 {
    opacity: 0.2 !important
  }

  .sm\:opacity-25 {
    opacity: 0.25 !important
  }

  .sm\:opacity-30 {
    opacity: 0.3 !important
  }

  .sm\:opacity-40 {
    opacity: 0.4 !important
  }

  .sm\:opacity-50 {
    opacity: 0.5 !important
  }

  .sm\:opacity-60 {
    opacity: 0.6 !important
  }

  .sm\:opacity-70 {
    opacity: 0.7 !important
  }

  .sm\:opacity-75 {
    opacity: 0.75 !important
  }

  .sm\:opacity-80 {
    opacity: 0.8 !important
  }

  .sm\:opacity-90 {
    opacity: 0.9 !important
  }

  .sm\:opacity-95 {
    opacity: 0.95 !important
  }

  .sm\:opacity-100 {
    opacity: 1 !important
  }

  .sm\:bg-blend-normal {
    background-blend-mode: normal !important
  }

  .sm\:bg-blend-multiply {
    background-blend-mode: multiply !important
  }

  .sm\:bg-blend-screen {
    background-blend-mode: screen !important
  }

  .sm\:bg-blend-overlay {
    background-blend-mode: overlay !important
  }

  .sm\:bg-blend-darken {
    background-blend-mode: darken !important
  }

  .sm\:bg-blend-lighten {
    background-blend-mode: lighten !important
  }

  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important
  }

  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn !important
  }

  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light !important
  }

  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light !important
  }

  .sm\:bg-blend-difference {
    background-blend-mode: difference !important
  }

  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion !important
  }

  .sm\:bg-blend-hue {
    background-blend-mode: hue !important
  }

  .sm\:bg-blend-saturation {
    background-blend-mode: saturation !important
  }

  .sm\:bg-blend-color {
    background-blend-mode: color !important
  }

  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity !important
  }

  .sm\:mix-blend-normal {
    mix-blend-mode: normal !important
  }

  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply !important
  }

  .sm\:mix-blend-screen {
    mix-blend-mode: screen !important
  }

  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay !important
  }

  .sm\:mix-blend-darken {
    mix-blend-mode: darken !important
  }

  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten !important
  }

  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important
  }

  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important
  }

  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important
  }

  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important
  }

  .sm\:mix-blend-difference {
    mix-blend-mode: difference !important
  }

  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important
  }

  .sm\:mix-blend-hue {
    mix-blend-mode: hue !important
  }

  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation !important
  }

  .sm\:mix-blend-color {
    mix-blend-mode: color !important
  }

  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important
  }

  .sm\:shadow-default {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:shadow-md {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:shadow-lg {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:shadow-drop {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:hover\:shadow-default:hover {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:hover\:shadow-lg:hover {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:hover\:shadow-outline:hover {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:hover\:shadow-drop:hover {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:focus\:shadow-default:focus {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:focus\:shadow-lg:focus {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:focus\:shadow-outline:focus {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:focus\:shadow-drop:focus {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .sm\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .sm\:ring-inset {
    --tw-ring-inset: inset !important
  }

  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important
  }

  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important
  }

  .sm\:ring-transparent {
    --tw-ring-color: transparent !important
  }

  .sm\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .sm\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .sm\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .sm\:ring-grey-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important
  }

  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .sm\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .sm\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .sm\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important
  }

  .sm\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .sm\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .sm\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .sm\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important
  }

  .sm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important
  }

  .sm\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important
  }

  .sm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important
  }

  .sm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important
  }

  .sm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important
  }

  .sm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important
  }

  .sm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important
  }

  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important
  }

  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important
  }

  .sm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important
  }

  .sm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important
  }

  .sm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important
  }

  .sm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important
  }

  .sm\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important
  }

  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important
  }

  .sm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important
  }

  .sm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important
  }

  .sm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important
  }

  .sm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important
  }

  .sm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important
  }

  .sm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important
  }

  .sm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important
  }

  .sm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important
  }

  .sm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important
  }

  .sm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important
  }

  .sm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important
  }

  .sm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important
  }

  .sm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important
  }

  .sm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important
  }

  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important
  }

  .sm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important
  }

  .sm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important
  }

  .sm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important
  }

  .sm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important
  }

  .sm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important
  }

  .sm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important
  }

  .sm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important
  }

  .sm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important
  }

  .sm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important
  }

  .sm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important
  }

  .sm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important
  }

  .sm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important
  }

  .sm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important
  }

  .sm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important
  }

  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important
  }

  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important
  }

  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important
  }

  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important
  }

  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important
  }

  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important
  }

  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important
  }

  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important
  }

  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important
  }

  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important
  }

  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important
  }

  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important
  }

  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important
  }

  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important
  }

  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important
  }

  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important
  }

  .sm\:ring-offset-black {
    --tw-ring-offset-color: #22292f !important
  }

  .sm\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important
  }

  .sm\:ring-offset-grey {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .sm\:ring-offset-grey-light {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important
  }

  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #22292f !important
  }

  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important
  }

  .sm\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .sm\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important
  }

  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #22292f !important
  }

  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important
  }

  .sm\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .sm\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .sm\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
  }

  .sm\:filter-none {
    filter: none !important
  }

  .sm\:blur-0 {
    --tw-blur: blur(0) !important
  }

  .sm\:blur-none {
    --tw-blur: blur(0) !important
  }

  .sm\:blur-sm {
    --tw-blur: blur(4px) !important
  }

  .sm\:blur {
    --tw-blur: blur(8px) !important
  }

  .sm\:blur-md {
    --tw-blur: blur(12px) !important
  }

  .sm\:blur-lg {
    --tw-blur: blur(16px) !important
  }

  .sm\:blur-xl {
    --tw-blur: blur(24px) !important
  }

  .sm\:blur-2xl {
    --tw-blur: blur(40px) !important
  }

  .sm\:blur-3xl {
    --tw-blur: blur(64px) !important
  }

  .sm\:brightness-0 {
    --tw-brightness: brightness(0) !important
  }

  .sm\:brightness-50 {
    --tw-brightness: brightness(.5) !important
  }

  .sm\:brightness-75 {
    --tw-brightness: brightness(.75) !important
  }

  .sm\:brightness-90 {
    --tw-brightness: brightness(.9) !important
  }

  .sm\:brightness-95 {
    --tw-brightness: brightness(.95) !important
  }

  .sm\:brightness-100 {
    --tw-brightness: brightness(1) !important
  }

  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05) !important
  }

  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1) !important
  }

  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25) !important
  }

  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5) !important
  }

  .sm\:brightness-200 {
    --tw-brightness: brightness(2) !important
  }

  .sm\:contrast-0 {
    --tw-contrast: contrast(0) !important
  }

  .sm\:contrast-50 {
    --tw-contrast: contrast(.5) !important
  }

  .sm\:contrast-75 {
    --tw-contrast: contrast(.75) !important
  }

  .sm\:contrast-100 {
    --tw-contrast: contrast(1) !important
  }

  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25) !important
  }

  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5) !important
  }

  .sm\:contrast-200 {
    --tw-contrast: contrast(2) !important
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important
  }

  .sm\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important
  }

  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important
  }

  .sm\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important
  }

  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important
  }

  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important
  }

  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important
  }

  .sm\:grayscale {
    --tw-grayscale: grayscale(100%) !important
  }

  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important
  }

  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important
  }

  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important
  }

  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important
  }

  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important
  }

  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important
  }

  .sm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important
  }

  .sm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important
  }

  .sm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important
  }

  .sm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important
  }

  .sm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important
  }

  .sm\:invert-0 {
    --tw-invert: invert(0) !important
  }

  .sm\:invert {
    --tw-invert: invert(100%) !important
  }

  .sm\:saturate-0 {
    --tw-saturate: saturate(0) !important
  }

  .sm\:saturate-50 {
    --tw-saturate: saturate(.5) !important
  }

  .sm\:saturate-100 {
    --tw-saturate: saturate(1) !important
  }

  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5) !important
  }

  .sm\:saturate-200 {
    --tw-saturate: saturate(2) !important
  }

  .sm\:sepia-0 {
    --tw-sepia: sepia(0) !important
  }

  .sm\:sepia {
    --tw-sepia: sepia(100%) !important
  }

  .sm\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important
  }

  .sm\:backdrop-filter-none {
    backdrop-filter: none !important
  }

  .sm\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important
  }

  .sm\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important
  }

  .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important
  }

  .sm\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important
  }

  .sm\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important
  }

  .sm\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important
  }

  .sm\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important
  }

  .sm\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important
  }

  .sm\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important
  }

  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important
  }

  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important
  }

  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important
  }

  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important
  }

  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important
  }

  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important
  }

  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important
  }

  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important
  }

  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important
  }

  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important
  }

  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important
  }

  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important
  }

  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important
  }

  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important
  }

  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important
  }

  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important
  }

  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important
  }

  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important
  }

  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important
  }

  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important
  }

  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important
  }

  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important
  }

  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important
  }

  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important
  }

  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important
  }

  .sm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important
  }

  .sm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important
  }

  .sm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important
  }

  .sm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important
  }

  .sm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important
  }

  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important
  }

  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important
  }

  .sm\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important
  }

  .sm\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important
  }

  .sm\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important
  }

  .sm\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important
  }

  .sm\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important
  }

  .sm\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important
  }

  .sm\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important
  }

  .sm\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important
  }

  .sm\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important
  }

  .sm\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important
  }

  .sm\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important
  }

  .sm\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important
  }

  .sm\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important
  }

  .sm\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important
  }

  .sm\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important
  }

  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important
  }

  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important
  }

  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important
  }

  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important
  }

  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important
  }

  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important
  }

  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important
  }

  .sm\:transition-none {
    transition-property: none !important
  }

  .sm\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .sm\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .sm\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .sm\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .sm\:delay-75 {
    transition-delay: 75ms !important
  }

  .sm\:delay-100 {
    transition-delay: 100ms !important
  }

  .sm\:delay-150 {
    transition-delay: 150ms !important
  }

  .sm\:delay-200 {
    transition-delay: 200ms !important
  }

  .sm\:delay-300 {
    transition-delay: 300ms !important
  }

  .sm\:delay-500 {
    transition-delay: 500ms !important
  }

  .sm\:delay-700 {
    transition-delay: 700ms !important
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms !important
  }

  .sm\:duration-75 {
    transition-duration: 75ms !important
  }

  .sm\:duration-100 {
    transition-duration: 100ms !important
  }

  .sm\:duration-150 {
    transition-duration: 150ms !important
  }

  .sm\:duration-200 {
    transition-duration: 200ms !important
  }

  .sm\:duration-300 {
    transition-duration: 300ms !important
  }

  .sm\:duration-500 {
    transition-duration: 500ms !important
  }

  .sm\:duration-700 {
    transition-duration: 700ms !important
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms !important
  }

  .sm\:ease-linear {
    transition-timing-function: linear !important
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
  }

  @media (min-width: 576px) {
    .md\:container {
      max-width: 576px
    }
  }

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

  @media (min-width: 992px) {
    .md\:container {
      max-width: 992px
    }
  }

  @media (min-width: 1200px) {
    .md\:container {
      max-width: 1200px
    }
  }

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

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

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

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

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

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

  .md\:pointer-events-none {
    pointer-events: none !important
  }

  .md\:pointer-events-auto {
    pointer-events: auto !important
  }

  .md\:visible {
    visibility: visible !important
  }

  .md\:invisible {
    visibility: hidden !important
  }

  .md\:static {
    position: static !important
  }

  .md\:fixed {
    position: fixed !important
  }

  .md\:absolute {
    position: absolute !important
  }

  .md\:relative {
    position: relative !important
  }

  .md\:sticky {
    position: sticky !important
  }

  .md\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important
  }

  .md\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important
  }

  .md\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important
  }

  .md\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important
  }

  .md\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important
  }

  .md\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important
  }

  .md\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important
  }

  .md\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important
  }

  .md\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important
  }

  .md\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important
  }

  .md\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important
  }

  .md\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important
  }

  .md\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important
  }

  .md\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important
  }

  .md\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important
  }

  .md\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important
  }

  .md\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important
  }

  .md\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important
  }

  .md\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important
  }

  .md\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important
  }

  .md\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important
  }

  .md\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important
  }

  .md\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important
  }

  .md\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important
  }

  .md\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important
  }

  .md\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important
  }

  .md\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important
  }

  .md\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important
  }

  .md\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important
  }

  .md\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important
  }

  .md\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important
  }

  .md\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important
  }

  .md\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important
  }

  .md\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important
  }

  .md\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important
  }

  .md\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important
  }

  .md\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important
  }

  .md\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important
  }

  .md\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important
  }

  .md\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important
  }

  .md\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important
  }

  .md\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important
  }

  .md\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important
  }

  .md\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important
  }

  .md\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important
  }

  .md\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important
  }

  .md\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important
  }

  .md\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important
  }

  .md\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important
  }

  .md\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important
  }

  .md\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important
  }

  .md\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important
  }

  .md\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important
  }

  .md\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important
  }

  .md\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important
  }

  .md\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important
  }

  .md\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important
  }

  .md\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important
  }

  .md\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important
  }

  .md\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important
  }

  .md\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important
  }

  .md\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important
  }

  .md\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important
  }

  .md\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important
  }

  .md\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important
  }

  .md\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important
  }

  .md\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important
  }

  .md\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important
  }

  .md\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important
  }

  .md\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important
  }

  .md\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important
  }

  .md\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important
  }

  .md\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important
  }

  .md\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important
  }

  .md\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important
  }

  .md\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important
  }

  .md\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important
  }

  .md\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important
  }

  .md\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important
  }

  .md\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important
  }

  .md\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important
  }

  .md\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important
  }

  .md\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important
  }

  .md\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important
  }

  .md\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important
  }

  .md\:inset-x-0 {
    left: 0px !important;
    right: 0px !important
  }

  .md\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important
  }

  .md\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important
  }

  .md\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important
  }

  .md\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important
  }

  .md\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important
  }

  .md\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important
  }

  .md\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important
  }

  .md\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important
  }

  .md\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important
  }

  .md\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important
  }

  .md\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important
  }

  .md\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important
  }

  .md\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important
  }

  .md\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important
  }

  .md\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important
  }

  .md\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important
  }

  .md\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important
  }

  .md\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important
  }

  .md\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important
  }

  .md\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important
  }

  .md\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important
  }

  .md\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important
  }

  .md\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important
  }

  .md\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important
  }

  .md\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important
  }

  .md\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important
  }

  .md\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important
  }

  .md\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important
  }

  .md\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important
  }

  .md\:inset-x-auto {
    left: auto !important;
    right: auto !important
  }

  .md\:inset-x-px {
    left: 1px !important;
    right: 1px !important
  }

  .md\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important
  }

  .md\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important
  }

  .md\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important
  }

  .md\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important
  }

  .md\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important
  }

  .md\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important
  }

  .md\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important
  }

  .md\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important
  }

  .md\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important
  }

  .md\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important
  }

  .md\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important
  }

  .md\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important
  }

  .md\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important
  }

  .md\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important
  }

  .md\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important
  }

  .md\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important
  }

  .md\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important
  }

  .md\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important
  }

  .md\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important
  }

  .md\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important
  }

  .md\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important
  }

  .md\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important
  }

  .md\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important
  }

  .md\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important
  }

  .md\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important
  }

  .md\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important
  }

  .md\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important
  }

  .md\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important
  }

  .md\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important
  }

  .md\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important
  }

  .md\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important
  }

  .md\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important
  }

  .md\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important
  }

  .md\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important
  }

  .md\:-inset-x-px {
    left: -1px !important;
    right: -1px !important
  }

  .md\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important
  }

  .md\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important
  }

  .md\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important
  }

  .md\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important
  }

  .md\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important
  }

  .md\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important
  }

  .md\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important
  }

  .md\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important
  }

  .md\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important
  }

  .md\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important
  }

  .md\:inset-x-full {
    left: 100% !important;
    right: 100% !important
  }

  .md\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important
  }

  .md\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important
  }

  .md\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important
  }

  .md\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important
  }

  .md\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important
  }

  .md\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important
  }

  .md\:-inset-x-full {
    left: -100% !important;
    right: -100% !important
  }

  .md\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important
  }

  .md\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important
  }

  .md\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important
  }

  .md\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important
  }

  .md\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important
  }

  .md\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important
  }

  .md\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important
  }

  .md\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important
  }

  .md\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important
  }

  .md\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important
  }

  .md\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important
  }

  .md\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important
  }

  .md\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important
  }

  .md\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important
  }

  .md\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important
  }

  .md\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important
  }

  .md\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important
  }

  .md\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important
  }

  .md\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important
  }

  .md\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important
  }

  .md\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important
  }

  .md\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important
  }

  .md\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important
  }

  .md\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important
  }

  .md\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important
  }

  .md\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important
  }

  .md\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important
  }

  .md\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important
  }

  .md\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important
  }

  .md\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important
  }

  .md\:inset-y-auto {
    top: auto !important;
    bottom: auto !important
  }

  .md\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important
  }

  .md\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important
  }

  .md\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important
  }

  .md\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important
  }

  .md\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important
  }

  .md\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important
  }

  .md\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important
  }

  .md\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important
  }

  .md\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important
  }

  .md\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important
  }

  .md\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important
  }

  .md\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important
  }

  .md\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important
  }

  .md\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important
  }

  .md\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important
  }

  .md\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important
  }

  .md\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important
  }

  .md\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important
  }

  .md\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important
  }

  .md\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important
  }

  .md\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important
  }

  .md\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important
  }

  .md\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important
  }

  .md\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important
  }

  .md\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important
  }

  .md\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important
  }

  .md\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important
  }

  .md\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important
  }

  .md\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important
  }

  .md\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important
  }

  .md\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important
  }

  .md\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important
  }

  .md\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important
  }

  .md\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important
  }

  .md\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important
  }

  .md\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important
  }

  .md\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important
  }

  .md\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important
  }

  .md\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important
  }

  .md\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important
  }

  .md\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important
  }

  .md\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important
  }

  .md\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important
  }

  .md\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important
  }

  .md\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important
  }

  .md\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important
  }

  .md\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important
  }

  .md\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important
  }

  .md\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important
  }

  .md\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important
  }

  .md\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important
  }

  .md\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important
  }

  .md\:top-0 {
    top: 0px !important
  }

  .md\:top-1 {
    top: 0.25rem !important
  }

  .md\:top-2 {
    top: 0.5rem !important
  }

  .md\:top-3 {
    top: 0.75rem !important
  }

  .md\:top-4 {
    top: 1rem !important
  }

  .md\:top-5 {
    top: 1.25rem !important
  }

  .md\:top-6 {
    top: 1.5rem !important
  }

  .md\:top-7 {
    top: 1.75rem !important
  }

  .md\:top-8 {
    top: 2rem !important
  }

  .md\:top-9 {
    top: 2.25rem !important
  }

  .md\:top-10 {
    top: 2.5rem !important
  }

  .md\:top-11 {
    top: 2.75rem !important
  }

  .md\:top-12 {
    top: 3rem !important
  }

  .md\:top-14 {
    top: 3.5rem !important
  }

  .md\:top-16 {
    top: 4rem !important
  }

  .md\:top-20 {
    top: 5rem !important
  }

  .md\:top-24 {
    top: 6rem !important
  }

  .md\:top-28 {
    top: 7rem !important
  }

  .md\:top-32 {
    top: 8rem !important
  }

  .md\:top-36 {
    top: 9rem !important
  }

  .md\:top-40 {
    top: 10rem !important
  }

  .md\:top-44 {
    top: 11rem !important
  }

  .md\:top-48 {
    top: 12rem !important
  }

  .md\:top-52 {
    top: 13rem !important
  }

  .md\:top-56 {
    top: 14rem !important
  }

  .md\:top-60 {
    top: 15rem !important
  }

  .md\:top-64 {
    top: 16rem !important
  }

  .md\:top-72 {
    top: 18rem !important
  }

  .md\:top-80 {
    top: 20rem !important
  }

  .md\:top-96 {
    top: 24rem !important
  }

  .md\:top-auto {
    top: auto !important
  }

  .md\:top-px {
    top: 1px !important
  }

  .md\:top-0\.5 {
    top: 0.125rem !important
  }

  .md\:top-1\.5 {
    top: 0.375rem !important
  }

  .md\:top-2\.5 {
    top: 0.625rem !important
  }

  .md\:top-3\.5 {
    top: 0.875rem !important
  }

  .md\:-top-0 {
    top: 0px !important
  }

  .md\:-top-1 {
    top: -0.25rem !important
  }

  .md\:-top-2 {
    top: -0.5rem !important
  }

  .md\:-top-3 {
    top: -0.75rem !important
  }

  .md\:-top-4 {
    top: -1rem !important
  }

  .md\:-top-5 {
    top: -1.25rem !important
  }

  .md\:-top-6 {
    top: -1.5rem !important
  }

  .md\:-top-7 {
    top: -1.75rem !important
  }

  .md\:-top-8 {
    top: -2rem !important
  }

  .md\:-top-9 {
    top: -2.25rem !important
  }

  .md\:-top-10 {
    top: -2.5rem !important
  }

  .md\:-top-11 {
    top: -2.75rem !important
  }

  .md\:-top-12 {
    top: -3rem !important
  }

  .md\:-top-14 {
    top: -3.5rem !important
  }

  .md\:-top-16 {
    top: -4rem !important
  }

  .md\:-top-20 {
    top: -5rem !important
  }

  .md\:-top-24 {
    top: -6rem !important
  }

  .md\:-top-28 {
    top: -7rem !important
  }

  .md\:-top-32 {
    top: -8rem !important
  }

  .md\:-top-36 {
    top: -9rem !important
  }

  .md\:-top-40 {
    top: -10rem !important
  }

  .md\:-top-44 {
    top: -11rem !important
  }

  .md\:-top-48 {
    top: -12rem !important
  }

  .md\:-top-52 {
    top: -13rem !important
  }

  .md\:-top-56 {
    top: -14rem !important
  }

  .md\:-top-60 {
    top: -15rem !important
  }

  .md\:-top-64 {
    top: -16rem !important
  }

  .md\:-top-72 {
    top: -18rem !important
  }

  .md\:-top-80 {
    top: -20rem !important
  }

  .md\:-top-96 {
    top: -24rem !important
  }

  .md\:-top-px {
    top: -1px !important
  }

  .md\:-top-0\.5 {
    top: -0.125rem !important
  }

  .md\:-top-1\.5 {
    top: -0.375rem !important
  }

  .md\:-top-2\.5 {
    top: -0.625rem !important
  }

  .md\:-top-3\.5 {
    top: -0.875rem !important
  }

  .md\:top-1\/2 {
    top: 50% !important
  }

  .md\:top-1\/3 {
    top: 33.333333% !important
  }

  .md\:top-2\/3 {
    top: 66.666667% !important
  }

  .md\:top-1\/4 {
    top: 25% !important
  }

  .md\:top-2\/4 {
    top: 50% !important
  }

  .md\:top-3\/4 {
    top: 75% !important
  }

  .md\:top-full {
    top: 100% !important
  }

  .md\:-top-1\/2 {
    top: -50% !important
  }

  .md\:-top-1\/3 {
    top: -33.333333% !important
  }

  .md\:-top-2\/3 {
    top: -66.666667% !important
  }

  .md\:-top-1\/4 {
    top: -25% !important
  }

  .md\:-top-2\/4 {
    top: -50% !important
  }

  .md\:-top-3\/4 {
    top: -75% !important
  }

  .md\:-top-full {
    top: -100% !important
  }

  .md\:right-0 {
    right: 0px !important
  }

  .md\:right-1 {
    right: 0.25rem !important
  }

  .md\:right-2 {
    right: 0.5rem !important
  }

  .md\:right-3 {
    right: 0.75rem !important
  }

  .md\:right-4 {
    right: 1rem !important
  }

  .md\:right-5 {
    right: 1.25rem !important
  }

  .md\:right-6 {
    right: 1.5rem !important
  }

  .md\:right-7 {
    right: 1.75rem !important
  }

  .md\:right-8 {
    right: 2rem !important
  }

  .md\:right-9 {
    right: 2.25rem !important
  }

  .md\:right-10 {
    right: 2.5rem !important
  }

  .md\:right-11 {
    right: 2.75rem !important
  }

  .md\:right-12 {
    right: 3rem !important
  }

  .md\:right-14 {
    right: 3.5rem !important
  }

  .md\:right-16 {
    right: 4rem !important
  }

  .md\:right-20 {
    right: 5rem !important
  }

  .md\:right-24 {
    right: 6rem !important
  }

  .md\:right-28 {
    right: 7rem !important
  }

  .md\:right-32 {
    right: 8rem !important
  }

  .md\:right-36 {
    right: 9rem !important
  }

  .md\:right-40 {
    right: 10rem !important
  }

  .md\:right-44 {
    right: 11rem !important
  }

  .md\:right-48 {
    right: 12rem !important
  }

  .md\:right-52 {
    right: 13rem !important
  }

  .md\:right-56 {
    right: 14rem !important
  }

  .md\:right-60 {
    right: 15rem !important
  }

  .md\:right-64 {
    right: 16rem !important
  }

  .md\:right-72 {
    right: 18rem !important
  }

  .md\:right-80 {
    right: 20rem !important
  }

  .md\:right-96 {
    right: 24rem !important
  }

  .md\:right-auto {
    right: auto !important
  }

  .md\:right-px {
    right: 1px !important
  }

  .md\:right-0\.5 {
    right: 0.125rem !important
  }

  .md\:right-1\.5 {
    right: 0.375rem !important
  }

  .md\:right-2\.5 {
    right: 0.625rem !important
  }

  .md\:right-3\.5 {
    right: 0.875rem !important
  }

  .md\:-right-0 {
    right: 0px !important
  }

  .md\:-right-1 {
    right: -0.25rem !important
  }

  .md\:-right-2 {
    right: -0.5rem !important
  }

  .md\:-right-3 {
    right: -0.75rem !important
  }

  .md\:-right-4 {
    right: -1rem !important
  }

  .md\:-right-5 {
    right: -1.25rem !important
  }

  .md\:-right-6 {
    right: -1.5rem !important
  }

  .md\:-right-7 {
    right: -1.75rem !important
  }

  .md\:-right-8 {
    right: -2rem !important
  }

  .md\:-right-9 {
    right: -2.25rem !important
  }

  .md\:-right-10 {
    right: -2.5rem !important
  }

  .md\:-right-11 {
    right: -2.75rem !important
  }

  .md\:-right-12 {
    right: -3rem !important
  }

  .md\:-right-14 {
    right: -3.5rem !important
  }

  .md\:-right-16 {
    right: -4rem !important
  }

  .md\:-right-20 {
    right: -5rem !important
  }

  .md\:-right-24 {
    right: -6rem !important
  }

  .md\:-right-28 {
    right: -7rem !important
  }

  .md\:-right-32 {
    right: -8rem !important
  }

  .md\:-right-36 {
    right: -9rem !important
  }

  .md\:-right-40 {
    right: -10rem !important
  }

  .md\:-right-44 {
    right: -11rem !important
  }

  .md\:-right-48 {
    right: -12rem !important
  }

  .md\:-right-52 {
    right: -13rem !important
  }

  .md\:-right-56 {
    right: -14rem !important
  }

  .md\:-right-60 {
    right: -15rem !important
  }

  .md\:-right-64 {
    right: -16rem !important
  }

  .md\:-right-72 {
    right: -18rem !important
  }

  .md\:-right-80 {
    right: -20rem !important
  }

  .md\:-right-96 {
    right: -24rem !important
  }

  .md\:-right-px {
    right: -1px !important
  }

  .md\:-right-0\.5 {
    right: -0.125rem !important
  }

  .md\:-right-1\.5 {
    right: -0.375rem !important
  }

  .md\:-right-2\.5 {
    right: -0.625rem !important
  }

  .md\:-right-3\.5 {
    right: -0.875rem !important
  }

  .md\:right-1\/2 {
    right: 50% !important
  }

  .md\:right-1\/3 {
    right: 33.333333% !important
  }

  .md\:right-2\/3 {
    right: 66.666667% !important
  }

  .md\:right-1\/4 {
    right: 25% !important
  }

  .md\:right-2\/4 {
    right: 50% !important
  }

  .md\:right-3\/4 {
    right: 75% !important
  }

  .md\:right-full {
    right: 100% !important
  }

  .md\:-right-1\/2 {
    right: -50% !important
  }

  .md\:-right-1\/3 {
    right: -33.333333% !important
  }

  .md\:-right-2\/3 {
    right: -66.666667% !important
  }

  .md\:-right-1\/4 {
    right: -25% !important
  }

  .md\:-right-2\/4 {
    right: -50% !important
  }

  .md\:-right-3\/4 {
    right: -75% !important
  }

  .md\:-right-full {
    right: -100% !important
  }

  .md\:bottom-0 {
    bottom: 0px !important
  }

  .md\:bottom-1 {
    bottom: 0.25rem !important
  }

  .md\:bottom-2 {
    bottom: 0.5rem !important
  }

  .md\:bottom-3 {
    bottom: 0.75rem !important
  }

  .md\:bottom-4 {
    bottom: 1rem !important
  }

  .md\:bottom-5 {
    bottom: 1.25rem !important
  }

  .md\:bottom-6 {
    bottom: 1.5rem !important
  }

  .md\:bottom-7 {
    bottom: 1.75rem !important
  }

  .md\:bottom-8 {
    bottom: 2rem !important
  }

  .md\:bottom-9 {
    bottom: 2.25rem !important
  }

  .md\:bottom-10 {
    bottom: 2.5rem !important
  }

  .md\:bottom-11 {
    bottom: 2.75rem !important
  }

  .md\:bottom-12 {
    bottom: 3rem !important
  }

  .md\:bottom-14 {
    bottom: 3.5rem !important
  }

  .md\:bottom-16 {
    bottom: 4rem !important
  }

  .md\:bottom-20 {
    bottom: 5rem !important
  }

  .md\:bottom-24 {
    bottom: 6rem !important
  }

  .md\:bottom-28 {
    bottom: 7rem !important
  }

  .md\:bottom-32 {
    bottom: 8rem !important
  }

  .md\:bottom-36 {
    bottom: 9rem !important
  }

  .md\:bottom-40 {
    bottom: 10rem !important
  }

  .md\:bottom-44 {
    bottom: 11rem !important
  }

  .md\:bottom-48 {
    bottom: 12rem !important
  }

  .md\:bottom-52 {
    bottom: 13rem !important
  }

  .md\:bottom-56 {
    bottom: 14rem !important
  }

  .md\:bottom-60 {
    bottom: 15rem !important
  }

  .md\:bottom-64 {
    bottom: 16rem !important
  }

  .md\:bottom-72 {
    bottom: 18rem !important
  }

  .md\:bottom-80 {
    bottom: 20rem !important
  }

  .md\:bottom-96 {
    bottom: 24rem !important
  }

  .md\:bottom-auto {
    bottom: auto !important
  }

  .md\:bottom-px {
    bottom: 1px !important
  }

  .md\:bottom-0\.5 {
    bottom: 0.125rem !important
  }

  .md\:bottom-1\.5 {
    bottom: 0.375rem !important
  }

  .md\:bottom-2\.5 {
    bottom: 0.625rem !important
  }

  .md\:bottom-3\.5 {
    bottom: 0.875rem !important
  }

  .md\:-bottom-0 {
    bottom: 0px !important
  }

  .md\:-bottom-1 {
    bottom: -0.25rem !important
  }

  .md\:-bottom-2 {
    bottom: -0.5rem !important
  }

  .md\:-bottom-3 {
    bottom: -0.75rem !important
  }

  .md\:-bottom-4 {
    bottom: -1rem !important
  }

  .md\:-bottom-5 {
    bottom: -1.25rem !important
  }

  .md\:-bottom-6 {
    bottom: -1.5rem !important
  }

  .md\:-bottom-7 {
    bottom: -1.75rem !important
  }

  .md\:-bottom-8 {
    bottom: -2rem !important
  }

  .md\:-bottom-9 {
    bottom: -2.25rem !important
  }

  .md\:-bottom-10 {
    bottom: -2.5rem !important
  }

  .md\:-bottom-11 {
    bottom: -2.75rem !important
  }

  .md\:-bottom-12 {
    bottom: -3rem !important
  }

  .md\:-bottom-14 {
    bottom: -3.5rem !important
  }

  .md\:-bottom-16 {
    bottom: -4rem !important
  }

  .md\:-bottom-20 {
    bottom: -5rem !important
  }

  .md\:-bottom-24 {
    bottom: -6rem !important
  }

  .md\:-bottom-28 {
    bottom: -7rem !important
  }

  .md\:-bottom-32 {
    bottom: -8rem !important
  }

  .md\:-bottom-36 {
    bottom: -9rem !important
  }

  .md\:-bottom-40 {
    bottom: -10rem !important
  }

  .md\:-bottom-44 {
    bottom: -11rem !important
  }

  .md\:-bottom-48 {
    bottom: -12rem !important
  }

  .md\:-bottom-52 {
    bottom: -13rem !important
  }

  .md\:-bottom-56 {
    bottom: -14rem !important
  }

  .md\:-bottom-60 {
    bottom: -15rem !important
  }

  .md\:-bottom-64 {
    bottom: -16rem !important
  }

  .md\:-bottom-72 {
    bottom: -18rem !important
  }

  .md\:-bottom-80 {
    bottom: -20rem !important
  }

  .md\:-bottom-96 {
    bottom: -24rem !important
  }

  .md\:-bottom-px {
    bottom: -1px !important
  }

  .md\:-bottom-0\.5 {
    bottom: -0.125rem !important
  }

  .md\:-bottom-1\.5 {
    bottom: -0.375rem !important
  }

  .md\:-bottom-2\.5 {
    bottom: -0.625rem !important
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem !important
  }

  .md\:bottom-1\/2 {
    bottom: 50% !important
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333% !important
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667% !important
  }

  .md\:bottom-1\/4 {
    bottom: 25% !important
  }

  .md\:bottom-2\/4 {
    bottom: 50% !important
  }

  .md\:bottom-3\/4 {
    bottom: 75% !important
  }

  .md\:bottom-full {
    bottom: 100% !important
  }

  .md\:-bottom-1\/2 {
    bottom: -50% !important
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333% !important
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667% !important
  }

  .md\:-bottom-1\/4 {
    bottom: -25% !important
  }

  .md\:-bottom-2\/4 {
    bottom: -50% !important
  }

  .md\:-bottom-3\/4 {
    bottom: -75% !important
  }

  .md\:-bottom-full {
    bottom: -100% !important
  }

  .md\:left-0 {
    left: 0px !important
  }

  .md\:left-1 {
    left: 0.25rem !important
  }

  .md\:left-2 {
    left: 0.5rem !important
  }

  .md\:left-3 {
    left: 0.75rem !important
  }

  .md\:left-4 {
    left: 1rem !important
  }

  .md\:left-5 {
    left: 1.25rem !important
  }

  .md\:left-6 {
    left: 1.5rem !important
  }

  .md\:left-7 {
    left: 1.75rem !important
  }

  .md\:left-8 {
    left: 2rem !important
  }

  .md\:left-9 {
    left: 2.25rem !important
  }

  .md\:left-10 {
    left: 2.5rem !important
  }

  .md\:left-11 {
    left: 2.75rem !important
  }

  .md\:left-12 {
    left: 3rem !important
  }

  .md\:left-14 {
    left: 3.5rem !important
  }

  .md\:left-16 {
    left: 4rem !important
  }

  .md\:left-20 {
    left: 5rem !important
  }

  .md\:left-24 {
    left: 6rem !important
  }

  .md\:left-28 {
    left: 7rem !important
  }

  .md\:left-32 {
    left: 8rem !important
  }

  .md\:left-36 {
    left: 9rem !important
  }

  .md\:left-40 {
    left: 10rem !important
  }

  .md\:left-44 {
    left: 11rem !important
  }

  .md\:left-48 {
    left: 12rem !important
  }

  .md\:left-52 {
    left: 13rem !important
  }

  .md\:left-56 {
    left: 14rem !important
  }

  .md\:left-60 {
    left: 15rem !important
  }

  .md\:left-64 {
    left: 16rem !important
  }

  .md\:left-72 {
    left: 18rem !important
  }

  .md\:left-80 {
    left: 20rem !important
  }

  .md\:left-96 {
    left: 24rem !important
  }

  .md\:left-auto {
    left: auto !important
  }

  .md\:left-px {
    left: 1px !important
  }

  .md\:left-0\.5 {
    left: 0.125rem !important
  }

  .md\:left-1\.5 {
    left: 0.375rem !important
  }

  .md\:left-2\.5 {
    left: 0.625rem !important
  }

  .md\:left-3\.5 {
    left: 0.875rem !important
  }

  .md\:-left-0 {
    left: 0px !important
  }

  .md\:-left-1 {
    left: -0.25rem !important
  }

  .md\:-left-2 {
    left: -0.5rem !important
  }

  .md\:-left-3 {
    left: -0.75rem !important
  }

  .md\:-left-4 {
    left: -1rem !important
  }

  .md\:-left-5 {
    left: -1.25rem !important
  }

  .md\:-left-6 {
    left: -1.5rem !important
  }

  .md\:-left-7 {
    left: -1.75rem !important
  }

  .md\:-left-8 {
    left: -2rem !important
  }

  .md\:-left-9 {
    left: -2.25rem !important
  }

  .md\:-left-10 {
    left: -2.5rem !important
  }

  .md\:-left-11 {
    left: -2.75rem !important
  }

  .md\:-left-12 {
    left: -3rem !important
  }

  .md\:-left-14 {
    left: -3.5rem !important
  }

  .md\:-left-16 {
    left: -4rem !important
  }

  .md\:-left-20 {
    left: -5rem !important
  }

  .md\:-left-24 {
    left: -6rem !important
  }

  .md\:-left-28 {
    left: -7rem !important
  }

  .md\:-left-32 {
    left: -8rem !important
  }

  .md\:-left-36 {
    left: -9rem !important
  }

  .md\:-left-40 {
    left: -10rem !important
  }

  .md\:-left-44 {
    left: -11rem !important
  }

  .md\:-left-48 {
    left: -12rem !important
  }

  .md\:-left-52 {
    left: -13rem !important
  }

  .md\:-left-56 {
    left: -14rem !important
  }

  .md\:-left-60 {
    left: -15rem !important
  }

  .md\:-left-64 {
    left: -16rem !important
  }

  .md\:-left-72 {
    left: -18rem !important
  }

  .md\:-left-80 {
    left: -20rem !important
  }

  .md\:-left-96 {
    left: -24rem !important
  }

  .md\:-left-px {
    left: -1px !important
  }

  .md\:-left-0\.5 {
    left: -0.125rem !important
  }

  .md\:-left-1\.5 {
    left: -0.375rem !important
  }

  .md\:-left-2\.5 {
    left: -0.625rem !important
  }

  .md\:-left-3\.5 {
    left: -0.875rem !important
  }

  .md\:left-1\/2 {
    left: 50% !important
  }

  .md\:left-1\/3 {
    left: 33.333333% !important
  }

  .md\:left-2\/3 {
    left: 66.666667% !important
  }

  .md\:left-1\/4 {
    left: 25% !important
  }

  .md\:left-2\/4 {
    left: 50% !important
  }

  .md\:left-3\/4 {
    left: 75% !important
  }

  .md\:left-full {
    left: 100% !important
  }

  .md\:-left-1\/2 {
    left: -50% !important
  }

  .md\:-left-1\/3 {
    left: -33.333333% !important
  }

  .md\:-left-2\/3 {
    left: -66.666667% !important
  }

  .md\:-left-1\/4 {
    left: -25% !important
  }

  .md\:-left-2\/4 {
    left: -50% !important
  }

  .md\:-left-3\/4 {
    left: -75% !important
  }

  .md\:-left-full {
    left: -100% !important
  }

  .md\:isolate {
    isolation: isolate !important
  }

  .md\:isolation-auto {
    isolation: auto !important
  }

  .md\:z-0 {
    z-index: 0 !important
  }

  .md\:z-10 {
    z-index: 10 !important
  }

  .md\:z-20 {
    z-index: 20 !important
  }

  .md\:z-30 {
    z-index: 30 !important
  }

  .md\:z-40 {
    z-index: 40 !important
  }

  .md\:z-50 {
    z-index: 50 !important
  }

  .md\:z-auto {
    z-index: auto !important
  }

  .md\:order-1 {
    order: 1 !important
  }

  .md\:order-2 {
    order: 2 !important
  }

  .md\:order-3 {
    order: 3 !important
  }

  .md\:order-4 {
    order: 4 !important
  }

  .md\:order-5 {
    order: 5 !important
  }

  .md\:order-6 {
    order: 6 !important
  }

  .md\:order-first {
    order: -1 !important
  }

  .md\:order-last {
    order: 999 !important
  }

  .md\:order-normal {
    order: 0 !important
  }

  .md\:hover\:order-1:hover {
    order: 1 !important
  }

  .md\:hover\:order-2:hover {
    order: 2 !important
  }

  .md\:hover\:order-3:hover {
    order: 3 !important
  }

  .md\:hover\:order-4:hover {
    order: 4 !important
  }

  .md\:hover\:order-5:hover {
    order: 5 !important
  }

  .md\:hover\:order-6:hover {
    order: 6 !important
  }

  .md\:hover\:order-first:hover {
    order: -1 !important
  }

  .md\:hover\:order-last:hover {
    order: 999 !important
  }

  .md\:hover\:order-normal:hover {
    order: 0 !important
  }

  .md\:focus\:order-1:focus {
    order: 1 !important
  }

  .md\:focus\:order-2:focus {
    order: 2 !important
  }

  .md\:focus\:order-3:focus {
    order: 3 !important
  }

  .md\:focus\:order-4:focus {
    order: 4 !important
  }

  .md\:focus\:order-5:focus {
    order: 5 !important
  }

  .md\:focus\:order-6:focus {
    order: 6 !important
  }

  .md\:focus\:order-first:focus {
    order: -1 !important
  }

  .md\:focus\:order-last:focus {
    order: 999 !important
  }

  .md\:focus\:order-normal:focus {
    order: 0 !important
  }

  .md\:col-auto {
    grid-column: auto !important
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important
  }

  .md\:col-span-full {
    grid-column: 1 / -1 !important
  }

  .md\:col-start-1 {
    grid-column-start: 1 !important
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important
  }

  .md\:col-start-3 {
    grid-column-start: 3 !important
  }

  .md\:col-start-4 {
    grid-column-start: 4 !important
  }

  .md\:col-start-5 {
    grid-column-start: 5 !important
  }

  .md\:col-start-6 {
    grid-column-start: 6 !important
  }

  .md\:col-start-7 {
    grid-column-start: 7 !important
  }

  .md\:col-start-8 {
    grid-column-start: 8 !important
  }

  .md\:col-start-9 {
    grid-column-start: 9 !important
  }

  .md\:col-start-10 {
    grid-column-start: 10 !important
  }

  .md\:col-start-11 {
    grid-column-start: 11 !important
  }

  .md\:col-start-12 {
    grid-column-start: 12 !important
  }

  .md\:col-start-13 {
    grid-column-start: 13 !important
  }

  .md\:col-start-auto {
    grid-column-start: auto !important
  }

  .md\:col-end-1 {
    grid-column-end: 1 !important
  }

  .md\:col-end-2 {
    grid-column-end: 2 !important
  }

  .md\:col-end-3 {
    grid-column-end: 3 !important
  }

  .md\:col-end-4 {
    grid-column-end: 4 !important
  }

  .md\:col-end-5 {
    grid-column-end: 5 !important
  }

  .md\:col-end-6 {
    grid-column-end: 6 !important
  }

  .md\:col-end-7 {
    grid-column-end: 7 !important
  }

  .md\:col-end-8 {
    grid-column-end: 8 !important
  }

  .md\:col-end-9 {
    grid-column-end: 9 !important
  }

  .md\:col-end-10 {
    grid-column-end: 10 !important
  }

  .md\:col-end-11 {
    grid-column-end: 11 !important
  }

  .md\:col-end-12 {
    grid-column-end: 12 !important
  }

  .md\:col-end-13 {
    grid-column-end: 13 !important
  }

  .md\:col-end-auto {
    grid-column-end: auto !important
  }

  .md\:row-auto {
    grid-row: auto !important
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6 !important
  }

  .md\:row-span-full {
    grid-row: 1 / -1 !important
  }

  .md\:row-start-1 {
    grid-row-start: 1 !important
  }

  .md\:row-start-2 {
    grid-row-start: 2 !important
  }

  .md\:row-start-3 {
    grid-row-start: 3 !important
  }

  .md\:row-start-4 {
    grid-row-start: 4 !important
  }

  .md\:row-start-5 {
    grid-row-start: 5 !important
  }

  .md\:row-start-6 {
    grid-row-start: 6 !important
  }

  .md\:row-start-7 {
    grid-row-start: 7 !important
  }

  .md\:row-start-auto {
    grid-row-start: auto !important
  }

  .md\:row-end-1 {
    grid-row-end: 1 !important
  }

  .md\:row-end-2 {
    grid-row-end: 2 !important
  }

  .md\:row-end-3 {
    grid-row-end: 3 !important
  }

  .md\:row-end-4 {
    grid-row-end: 4 !important
  }

  .md\:row-end-5 {
    grid-row-end: 5 !important
  }

  .md\:row-end-6 {
    grid-row-end: 6 !important
  }

  .md\:row-end-7 {
    grid-row-end: 7 !important
  }

  .md\:row-end-auto {
    grid-row-end: auto !important
  }

  .md\:float-right {
    float: right !important
  }

  .md\:float-left {
    float: left !important
  }

  .md\:float-none {
    float: none !important
  }

  .md\:clear-left {
    clear: left !important
  }

  .md\:clear-right {
    clear: right !important
  }

  .md\:clear-both {
    clear: both !important
  }

  .md\:clear-none {
    clear: none !important
  }

  .md\:m-0 {
    margin: 0 !important
  }

  .md\:m-1 {
    margin: 0.25rem !important
  }

  .md\:m-2 {
    margin: 0.5rem !important
  }

  .md\:m-3 {
    margin: 0.75rem !important
  }

  .md\:m-4 {
    margin: 1rem !important
  }

  .md\:m-5 {
    margin: 1.25rem !important
  }

  .md\:m-6 {
    margin: 1.5rem !important
  }

  .md\:m-8 {
    margin: 2rem !important
  }

  .md\:m-10 {
    margin: 2.5rem !important
  }

  .md\:m-12 {
    margin: 3rem !important
  }

  .md\:m-16 {
    margin: 4rem !important
  }

  .md\:m-20 {
    margin: 5rem !important
  }

  .md\:m-24 {
    margin: 6rem !important
  }

  .md\:m-32 {
    margin: 8rem !important
  }

  .md\:m-auto {
    margin: auto !important
  }

  .md\:m-px {
    margin: 1px !important
  }

  .md\:m-base {
    margin: 2.2rem !important
  }

  .md\:-m-px {
    margin: -1px !important
  }

  .md\:-m-1 {
    margin: -0.25rem !important
  }

  .md\:-m-2 {
    margin: -0.5rem !important
  }

  .md\:-m-3 {
    margin: -0.75rem !important
  }

  .md\:-m-4 {
    margin: -1rem !important
  }

  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important
  }

  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important
  }

  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .md\:mx-base {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
  }

  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
  }

  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
  }

  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
  }

  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
  }

  .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
  }

  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }

  .md\:my-base {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
  }

  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
  }

  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important
  }

  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .md\:mt-0 {
    margin-top: 0 !important
  }

  .md\:mt-1 {
    margin-top: 0.25rem !important
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important
  }

  .md\:mt-3 {
    margin-top: 0.75rem !important
  }

  .md\:mt-4 {
    margin-top: 1rem !important
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important
  }

  .md\:mt-8 {
    margin-top: 2rem !important
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important
  }

  .md\:mt-12 {
    margin-top: 3rem !important
  }

  .md\:mt-16 {
    margin-top: 4rem !important
  }

  .md\:mt-20 {
    margin-top: 5rem !important
  }

  .md\:mt-24 {
    margin-top: 6rem !important
  }

  .md\:mt-32 {
    margin-top: 8rem !important
  }

  .md\:mt-auto {
    margin-top: auto !important
  }

  .md\:mt-px {
    margin-top: 1px !important
  }

  .md\:mt-base {
    margin-top: 2.2rem !important
  }

  .md\:-mt-px {
    margin-top: -1px !important
  }

  .md\:-mt-1 {
    margin-top: -0.25rem !important
  }

  .md\:-mt-2 {
    margin-top: -0.5rem !important
  }

  .md\:-mt-3 {
    margin-top: -0.75rem !important
  }

  .md\:-mt-4 {
    margin-top: -1rem !important
  }

  .md\:mr-0 {
    margin-right: 0 !important
  }

  .md\:mr-1 {
    margin-right: 0.25rem !important
  }

  .md\:mr-2 {
    margin-right: 0.5rem !important
  }

  .md\:mr-3 {
    margin-right: 0.75rem !important
  }

  .md\:mr-4 {
    margin-right: 1rem !important
  }

  .md\:mr-5 {
    margin-right: 1.25rem !important
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important
  }

  .md\:mr-8 {
    margin-right: 2rem !important
  }

  .md\:mr-10 {
    margin-right: 2.5rem !important
  }

  .md\:mr-12 {
    margin-right: 3rem !important
  }

  .md\:mr-16 {
    margin-right: 4rem !important
  }

  .md\:mr-20 {
    margin-right: 5rem !important
  }

  .md\:mr-24 {
    margin-right: 6rem !important
  }

  .md\:mr-32 {
    margin-right: 8rem !important
  }

  .md\:mr-auto {
    margin-right: auto !important
  }

  .md\:mr-px {
    margin-right: 1px !important
  }

  .md\:mr-base {
    margin-right: 2.2rem !important
  }

  .md\:-mr-px {
    margin-right: -1px !important
  }

  .md\:-mr-1 {
    margin-right: -0.25rem !important
  }

  .md\:-mr-2 {
    margin-right: -0.5rem !important
  }

  .md\:-mr-3 {
    margin-right: -0.75rem !important
  }

  .md\:-mr-4 {
    margin-right: -1rem !important
  }

  .md\:mb-0 {
    margin-bottom: 0 !important
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem !important
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem !important
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem !important
  }

  .md\:mb-4 {
    margin-bottom: 1rem !important
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem !important
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem !important
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important
  }

  .md\:mb-20 {
    margin-bottom: 5rem !important
  }

  .md\:mb-24 {
    margin-bottom: 6rem !important
  }

  .md\:mb-32 {
    margin-bottom: 8rem !important
  }

  .md\:mb-auto {
    margin-bottom: auto !important
  }

  .md\:mb-px {
    margin-bottom: 1px !important
  }

  .md\:mb-base {
    margin-bottom: 2.2rem !important
  }

  .md\:-mb-px {
    margin-bottom: -1px !important
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem !important
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem !important
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem !important
  }

  .md\:-mb-4 {
    margin-bottom: -1rem !important
  }

  .md\:ml-0 {
    margin-left: 0 !important
  }

  .md\:ml-1 {
    margin-left: 0.25rem !important
  }

  .md\:ml-2 {
    margin-left: 0.5rem !important
  }

  .md\:ml-3 {
    margin-left: 0.75rem !important
  }

  .md\:ml-4 {
    margin-left: 1rem !important
  }

  .md\:ml-5 {
    margin-left: 1.25rem !important
  }

  .md\:ml-6 {
    margin-left: 1.5rem !important
  }

  .md\:ml-8 {
    margin-left: 2rem !important
  }

  .md\:ml-10 {
    margin-left: 2.5rem !important
  }

  .md\:ml-12 {
    margin-left: 3rem !important
  }

  .md\:ml-16 {
    margin-left: 4rem !important
  }

  .md\:ml-20 {
    margin-left: 5rem !important
  }

  .md\:ml-24 {
    margin-left: 6rem !important
  }

  .md\:ml-32 {
    margin-left: 8rem !important
  }

  .md\:ml-auto {
    margin-left: auto !important
  }

  .md\:ml-px {
    margin-left: 1px !important
  }

  .md\:ml-base {
    margin-left: 2.2rem !important
  }

  .md\:-ml-px {
    margin-left: -1px !important
  }

  .md\:-ml-1 {
    margin-left: -0.25rem !important
  }

  .md\:-ml-2 {
    margin-left: -0.5rem !important
  }

  .md\:-ml-3 {
    margin-left: -0.75rem !important
  }

  .md\:-ml-4 {
    margin-left: -1rem !important
  }

  .md\:box-border {
    box-sizing: border-box !important
  }

  .md\:box-content {
    box-sizing: content-box !important
  }

  .md\:block {
    display: block !important
  }

  .md\:inline-block {
    display: inline-block !important
  }

  .md\:inline {
    display: inline !important
  }

  .md\:flex {
    display: flex !important
  }

  .md\:inline-flex {
    display: inline-flex !important
  }

  .md\:table {
    display: table !important
  }

  .md\:inline-table {
    display: inline-table !important
  }

  .md\:table-caption {
    display: table-caption !important
  }

  .md\:table-cell {
    display: table-cell !important
  }

  .md\:table-column {
    display: table-column !important
  }

  .md\:table-column-group {
    display: table-column-group !important
  }

  .md\:table-footer-group {
    display: table-footer-group !important
  }

  .md\:table-header-group {
    display: table-header-group !important
  }

  .md\:table-row-group {
    display: table-row-group !important
  }

  .md\:table-row {
    display: table-row !important
  }

  .md\:flow-root {
    display: flow-root !important
  }

  .md\:grid {
    display: grid !important
  }

  .md\:inline-grid {
    display: inline-grid !important
  }

  .md\:contents {
    display: contents !important
  }

  .md\:list-item {
    display: list-item !important
  }

  .md\:hidden {
    display: none !important
  }

  .md\:h-1 {
    height: 0.25rem !important
  }

  .md\:h-2 {
    height: 0.5rem !important
  }

  .md\:h-3 {
    height: 0.75rem !important
  }

  .md\:h-4 {
    height: 1rem !important
  }

  .md\:h-5 {
    height: 1.25rem !important
  }

  .md\:h-6 {
    height: 1.5rem !important
  }

  .md\:h-8 {
    height: 2rem !important
  }

  .md\:h-10 {
    height: 2.5rem !important
  }

  .md\:h-12 {
    height: 3rem !important
  }

  .md\:h-16 {
    height: 4rem !important
  }

  .md\:h-24 {
    height: 6rem !important
  }

  .md\:h-32 {
    height: 8rem !important
  }

  .md\:h-48 {
    height: 12rem !important
  }

  .md\:h-64 {
    height: 16rem !important
  }

  .md\:h-auto {
    height: auto !important
  }

  .md\:h-px {
    height: 1px !important
  }

  .md\:h-full {
    height: 100% !important
  }

  .md\:h-screen {
    height: 100vh !important
  }

  .md\:max-h-full {
    max-height: 100% !important
  }

  .md\:max-h-screen {
    max-height: 100vh !important
  }

  .md\:min-h-0 {
    min-height: 0 !important
  }

  .md\:min-h-full {
    min-height: 100% !important
  }

  .md\:min-h-screen {
    min-height: 100vh !important
  }

  .md\:w-1 {
    width: 0.25rem !important
  }

  .md\:w-2 {
    width: 0.5rem !important
  }

  .md\:w-3 {
    width: 0.75rem !important
  }

  .md\:w-4 {
    width: 1rem !important
  }

  .md\:w-5 {
    width: 1.25rem !important
  }

  .md\:w-6 {
    width: 1.5rem !important
  }

  .md\:w-8 {
    width: 2rem !important
  }

  .md\:w-10 {
    width: 2.5rem !important
  }

  .md\:w-12 {
    width: 3rem !important
  }

  .md\:w-16 {
    width: 4rem !important
  }

  .md\:w-24 {
    width: 6rem !important
  }

  .md\:w-32 {
    width: 8rem !important
  }

  .md\:w-48 {
    width: 12rem !important
  }

  .md\:w-64 {
    width: 16rem !important
  }

  .md\:w-auto {
    width: auto !important
  }

  .md\:w-px {
    width: 1px !important
  }

  .md\:w-1\/2 {
    width: 50% !important
  }

  .md\:w-1\/3 {
    width: 33.33333% !important
  }

  .md\:w-2\/3 {
    width: 66.66667% !important
  }

  .md\:w-1\/4 {
    width: 25% !important
  }

  .md\:w-3\/4 {
    width: 75% !important
  }

  .md\:w-1\/5 {
    width: 20% !important
  }

  .md\:w-2\/5 {
    width: 40% !important
  }

  .md\:w-3\/5 {
    width: 60% !important
  }

  .md\:w-4\/5 {
    width: 80% !important
  }

  .md\:w-1\/6 {
    width: 16.66667% !important
  }

  .md\:w-5\/6 {
    width: 83.33333% !important
  }

  .md\:w-1\/8 {
    width: 12.5% !important
  }

  .md\:w-7\/8 {
    width: 87.5% !important
  }

  .md\:w-1\/10 {
    width: 10% !important
  }

  .md\:w-9\/10 {
    width: 90% !important
  }

  .md\:w-1\/12 {
    width: 8.33333% !important
  }

  .md\:w-2\/12 {
    width: 16.66667% !important
  }

  .md\:w-3\/12 {
    width: 25% !important
  }

  .md\:w-4\/12 {
    width: 33.33333% !important
  }

  .md\:w-5\/12 {
    width: 41.66667% !important
  }

  .md\:w-6\/12 {
    width: 50% !important
  }

  .md\:w-7\/12 {
    width: 58.33333% !important
  }

  .md\:w-8\/12 {
    width: 66.66667% !important
  }

  .md\:w-9\/12 {
    width: 75% !important
  }

  .md\:w-10\/12 {
    width: 83.33333% !important
  }

  .md\:w-11\/12 {
    width: 91.66667% !important
  }

  .md\:w-full {
    width: 100% !important
  }

  .md\:w-screen {
    width: 100vw !important
  }

  .md\:min-w-0 {
    min-width: 0 !important
  }

  .md\:min-w-full {
    min-width: 100% !important
  }

  .md\:max-w-xs {
    max-width: 20rem !important
  }

  .md\:max-w-sm {
    max-width: 30rem !important
  }

  .md\:max-w-md {
    max-width: 40rem !important
  }

  .md\:max-w-lg {
    max-width: 50rem !important
  }

  .md\:max-w-xl {
    max-width: 60rem !important
  }

  .md\:max-w-2xl {
    max-width: 70rem !important
  }

  .md\:max-w-3xl {
    max-width: 80rem !important
  }

  .md\:max-w-4xl {
    max-width: 90rem !important
  }

  .md\:max-w-5xl {
    max-width: 100rem !important
  }

  .md\:max-w-full {
    max-width: 100% !important
  }

  .md\:flex-1 {
    flex: 1 1 0% !important
  }

  .md\:flex-auto {
    flex: 1 1 auto !important
  }

  .md\:flex-initial {
    flex: 0 1 auto !important
  }

  .md\:flex-none {
    flex: none !important
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .md\:flex-shrink {
    flex-shrink: 1 !important
  }

  .md\:flex-grow-0 {
    flex-grow: 0 !important
  }

  .md\:flex-grow {
    flex-grow: 1 !important
  }

  .md\:table-auto {
    table-layout: auto !important
  }

  .md\:table-fixed {
    table-layout: fixed !important
  }

  .md\:origin-center {
    transform-origin: center !important
  }

  .md\:origin-top {
    transform-origin: top !important
  }

  .md\:origin-top-right {
    transform-origin: top right !important
  }

  .md\:origin-right {
    transform-origin: right !important
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right !important
  }

  .md\:origin-bottom {
    transform-origin: bottom !important
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left !important
  }

  .md\:origin-left {
    transform-origin: left !important
  }

  .md\:origin-top-left {
    transform-origin: top left !important
  }

  .md\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
  }

  .md\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
  }

  .md\:transform-none {
    transform: none !important
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px !important
  }

  .md\:translate-x-1 {
    --tw-translate-x: 0.25rem !important
  }

  .md\:translate-x-2 {
    --tw-translate-x: 0.5rem !important
  }

  .md\:translate-x-3 {
    --tw-translate-x: 0.75rem !important
  }

  .md\:translate-x-4 {
    --tw-translate-x: 1rem !important
  }

  .md\:translate-x-5 {
    --tw-translate-x: 1.25rem !important
  }

  .md\:translate-x-6 {
    --tw-translate-x: 1.5rem !important
  }

  .md\:translate-x-7 {
    --tw-translate-x: 1.75rem !important
  }

  .md\:translate-x-8 {
    --tw-translate-x: 2rem !important
  }

  .md\:translate-x-9 {
    --tw-translate-x: 2.25rem !important
  }

  .md\:translate-x-10 {
    --tw-translate-x: 2.5rem !important
  }

  .md\:translate-x-11 {
    --tw-translate-x: 2.75rem !important
  }

  .md\:translate-x-12 {
    --tw-translate-x: 3rem !important
  }

  .md\:translate-x-14 {
    --tw-translate-x: 3.5rem !important
  }

  .md\:translate-x-16 {
    --tw-translate-x: 4rem !important
  }

  .md\:translate-x-20 {
    --tw-translate-x: 5rem !important
  }

  .md\:translate-x-24 {
    --tw-translate-x: 6rem !important
  }

  .md\:translate-x-28 {
    --tw-translate-x: 7rem !important
  }

  .md\:translate-x-32 {
    --tw-translate-x: 8rem !important
  }

  .md\:translate-x-36 {
    --tw-translate-x: 9rem !important
  }

  .md\:translate-x-40 {
    --tw-translate-x: 10rem !important
  }

  .md\:translate-x-44 {
    --tw-translate-x: 11rem !important
  }

  .md\:translate-x-48 {
    --tw-translate-x: 12rem !important
  }

  .md\:translate-x-52 {
    --tw-translate-x: 13rem !important
  }

  .md\:translate-x-56 {
    --tw-translate-x: 14rem !important
  }

  .md\:translate-x-60 {
    --tw-translate-x: 15rem !important
  }

  .md\:translate-x-64 {
    --tw-translate-x: 16rem !important
  }

  .md\:translate-x-72 {
    --tw-translate-x: 18rem !important
  }

  .md\:translate-x-80 {
    --tw-translate-x: 20rem !important
  }

  .md\:translate-x-96 {
    --tw-translate-x: 24rem !important
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px !important
  }

  .md\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important
  }

  .md\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important
  }

  .md\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important
  }

  .md\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important
  }

  .md\:-translate-x-0 {
    --tw-translate-x: 0px !important
  }

  .md\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important
  }

  .md\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important
  }

  .md\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important
  }

  .md\:-translate-x-4 {
    --tw-translate-x: -1rem !important
  }

  .md\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important
  }

  .md\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important
  }

  .md\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -2rem !important
  }

  .md\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important
  }

  .md\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important
  }

  .md\:-translate-x-12 {
    --tw-translate-x: -3rem !important
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -4rem !important
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -5rem !important
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -6rem !important
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -7rem !important
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -8rem !important
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -9rem !important
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -10rem !important
  }

  .md\:-translate-x-44 {
    --tw-translate-x: -11rem !important
  }

  .md\:-translate-x-48 {
    --tw-translate-x: -12rem !important
  }

  .md\:-translate-x-52 {
    --tw-translate-x: -13rem !important
  }

  .md\:-translate-x-56 {
    --tw-translate-x: -14rem !important
  }

  .md\:-translate-x-60 {
    --tw-translate-x: -15rem !important
  }

  .md\:-translate-x-64 {
    --tw-translate-x: -16rem !important
  }

  .md\:-translate-x-72 {
    --tw-translate-x: -18rem !important
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -20rem !important
  }

  .md\:-translate-x-96 {
    --tw-translate-x: -24rem !important
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px !important
  }

  .md\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important
  }

  .md\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important
  }

  .md\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important
  }

  .md\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50% !important
  }

  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important
  }

  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important
  }

  .md\:translate-x-1\/4 {
    --tw-translate-x: 25% !important
  }

  .md\:translate-x-2\/4 {
    --tw-translate-x: 50% !important
  }

  .md\:translate-x-3\/4 {
    --tw-translate-x: 75% !important
  }

  .md\:translate-x-full {
    --tw-translate-x: 100% !important
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important
  }

  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important
  }

  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important
  }

  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important
  }

  .md\:-translate-x-full {
    --tw-translate-x: -100% !important
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px !important
  }

  .md\:translate-y-1 {
    --tw-translate-y: 0.25rem !important
  }

  .md\:translate-y-2 {
    --tw-translate-y: 0.5rem !important
  }

  .md\:translate-y-3 {
    --tw-translate-y: 0.75rem !important
  }

  .md\:translate-y-4 {
    --tw-translate-y: 1rem !important
  }

  .md\:translate-y-5 {
    --tw-translate-y: 1.25rem !important
  }

  .md\:translate-y-6 {
    --tw-translate-y: 1.5rem !important
  }

  .md\:translate-y-7 {
    --tw-translate-y: 1.75rem !important
  }

  .md\:translate-y-8 {
    --tw-translate-y: 2rem !important
  }

  .md\:translate-y-9 {
    --tw-translate-y: 2.25rem !important
  }

  .md\:translate-y-10 {
    --tw-translate-y: 2.5rem !important
  }

  .md\:translate-y-11 {
    --tw-translate-y: 2.75rem !important
  }

  .md\:translate-y-12 {
    --tw-translate-y: 3rem !important
  }

  .md\:translate-y-14 {
    --tw-translate-y: 3.5rem !important
  }

  .md\:translate-y-16 {
    --tw-translate-y: 4rem !important
  }

  .md\:translate-y-20 {
    --tw-translate-y: 5rem !important
  }

  .md\:translate-y-24 {
    --tw-translate-y: 6rem !important
  }

  .md\:translate-y-28 {
    --tw-translate-y: 7rem !important
  }

  .md\:translate-y-32 {
    --tw-translate-y: 8rem !important
  }

  .md\:translate-y-36 {
    --tw-translate-y: 9rem !important
  }

  .md\:translate-y-40 {
    --tw-translate-y: 10rem !important
  }

  .md\:translate-y-44 {
    --tw-translate-y: 11rem !important
  }

  .md\:translate-y-48 {
    --tw-translate-y: 12rem !important
  }

  .md\:translate-y-52 {
    --tw-translate-y: 13rem !important
  }

  .md\:translate-y-56 {
    --tw-translate-y: 14rem !important
  }

  .md\:translate-y-60 {
    --tw-translate-y: 15rem !important
  }

  .md\:translate-y-64 {
    --tw-translate-y: 16rem !important
  }

  .md\:translate-y-72 {
    --tw-translate-y: 18rem !important
  }

  .md\:translate-y-80 {
    --tw-translate-y: 20rem !important
  }

  .md\:translate-y-96 {
    --tw-translate-y: 24rem !important
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px !important
  }

  .md\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important
  }

  .md\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important
  }

  .md\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important
  }

  .md\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important
  }

  .md\:-translate-y-0 {
    --tw-translate-y: 0px !important
  }

  .md\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important
  }

  .md\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important
  }

  .md\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important
  }

  .md\:-translate-y-4 {
    --tw-translate-y: -1rem !important
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important
  }

  .md\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important
  }

  .md\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -2rem !important
  }

  .md\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important
  }

  .md\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -3rem !important
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -4rem !important
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -5rem !important
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -6rem !important
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -7rem !important
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -8rem !important
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -9rem !important
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -10rem !important
  }

  .md\:-translate-y-44 {
    --tw-translate-y: -11rem !important
  }

  .md\:-translate-y-48 {
    --tw-translate-y: -12rem !important
  }

  .md\:-translate-y-52 {
    --tw-translate-y: -13rem !important
  }

  .md\:-translate-y-56 {
    --tw-translate-y: -14rem !important
  }

  .md\:-translate-y-60 {
    --tw-translate-y: -15rem !important
  }

  .md\:-translate-y-64 {
    --tw-translate-y: -16rem !important
  }

  .md\:-translate-y-72 {
    --tw-translate-y: -18rem !important
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -20rem !important
  }

  .md\:-translate-y-96 {
    --tw-translate-y: -24rem !important
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px !important
  }

  .md\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important
  }

  .md\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important
  }

  .md\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important
  }

  .md\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50% !important
  }

  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important
  }

  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25% !important
  }

  .md\:translate-y-2\/4 {
    --tw-translate-y: 50% !important
  }

  .md\:translate-y-3\/4 {
    --tw-translate-y: 75% !important
  }

  .md\:translate-y-full {
    --tw-translate-y: 100% !important
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important
  }

  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important
  }

  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important
  }

  .md\:-translate-y-full {
    --tw-translate-y: -100% !important
  }

  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important
  }

  .md\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important
  }

  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important
  }

  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important
  }

  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important
  }

  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important
  }

  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important
  }

  .md\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important
  }

  .md\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important
  }

  .md\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important
  }

  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important
  }

  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important
  }

  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important
  }

  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important
  }

  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important
  }

  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important
  }

  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important
  }

  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important
  }

  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important
  }

  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important
  }

  .md\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important
  }

  .md\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important
  }

  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important
  }

  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important
  }

  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important
  }

  .md\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important
  }

  .md\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important
  }

  .md\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important
  }

  .md\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important
  }

  .md\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important
  }

  .md\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important
  }

  .md\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important
  }

  .md\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important
  }

  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important
  }

  .md\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important
  }

  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important
  }

  .md\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important
  }

  .md\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important
  }

  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important
  }

  .md\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important
  }

  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important
  }

  .md\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important
  }

  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important
  }

  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important
  }

  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important
  }

  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important
  }

  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important
  }

  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important
  }

  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important
  }

  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important
  }

  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important
  }

  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important
  }

  .md\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important
  }

  .md\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important
  }

  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important
  }

  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important
  }

  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important
  }

  .md\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important
  }

  .md\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important
  }

  .md\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important
  }

  .md\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important
  }

  .md\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important
  }

  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important
  }

  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important
  }

  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important
  }

  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important
  }

  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important
  }

  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important
  }

  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important
  }

  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important
  }

  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important
  }

  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important
  }

  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important
  }

  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important
  }

  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important
  }

  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important
  }

  .md\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important
  }

  .md\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important
  }

  .md\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important
  }

  .md\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important
  }

  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important
  }

  .md\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important
  }

  .md\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important
  }

  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important
  }

  .md\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important
  }

  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important
  }

  .md\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important
  }

  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important
  }

  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important
  }

  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important
  }

  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important
  }

  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important
  }

  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important
  }

  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important
  }

  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important
  }

  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important
  }

  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important
  }

  .md\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important
  }

  .md\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important
  }

  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important
  }

  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important
  }

  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important
  }

  .md\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important
  }

  .md\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important
  }

  .md\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important
  }

  .md\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important
  }

  .md\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important
  }

  .md\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important
  }

  .md\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important
  }

  .md\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important
  }

  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important
  }

  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important
  }

  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important
  }

  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important
  }

  .md\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important
  }

  .md\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important
  }

  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important
  }

  .md\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important
  }

  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important
  }

  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important
  }

  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important
  }

  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important
  }

  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important
  }

  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important
  }

  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important
  }

  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important
  }

  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important
  }

  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important
  }

  .md\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important
  }

  .md\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important
  }

  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important
  }

  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important
  }

  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important
  }

  .md\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important
  }

  .md\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important
  }

  .md\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important
  }

  .md\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important
  }

  .md\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important
  }

  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important
  }

  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important
  }

  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important
  }

  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important
  }

  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important
  }

  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important
  }

  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important
  }

  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important
  }

  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important
  }

  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important
  }

  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important
  }

  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important
  }

  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important
  }

  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important
  }

  .md\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important
  }

  .md\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important
  }

  .md\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important
  }

  .md\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important
  }

  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important
  }

  .md\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important
  }

  .md\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important
  }

  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important
  }

  .md\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important
  }

  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important
  }

  .md\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important
  }

  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important
  }

  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important
  }

  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important
  }

  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important
  }

  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important
  }

  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important
  }

  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important
  }

  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important
  }

  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important
  }

  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important
  }

  .md\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important
  }

  .md\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important
  }

  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important
  }

  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important
  }

  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important
  }

  .md\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important
  }

  .md\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important
  }

  .md\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important
  }

  .md\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important
  }

  .md\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important
  }

  .md\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important
  }

  .md\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important
  }

  .md\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important
  }

  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important
  }

  .md\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important
  }

  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important
  }

  .md\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important
  }

  .md\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important
  }

  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important
  }

  .md\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important
  }

  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important
  }

  .md\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important
  }

  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important
  }

  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important
  }

  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important
  }

  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important
  }

  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important
  }

  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important
  }

  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important
  }

  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important
  }

  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important
  }

  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important
  }

  .md\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important
  }

  .md\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important
  }

  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important
  }

  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important
  }

  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important
  }

  .md\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important
  }

  .md\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important
  }

  .md\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important
  }

  .md\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important
  }

  .md\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important
  }

  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important
  }

  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important
  }

  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important
  }

  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important
  }

  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important
  }

  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important
  }

  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important
  }

  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important
  }

  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important
  }

  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important
  }

  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important
  }

  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important
  }

  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important
  }

  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important
  }

  .md\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important
  }

  .md\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important
  }

  .md\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important
  }

  .md\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important
  }

  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important
  }

  .md\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important
  }

  .md\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important
  }

  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important
  }

  .md\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important
  }

  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important
  }

  .md\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important
  }

  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important
  }

  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important
  }

  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important
  }

  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important
  }

  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important
  }

  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important
  }

  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important
  }

  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important
  }

  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important
  }

  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important
  }

  .md\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important
  }

  .md\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important
  }

  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important
  }

  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important
  }

  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important
  }

  .md\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important
  }

  .md\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important
  }

  .md\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important
  }

  .md\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important
  }

  .md\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important
  }

  .md\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important
  }

  .md\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important
  }

  .md\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important
  }

  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important
  }

  .md\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important
  }

  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important
  }

  .md\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important
  }

  .md\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important
  }

  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important
  }

  .md\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important
  }

  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important
  }

  .md\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important
  }

  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important
  }

  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important
  }

  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important
  }

  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important
  }

  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important
  }

  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important
  }

  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important
  }

  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important
  }

  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important
  }

  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important
  }

  .md\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important
  }

  .md\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important
  }

  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important
  }

  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important
  }

  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important
  }

  .md\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important
  }

  .md\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important
  }

  .md\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important
  }

  .md\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important
  }

  .md\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important
  }

  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important
  }

  .md\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important
  }

  .md\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important
  }

  .md\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important
  }

  .md\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important
  }

  .md\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important
  }

  .md\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important
  }

  .md\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important
  }

  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important
  }

  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important
  }

  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important
  }

  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important
  }

  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg !important
  }

  .md\:rotate-1 {
    --tw-rotate: 1deg !important
  }

  .md\:rotate-2 {
    --tw-rotate: 2deg !important
  }

  .md\:rotate-3 {
    --tw-rotate: 3deg !important
  }

  .md\:rotate-6 {
    --tw-rotate: 6deg !important
  }

  .md\:rotate-12 {
    --tw-rotate: 12deg !important
  }

  .md\:rotate-45 {
    --tw-rotate: 45deg !important
  }

  .md\:rotate-90 {
    --tw-rotate: 90deg !important
  }

  .md\:rotate-180 {
    --tw-rotate: 180deg !important
  }

  .md\:-rotate-180 {
    --tw-rotate: -180deg !important
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg !important
  }

  .md\:-rotate-45 {
    --tw-rotate: -45deg !important
  }

  .md\:-rotate-12 {
    --tw-rotate: -12deg !important
  }

  .md\:-rotate-6 {
    --tw-rotate: -6deg !important
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg !important
  }

  .md\:-rotate-2 {
    --tw-rotate: -2deg !important
  }

  .md\:-rotate-1 {
    --tw-rotate: -1deg !important
  }

  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important
  }

  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important
  }

  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important
  }

  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important
  }

  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important
  }

  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important
  }

  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important
  }

  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important
  }

  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important
  }

  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important
  }

  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important
  }

  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important
  }

  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important
  }

  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important
  }

  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important
  }

  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important
  }

  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important
  }

  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important
  }

  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important
  }

  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important
  }

  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important
  }

  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important
  }

  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important
  }

  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important
  }

  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important
  }

  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important
  }

  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important
  }

  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important
  }

  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important
  }

  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important
  }

  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important
  }

  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important
  }

  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important
  }

  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important
  }

  .md\:skew-x-0 {
    --tw-skew-x: 0deg !important
  }

  .md\:skew-x-1 {
    --tw-skew-x: 1deg !important
  }

  .md\:skew-x-2 {
    --tw-skew-x: 2deg !important
  }

  .md\:skew-x-3 {
    --tw-skew-x: 3deg !important
  }

  .md\:skew-x-6 {
    --tw-skew-x: 6deg !important
  }

  .md\:skew-x-12 {
    --tw-skew-x: 12deg !important
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg !important
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg !important
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg !important
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg !important
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg !important
  }

  .md\:skew-y-0 {
    --tw-skew-y: 0deg !important
  }

  .md\:skew-y-1 {
    --tw-skew-y: 1deg !important
  }

  .md\:skew-y-2 {
    --tw-skew-y: 2deg !important
  }

  .md\:skew-y-3 {
    --tw-skew-y: 3deg !important
  }

  .md\:skew-y-6 {
    --tw-skew-y: 6deg !important
  }

  .md\:skew-y-12 {
    --tw-skew-y: 12deg !important
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg !important
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg !important
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg !important
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg !important
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg !important
  }

  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important
  }

  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important
  }

  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important
  }

  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important
  }

  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important
  }

  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important
  }

  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important
  }

  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important
  }

  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important
  }

  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important
  }

  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important
  }

  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important
  }

  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important
  }

  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important
  }

  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important
  }

  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important
  }

  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important
  }

  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important
  }

  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important
  }

  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important
  }

  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important
  }

  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important
  }

  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important
  }

  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important
  }

  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important
  }

  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important
  }

  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important
  }

  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important
  }

  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important
  }

  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important
  }

  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important
  }

  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important
  }

  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important
  }

  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important
  }

  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important
  }

  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important
  }

  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important
  }

  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important
  }

  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important
  }

  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important
  }

  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important
  }

  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important
  }

  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important
  }

  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important
  }

  .md\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .md\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .md\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .md\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .md\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .md\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .md\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .md\:scale-x-0 {
    --tw-scale-x: 0 !important
  }

  .md\:scale-x-50 {
    --tw-scale-x: .5 !important
  }

  .md\:scale-x-75 {
    --tw-scale-x: .75 !important
  }

  .md\:scale-x-90 {
    --tw-scale-x: .9 !important
  }

  .md\:scale-x-95 {
    --tw-scale-x: .95 !important
  }

  .md\:scale-x-100 {
    --tw-scale-x: 1 !important
  }

  .md\:scale-x-105 {
    --tw-scale-x: 1.05 !important
  }

  .md\:scale-x-110 {
    --tw-scale-x: 1.1 !important
  }

  .md\:scale-x-125 {
    --tw-scale-x: 1.25 !important
  }

  .md\:scale-x-150 {
    --tw-scale-x: 1.5 !important
  }

  .md\:scale-y-0 {
    --tw-scale-y: 0 !important
  }

  .md\:scale-y-50 {
    --tw-scale-y: .5 !important
  }

  .md\:scale-y-75 {
    --tw-scale-y: .75 !important
  }

  .md\:scale-y-90 {
    --tw-scale-y: .9 !important
  }

  .md\:scale-y-95 {
    --tw-scale-y: .95 !important
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1 !important
  }

  .md\:scale-y-105 {
    --tw-scale-y: 1.05 !important
  }

  .md\:scale-y-110 {
    --tw-scale-y: 1.1 !important
  }

  .md\:scale-y-125 {
    --tw-scale-y: 1.25 !important
  }

  .md\:scale-y-150 {
    --tw-scale-y: 1.5 !important
  }

  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important
  }

  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important
  }

  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important
  }

  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important
  }

  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important
  }

  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important
  }

  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important
  }

  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important
  }

  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important
  }

  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important
  }

  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important
  }

  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important
  }

  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important
  }

  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important
  }

  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important
  }

  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important
  }

  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important
  }

  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important
  }

  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important
  }

  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important
  }

  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important
  }

  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important
  }

  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important
  }

  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important
  }

  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important
  }

  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important
  }

  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important
  }

  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important
  }

  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important
  }

  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important
  }

  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important
  }

  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important
  }

  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important
  }

  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important
  }

  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important
  }

  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important
  }

  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important
  }

  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important
  }

  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important
  }

  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important
  }

  .md\:animate-none {
    animation: none !important
  }

  .md\:animate-spin {
    animation: spin 1s linear infinite !important
  }

  .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important
  }

  .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important
  }

  .md\:animate-bounce {
    animation: bounce 1s infinite !important
  }

  .md\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important
  }

  .md\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important
  }

  .md\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important
  }

  .md\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important
  }

  .md\:resize-none {
    resize: none !important
  }

  .md\:resize-y {
    resize: vertical !important
  }

  .md\:resize-x {
    resize: horizontal !important
  }

  .md\:resize {
    resize: both !important
  }

  .md\:list-inside {
    list-style-position: inside !important
  }

  .md\:list-outside {
    list-style-position: outside !important
  }

  .md\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto !important
  }

  .md\:auto-cols-min {
    grid-auto-columns: min-content !important
  }

  .md\:auto-cols-max {
    grid-auto-columns: max-content !important
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important
  }

  .md\:grid-flow-row {
    grid-auto-flow: row !important
  }

  .md\:grid-flow-col {
    grid-auto-flow: column !important
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense !important
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense !important
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto !important
  }

  .md\:auto-rows-min {
    grid-auto-rows: min-content !important
  }

  .md\:auto-rows-max {
    grid-auto-rows: max-content !important
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-none {
    grid-template-columns: none !important
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important
  }

  .md\:grid-rows-none {
    grid-template-rows: none !important
  }

  .md\:flex-row {
    flex-direction: row !important
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .md\:flex-col {
    flex-direction: column !important
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse !important
  }

  .md\:flex-wrap {
    flex-wrap: wrap !important
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap !important
  }

  .md\:place-content-center {
    place-content: center !important
  }

  .md\:place-content-start {
    place-content: start !important
  }

  .md\:place-content-end {
    place-content: end !important
  }

  .md\:place-content-between {
    place-content: space-between !important
  }

  .md\:place-content-around {
    place-content: space-around !important
  }

  .md\:place-content-evenly {
    place-content: space-evenly !important
  }

  .md\:place-content-stretch {
    place-content: stretch !important
  }

  .md\:place-items-start {
    place-items: start !important
  }

  .md\:place-items-end {
    place-items: end !important
  }

  .md\:place-items-center {
    place-items: center !important
  }

  .md\:place-items-stretch {
    place-items: stretch !important
  }

  .md\:content-center {
    align-content: center !important
  }

  .md\:content-start {
    align-content: flex-start !important
  }

  .md\:content-end {
    align-content: flex-end !important
  }

  .md\:content-between {
    align-content: space-between !important
  }

  .md\:content-around {
    align-content: space-around !important
  }

  .md\:content-evenly {
    align-content: space-evenly !important
  }

  .md\:items-start {
    align-items: flex-start !important
  }

  .md\:items-end {
    align-items: flex-end !important
  }

  .md\:items-center {
    align-items: center !important
  }

  .md\:items-baseline {
    align-items: baseline !important
  }

  .md\:items-stretch {
    align-items: stretch !important
  }

  .md\:justify-start {
    justify-content: flex-start !important
  }

  .md\:justify-end {
    justify-content: flex-end !important
  }

  .md\:justify-center {
    justify-content: center !important
  }

  .md\:justify-between {
    justify-content: space-between !important
  }

  .md\:justify-around {
    justify-content: space-around !important
  }

  .md\:justify-evenly {
    justify-content: space-evenly !important
  }

  .md\:justify-items-start {
    justify-items: start !important
  }

  .md\:justify-items-end {
    justify-items: end !important
  }

  .md\:justify-items-center {
    justify-items: center !important
  }

  .md\:justify-items-stretch {
    justify-items: stretch !important
  }

  .md\:gap-0 {
    gap: 0px !important
  }

  .md\:gap-1 {
    gap: 0.25rem !important
  }

  .md\:gap-2 {
    gap: 0.5rem !important
  }

  .md\:gap-3 {
    gap: 0.75rem !important
  }

  .md\:gap-4 {
    gap: 1rem !important
  }

  .md\:gap-5 {
    gap: 1.25rem !important
  }

  .md\:gap-6 {
    gap: 1.5rem !important
  }

  .md\:gap-7 {
    gap: 1.75rem !important
  }

  .md\:gap-8 {
    gap: 2rem !important
  }

  .md\:gap-9 {
    gap: 2.25rem !important
  }

  .md\:gap-10 {
    gap: 2.5rem !important
  }

  .md\:gap-11 {
    gap: 2.75rem !important
  }

  .md\:gap-12 {
    gap: 3rem !important
  }

  .md\:gap-14 {
    gap: 3.5rem !important
  }

  .md\:gap-16 {
    gap: 4rem !important
  }

  .md\:gap-20 {
    gap: 5rem !important
  }

  .md\:gap-24 {
    gap: 6rem !important
  }

  .md\:gap-28 {
    gap: 7rem !important
  }

  .md\:gap-32 {
    gap: 8rem !important
  }

  .md\:gap-36 {
    gap: 9rem !important
  }

  .md\:gap-40 {
    gap: 10rem !important
  }

  .md\:gap-44 {
    gap: 11rem !important
  }

  .md\:gap-48 {
    gap: 12rem !important
  }

  .md\:gap-52 {
    gap: 13rem !important
  }

  .md\:gap-56 {
    gap: 14rem !important
  }

  .md\:gap-60 {
    gap: 15rem !important
  }

  .md\:gap-64 {
    gap: 16rem !important
  }

  .md\:gap-72 {
    gap: 18rem !important
  }

  .md\:gap-80 {
    gap: 20rem !important
  }

  .md\:gap-96 {
    gap: 24rem !important
  }

  .md\:gap-px {
    gap: 1px !important
  }

  .md\:gap-0\.5 {
    gap: 0.125rem !important
  }

  .md\:gap-1\.5 {
    gap: 0.375rem !important
  }

  .md\:gap-2\.5 {
    gap: 0.625rem !important
  }

  .md\:gap-3\.5 {
    gap: 0.875rem !important
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important
  }

  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important
  }

  .md\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important
  }

  .md\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important
  }

  .md\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important
  }

  .md\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important
  }

  .md\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important
  }

  .md\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important
  }

  .md\:gap-y-0 {
    row-gap: 0px !important
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem !important
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem !important
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem !important
  }

  .md\:gap-y-4 {
    row-gap: 1rem !important
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem !important
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem !important
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem !important
  }

  .md\:gap-y-8 {
    row-gap: 2rem !important
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem !important
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem !important
  }

  .md\:gap-y-11 {
    row-gap: 2.75rem !important
  }

  .md\:gap-y-12 {
    row-gap: 3rem !important
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem !important
  }

  .md\:gap-y-16 {
    row-gap: 4rem !important
  }

  .md\:gap-y-20 {
    row-gap: 5rem !important
  }

  .md\:gap-y-24 {
    row-gap: 6rem !important
  }

  .md\:gap-y-28 {
    row-gap: 7rem !important
  }

  .md\:gap-y-32 {
    row-gap: 8rem !important
  }

  .md\:gap-y-36 {
    row-gap: 9rem !important
  }

  .md\:gap-y-40 {
    row-gap: 10rem !important
  }

  .md\:gap-y-44 {
    row-gap: 11rem !important
  }

  .md\:gap-y-48 {
    row-gap: 12rem !important
  }

  .md\:gap-y-52 {
    row-gap: 13rem !important
  }

  .md\:gap-y-56 {
    row-gap: 14rem !important
  }

  .md\:gap-y-60 {
    row-gap: 15rem !important
  }

  .md\:gap-y-64 {
    row-gap: 16rem !important
  }

  .md\:gap-y-72 {
    row-gap: 18rem !important
  }

  .md\:gap-y-80 {
    row-gap: 20rem !important
  }

  .md\:gap-y-96 {
    row-gap: 24rem !important
  }

  .md\:gap-y-px {
    row-gap: 1px !important
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem !important
  }

  .md\:gap-y-1\.5 {
    row-gap: 0.375rem !important
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem !important
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem !important
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .md\:divide-x-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important
  }

  .md\:divide-y-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important
  }

  .md\:divide-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-divide-opacity)) !important
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-divide-opacity)) !important
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important
  }

  .md\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-divide-opacity)) !important
  }

  .md\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-divide-opacity)) !important
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important
  }

  .md\:place-self-auto {
    place-self: auto !important
  }

  .md\:place-self-start {
    place-self: start !important
  }

  .md\:place-self-end {
    place-self: end !important
  }

  .md\:place-self-center {
    place-self: center !important
  }

  .md\:place-self-stretch {
    place-self: stretch !important
  }

  .md\:self-auto {
    align-self: auto !important
  }

  .md\:self-start {
    align-self: flex-start !important
  }

  .md\:self-end {
    align-self: flex-end !important
  }

  .md\:self-center {
    align-self: center !important
  }

  .md\:self-stretch {
    align-self: stretch !important
  }

  .md\:self-baseline {
    align-self: baseline !important
  }

  .md\:justify-self-auto {
    justify-self: auto !important
  }

  .md\:justify-self-start {
    justify-self: start !important
  }

  .md\:justify-self-end {
    justify-self: end !important
  }

  .md\:justify-self-center {
    justify-self: center !important
  }

  .md\:justify-self-stretch {
    justify-self: stretch !important
  }

  .md\:overflow-auto {
    overflow: auto !important
  }

  .md\:overflow-hidden {
    overflow: hidden !important
  }

  .md\:overflow-visible {
    overflow: visible !important
  }

  .md\:overflow-scroll {
    overflow: scroll !important
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .md\:overscroll-auto {
    overscroll-behavior: auto !important
  }

  .md\:overscroll-contain {
    overscroll-behavior: contain !important
  }

  .md\:overscroll-none {
    overscroll-behavior: none !important
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto !important
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain !important
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none !important
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto !important
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain !important
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none !important
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis !important
  }

  .md\:overflow-clip {
    text-overflow: clip !important
  }

  .md\:whitespace-normal {
    white-space: normal !important
  }

  .md\:whitespace-nowrap {
    white-space: nowrap !important
  }

  .md\:whitespace-pre {
    white-space: pre !important
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .md\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important
  }

  .md\:break-words {
    overflow-wrap: break-word !important
  }

  .md\:break-all {
    word-break: break-all !important
  }

  .md\:border-0 {
    border-width: 0 !important
  }

  .md\:border-2 {
    border-width: 2px !important
  }

  .md\:border-4 {
    border-width: 4px !important
  }

  .md\:border-8 {
    border-width: 8px !important
  }

  .md\:border-default {
    border-width: 1px !important
  }

  .md\:border-t-0 {
    border-top-width: 0 !important
  }

  .md\:border-t-2 {
    border-top-width: 2px !important
  }

  .md\:border-t-4 {
    border-top-width: 4px !important
  }

  .md\:border-t-8 {
    border-top-width: 8px !important
  }

  .md\:border-t-default {
    border-top-width: 1px !important
  }

  .md\:border-r-0 {
    border-right-width: 0 !important
  }

  .md\:border-r-2 {
    border-right-width: 2px !important
  }

  .md\:border-r-4 {
    border-right-width: 4px !important
  }

  .md\:border-r-8 {
    border-right-width: 8px !important
  }

  .md\:border-r-default {
    border-right-width: 1px !important
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .md\:border-b-default {
    border-bottom-width: 1px !important
  }

  .md\:border-l-0 {
    border-left-width: 0 !important
  }

  .md\:border-l-2 {
    border-left-width: 2px !important
  }

  .md\:border-l-4 {
    border-left-width: 4px !important
  }

  .md\:border-l-8 {
    border-left-width: 8px !important
  }

  .md\:border-l-default {
    border-left-width: 1px !important
  }

  .md\:border-solid {
    border-style: solid !important
  }

  .md\:border-dashed {
    border-style: dashed !important
  }

  .md\:border-dotted {
    border-style: dotted !important
  }

  .md\:border-double {
    border-style: double !important
  }

  .md\:border-none {
    border-style: none !important
  }

  .md\:border-default {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .md\:border-transparent {
    border-color: transparent !important
  }

  .md\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-border-opacity)) !important
  }

  .md\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important
  }

  .md\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-border-opacity)) !important
  }

  .md\:border-grey-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .md\:hover\:border-default:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent !important
  }

  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-border-opacity)) !important
  }

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

  .md\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-border-opacity)) !important
  }

  .md\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0 !important
  }

  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important
  }

  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important
  }

  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important
  }

  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important
  }

  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important
  }

  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important
  }

  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important
  }

  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important
  }

  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important
  }

  .md\:border-opacity-100 {
    --tw-border-opacity: 1 !important
  }

  .group:hover .md\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important
  }

  .group:hover .md\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important
  }

  .group:hover .md\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important
  }

  .group:hover .md\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important
  }

  .group:hover .md\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important
  }

  .group:hover .md\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important
  }

  .group:hover .md\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important
  }

  .group:hover .md\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important
  }

  .group:hover .md\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important
  }

  .group:hover .md\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important
  }

  .group:hover .md\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important
  }

  .group:hover .md\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important
  }

  .group:hover .md\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important
  }

  .group:hover .md\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important
  }

  .group:hover .md\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important
  }

  .md\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important
  }

  .md\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important
  }

  .md\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important
  }

  .md\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important
  }

  .md\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important
  }

  .md\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important
  }

  .md\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important
  }

  .md\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important
  }

  .md\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important
  }

  .md\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important
  }

  .md\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important
  }

  .md\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important
  }

  .md\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important
  }

  .md\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important
  }

  .md\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important
  }

  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important
  }

  .md\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important
  }

  .md\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important
  }

  .md\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important
  }

  .md\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important
  }

  .md\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important
  }

  .md\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important
  }

  .md\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important
  }

  .md\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important
  }

  .md\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important
  }

  .md\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important
  }

  .md\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important
  }

  .md\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important
  }

  .md\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important
  }

  .md\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important
  }

  .md\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important
  }

  .md\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important
  }

  .md\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important
  }

  .md\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important
  }

  .md\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important
  }

  .md\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important
  }

  .md\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important
  }

  .md\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important
  }

  .md\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important
  }

  .md\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important
  }

  .md\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important
  }

  .md\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important
  }

  .md\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important
  }

  .md\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important
  }

  .md\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important
  }

  .md\:bg-transparent {
    background-color: transparent !important
  }

  .md\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

  .md\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important
  }

  .md\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .md\:bg-grey-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

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

  .md\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .md\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent !important
  }

  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

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

  .md\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .md\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important
  }

  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important
  }

  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important
  }

  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important
  }

  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important
  }

  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important
  }

  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important
  }

  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important
  }

  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important
  }

  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important
  }

  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important
  }

  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important
  }

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important
  }

  .group:hover .md\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important
  }

  .md\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important
  }

  .md\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important
  }

  .md\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important
  }

  .md\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important
  }

  .md\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important
  }

  .md\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important
  }

  .md\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important
  }

  .md\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important
  }

  .md\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important
  }

  .md\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important
  }

  .md\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important
  }

  .md\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important
  }

  .md\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important
  }

  .md\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important
  }

  .md\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important
  }

  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important
  }

  .md\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important
  }

  .md\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important
  }

  .md\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important
  }

  .md\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important
  }

  .md\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important
  }

  .md\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important
  }

  .md\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important
  }

  .md\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important
  }

  .md\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important
  }

  .md\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important
  }

  .md\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important
  }

  .md\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important
  }

  .md\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important
  }

  .md\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important
  }

  .md\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important
  }

  .md\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important
  }

  .md\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important
  }

  .md\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important
  }

  .md\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important
  }

  .md\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important
  }

  .md\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important
  }

  .md\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important
  }

  .md\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important
  }

  .md\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important
  }

  .md\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important
  }

  .md\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important
  }

  .md\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important
  }

  .md\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important
  }

  .md\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important
  }

  .md\:bg-none {
    background-image: none !important
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important
  }

  .md\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .md\:from-black {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .md\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .md\:from-grey {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .md\:from-grey-light {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .md\:hover\:from-black:hover {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .md\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .md\:hover\:from-grey:hover {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .md\:hover\:from-grey-light:hover {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .md\:focus\:from-black:focus {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .md\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .md\:focus\:from-grey:focus {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .md\:focus\:from-grey-light:focus {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .md\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .md\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .md\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .md\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .md\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .md\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .md\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .md\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent !important
  }

  .md\:to-black {
    --tw-gradient-to: #22292f !important
  }

  .md\:to-white {
    --tw-gradient-to: #ffffff !important
  }

  .md\:to-grey {
    --tw-gradient-to: #b8c2cc !important
  }

  .md\:to-grey-light {
    --tw-gradient-to: #dae1e7 !important
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #22292f !important
  }

  .md\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important
  }

  .md\:hover\:to-grey:hover {
    --tw-gradient-to: #b8c2cc !important
  }

  .md\:hover\:to-grey-light:hover {
    --tw-gradient-to: #dae1e7 !important
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #22292f !important
  }

  .md\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important
  }

  .md\:focus\:to-grey:focus {
    --tw-gradient-to: #b8c2cc !important
  }

  .md\:focus\:to-grey-light:focus {
    --tw-gradient-to: #dae1e7 !important
  }

  .md\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important
  }

  .md\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important
  }

  .md\:bg-auto {
    background-size: auto !important
  }

  .md\:bg-cover {
    background-size: cover !important
  }

  .md\:bg-contain {
    background-size: contain !important
  }

  .md\:bg-fixed {
    background-attachment: fixed !important
  }

  .md\:bg-local {
    background-attachment: local !important
  }

  .md\:bg-scroll {
    background-attachment: scroll !important
  }

  .md\:bg-clip-border {
    background-clip: border-box !important
  }

  .md\:bg-clip-padding {
    background-clip: padding-box !important
  }

  .md\:bg-clip-content {
    background-clip: content-box !important
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important
  }

  .md\:bg-origin-border {
    background-origin: border-box !important
  }

  .md\:bg-origin-padding {
    background-origin: padding-box !important
  }

  .md\:bg-origin-content {
    background-origin: content-box !important
  }

  .md\:stroke-0 {
    stroke-width: 0 !important
  }

  .md\:stroke-1 {
    stroke-width: 1 !important
  }

  .md\:stroke-2 {
    stroke-width: 2 !important
  }

  .md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important
  }

  .md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important
  }

  .md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important
  }

  .md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important
  }

  .md\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important
  }

  .md\:object-center {
    -o-object-position: center !important;
       object-position: center !important
  }

  .md\:object-left {
    -o-object-position: left !important;
       object-position: left !important
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important
  }

  .md\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important
  }

  .md\:object-right {
    -o-object-position: right !important;
       object-position: right !important
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important
  }

  .md\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important
  }

  .md\:object-top {
    -o-object-position: top !important;
       object-position: top !important
  }

  .md\:p-0 {
    padding: 0 !important
  }

  .md\:p-1 {
    padding: 0.25rem !important
  }

  .md\:p-2 {
    padding: 0.5rem !important
  }

  .md\:p-3 {
    padding: 0.75rem !important
  }

  .md\:p-4 {
    padding: 1rem !important
  }

  .md\:p-5 {
    padding: 1.25rem !important
  }

  .md\:p-6 {
    padding: 1.5rem !important
  }

  .md\:p-8 {
    padding: 2rem !important
  }

  .md\:p-10 {
    padding: 2.5rem !important
  }

  .md\:p-12 {
    padding: 3rem !important
  }

  .md\:p-16 {
    padding: 4rem !important
  }

  .md\:p-20 {
    padding: 5rem !important
  }

  .md\:p-24 {
    padding: 6rem !important
  }

  .md\:p-32 {
    padding: 8rem !important
  }

  .md\:p-px {
    padding: 1px !important
  }

  .md\:p-base {
    padding: 2.2rem !important
  }

  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
  }

  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .md\:px-base {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important
  }

  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
  }

  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
  }

  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .md\:py-base {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important
  }

  .md\:pt-0 {
    padding-top: 0 !important
  }

  .md\:pt-1 {
    padding-top: 0.25rem !important
  }

  .md\:pt-2 {
    padding-top: 0.5rem !important
  }

  .md\:pt-3 {
    padding-top: 0.75rem !important
  }

  .md\:pt-4 {
    padding-top: 1rem !important
  }

  .md\:pt-5 {
    padding-top: 1.25rem !important
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important
  }

  .md\:pt-8 {
    padding-top: 2rem !important
  }

  .md\:pt-10 {
    padding-top: 2.5rem !important
  }

  .md\:pt-12 {
    padding-top: 3rem !important
  }

  .md\:pt-16 {
    padding-top: 4rem !important
  }

  .md\:pt-20 {
    padding-top: 5rem !important
  }

  .md\:pt-24 {
    padding-top: 6rem !important
  }

  .md\:pt-32 {
    padding-top: 8rem !important
  }

  .md\:pt-px {
    padding-top: 1px !important
  }

  .md\:pt-base {
    padding-top: 2.2rem !important
  }

  .md\:pr-0 {
    padding-right: 0 !important
  }

  .md\:pr-1 {
    padding-right: 0.25rem !important
  }

  .md\:pr-2 {
    padding-right: 0.5rem !important
  }

  .md\:pr-3 {
    padding-right: 0.75rem !important
  }

  .md\:pr-4 {
    padding-right: 1rem !important
  }

  .md\:pr-5 {
    padding-right: 1.25rem !important
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important
  }

  .md\:pr-8 {
    padding-right: 2rem !important
  }

  .md\:pr-10 {
    padding-right: 2.5rem !important
  }

  .md\:pr-12 {
    padding-right: 3rem !important
  }

  .md\:pr-16 {
    padding-right: 4rem !important
  }

  .md\:pr-20 {
    padding-right: 5rem !important
  }

  .md\:pr-24 {
    padding-right: 6rem !important
  }

  .md\:pr-32 {
    padding-right: 8rem !important
  }

  .md\:pr-px {
    padding-right: 1px !important
  }

  .md\:pr-base {
    padding-right: 2.2rem !important
  }

  .md\:pb-0 {
    padding-bottom: 0 !important
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem !important
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem !important
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem !important
  }

  .md\:pb-4 {
    padding-bottom: 1rem !important
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem !important
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem !important
  }

  .md\:pb-8 {
    padding-bottom: 2rem !important
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem !important
  }

  .md\:pb-12 {
    padding-bottom: 3rem !important
  }

  .md\:pb-16 {
    padding-bottom: 4rem !important
  }

  .md\:pb-20 {
    padding-bottom: 5rem !important
  }

  .md\:pb-24 {
    padding-bottom: 6rem !important
  }

  .md\:pb-32 {
    padding-bottom: 8rem !important
  }

  .md\:pb-px {
    padding-bottom: 1px !important
  }

  .md\:pb-base {
    padding-bottom: 2.2rem !important
  }

  .md\:pl-0 {
    padding-left: 0 !important
  }

  .md\:pl-1 {
    padding-left: 0.25rem !important
  }

  .md\:pl-2 {
    padding-left: 0.5rem !important
  }

  .md\:pl-3 {
    padding-left: 0.75rem !important
  }

  .md\:pl-4 {
    padding-left: 1rem !important
  }

  .md\:pl-5 {
    padding-left: 1.25rem !important
  }

  .md\:pl-6 {
    padding-left: 1.5rem !important
  }

  .md\:pl-8 {
    padding-left: 2rem !important
  }

  .md\:pl-10 {
    padding-left: 2.5rem !important
  }

  .md\:pl-12 {
    padding-left: 3rem !important
  }

  .md\:pl-16 {
    padding-left: 4rem !important
  }

  .md\:pl-20 {
    padding-left: 5rem !important
  }

  .md\:pl-24 {
    padding-left: 6rem !important
  }

  .md\:pl-32 {
    padding-left: 8rem !important
  }

  .md\:pl-px {
    padding-left: 1px !important
  }

  .md\:pl-base {
    padding-left: 2.2rem !important
  }

  .md\:text-left {
    text-align: left !important
  }

  .md\:text-center {
    text-align: center !important
  }

  .md\:text-right {
    text-align: right !important
  }

  .md\:text-justify {
    text-align: justify !important
  }

  .md\:align-baseline {
    vertical-align: baseline !important
  }

  .md\:align-top {
    vertical-align: top !important
  }

  .md\:align-middle {
    vertical-align: middle !important
  }

  .md\:align-bottom {
    vertical-align: bottom !important
  }

  .md\:align-text-top {
    vertical-align: text-top !important
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important
  }

  .md\:text-xs {
    font-size: .75rem !important
  }

  .md\:text-sm {
    font-size: .875rem !important
  }

  .md\:text-base {
    font-size: 1rem !important
  }

  .md\:text-lg {
    font-size: 1.125rem !important
  }

  .md\:text-xl {
    font-size: 1.25rem !important
  }

  .md\:text-2xl {
    font-size: 1.5rem !important
  }

  .md\:text-3xl {
    font-size: 1.875rem !important
  }

  .md\:text-4xl {
    font-size: 2.25rem !important
  }

  .md\:text-5xl {
    font-size: 3rem !important
  }

  .md\:text-6xl {
    font-size: 4rem !important
  }

  .md\:font-light {
    font-weight: 300 !important
  }

  .md\:font-normal {
    font-weight: 400 !important
  }

  .md\:font-medium {
    font-weight: 500 !important
  }

  .md\:font-semibold {
    font-weight: 600 !important
  }

  .md\:font-bold {
    font-weight: 700 !important
  }

  .md\:font-extrabold {
    font-weight: 800 !important
  }

  .md\:font-black {
    font-weight: 900 !important
  }

  .md\:hover\:font-light:hover {
    font-weight: 300 !important
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500 !important
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800 !important
  }

  .md\:hover\:font-black:hover {
    font-weight: 900 !important
  }

  .md\:uppercase {
    text-transform: uppercase !important
  }

  .md\:lowercase {
    text-transform: lowercase !important
  }

  .md\:capitalize {
    text-transform: capitalize !important
  }

  .md\:normal-case {
    text-transform: none !important
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase !important
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase !important
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize !important
  }

  .md\:hover\:normal-case:hover {
    text-transform: none !important
  }

  .md\:focus\:uppercase:focus {
    text-transform: uppercase !important
  }

  .md\:focus\:lowercase:focus {
    text-transform: lowercase !important
  }

  .md\:focus\:capitalize:focus {
    text-transform: capitalize !important
  }

  .md\:focus\:normal-case:focus {
    text-transform: none !important
  }

  .md\:italic {
    font-style: italic !important
  }

  .md\:not-italic {
    font-style: normal !important
  }

  .md\:hover\:italic:hover {
    font-style: italic !important
  }

  .md\:hover\:not-italic:hover {
    font-style: normal !important
  }

  .md\:focus\:italic:focus {
    font-style: italic !important
  }

  .md\:focus\:not-italic:focus {
    font-style: normal !important
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important
  }

  .md\:normal-nums {
    font-variant-numeric: normal !important
  }

  .md\:ordinal {
    --tw-ordinal: ordinal !important
  }

  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important
  }

  .md\:lining-nums {
    --tw-numeric-figure: lining-nums !important
  }

  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important
  }

  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important
  }

  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important
  }

  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important
  }

  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important
  }

  .md\:leading-none {
    line-height: 1 !important
  }

  .md\:leading-tight {
    line-height: 1.25 !important
  }

  .md\:leading-normal {
    line-height: 1.5 !important
  }

  .md\:leading-loose {
    line-height: 2 !important
  }

  .md\:text-transparent {
    color: transparent !important
  }

  .md\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .md\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .md\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .md\:text-grey-light {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .md\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .md\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .md\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .md\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .md\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .md\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .md\:text-opacity-0 {
    --tw-text-opacity: 0 !important
  }

  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important
  }

  .md\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important
  }

  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important
  }

  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important
  }

  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important
  }

  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important
  }

  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important
  }

  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important
  }

  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important
  }

  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important
  }

  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important
  }

  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important
  }

  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important
  }

  .md\:text-opacity-100 {
    --tw-text-opacity: 1 !important
  }

  .group:hover .md\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important
  }

  .group:hover .md\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important
  }

  .group:hover .md\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important
  }

  .group:hover .md\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important
  }

  .group:hover .md\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important
  }

  .group:hover .md\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important
  }

  .group:hover .md\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important
  }

  .group:hover .md\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important
  }

  .group:hover .md\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important
  }

  .group:hover .md\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important
  }

  .group:hover .md\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important
  }

  .group:hover .md\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important
  }

  .group:hover .md\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important
  }

  .group:hover .md\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important
  }

  .group:hover .md\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important
  }

  .md\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important
  }

  .md\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important
  }

  .md\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important
  }

  .md\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important
  }

  .md\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important
  }

  .md\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important
  }

  .md\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important
  }

  .md\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important
  }

  .md\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important
  }

  .md\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important
  }

  .md\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important
  }

  .md\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important
  }

  .md\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important
  }

  .md\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important
  }

  .md\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important
  }

  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important
  }

  .md\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important
  }

  .md\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important
  }

  .md\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important
  }

  .md\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important
  }

  .md\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important
  }

  .md\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important
  }

  .md\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important
  }

  .md\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important
  }

  .md\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important
  }

  .md\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important
  }

  .md\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important
  }

  .md\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important
  }

  .md\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important
  }

  .md\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important
  }

  .md\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important
  }

  .md\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important
  }

  .md\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important
  }

  .md\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important
  }

  .md\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important
  }

  .md\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important
  }

  .md\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important
  }

  .md\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important
  }

  .md\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important
  }

  .md\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important
  }

  .md\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important
  }

  .md\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important
  }

  .md\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important
  }

  .md\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important
  }

  .md\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important
  }

  .md\:underline {
    text-decoration: underline !important
  }

  .md\:line-through {
    text-decoration: line-through !important
  }

  .md\:no-underline {
    text-decoration: none !important
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent !important
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent !important
  }

  .md\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .md\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .md\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .md\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .md\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .md\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .md\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .md\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .md\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .md\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .md\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .md\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .md\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .md\:opacity-0 {
    opacity: 0 !important
  }

  .md\:opacity-5 {
    opacity: 0.05 !important
  }

  .md\:opacity-10 {
    opacity: 0.1 !important
  }

  .md\:opacity-20 {
    opacity: 0.2 !important
  }

  .md\:opacity-25 {
    opacity: 0.25 !important
  }

  .md\:opacity-30 {
    opacity: 0.3 !important
  }

  .md\:opacity-40 {
    opacity: 0.4 !important
  }

  .md\:opacity-50 {
    opacity: 0.5 !important
  }

  .md\:opacity-60 {
    opacity: 0.6 !important
  }

  .md\:opacity-70 {
    opacity: 0.7 !important
  }

  .md\:opacity-75 {
    opacity: 0.75 !important
  }

  .md\:opacity-80 {
    opacity: 0.8 !important
  }

  .md\:opacity-90 {
    opacity: 0.9 !important
  }

  .md\:opacity-95 {
    opacity: 0.95 !important
  }

  .md\:opacity-100 {
    opacity: 1 !important
  }

  .md\:bg-blend-normal {
    background-blend-mode: normal !important
  }

  .md\:bg-blend-multiply {
    background-blend-mode: multiply !important
  }

  .md\:bg-blend-screen {
    background-blend-mode: screen !important
  }

  .md\:bg-blend-overlay {
    background-blend-mode: overlay !important
  }

  .md\:bg-blend-darken {
    background-blend-mode: darken !important
  }

  .md\:bg-blend-lighten {
    background-blend-mode: lighten !important
  }

  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important
  }

  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn !important
  }

  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light !important
  }

  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light !important
  }

  .md\:bg-blend-difference {
    background-blend-mode: difference !important
  }

  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion !important
  }

  .md\:bg-blend-hue {
    background-blend-mode: hue !important
  }

  .md\:bg-blend-saturation {
    background-blend-mode: saturation !important
  }

  .md\:bg-blend-color {
    background-blend-mode: color !important
  }

  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity !important
  }

  .md\:mix-blend-normal {
    mix-blend-mode: normal !important
  }

  .md\:mix-blend-multiply {
    mix-blend-mode: multiply !important
  }

  .md\:mix-blend-screen {
    mix-blend-mode: screen !important
  }

  .md\:mix-blend-overlay {
    mix-blend-mode: overlay !important
  }

  .md\:mix-blend-darken {
    mix-blend-mode: darken !important
  }

  .md\:mix-blend-lighten {
    mix-blend-mode: lighten !important
  }

  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important
  }

  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important
  }

  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important
  }

  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important
  }

  .md\:mix-blend-difference {
    mix-blend-mode: difference !important
  }

  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important
  }

  .md\:mix-blend-hue {
    mix-blend-mode: hue !important
  }

  .md\:mix-blend-saturation {
    mix-blend-mode: saturation !important
  }

  .md\:mix-blend-color {
    mix-blend-mode: color !important
  }

  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important
  }

  .md\:shadow-default {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:shadow-md {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:shadow-lg {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:shadow-drop {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:hover\:shadow-default:hover {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:hover\:shadow-lg:hover {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:hover\:shadow-outline:hover {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:hover\:shadow-drop:hover {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:focus\:shadow-default:focus {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:focus\:shadow-lg:focus {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:focus\:shadow-outline:focus {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:focus\:shadow-drop:focus {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .md\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .md\:ring-inset {
    --tw-ring-inset: inset !important
  }

  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important
  }

  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important
  }

  .md\:ring-transparent {
    --tw-ring-color: transparent !important
  }

  .md\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .md\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .md\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .md\:ring-grey-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important
  }

  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .md\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .md\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .md\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important
  }

  .md\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .md\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .md\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .md\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important
  }

  .md\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important
  }

  .md\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important
  }

  .md\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important
  }

  .md\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important
  }

  .md\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important
  }

  .md\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important
  }

  .md\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important
  }

  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important
  }

  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important
  }

  .md\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important
  }

  .md\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important
  }

  .md\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important
  }

  .md\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important
  }

  .md\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important
  }

  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important
  }

  .md\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important
  }

  .md\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important
  }

  .md\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important
  }

  .md\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important
  }

  .md\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important
  }

  .md\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important
  }

  .md\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important
  }

  .md\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important
  }

  .md\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important
  }

  .md\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important
  }

  .md\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important
  }

  .md\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important
  }

  .md\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important
  }

  .md\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important
  }

  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important
  }

  .md\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important
  }

  .md\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important
  }

  .md\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important
  }

  .md\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important
  }

  .md\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important
  }

  .md\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important
  }

  .md\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important
  }

  .md\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important
  }

  .md\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important
  }

  .md\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important
  }

  .md\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important
  }

  .md\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important
  }

  .md\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important
  }

  .md\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important
  }

  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important
  }

  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important
  }

  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important
  }

  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important
  }

  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important
  }

  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important
  }

  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important
  }

  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important
  }

  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important
  }

  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important
  }

  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important
  }

  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important
  }

  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important
  }

  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important
  }

  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important
  }

  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important
  }

  .md\:ring-offset-black {
    --tw-ring-offset-color: #22292f !important
  }

  .md\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important
  }

  .md\:ring-offset-grey {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .md\:ring-offset-grey-light {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important
  }

  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #22292f !important
  }

  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important
  }

  .md\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .md\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important
  }

  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #22292f !important
  }

  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important
  }

  .md\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .md\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .md\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
  }

  .md\:filter-none {
    filter: none !important
  }

  .md\:blur-0 {
    --tw-blur: blur(0) !important
  }

  .md\:blur-none {
    --tw-blur: blur(0) !important
  }

  .md\:blur-sm {
    --tw-blur: blur(4px) !important
  }

  .md\:blur {
    --tw-blur: blur(8px) !important
  }

  .md\:blur-md {
    --tw-blur: blur(12px) !important
  }

  .md\:blur-lg {
    --tw-blur: blur(16px) !important
  }

  .md\:blur-xl {
    --tw-blur: blur(24px) !important
  }

  .md\:blur-2xl {
    --tw-blur: blur(40px) !important
  }

  .md\:blur-3xl {
    --tw-blur: blur(64px) !important
  }

  .md\:brightness-0 {
    --tw-brightness: brightness(0) !important
  }

  .md\:brightness-50 {
    --tw-brightness: brightness(.5) !important
  }

  .md\:brightness-75 {
    --tw-brightness: brightness(.75) !important
  }

  .md\:brightness-90 {
    --tw-brightness: brightness(.9) !important
  }

  .md\:brightness-95 {
    --tw-brightness: brightness(.95) !important
  }

  .md\:brightness-100 {
    --tw-brightness: brightness(1) !important
  }

  .md\:brightness-105 {
    --tw-brightness: brightness(1.05) !important
  }

  .md\:brightness-110 {
    --tw-brightness: brightness(1.1) !important
  }

  .md\:brightness-125 {
    --tw-brightness: brightness(1.25) !important
  }

  .md\:brightness-150 {
    --tw-brightness: brightness(1.5) !important
  }

  .md\:brightness-200 {
    --tw-brightness: brightness(2) !important
  }

  .md\:contrast-0 {
    --tw-contrast: contrast(0) !important
  }

  .md\:contrast-50 {
    --tw-contrast: contrast(.5) !important
  }

  .md\:contrast-75 {
    --tw-contrast: contrast(.75) !important
  }

  .md\:contrast-100 {
    --tw-contrast: contrast(1) !important
  }

  .md\:contrast-125 {
    --tw-contrast: contrast(1.25) !important
  }

  .md\:contrast-150 {
    --tw-contrast: contrast(1.5) !important
  }

  .md\:contrast-200 {
    --tw-contrast: contrast(2) !important
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important
  }

  .md\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important
  }

  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important
  }

  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important
  }

  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important
  }

  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important
  }

  .md\:grayscale {
    --tw-grayscale: grayscale(100%) !important
  }

  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important
  }

  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important
  }

  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important
  }

  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important
  }

  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important
  }

  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important
  }

  .md\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important
  }

  .md\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important
  }

  .md\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important
  }

  .md\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important
  }

  .md\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important
  }

  .md\:invert-0 {
    --tw-invert: invert(0) !important
  }

  .md\:invert {
    --tw-invert: invert(100%) !important
  }

  .md\:saturate-0 {
    --tw-saturate: saturate(0) !important
  }

  .md\:saturate-50 {
    --tw-saturate: saturate(.5) !important
  }

  .md\:saturate-100 {
    --tw-saturate: saturate(1) !important
  }

  .md\:saturate-150 {
    --tw-saturate: saturate(1.5) !important
  }

  .md\:saturate-200 {
    --tw-saturate: saturate(2) !important
  }

  .md\:sepia-0 {
    --tw-sepia: sepia(0) !important
  }

  .md\:sepia {
    --tw-sepia: sepia(100%) !important
  }

  .md\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important
  }

  .md\:backdrop-filter-none {
    backdrop-filter: none !important
  }

  .md\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important
  }

  .md\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important
  }

  .md\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important
  }

  .md\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important
  }

  .md\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important
  }

  .md\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important
  }

  .md\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important
  }

  .md\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important
  }

  .md\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important
  }

  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important
  }

  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important
  }

  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important
  }

  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important
  }

  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important
  }

  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important
  }

  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important
  }

  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important
  }

  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important
  }

  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important
  }

  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important
  }

  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important
  }

  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important
  }

  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important
  }

  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important
  }

  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important
  }

  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important
  }

  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important
  }

  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important
  }

  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important
  }

  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important
  }

  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important
  }

  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important
  }

  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important
  }

  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important
  }

  .md\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important
  }

  .md\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important
  }

  .md\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important
  }

  .md\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important
  }

  .md\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important
  }

  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important
  }

  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important
  }

  .md\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important
  }

  .md\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important
  }

  .md\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important
  }

  .md\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important
  }

  .md\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important
  }

  .md\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important
  }

  .md\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important
  }

  .md\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important
  }

  .md\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important
  }

  .md\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important
  }

  .md\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important
  }

  .md\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important
  }

  .md\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important
  }

  .md\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important
  }

  .md\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important
  }

  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important
  }

  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important
  }

  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important
  }

  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important
  }

  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important
  }

  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important
  }

  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important
  }

  .md\:transition-none {
    transition-property: none !important
  }

  .md\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .md\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .md\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .md\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .md\:delay-75 {
    transition-delay: 75ms !important
  }

  .md\:delay-100 {
    transition-delay: 100ms !important
  }

  .md\:delay-150 {
    transition-delay: 150ms !important
  }

  .md\:delay-200 {
    transition-delay: 200ms !important
  }

  .md\:delay-300 {
    transition-delay: 300ms !important
  }

  .md\:delay-500 {
    transition-delay: 500ms !important
  }

  .md\:delay-700 {
    transition-delay: 700ms !important
  }

  .md\:delay-1000 {
    transition-delay: 1000ms !important
  }

  .md\:duration-75 {
    transition-duration: 75ms !important
  }

  .md\:duration-100 {
    transition-duration: 100ms !important
  }

  .md\:duration-150 {
    transition-duration: 150ms !important
  }

  .md\:duration-200 {
    transition-duration: 200ms !important
  }

  .md\:duration-300 {
    transition-duration: 300ms !important
  }

  .md\:duration-500 {
    transition-duration: 500ms !important
  }

  .md\:duration-700 {
    transition-duration: 700ms !important
  }

  .md\:duration-1000 {
    transition-duration: 1000ms !important
  }

  .md\:ease-linear {
    transition-timing-function: linear !important
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
  }
}

@media (min-width: 992px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
  }

  @media (min-width: 576px) {
    .lg\:container {
      max-width: 576px
    }
  }

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

  @media (min-width: 992px) {
    .lg\:container {
      max-width: 992px
    }
  }

  @media (min-width: 1200px) {
    .lg\:container {
      max-width: 1200px
    }
  }

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

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

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

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

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

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

  .lg\:pointer-events-none {
    pointer-events: none !important
  }

  .lg\:pointer-events-auto {
    pointer-events: auto !important
  }

  .lg\:visible {
    visibility: visible !important
  }

  .lg\:invisible {
    visibility: hidden !important
  }

  .lg\:static {
    position: static !important
  }

  .lg\:fixed {
    position: fixed !important
  }

  .lg\:absolute {
    position: absolute !important
  }

  .lg\:relative {
    position: relative !important
  }

  .lg\:sticky {
    position: sticky !important
  }

  .lg\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important
  }

  .lg\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important
  }

  .lg\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important
  }

  .lg\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important
  }

  .lg\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important
  }

  .lg\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important
  }

  .lg\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important
  }

  .lg\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important
  }

  .lg\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important
  }

  .lg\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important
  }

  .lg\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important
  }

  .lg\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important
  }

  .lg\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important
  }

  .lg\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important
  }

  .lg\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important
  }

  .lg\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important
  }

  .lg\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important
  }

  .lg\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important
  }

  .lg\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important
  }

  .lg\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important
  }

  .lg\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important
  }

  .lg\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important
  }

  .lg\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important
  }

  .lg\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important
  }

  .lg\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important
  }

  .lg\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important
  }

  .lg\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important
  }

  .lg\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important
  }

  .lg\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important
  }

  .lg\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important
  }

  .lg\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important
  }

  .lg\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important
  }

  .lg\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important
  }

  .lg\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important
  }

  .lg\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important
  }

  .lg\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important
  }

  .lg\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important
  }

  .lg\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important
  }

  .lg\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important
  }

  .lg\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important
  }

  .lg\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important
  }

  .lg\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important
  }

  .lg\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important
  }

  .lg\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important
  }

  .lg\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important
  }

  .lg\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important
  }

  .lg\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important
  }

  .lg\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important
  }

  .lg\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important
  }

  .lg\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important
  }

  .lg\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important
  }

  .lg\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important
  }

  .lg\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important
  }

  .lg\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important
  }

  .lg\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important
  }

  .lg\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important
  }

  .lg\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important
  }

  .lg\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important
  }

  .lg\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important
  }

  .lg\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important
  }

  .lg\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important
  }

  .lg\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important
  }

  .lg\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important
  }

  .lg\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important
  }

  .lg\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important
  }

  .lg\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important
  }

  .lg\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important
  }

  .lg\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important
  }

  .lg\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important
  }

  .lg\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important
  }

  .lg\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important
  }

  .lg\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important
  }

  .lg\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important
  }

  .lg\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important
  }

  .lg\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important
  }

  .lg\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important
  }

  .lg\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important
  }

  .lg\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important
  }

  .lg\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important
  }

  .lg\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important
  }

  .lg\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important
  }

  .lg\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important
  }

  .lg\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important
  }

  .lg\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important
  }

  .lg\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important
  }

  .lg\:inset-x-0 {
    left: 0px !important;
    right: 0px !important
  }

  .lg\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important
  }

  .lg\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important
  }

  .lg\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important
  }

  .lg\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important
  }

  .lg\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important
  }

  .lg\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important
  }

  .lg\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important
  }

  .lg\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important
  }

  .lg\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important
  }

  .lg\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important
  }

  .lg\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important
  }

  .lg\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important
  }

  .lg\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important
  }

  .lg\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important
  }

  .lg\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important
  }

  .lg\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important
  }

  .lg\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important
  }

  .lg\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important
  }

  .lg\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important
  }

  .lg\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important
  }

  .lg\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important
  }

  .lg\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important
  }

  .lg\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important
  }

  .lg\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important
  }

  .lg\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important
  }

  .lg\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important
  }

  .lg\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important
  }

  .lg\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important
  }

  .lg\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important
  }

  .lg\:inset-x-auto {
    left: auto !important;
    right: auto !important
  }

  .lg\:inset-x-px {
    left: 1px !important;
    right: 1px !important
  }

  .lg\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important
  }

  .lg\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important
  }

  .lg\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important
  }

  .lg\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important
  }

  .lg\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important
  }

  .lg\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important
  }

  .lg\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important
  }

  .lg\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important
  }

  .lg\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important
  }

  .lg\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important
  }

  .lg\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important
  }

  .lg\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important
  }

  .lg\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important
  }

  .lg\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important
  }

  .lg\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important
  }

  .lg\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important
  }

  .lg\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important
  }

  .lg\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important
  }

  .lg\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important
  }

  .lg\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important
  }

  .lg\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important
  }

  .lg\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important
  }

  .lg\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important
  }

  .lg\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important
  }

  .lg\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important
  }

  .lg\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important
  }

  .lg\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important
  }

  .lg\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important
  }

  .lg\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important
  }

  .lg\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important
  }

  .lg\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important
  }

  .lg\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important
  }

  .lg\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important
  }

  .lg\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important
  }

  .lg\:-inset-x-px {
    left: -1px !important;
    right: -1px !important
  }

  .lg\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important
  }

  .lg\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important
  }

  .lg\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important
  }

  .lg\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important
  }

  .lg\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important
  }

  .lg\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important
  }

  .lg\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important
  }

  .lg\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important
  }

  .lg\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important
  }

  .lg\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important
  }

  .lg\:inset-x-full {
    left: 100% !important;
    right: 100% !important
  }

  .lg\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important
  }

  .lg\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important
  }

  .lg\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important
  }

  .lg\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important
  }

  .lg\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important
  }

  .lg\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important
  }

  .lg\:-inset-x-full {
    left: -100% !important;
    right: -100% !important
  }

  .lg\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important
  }

  .lg\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important
  }

  .lg\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important
  }

  .lg\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important
  }

  .lg\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important
  }

  .lg\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important
  }

  .lg\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important
  }

  .lg\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important
  }

  .lg\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important
  }

  .lg\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important
  }

  .lg\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important
  }

  .lg\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important
  }

  .lg\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important
  }

  .lg\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important
  }

  .lg\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important
  }

  .lg\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important
  }

  .lg\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important
  }

  .lg\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important
  }

  .lg\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important
  }

  .lg\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important
  }

  .lg\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important
  }

  .lg\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important
  }

  .lg\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important
  }

  .lg\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important
  }

  .lg\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important
  }

  .lg\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important
  }

  .lg\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important
  }

  .lg\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important
  }

  .lg\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important
  }

  .lg\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important
  }

  .lg\:inset-y-auto {
    top: auto !important;
    bottom: auto !important
  }

  .lg\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important
  }

  .lg\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important
  }

  .lg\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important
  }

  .lg\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important
  }

  .lg\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important
  }

  .lg\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important
  }

  .lg\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important
  }

  .lg\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important
  }

  .lg\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important
  }

  .lg\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important
  }

  .lg\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important
  }

  .lg\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important
  }

  .lg\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important
  }

  .lg\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important
  }

  .lg\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important
  }

  .lg\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important
  }

  .lg\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important
  }

  .lg\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important
  }

  .lg\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important
  }

  .lg\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important
  }

  .lg\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important
  }

  .lg\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important
  }

  .lg\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important
  }

  .lg\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important
  }

  .lg\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important
  }

  .lg\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important
  }

  .lg\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important
  }

  .lg\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important
  }

  .lg\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important
  }

  .lg\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important
  }

  .lg\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important
  }

  .lg\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important
  }

  .lg\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important
  }

  .lg\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important
  }

  .lg\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important
  }

  .lg\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important
  }

  .lg\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important
  }

  .lg\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important
  }

  .lg\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important
  }

  .lg\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important
  }

  .lg\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important
  }

  .lg\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important
  }

  .lg\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important
  }

  .lg\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important
  }

  .lg\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important
  }

  .lg\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important
  }

  .lg\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important
  }

  .lg\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important
  }

  .lg\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important
  }

  .lg\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important
  }

  .lg\:top-0 {
    top: 0px !important
  }

  .lg\:top-1 {
    top: 0.25rem !important
  }

  .lg\:top-2 {
    top: 0.5rem !important
  }

  .lg\:top-3 {
    top: 0.75rem !important
  }

  .lg\:top-4 {
    top: 1rem !important
  }

  .lg\:top-5 {
    top: 1.25rem !important
  }

  .lg\:top-6 {
    top: 1.5rem !important
  }

  .lg\:top-7 {
    top: 1.75rem !important
  }

  .lg\:top-8 {
    top: 2rem !important
  }

  .lg\:top-9 {
    top: 2.25rem !important
  }

  .lg\:top-10 {
    top: 2.5rem !important
  }

  .lg\:top-11 {
    top: 2.75rem !important
  }

  .lg\:top-12 {
    top: 3rem !important
  }

  .lg\:top-14 {
    top: 3.5rem !important
  }

  .lg\:top-16 {
    top: 4rem !important
  }

  .lg\:top-20 {
    top: 5rem !important
  }

  .lg\:top-24 {
    top: 6rem !important
  }

  .lg\:top-28 {
    top: 7rem !important
  }

  .lg\:top-32 {
    top: 8rem !important
  }

  .lg\:top-36 {
    top: 9rem !important
  }

  .lg\:top-40 {
    top: 10rem !important
  }

  .lg\:top-44 {
    top: 11rem !important
  }

  .lg\:top-48 {
    top: 12rem !important
  }

  .lg\:top-52 {
    top: 13rem !important
  }

  .lg\:top-56 {
    top: 14rem !important
  }

  .lg\:top-60 {
    top: 15rem !important
  }

  .lg\:top-64 {
    top: 16rem !important
  }

  .lg\:top-72 {
    top: 18rem !important
  }

  .lg\:top-80 {
    top: 20rem !important
  }

  .lg\:top-96 {
    top: 24rem !important
  }

  .lg\:top-auto {
    top: auto !important
  }

  .lg\:top-px {
    top: 1px !important
  }

  .lg\:top-0\.5 {
    top: 0.125rem !important
  }

  .lg\:top-1\.5 {
    top: 0.375rem !important
  }

  .lg\:top-2\.5 {
    top: 0.625rem !important
  }

  .lg\:top-3\.5 {
    top: 0.875rem !important
  }

  .lg\:-top-0 {
    top: 0px !important
  }

  .lg\:-top-1 {
    top: -0.25rem !important
  }

  .lg\:-top-2 {
    top: -0.5rem !important
  }

  .lg\:-top-3 {
    top: -0.75rem !important
  }

  .lg\:-top-4 {
    top: -1rem !important
  }

  .lg\:-top-5 {
    top: -1.25rem !important
  }

  .lg\:-top-6 {
    top: -1.5rem !important
  }

  .lg\:-top-7 {
    top: -1.75rem !important
  }

  .lg\:-top-8 {
    top: -2rem !important
  }

  .lg\:-top-9 {
    top: -2.25rem !important
  }

  .lg\:-top-10 {
    top: -2.5rem !important
  }

  .lg\:-top-11 {
    top: -2.75rem !important
  }

  .lg\:-top-12 {
    top: -3rem !important
  }

  .lg\:-top-14 {
    top: -3.5rem !important
  }

  .lg\:-top-16 {
    top: -4rem !important
  }

  .lg\:-top-20 {
    top: -5rem !important
  }

  .lg\:-top-24 {
    top: -6rem !important
  }

  .lg\:-top-28 {
    top: -7rem !important
  }

  .lg\:-top-32 {
    top: -8rem !important
  }

  .lg\:-top-36 {
    top: -9rem !important
  }

  .lg\:-top-40 {
    top: -10rem !important
  }

  .lg\:-top-44 {
    top: -11rem !important
  }

  .lg\:-top-48 {
    top: -12rem !important
  }

  .lg\:-top-52 {
    top: -13rem !important
  }

  .lg\:-top-56 {
    top: -14rem !important
  }

  .lg\:-top-60 {
    top: -15rem !important
  }

  .lg\:-top-64 {
    top: -16rem !important
  }

  .lg\:-top-72 {
    top: -18rem !important
  }

  .lg\:-top-80 {
    top: -20rem !important
  }

  .lg\:-top-96 {
    top: -24rem !important
  }

  .lg\:-top-px {
    top: -1px !important
  }

  .lg\:-top-0\.5 {
    top: -0.125rem !important
  }

  .lg\:-top-1\.5 {
    top: -0.375rem !important
  }

  .lg\:-top-2\.5 {
    top: -0.625rem !important
  }

  .lg\:-top-3\.5 {
    top: -0.875rem !important
  }

  .lg\:top-1\/2 {
    top: 50% !important
  }

  .lg\:top-1\/3 {
    top: 33.333333% !important
  }

  .lg\:top-2\/3 {
    top: 66.666667% !important
  }

  .lg\:top-1\/4 {
    top: 25% !important
  }

  .lg\:top-2\/4 {
    top: 50% !important
  }

  .lg\:top-3\/4 {
    top: 75% !important
  }

  .lg\:top-full {
    top: 100% !important
  }

  .lg\:-top-1\/2 {
    top: -50% !important
  }

  .lg\:-top-1\/3 {
    top: -33.333333% !important
  }

  .lg\:-top-2\/3 {
    top: -66.666667% !important
  }

  .lg\:-top-1\/4 {
    top: -25% !important
  }

  .lg\:-top-2\/4 {
    top: -50% !important
  }

  .lg\:-top-3\/4 {
    top: -75% !important
  }

  .lg\:-top-full {
    top: -100% !important
  }

  .lg\:right-0 {
    right: 0px !important
  }

  .lg\:right-1 {
    right: 0.25rem !important
  }

  .lg\:right-2 {
    right: 0.5rem !important
  }

  .lg\:right-3 {
    right: 0.75rem !important
  }

  .lg\:right-4 {
    right: 1rem !important
  }

  .lg\:right-5 {
    right: 1.25rem !important
  }

  .lg\:right-6 {
    right: 1.5rem !important
  }

  .lg\:right-7 {
    right: 1.75rem !important
  }

  .lg\:right-8 {
    right: 2rem !important
  }

  .lg\:right-9 {
    right: 2.25rem !important
  }

  .lg\:right-10 {
    right: 2.5rem !important
  }

  .lg\:right-11 {
    right: 2.75rem !important
  }

  .lg\:right-12 {
    right: 3rem !important
  }

  .lg\:right-14 {
    right: 3.5rem !important
  }

  .lg\:right-16 {
    right: 4rem !important
  }

  .lg\:right-20 {
    right: 5rem !important
  }

  .lg\:right-24 {
    right: 6rem !important
  }

  .lg\:right-28 {
    right: 7rem !important
  }

  .lg\:right-32 {
    right: 8rem !important
  }

  .lg\:right-36 {
    right: 9rem !important
  }

  .lg\:right-40 {
    right: 10rem !important
  }

  .lg\:right-44 {
    right: 11rem !important
  }

  .lg\:right-48 {
    right: 12rem !important
  }

  .lg\:right-52 {
    right: 13rem !important
  }

  .lg\:right-56 {
    right: 14rem !important
  }

  .lg\:right-60 {
    right: 15rem !important
  }

  .lg\:right-64 {
    right: 16rem !important
  }

  .lg\:right-72 {
    right: 18rem !important
  }

  .lg\:right-80 {
    right: 20rem !important
  }

  .lg\:right-96 {
    right: 24rem !important
  }

  .lg\:right-auto {
    right: auto !important
  }

  .lg\:right-px {
    right: 1px !important
  }

  .lg\:right-0\.5 {
    right: 0.125rem !important
  }

  .lg\:right-1\.5 {
    right: 0.375rem !important
  }

  .lg\:right-2\.5 {
    right: 0.625rem !important
  }

  .lg\:right-3\.5 {
    right: 0.875rem !important
  }

  .lg\:-right-0 {
    right: 0px !important
  }

  .lg\:-right-1 {
    right: -0.25rem !important
  }

  .lg\:-right-2 {
    right: -0.5rem !important
  }

  .lg\:-right-3 {
    right: -0.75rem !important
  }

  .lg\:-right-4 {
    right: -1rem !important
  }

  .lg\:-right-5 {
    right: -1.25rem !important
  }

  .lg\:-right-6 {
    right: -1.5rem !important
  }

  .lg\:-right-7 {
    right: -1.75rem !important
  }

  .lg\:-right-8 {
    right: -2rem !important
  }

  .lg\:-right-9 {
    right: -2.25rem !important
  }

  .lg\:-right-10 {
    right: -2.5rem !important
  }

  .lg\:-right-11 {
    right: -2.75rem !important
  }

  .lg\:-right-12 {
    right: -3rem !important
  }

  .lg\:-right-14 {
    right: -3.5rem !important
  }

  .lg\:-right-16 {
    right: -4rem !important
  }

  .lg\:-right-20 {
    right: -5rem !important
  }

  .lg\:-right-24 {
    right: -6rem !important
  }

  .lg\:-right-28 {
    right: -7rem !important
  }

  .lg\:-right-32 {
    right: -8rem !important
  }

  .lg\:-right-36 {
    right: -9rem !important
  }

  .lg\:-right-40 {
    right: -10rem !important
  }

  .lg\:-right-44 {
    right: -11rem !important
  }

  .lg\:-right-48 {
    right: -12rem !important
  }

  .lg\:-right-52 {
    right: -13rem !important
  }

  .lg\:-right-56 {
    right: -14rem !important
  }

  .lg\:-right-60 {
    right: -15rem !important
  }

  .lg\:-right-64 {
    right: -16rem !important
  }

  .lg\:-right-72 {
    right: -18rem !important
  }

  .lg\:-right-80 {
    right: -20rem !important
  }

  .lg\:-right-96 {
    right: -24rem !important
  }

  .lg\:-right-px {
    right: -1px !important
  }

  .lg\:-right-0\.5 {
    right: -0.125rem !important
  }

  .lg\:-right-1\.5 {
    right: -0.375rem !important
  }

  .lg\:-right-2\.5 {
    right: -0.625rem !important
  }

  .lg\:-right-3\.5 {
    right: -0.875rem !important
  }

  .lg\:right-1\/2 {
    right: 50% !important
  }

  .lg\:right-1\/3 {
    right: 33.333333% !important
  }

  .lg\:right-2\/3 {
    right: 66.666667% !important
  }

  .lg\:right-1\/4 {
    right: 25% !important
  }

  .lg\:right-2\/4 {
    right: 50% !important
  }

  .lg\:right-3\/4 {
    right: 75% !important
  }

  .lg\:right-full {
    right: 100% !important
  }

  .lg\:-right-1\/2 {
    right: -50% !important
  }

  .lg\:-right-1\/3 {
    right: -33.333333% !important
  }

  .lg\:-right-2\/3 {
    right: -66.666667% !important
  }

  .lg\:-right-1\/4 {
    right: -25% !important
  }

  .lg\:-right-2\/4 {
    right: -50% !important
  }

  .lg\:-right-3\/4 {
    right: -75% !important
  }

  .lg\:-right-full {
    right: -100% !important
  }

  .lg\:bottom-0 {
    bottom: 0px !important
  }

  .lg\:bottom-1 {
    bottom: 0.25rem !important
  }

  .lg\:bottom-2 {
    bottom: 0.5rem !important
  }

  .lg\:bottom-3 {
    bottom: 0.75rem !important
  }

  .lg\:bottom-4 {
    bottom: 1rem !important
  }

  .lg\:bottom-5 {
    bottom: 1.25rem !important
  }

  .lg\:bottom-6 {
    bottom: 1.5rem !important
  }

  .lg\:bottom-7 {
    bottom: 1.75rem !important
  }

  .lg\:bottom-8 {
    bottom: 2rem !important
  }

  .lg\:bottom-9 {
    bottom: 2.25rem !important
  }

  .lg\:bottom-10 {
    bottom: 2.5rem !important
  }

  .lg\:bottom-11 {
    bottom: 2.75rem !important
  }

  .lg\:bottom-12 {
    bottom: 3rem !important
  }

  .lg\:bottom-14 {
    bottom: 3.5rem !important
  }

  .lg\:bottom-16 {
    bottom: 4rem !important
  }

  .lg\:bottom-20 {
    bottom: 5rem !important
  }

  .lg\:bottom-24 {
    bottom: 6rem !important
  }

  .lg\:bottom-28 {
    bottom: 7rem !important
  }

  .lg\:bottom-32 {
    bottom: 8rem !important
  }

  .lg\:bottom-36 {
    bottom: 9rem !important
  }

  .lg\:bottom-40 {
    bottom: 10rem !important
  }

  .lg\:bottom-44 {
    bottom: 11rem !important
  }

  .lg\:bottom-48 {
    bottom: 12rem !important
  }

  .lg\:bottom-52 {
    bottom: 13rem !important
  }

  .lg\:bottom-56 {
    bottom: 14rem !important
  }

  .lg\:bottom-60 {
    bottom: 15rem !important
  }

  .lg\:bottom-64 {
    bottom: 16rem !important
  }

  .lg\:bottom-72 {
    bottom: 18rem !important
  }

  .lg\:bottom-80 {
    bottom: 20rem !important
  }

  .lg\:bottom-96 {
    bottom: 24rem !important
  }

  .lg\:bottom-auto {
    bottom: auto !important
  }

  .lg\:bottom-px {
    bottom: 1px !important
  }

  .lg\:bottom-0\.5 {
    bottom: 0.125rem !important
  }

  .lg\:bottom-1\.5 {
    bottom: 0.375rem !important
  }

  .lg\:bottom-2\.5 {
    bottom: 0.625rem !important
  }

  .lg\:bottom-3\.5 {
    bottom: 0.875rem !important
  }

  .lg\:-bottom-0 {
    bottom: 0px !important
  }

  .lg\:-bottom-1 {
    bottom: -0.25rem !important
  }

  .lg\:-bottom-2 {
    bottom: -0.5rem !important
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem !important
  }

  .lg\:-bottom-4 {
    bottom: -1rem !important
  }

  .lg\:-bottom-5 {
    bottom: -1.25rem !important
  }

  .lg\:-bottom-6 {
    bottom: -1.5rem !important
  }

  .lg\:-bottom-7 {
    bottom: -1.75rem !important
  }

  .lg\:-bottom-8 {
    bottom: -2rem !important
  }

  .lg\:-bottom-9 {
    bottom: -2.25rem !important
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem !important
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem !important
  }

  .lg\:-bottom-12 {
    bottom: -3rem !important
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem !important
  }

  .lg\:-bottom-16 {
    bottom: -4rem !important
  }

  .lg\:-bottom-20 {
    bottom: -5rem !important
  }

  .lg\:-bottom-24 {
    bottom: -6rem !important
  }

  .lg\:-bottom-28 {
    bottom: -7rem !important
  }

  .lg\:-bottom-32 {
    bottom: -8rem !important
  }

  .lg\:-bottom-36 {
    bottom: -9rem !important
  }

  .lg\:-bottom-40 {
    bottom: -10rem !important
  }

  .lg\:-bottom-44 {
    bottom: -11rem !important
  }

  .lg\:-bottom-48 {
    bottom: -12rem !important
  }

  .lg\:-bottom-52 {
    bottom: -13rem !important
  }

  .lg\:-bottom-56 {
    bottom: -14rem !important
  }

  .lg\:-bottom-60 {
    bottom: -15rem !important
  }

  .lg\:-bottom-64 {
    bottom: -16rem !important
  }

  .lg\:-bottom-72 {
    bottom: -18rem !important
  }

  .lg\:-bottom-80 {
    bottom: -20rem !important
  }

  .lg\:-bottom-96 {
    bottom: -24rem !important
  }

  .lg\:-bottom-px {
    bottom: -1px !important
  }

  .lg\:-bottom-0\.5 {
    bottom: -0.125rem !important
  }

  .lg\:-bottom-1\.5 {
    bottom: -0.375rem !important
  }

  .lg\:-bottom-2\.5 {
    bottom: -0.625rem !important
  }

  .lg\:-bottom-3\.5 {
    bottom: -0.875rem !important
  }

  .lg\:bottom-1\/2 {
    bottom: 50% !important
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333% !important
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667% !important
  }

  .lg\:bottom-1\/4 {
    bottom: 25% !important
  }

  .lg\:bottom-2\/4 {
    bottom: 50% !important
  }

  .lg\:bottom-3\/4 {
    bottom: 75% !important
  }

  .lg\:bottom-full {
    bottom: 100% !important
  }

  .lg\:-bottom-1\/2 {
    bottom: -50% !important
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333% !important
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667% !important
  }

  .lg\:-bottom-1\/4 {
    bottom: -25% !important
  }

  .lg\:-bottom-2\/4 {
    bottom: -50% !important
  }

  .lg\:-bottom-3\/4 {
    bottom: -75% !important
  }

  .lg\:-bottom-full {
    bottom: -100% !important
  }

  .lg\:left-0 {
    left: 0px !important
  }

  .lg\:left-1 {
    left: 0.25rem !important
  }

  .lg\:left-2 {
    left: 0.5rem !important
  }

  .lg\:left-3 {
    left: 0.75rem !important
  }

  .lg\:left-4 {
    left: 1rem !important
  }

  .lg\:left-5 {
    left: 1.25rem !important
  }

  .lg\:left-6 {
    left: 1.5rem !important
  }

  .lg\:left-7 {
    left: 1.75rem !important
  }

  .lg\:left-8 {
    left: 2rem !important
  }

  .lg\:left-9 {
    left: 2.25rem !important
  }

  .lg\:left-10 {
    left: 2.5rem !important
  }

  .lg\:left-11 {
    left: 2.75rem !important
  }

  .lg\:left-12 {
    left: 3rem !important
  }

  .lg\:left-14 {
    left: 3.5rem !important
  }

  .lg\:left-16 {
    left: 4rem !important
  }

  .lg\:left-20 {
    left: 5rem !important
  }

  .lg\:left-24 {
    left: 6rem !important
  }

  .lg\:left-28 {
    left: 7rem !important
  }

  .lg\:left-32 {
    left: 8rem !important
  }

  .lg\:left-36 {
    left: 9rem !important
  }

  .lg\:left-40 {
    left: 10rem !important
  }

  .lg\:left-44 {
    left: 11rem !important
  }

  .lg\:left-48 {
    left: 12rem !important
  }

  .lg\:left-52 {
    left: 13rem !important
  }

  .lg\:left-56 {
    left: 14rem !important
  }

  .lg\:left-60 {
    left: 15rem !important
  }

  .lg\:left-64 {
    left: 16rem !important
  }

  .lg\:left-72 {
    left: 18rem !important
  }

  .lg\:left-80 {
    left: 20rem !important
  }

  .lg\:left-96 {
    left: 24rem !important
  }

  .lg\:left-auto {
    left: auto !important
  }

  .lg\:left-px {
    left: 1px !important
  }

  .lg\:left-0\.5 {
    left: 0.125rem !important
  }

  .lg\:left-1\.5 {
    left: 0.375rem !important
  }

  .lg\:left-2\.5 {
    left: 0.625rem !important
  }

  .lg\:left-3\.5 {
    left: 0.875rem !important
  }

  .lg\:-left-0 {
    left: 0px !important
  }

  .lg\:-left-1 {
    left: -0.25rem !important
  }

  .lg\:-left-2 {
    left: -0.5rem !important
  }

  .lg\:-left-3 {
    left: -0.75rem !important
  }

  .lg\:-left-4 {
    left: -1rem !important
  }

  .lg\:-left-5 {
    left: -1.25rem !important
  }

  .lg\:-left-6 {
    left: -1.5rem !important
  }

  .lg\:-left-7 {
    left: -1.75rem !important
  }

  .lg\:-left-8 {
    left: -2rem !important
  }

  .lg\:-left-9 {
    left: -2.25rem !important
  }

  .lg\:-left-10 {
    left: -2.5rem !important
  }

  .lg\:-left-11 {
    left: -2.75rem !important
  }

  .lg\:-left-12 {
    left: -3rem !important
  }

  .lg\:-left-14 {
    left: -3.5rem !important
  }

  .lg\:-left-16 {
    left: -4rem !important
  }

  .lg\:-left-20 {
    left: -5rem !important
  }

  .lg\:-left-24 {
    left: -6rem !important
  }

  .lg\:-left-28 {
    left: -7rem !important
  }

  .lg\:-left-32 {
    left: -8rem !important
  }

  .lg\:-left-36 {
    left: -9rem !important
  }

  .lg\:-left-40 {
    left: -10rem !important
  }

  .lg\:-left-44 {
    left: -11rem !important
  }

  .lg\:-left-48 {
    left: -12rem !important
  }

  .lg\:-left-52 {
    left: -13rem !important
  }

  .lg\:-left-56 {
    left: -14rem !important
  }

  .lg\:-left-60 {
    left: -15rem !important
  }

  .lg\:-left-64 {
    left: -16rem !important
  }

  .lg\:-left-72 {
    left: -18rem !important
  }

  .lg\:-left-80 {
    left: -20rem !important
  }

  .lg\:-left-96 {
    left: -24rem !important
  }

  .lg\:-left-px {
    left: -1px !important
  }

  .lg\:-left-0\.5 {
    left: -0.125rem !important
  }

  .lg\:-left-1\.5 {
    left: -0.375rem !important
  }

  .lg\:-left-2\.5 {
    left: -0.625rem !important
  }

  .lg\:-left-3\.5 {
    left: -0.875rem !important
  }

  .lg\:left-1\/2 {
    left: 50% !important
  }

  .lg\:left-1\/3 {
    left: 33.333333% !important
  }

  .lg\:left-2\/3 {
    left: 66.666667% !important
  }

  .lg\:left-1\/4 {
    left: 25% !important
  }

  .lg\:left-2\/4 {
    left: 50% !important
  }

  .lg\:left-3\/4 {
    left: 75% !important
  }

  .lg\:left-full {
    left: 100% !important
  }

  .lg\:-left-1\/2 {
    left: -50% !important
  }

  .lg\:-left-1\/3 {
    left: -33.333333% !important
  }

  .lg\:-left-2\/3 {
    left: -66.666667% !important
  }

  .lg\:-left-1\/4 {
    left: -25% !important
  }

  .lg\:-left-2\/4 {
    left: -50% !important
  }

  .lg\:-left-3\/4 {
    left: -75% !important
  }

  .lg\:-left-full {
    left: -100% !important
  }

  .lg\:isolate {
    isolation: isolate !important
  }

  .lg\:isolation-auto {
    isolation: auto !important
  }

  .lg\:z-0 {
    z-index: 0 !important
  }

  .lg\:z-10 {
    z-index: 10 !important
  }

  .lg\:z-20 {
    z-index: 20 !important
  }

  .lg\:z-30 {
    z-index: 30 !important
  }

  .lg\:z-40 {
    z-index: 40 !important
  }

  .lg\:z-50 {
    z-index: 50 !important
  }

  .lg\:z-auto {
    z-index: auto !important
  }

  .lg\:order-1 {
    order: 1 !important
  }

  .lg\:order-2 {
    order: 2 !important
  }

  .lg\:order-3 {
    order: 3 !important
  }

  .lg\:order-4 {
    order: 4 !important
  }

  .lg\:order-5 {
    order: 5 !important
  }

  .lg\:order-6 {
    order: 6 !important
  }

  .lg\:order-first {
    order: -1 !important
  }

  .lg\:order-last {
    order: 999 !important
  }

  .lg\:order-normal {
    order: 0 !important
  }

  .lg\:hover\:order-1:hover {
    order: 1 !important
  }

  .lg\:hover\:order-2:hover {
    order: 2 !important
  }

  .lg\:hover\:order-3:hover {
    order: 3 !important
  }

  .lg\:hover\:order-4:hover {
    order: 4 !important
  }

  .lg\:hover\:order-5:hover {
    order: 5 !important
  }

  .lg\:hover\:order-6:hover {
    order: 6 !important
  }

  .lg\:hover\:order-first:hover {
    order: -1 !important
  }

  .lg\:hover\:order-last:hover {
    order: 999 !important
  }

  .lg\:hover\:order-normal:hover {
    order: 0 !important
  }

  .lg\:focus\:order-1:focus {
    order: 1 !important
  }

  .lg\:focus\:order-2:focus {
    order: 2 !important
  }

  .lg\:focus\:order-3:focus {
    order: 3 !important
  }

  .lg\:focus\:order-4:focus {
    order: 4 !important
  }

  .lg\:focus\:order-5:focus {
    order: 5 !important
  }

  .lg\:focus\:order-6:focus {
    order: 6 !important
  }

  .lg\:focus\:order-first:focus {
    order: -1 !important
  }

  .lg\:focus\:order-last:focus {
    order: 999 !important
  }

  .lg\:focus\:order-normal:focus {
    order: 0 !important
  }

  .lg\:col-auto {
    grid-column: auto !important
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important
  }

  .lg\:col-span-full {
    grid-column: 1 / -1 !important
  }

  .lg\:col-start-1 {
    grid-column-start: 1 !important
  }

  .lg\:col-start-2 {
    grid-column-start: 2 !important
  }

  .lg\:col-start-3 {
    grid-column-start: 3 !important
  }

  .lg\:col-start-4 {
    grid-column-start: 4 !important
  }

  .lg\:col-start-5 {
    grid-column-start: 5 !important
  }

  .lg\:col-start-6 {
    grid-column-start: 6 !important
  }

  .lg\:col-start-7 {
    grid-column-start: 7 !important
  }

  .lg\:col-start-8 {
    grid-column-start: 8 !important
  }

  .lg\:col-start-9 {
    grid-column-start: 9 !important
  }

  .lg\:col-start-10 {
    grid-column-start: 10 !important
  }

  .lg\:col-start-11 {
    grid-column-start: 11 !important
  }

  .lg\:col-start-12 {
    grid-column-start: 12 !important
  }

  .lg\:col-start-13 {
    grid-column-start: 13 !important
  }

  .lg\:col-start-auto {
    grid-column-start: auto !important
  }

  .lg\:col-end-1 {
    grid-column-end: 1 !important
  }

  .lg\:col-end-2 {
    grid-column-end: 2 !important
  }

  .lg\:col-end-3 {
    grid-column-end: 3 !important
  }

  .lg\:col-end-4 {
    grid-column-end: 4 !important
  }

  .lg\:col-end-5 {
    grid-column-end: 5 !important
  }

  .lg\:col-end-6 {
    grid-column-end: 6 !important
  }

  .lg\:col-end-7 {
    grid-column-end: 7 !important
  }

  .lg\:col-end-8 {
    grid-column-end: 8 !important
  }

  .lg\:col-end-9 {
    grid-column-end: 9 !important
  }

  .lg\:col-end-10 {
    grid-column-end: 10 !important
  }

  .lg\:col-end-11 {
    grid-column-end: 11 !important
  }

  .lg\:col-end-12 {
    grid-column-end: 12 !important
  }

  .lg\:col-end-13 {
    grid-column-end: 13 !important
  }

  .lg\:col-end-auto {
    grid-column-end: auto !important
  }

  .lg\:row-auto {
    grid-row: auto !important
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1 !important
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3 !important
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4 !important
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5 !important
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6 !important
  }

  .lg\:row-span-full {
    grid-row: 1 / -1 !important
  }

  .lg\:row-start-1 {
    grid-row-start: 1 !important
  }

  .lg\:row-start-2 {
    grid-row-start: 2 !important
  }

  .lg\:row-start-3 {
    grid-row-start: 3 !important
  }

  .lg\:row-start-4 {
    grid-row-start: 4 !important
  }

  .lg\:row-start-5 {
    grid-row-start: 5 !important
  }

  .lg\:row-start-6 {
    grid-row-start: 6 !important
  }

  .lg\:row-start-7 {
    grid-row-start: 7 !important
  }

  .lg\:row-start-auto {
    grid-row-start: auto !important
  }

  .lg\:row-end-1 {
    grid-row-end: 1 !important
  }

  .lg\:row-end-2 {
    grid-row-end: 2 !important
  }

  .lg\:row-end-3 {
    grid-row-end: 3 !important
  }

  .lg\:row-end-4 {
    grid-row-end: 4 !important
  }

  .lg\:row-end-5 {
    grid-row-end: 5 !important
  }

  .lg\:row-end-6 {
    grid-row-end: 6 !important
  }

  .lg\:row-end-7 {
    grid-row-end: 7 !important
  }

  .lg\:row-end-auto {
    grid-row-end: auto !important
  }

  .lg\:float-right {
    float: right !important
  }

  .lg\:float-left {
    float: left !important
  }

  .lg\:float-none {
    float: none !important
  }

  .lg\:clear-left {
    clear: left !important
  }

  .lg\:clear-right {
    clear: right !important
  }

  .lg\:clear-both {
    clear: both !important
  }

  .lg\:clear-none {
    clear: none !important
  }

  .lg\:m-0 {
    margin: 0 !important
  }

  .lg\:m-1 {
    margin: 0.25rem !important
  }

  .lg\:m-2 {
    margin: 0.5rem !important
  }

  .lg\:m-3 {
    margin: 0.75rem !important
  }

  .lg\:m-4 {
    margin: 1rem !important
  }

  .lg\:m-5 {
    margin: 1.25rem !important
  }

  .lg\:m-6 {
    margin: 1.5rem !important
  }

  .lg\:m-8 {
    margin: 2rem !important
  }

  .lg\:m-10 {
    margin: 2.5rem !important
  }

  .lg\:m-12 {
    margin: 3rem !important
  }

  .lg\:m-16 {
    margin: 4rem !important
  }

  .lg\:m-20 {
    margin: 5rem !important
  }

  .lg\:m-24 {
    margin: 6rem !important
  }

  .lg\:m-32 {
    margin: 8rem !important
  }

  .lg\:m-auto {
    margin: auto !important
  }

  .lg\:m-px {
    margin: 1px !important
  }

  .lg\:m-base {
    margin: 2.2rem !important
  }

  .lg\:-m-px {
    margin: -1px !important
  }

  .lg\:-m-1 {
    margin: -0.25rem !important
  }

  .lg\:-m-2 {
    margin: -0.5rem !important
  }

  .lg\:-m-3 {
    margin: -0.75rem !important
  }

  .lg\:-m-4 {
    margin: -1rem !important
  }

  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important
  }

  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important
  }

  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important
  }

  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .lg\:mx-base {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
  }

  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
  }

  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
  }

  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
  }

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }

  .lg\:my-base {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
  }

  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
  }

  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important
  }

  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .lg\:mt-0 {
    margin-top: 0 !important
  }

  .lg\:mt-1 {
    margin-top: 0.25rem !important
  }

  .lg\:mt-2 {
    margin-top: 0.5rem !important
  }

  .lg\:mt-3 {
    margin-top: 0.75rem !important
  }

  .lg\:mt-4 {
    margin-top: 1rem !important
  }

  .lg\:mt-5 {
    margin-top: 1.25rem !important
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important
  }

  .lg\:mt-8 {
    margin-top: 2rem !important
  }

  .lg\:mt-10 {
    margin-top: 2.5rem !important
  }

  .lg\:mt-12 {
    margin-top: 3rem !important
  }

  .lg\:mt-16 {
    margin-top: 4rem !important
  }

  .lg\:mt-20 {
    margin-top: 5rem !important
  }

  .lg\:mt-24 {
    margin-top: 6rem !important
  }

  .lg\:mt-32 {
    margin-top: 8rem !important
  }

  .lg\:mt-auto {
    margin-top: auto !important
  }

  .lg\:mt-px {
    margin-top: 1px !important
  }

  .lg\:mt-base {
    margin-top: 2.2rem !important
  }

  .lg\:-mt-px {
    margin-top: -1px !important
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem !important
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem !important
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem !important
  }

  .lg\:-mt-4 {
    margin-top: -1rem !important
  }

  .lg\:mr-0 {
    margin-right: 0 !important
  }

  .lg\:mr-1 {
    margin-right: 0.25rem !important
  }

  .lg\:mr-2 {
    margin-right: 0.5rem !important
  }

  .lg\:mr-3 {
    margin-right: 0.75rem !important
  }

  .lg\:mr-4 {
    margin-right: 1rem !important
  }

  .lg\:mr-5 {
    margin-right: 1.25rem !important
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important
  }

  .lg\:mr-8 {
    margin-right: 2rem !important
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important
  }

  .lg\:mr-12 {
    margin-right: 3rem !important
  }

  .lg\:mr-16 {
    margin-right: 4rem !important
  }

  .lg\:mr-20 {
    margin-right: 5rem !important
  }

  .lg\:mr-24 {
    margin-right: 6rem !important
  }

  .lg\:mr-32 {
    margin-right: 8rem !important
  }

  .lg\:mr-auto {
    margin-right: auto !important
  }

  .lg\:mr-px {
    margin-right: 1px !important
  }

  .lg\:mr-base {
    margin-right: 2.2rem !important
  }

  .lg\:-mr-px {
    margin-right: -1px !important
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem !important
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem !important
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem !important
  }

  .lg\:-mr-4 {
    margin-right: -1rem !important
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem !important
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem !important
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem !important
  }

  .lg\:mb-4 {
    margin-bottom: 1rem !important
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem !important
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important
  }

  .lg\:mb-16 {
    margin-bottom: 4rem !important
  }

  .lg\:mb-20 {
    margin-bottom: 5rem !important
  }

  .lg\:mb-24 {
    margin-bottom: 6rem !important
  }

  .lg\:mb-32 {
    margin-bottom: 8rem !important
  }

  .lg\:mb-auto {
    margin-bottom: auto !important
  }

  .lg\:mb-px {
    margin-bottom: 1px !important
  }

  .lg\:mb-base {
    margin-bottom: 2.2rem !important
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem !important
  }

  .lg\:ml-0 {
    margin-left: 0 !important
  }

  .lg\:ml-1 {
    margin-left: 0.25rem !important
  }

  .lg\:ml-2 {
    margin-left: 0.5rem !important
  }

  .lg\:ml-3 {
    margin-left: 0.75rem !important
  }

  .lg\:ml-4 {
    margin-left: 1rem !important
  }

  .lg\:ml-5 {
    margin-left: 1.25rem !important
  }

  .lg\:ml-6 {
    margin-left: 1.5rem !important
  }

  .lg\:ml-8 {
    margin-left: 2rem !important
  }

  .lg\:ml-10 {
    margin-left: 2.5rem !important
  }

  .lg\:ml-12 {
    margin-left: 3rem !important
  }

  .lg\:ml-16 {
    margin-left: 4rem !important
  }

  .lg\:ml-20 {
    margin-left: 5rem !important
  }

  .lg\:ml-24 {
    margin-left: 6rem !important
  }

  .lg\:ml-32 {
    margin-left: 8rem !important
  }

  .lg\:ml-auto {
    margin-left: auto !important
  }

  .lg\:ml-px {
    margin-left: 1px !important
  }

  .lg\:ml-base {
    margin-left: 2.2rem !important
  }

  .lg\:-ml-px {
    margin-left: -1px !important
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem !important
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem !important
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem !important
  }

  .lg\:-ml-4 {
    margin-left: -1rem !important
  }

  .lg\:box-border {
    box-sizing: border-box !important
  }

  .lg\:box-content {
    box-sizing: content-box !important
  }

  .lg\:block {
    display: block !important
  }

  .lg\:inline-block {
    display: inline-block !important
  }

  .lg\:inline {
    display: inline !important
  }

  .lg\:flex {
    display: flex !important
  }

  .lg\:inline-flex {
    display: inline-flex !important
  }

  .lg\:table {
    display: table !important
  }

  .lg\:inline-table {
    display: inline-table !important
  }

  .lg\:table-caption {
    display: table-caption !important
  }

  .lg\:table-cell {
    display: table-cell !important
  }

  .lg\:table-column {
    display: table-column !important
  }

  .lg\:table-column-group {
    display: table-column-group !important
  }

  .lg\:table-footer-group {
    display: table-footer-group !important
  }

  .lg\:table-header-group {
    display: table-header-group !important
  }

  .lg\:table-row-group {
    display: table-row-group !important
  }

  .lg\:table-row {
    display: table-row !important
  }

  .lg\:flow-root {
    display: flow-root !important
  }

  .lg\:grid {
    display: grid !important
  }

  .lg\:inline-grid {
    display: inline-grid !important
  }

  .lg\:contents {
    display: contents !important
  }

  .lg\:list-item {
    display: list-item !important
  }

  .lg\:hidden {
    display: none !important
  }

  .lg\:h-1 {
    height: 0.25rem !important
  }

  .lg\:h-2 {
    height: 0.5rem !important
  }

  .lg\:h-3 {
    height: 0.75rem !important
  }

  .lg\:h-4 {
    height: 1rem !important
  }

  .lg\:h-5 {
    height: 1.25rem !important
  }

  .lg\:h-6 {
    height: 1.5rem !important
  }

  .lg\:h-8 {
    height: 2rem !important
  }

  .lg\:h-10 {
    height: 2.5rem !important
  }

  .lg\:h-12 {
    height: 3rem !important
  }

  .lg\:h-16 {
    height: 4rem !important
  }

  .lg\:h-24 {
    height: 6rem !important
  }

  .lg\:h-32 {
    height: 8rem !important
  }

  .lg\:h-48 {
    height: 12rem !important
  }

  .lg\:h-64 {
    height: 16rem !important
  }

  .lg\:h-auto {
    height: auto !important
  }

  .lg\:h-px {
    height: 1px !important
  }

  .lg\:h-full {
    height: 100% !important
  }

  .lg\:h-screen {
    height: 100vh !important
  }

  .lg\:max-h-full {
    max-height: 100% !important
  }

  .lg\:max-h-screen {
    max-height: 100vh !important
  }

  .lg\:min-h-0 {
    min-height: 0 !important
  }

  .lg\:min-h-full {
    min-height: 100% !important
  }

  .lg\:min-h-screen {
    min-height: 100vh !important
  }

  .lg\:w-1 {
    width: 0.25rem !important
  }

  .lg\:w-2 {
    width: 0.5rem !important
  }

  .lg\:w-3 {
    width: 0.75rem !important
  }

  .lg\:w-4 {
    width: 1rem !important
  }

  .lg\:w-5 {
    width: 1.25rem !important
  }

  .lg\:w-6 {
    width: 1.5rem !important
  }

  .lg\:w-8 {
    width: 2rem !important
  }

  .lg\:w-10 {
    width: 2.5rem !important
  }

  .lg\:w-12 {
    width: 3rem !important
  }

  .lg\:w-16 {
    width: 4rem !important
  }

  .lg\:w-24 {
    width: 6rem !important
  }

  .lg\:w-32 {
    width: 8rem !important
  }

  .lg\:w-48 {
    width: 12rem !important
  }

  .lg\:w-64 {
    width: 16rem !important
  }

  .lg\:w-auto {
    width: auto !important
  }

  .lg\:w-px {
    width: 1px !important
  }

  .lg\:w-1\/2 {
    width: 50% !important
  }

  .lg\:w-1\/3 {
    width: 33.33333% !important
  }

  .lg\:w-2\/3 {
    width: 66.66667% !important
  }

  .lg\:w-1\/4 {
    width: 25% !important
  }

  .lg\:w-3\/4 {
    width: 75% !important
  }

  .lg\:w-1\/5 {
    width: 20% !important
  }

  .lg\:w-2\/5 {
    width: 40% !important
  }

  .lg\:w-3\/5 {
    width: 60% !important
  }

  .lg\:w-4\/5 {
    width: 80% !important
  }

  .lg\:w-1\/6 {
    width: 16.66667% !important
  }

  .lg\:w-5\/6 {
    width: 83.33333% !important
  }

  .lg\:w-1\/8 {
    width: 12.5% !important
  }

  .lg\:w-7\/8 {
    width: 87.5% !important
  }

  .lg\:w-1\/10 {
    width: 10% !important
  }

  .lg\:w-9\/10 {
    width: 90% !important
  }

  .lg\:w-1\/12 {
    width: 8.33333% !important
  }

  .lg\:w-2\/12 {
    width: 16.66667% !important
  }

  .lg\:w-3\/12 {
    width: 25% !important
  }

  .lg\:w-4\/12 {
    width: 33.33333% !important
  }

  .lg\:w-5\/12 {
    width: 41.66667% !important
  }

  .lg\:w-6\/12 {
    width: 50% !important
  }

  .lg\:w-7\/12 {
    width: 58.33333% !important
  }

  .lg\:w-8\/12 {
    width: 66.66667% !important
  }

  .lg\:w-9\/12 {
    width: 75% !important
  }

  .lg\:w-10\/12 {
    width: 83.33333% !important
  }

  .lg\:w-11\/12 {
    width: 91.66667% !important
  }

  .lg\:w-full {
    width: 100% !important
  }

  .lg\:w-screen {
    width: 100vw !important
  }

  .lg\:min-w-0 {
    min-width: 0 !important
  }

  .lg\:min-w-full {
    min-width: 100% !important
  }

  .lg\:max-w-xs {
    max-width: 20rem !important
  }

  .lg\:max-w-sm {
    max-width: 30rem !important
  }

  .lg\:max-w-md {
    max-width: 40rem !important
  }

  .lg\:max-w-lg {
    max-width: 50rem !important
  }

  .lg\:max-w-xl {
    max-width: 60rem !important
  }

  .lg\:max-w-2xl {
    max-width: 70rem !important
  }

  .lg\:max-w-3xl {
    max-width: 80rem !important
  }

  .lg\:max-w-4xl {
    max-width: 90rem !important
  }

  .lg\:max-w-5xl {
    max-width: 100rem !important
  }

  .lg\:max-w-full {
    max-width: 100% !important
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important
  }

  .lg\:flex-auto {
    flex: 1 1 auto !important
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important
  }

  .lg\:flex-none {
    flex: none !important
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .lg\:flex-shrink {
    flex-shrink: 1 !important
  }

  .lg\:flex-grow-0 {
    flex-grow: 0 !important
  }

  .lg\:flex-grow {
    flex-grow: 1 !important
  }

  .lg\:table-auto {
    table-layout: auto !important
  }

  .lg\:table-fixed {
    table-layout: fixed !important
  }

  .lg\:origin-center {
    transform-origin: center !important
  }

  .lg\:origin-top {
    transform-origin: top !important
  }

  .lg\:origin-top-right {
    transform-origin: top right !important
  }

  .lg\:origin-right {
    transform-origin: right !important
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right !important
  }

  .lg\:origin-bottom {
    transform-origin: bottom !important
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left !important
  }

  .lg\:origin-left {
    transform-origin: left !important
  }

  .lg\:origin-top-left {
    transform-origin: top left !important
  }

  .lg\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
  }

  .lg\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
  }

  .lg\:transform-none {
    transform: none !important
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px !important
  }

  .lg\:translate-x-1 {
    --tw-translate-x: 0.25rem !important
  }

  .lg\:translate-x-2 {
    --tw-translate-x: 0.5rem !important
  }

  .lg\:translate-x-3 {
    --tw-translate-x: 0.75rem !important
  }

  .lg\:translate-x-4 {
    --tw-translate-x: 1rem !important
  }

  .lg\:translate-x-5 {
    --tw-translate-x: 1.25rem !important
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 1.5rem !important
  }

  .lg\:translate-x-7 {
    --tw-translate-x: 1.75rem !important
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 2rem !important
  }

  .lg\:translate-x-9 {
    --tw-translate-x: 2.25rem !important
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 2.5rem !important
  }

  .lg\:translate-x-11 {
    --tw-translate-x: 2.75rem !important
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 3rem !important
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 3.5rem !important
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 4rem !important
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 5rem !important
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 6rem !important
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 7rem !important
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 8rem !important
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 9rem !important
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 10rem !important
  }

  .lg\:translate-x-44 {
    --tw-translate-x: 11rem !important
  }

  .lg\:translate-x-48 {
    --tw-translate-x: 12rem !important
  }

  .lg\:translate-x-52 {
    --tw-translate-x: 13rem !important
  }

  .lg\:translate-x-56 {
    --tw-translate-x: 14rem !important
  }

  .lg\:translate-x-60 {
    --tw-translate-x: 15rem !important
  }

  .lg\:translate-x-64 {
    --tw-translate-x: 16rem !important
  }

  .lg\:translate-x-72 {
    --tw-translate-x: 18rem !important
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 20rem !important
  }

  .lg\:translate-x-96 {
    --tw-translate-x: 24rem !important
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px !important
  }

  .lg\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important
  }

  .lg\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important
  }

  .lg\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important
  }

  .lg\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: 0px !important
  }

  .lg\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important
  }

  .lg\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important
  }

  .lg\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important
  }

  .lg\:-translate-x-4 {
    --tw-translate-x: -1rem !important
  }

  .lg\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important
  }

  .lg\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important
  }

  .lg\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem !important
  }

  .lg\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important
  }

  .lg\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -3rem !important
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -4rem !important
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -5rem !important
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -6rem !important
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -7rem !important
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -8rem !important
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -9rem !important
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -10rem !important
  }

  .lg\:-translate-x-44 {
    --tw-translate-x: -11rem !important
  }

  .lg\:-translate-x-48 {
    --tw-translate-x: -12rem !important
  }

  .lg\:-translate-x-52 {
    --tw-translate-x: -13rem !important
  }

  .lg\:-translate-x-56 {
    --tw-translate-x: -14rem !important
  }

  .lg\:-translate-x-60 {
    --tw-translate-x: -15rem !important
  }

  .lg\:-translate-x-64 {
    --tw-translate-x: -16rem !important
  }

  .lg\:-translate-x-72 {
    --tw-translate-x: -18rem !important
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -20rem !important
  }

  .lg\:-translate-x-96 {
    --tw-translate-x: -24rem !important
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px !important
  }

  .lg\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important
  }

  .lg\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important
  }

  .lg\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important
  }

  .lg\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50% !important
  }

  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important
  }

  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important
  }

  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25% !important
  }

  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50% !important
  }

  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75% !important
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100% !important
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important
  }

  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important
  }

  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important
  }

  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important
  }

  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important
  }

  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100% !important
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px !important
  }

  .lg\:translate-y-1 {
    --tw-translate-y: 0.25rem !important
  }

  .lg\:translate-y-2 {
    --tw-translate-y: 0.5rem !important
  }

  .lg\:translate-y-3 {
    --tw-translate-y: 0.75rem !important
  }

  .lg\:translate-y-4 {
    --tw-translate-y: 1rem !important
  }

  .lg\:translate-y-5 {
    --tw-translate-y: 1.25rem !important
  }

  .lg\:translate-y-6 {
    --tw-translate-y: 1.5rem !important
  }

  .lg\:translate-y-7 {
    --tw-translate-y: 1.75rem !important
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 2rem !important
  }

  .lg\:translate-y-9 {
    --tw-translate-y: 2.25rem !important
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 2.5rem !important
  }

  .lg\:translate-y-11 {
    --tw-translate-y: 2.75rem !important
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 3rem !important
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 3.5rem !important
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 4rem !important
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 5rem !important
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 6rem !important
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 7rem !important
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 8rem !important
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 9rem !important
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 10rem !important
  }

  .lg\:translate-y-44 {
    --tw-translate-y: 11rem !important
  }

  .lg\:translate-y-48 {
    --tw-translate-y: 12rem !important
  }

  .lg\:translate-y-52 {
    --tw-translate-y: 13rem !important
  }

  .lg\:translate-y-56 {
    --tw-translate-y: 14rem !important
  }

  .lg\:translate-y-60 {
    --tw-translate-y: 15rem !important
  }

  .lg\:translate-y-64 {
    --tw-translate-y: 16rem !important
  }

  .lg\:translate-y-72 {
    --tw-translate-y: 18rem !important
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 20rem !important
  }

  .lg\:translate-y-96 {
    --tw-translate-y: 24rem !important
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px !important
  }

  .lg\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important
  }

  .lg\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important
  }

  .lg\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important
  }

  .lg\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: 0px !important
  }

  .lg\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important
  }

  .lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important
  }

  .lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important
  }

  .lg\:-translate-y-4 {
    --tw-translate-y: -1rem !important
  }

  .lg\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important
  }

  .lg\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important
  }

  .lg\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -2rem !important
  }

  .lg\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important
  }

  .lg\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -3rem !important
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -4rem !important
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem !important
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -6rem !important
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem !important
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -8rem !important
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -9rem !important
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -10rem !important
  }

  .lg\:-translate-y-44 {
    --tw-translate-y: -11rem !important
  }

  .lg\:-translate-y-48 {
    --tw-translate-y: -12rem !important
  }

  .lg\:-translate-y-52 {
    --tw-translate-y: -13rem !important
  }

  .lg\:-translate-y-56 {
    --tw-translate-y: -14rem !important
  }

  .lg\:-translate-y-60 {
    --tw-translate-y: -15rem !important
  }

  .lg\:-translate-y-64 {
    --tw-translate-y: -16rem !important
  }

  .lg\:-translate-y-72 {
    --tw-translate-y: -18rem !important
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -20rem !important
  }

  .lg\:-translate-y-96 {
    --tw-translate-y: -24rem !important
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px !important
  }

  .lg\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important
  }

  .lg\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important
  }

  .lg\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important
  }

  .lg\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important
  }

  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50% !important
  }

  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important
  }

  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25% !important
  }

  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50% !important
  }

  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75% !important
  }

  .lg\:translate-y-full {
    --tw-translate-y: 100% !important
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important
  }

  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100% !important
  }

  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important
  }

  .lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important
  }

  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important
  }

  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important
  }

  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important
  }

  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important
  }

  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important
  }

  .lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important
  }

  .lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important
  }

  .lg\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important
  }

  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important
  }

  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important
  }

  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important
  }

  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important
  }

  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important
  }

  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important
  }

  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important
  }

  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important
  }

  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important
  }

  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important
  }

  .lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important
  }

  .lg\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important
  }

  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important
  }

  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important
  }

  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important
  }

  .lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important
  }

  .lg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important
  }

  .lg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important
  }

  .lg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important
  }

  .lg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important
  }

  .lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important
  }

  .lg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important
  }

  .lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important
  }

  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important
  }

  .lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important
  }

  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important
  }

  .lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important
  }

  .lg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important
  }

  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important
  }

  .lg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important
  }

  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important
  }

  .lg\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important
  }

  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important
  }

  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important
  }

  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important
  }

  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important
  }

  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important
  }

  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important
  }

  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important
  }

  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important
  }

  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important
  }

  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important
  }

  .lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important
  }

  .lg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important
  }

  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important
  }

  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important
  }

  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important
  }

  .lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important
  }

  .lg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important
  }

  .lg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important
  }

  .lg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important
  }

  .lg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important
  }

  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important
  }

  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important
  }

  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important
  }

  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important
  }

  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important
  }

  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important
  }

  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important
  }

  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important
  }

  .lg\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important
  }

  .lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important
  }

  .lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important
  }

  .lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important
  }

  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important
  }

  .lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important
  }

  .lg\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important
  }

  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important
  }

  .lg\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important
  }

  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important
  }

  .lg\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important
  }

  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important
  }

  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important
  }

  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important
  }

  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important
  }

  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important
  }

  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important
  }

  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important
  }

  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important
  }

  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important
  }

  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important
  }

  .lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important
  }

  .lg\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important
  }

  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important
  }

  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important
  }

  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important
  }

  .lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important
  }

  .lg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important
  }

  .lg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important
  }

  .lg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important
  }

  .lg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important
  }

  .lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important
  }

  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important
  }

  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important
  }

  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important
  }

  .lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important
  }

  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important
  }

  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important
  }

  .lg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important
  }

  .lg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important
  }

  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important
  }

  .lg\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important
  }

  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important
  }

  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important
  }

  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important
  }

  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important
  }

  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important
  }

  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important
  }

  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important
  }

  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important
  }

  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important
  }

  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important
  }

  .lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important
  }

  .lg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important
  }

  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important
  }

  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important
  }

  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important
  }

  .lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important
  }

  .lg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important
  }

  .lg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important
  }

  .lg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important
  }

  .lg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important
  }

  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important
  }

  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important
  }

  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important
  }

  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important
  }

  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important
  }

  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important
  }

  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important
  }

  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important
  }

  .lg\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important
  }

  .lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important
  }

  .lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important
  }

  .lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important
  }

  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important
  }

  .lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important
  }

  .lg\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important
  }

  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important
  }

  .lg\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important
  }

  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important
  }

  .lg\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important
  }

  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important
  }

  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important
  }

  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important
  }

  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important
  }

  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important
  }

  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important
  }

  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important
  }

  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important
  }

  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important
  }

  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important
  }

  .lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important
  }

  .lg\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important
  }

  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important
  }

  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important
  }

  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important
  }

  .lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important
  }

  .lg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important
  }

  .lg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important
  }

  .lg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important
  }

  .lg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important
  }

  .lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important
  }

  .lg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important
  }

  .lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important
  }

  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important
  }

  .lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important
  }

  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important
  }

  .lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important
  }

  .lg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important
  }

  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important
  }

  .lg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important
  }

  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important
  }

  .lg\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important
  }

  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important
  }

  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important
  }

  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important
  }

  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important
  }

  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important
  }

  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important
  }

  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important
  }

  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important
  }

  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important
  }

  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important
  }

  .lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important
  }

  .lg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important
  }

  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important
  }

  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important
  }

  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important
  }

  .lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important
  }

  .lg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important
  }

  .lg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important
  }

  .lg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important
  }

  .lg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important
  }

  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important
  }

  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important
  }

  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important
  }

  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important
  }

  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important
  }

  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important
  }

  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important
  }

  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important
  }

  .lg\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important
  }

  .lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important
  }

  .lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important
  }

  .lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important
  }

  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important
  }

  .lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important
  }

  .lg\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important
  }

  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important
  }

  .lg\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important
  }

  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important
  }

  .lg\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important
  }

  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important
  }

  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important
  }

  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important
  }

  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important
  }

  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important
  }

  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important
  }

  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important
  }

  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important
  }

  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important
  }

  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important
  }

  .lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important
  }

  .lg\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important
  }

  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important
  }

  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important
  }

  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important
  }

  .lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important
  }

  .lg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important
  }

  .lg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important
  }

  .lg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important
  }

  .lg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important
  }

  .lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important
  }

  .lg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important
  }

  .lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important
  }

  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important
  }

  .lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important
  }

  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important
  }

  .lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important
  }

  .lg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important
  }

  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important
  }

  .lg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important
  }

  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important
  }

  .lg\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important
  }

  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important
  }

  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important
  }

  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important
  }

  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important
  }

  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important
  }

  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important
  }

  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important
  }

  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important
  }

  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important
  }

  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important
  }

  .lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important
  }

  .lg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important
  }

  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important
  }

  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important
  }

  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important
  }

  .lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important
  }

  .lg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important
  }

  .lg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important
  }

  .lg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important
  }

  .lg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important
  }

  .lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important
  }

  .lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important
  }

  .lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important
  }

  .lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important
  }

  .lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important
  }

  .lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important
  }

  .lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important
  }

  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg !important
  }

  .lg\:rotate-1 {
    --tw-rotate: 1deg !important
  }

  .lg\:rotate-2 {
    --tw-rotate: 2deg !important
  }

  .lg\:rotate-3 {
    --tw-rotate: 3deg !important
  }

  .lg\:rotate-6 {
    --tw-rotate: 6deg !important
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg !important
  }

  .lg\:rotate-45 {
    --tw-rotate: 45deg !important
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg !important
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg !important
  }

  .lg\:-rotate-180 {
    --tw-rotate: -180deg !important
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg !important
  }

  .lg\:-rotate-45 {
    --tw-rotate: -45deg !important
  }

  .lg\:-rotate-12 {
    --tw-rotate: -12deg !important
  }

  .lg\:-rotate-6 {
    --tw-rotate: -6deg !important
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg !important
  }

  .lg\:-rotate-2 {
    --tw-rotate: -2deg !important
  }

  .lg\:-rotate-1 {
    --tw-rotate: -1deg !important
  }

  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important
  }

  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important
  }

  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important
  }

  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important
  }

  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important
  }

  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important
  }

  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important
  }

  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important
  }

  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important
  }

  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important
  }

  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important
  }

  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important
  }

  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important
  }

  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important
  }

  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important
  }

  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important
  }

  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important
  }

  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important
  }

  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important
  }

  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important
  }

  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important
  }

  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important
  }

  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important
  }

  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important
  }

  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important
  }

  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important
  }

  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important
  }

  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important
  }

  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important
  }

  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important
  }

  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important
  }

  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important
  }

  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important
  }

  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important
  }

  .lg\:skew-x-0 {
    --tw-skew-x: 0deg !important
  }

  .lg\:skew-x-1 {
    --tw-skew-x: 1deg !important
  }

  .lg\:skew-x-2 {
    --tw-skew-x: 2deg !important
  }

  .lg\:skew-x-3 {
    --tw-skew-x: 3deg !important
  }

  .lg\:skew-x-6 {
    --tw-skew-x: 6deg !important
  }

  .lg\:skew-x-12 {
    --tw-skew-x: 12deg !important
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg !important
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg !important
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg !important
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg !important
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg !important
  }

  .lg\:skew-y-0 {
    --tw-skew-y: 0deg !important
  }

  .lg\:skew-y-1 {
    --tw-skew-y: 1deg !important
  }

  .lg\:skew-y-2 {
    --tw-skew-y: 2deg !important
  }

  .lg\:skew-y-3 {
    --tw-skew-y: 3deg !important
  }

  .lg\:skew-y-6 {
    --tw-skew-y: 6deg !important
  }

  .lg\:skew-y-12 {
    --tw-skew-y: 12deg !important
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg !important
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg !important
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg !important
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg !important
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg !important
  }

  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important
  }

  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important
  }

  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important
  }

  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important
  }

  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important
  }

  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important
  }

  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important
  }

  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important
  }

  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important
  }

  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important
  }

  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important
  }

  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important
  }

  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important
  }

  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important
  }

  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important
  }

  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important
  }

  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important
  }

  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important
  }

  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important
  }

  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important
  }

  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important
  }

  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important
  }

  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important
  }

  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important
  }

  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important
  }

  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important
  }

  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important
  }

  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important
  }

  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important
  }

  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important
  }

  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important
  }

  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important
  }

  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important
  }

  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important
  }

  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important
  }

  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important
  }

  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important
  }

  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important
  }

  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important
  }

  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important
  }

  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important
  }

  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important
  }

  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important
  }

  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important
  }

  .lg\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .lg\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .lg\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .lg\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .lg\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .lg\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .lg\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .lg\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .lg\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .lg\:scale-x-0 {
    --tw-scale-x: 0 !important
  }

  .lg\:scale-x-50 {
    --tw-scale-x: .5 !important
  }

  .lg\:scale-x-75 {
    --tw-scale-x: .75 !important
  }

  .lg\:scale-x-90 {
    --tw-scale-x: .9 !important
  }

  .lg\:scale-x-95 {
    --tw-scale-x: .95 !important
  }

  .lg\:scale-x-100 {
    --tw-scale-x: 1 !important
  }

  .lg\:scale-x-105 {
    --tw-scale-x: 1.05 !important
  }

  .lg\:scale-x-110 {
    --tw-scale-x: 1.1 !important
  }

  .lg\:scale-x-125 {
    --tw-scale-x: 1.25 !important
  }

  .lg\:scale-x-150 {
    --tw-scale-x: 1.5 !important
  }

  .lg\:scale-y-0 {
    --tw-scale-y: 0 !important
  }

  .lg\:scale-y-50 {
    --tw-scale-y: .5 !important
  }

  .lg\:scale-y-75 {
    --tw-scale-y: .75 !important
  }

  .lg\:scale-y-90 {
    --tw-scale-y: .9 !important
  }

  .lg\:scale-y-95 {
    --tw-scale-y: .95 !important
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1 !important
  }

  .lg\:scale-y-105 {
    --tw-scale-y: 1.05 !important
  }

  .lg\:scale-y-110 {
    --tw-scale-y: 1.1 !important
  }

  .lg\:scale-y-125 {
    --tw-scale-y: 1.25 !important
  }

  .lg\:scale-y-150 {
    --tw-scale-y: 1.5 !important
  }

  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important
  }

  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important
  }

  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important
  }

  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important
  }

  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important
  }

  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important
  }

  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important
  }

  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important
  }

  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important
  }

  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important
  }

  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important
  }

  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important
  }

  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important
  }

  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important
  }

  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important
  }

  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important
  }

  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important
  }

  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important
  }

  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important
  }

  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important
  }

  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important
  }

  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important
  }

  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important
  }

  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important
  }

  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important
  }

  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important
  }

  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important
  }

  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important
  }

  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important
  }

  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important
  }

  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important
  }

  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important
  }

  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important
  }

  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important
  }

  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important
  }

  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important
  }

  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important
  }

  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important
  }

  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important
  }

  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important
  }

  .lg\:animate-none {
    animation: none !important
  }

  .lg\:animate-spin {
    animation: spin 1s linear infinite !important
  }

  .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important
  }

  .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important
  }

  .lg\:animate-bounce {
    animation: bounce 1s infinite !important
  }

  .lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important
  }

  .lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important
  }

  .lg\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important
  }

  .lg\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important
  }

  .lg\:resize-none {
    resize: none !important
  }

  .lg\:resize-y {
    resize: vertical !important
  }

  .lg\:resize-x {
    resize: horizontal !important
  }

  .lg\:resize {
    resize: both !important
  }

  .lg\:list-inside {
    list-style-position: inside !important
  }

  .lg\:list-outside {
    list-style-position: outside !important
  }

  .lg\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto !important
  }

  .lg\:auto-cols-min {
    grid-auto-columns: min-content !important
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content !important
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row !important
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column !important
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense !important
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense !important
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto !important
  }

  .lg\:auto-rows-min {
    grid-auto-rows: min-content !important
  }

  .lg\:auto-rows-max {
    grid-auto-rows: max-content !important
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-none {
    grid-template-columns: none !important
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important
  }

  .lg\:grid-rows-none {
    grid-template-rows: none !important
  }

  .lg\:flex-row {
    flex-direction: row !important
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .lg\:flex-col {
    flex-direction: column !important
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse !important
  }

  .lg\:flex-wrap {
    flex-wrap: wrap !important
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap !important
  }

  .lg\:place-content-center {
    place-content: center !important
  }

  .lg\:place-content-start {
    place-content: start !important
  }

  .lg\:place-content-end {
    place-content: end !important
  }

  .lg\:place-content-between {
    place-content: space-between !important
  }

  .lg\:place-content-around {
    place-content: space-around !important
  }

  .lg\:place-content-evenly {
    place-content: space-evenly !important
  }

  .lg\:place-content-stretch {
    place-content: stretch !important
  }

  .lg\:place-items-start {
    place-items: start !important
  }

  .lg\:place-items-end {
    place-items: end !important
  }

  .lg\:place-items-center {
    place-items: center !important
  }

  .lg\:place-items-stretch {
    place-items: stretch !important
  }

  .lg\:content-center {
    align-content: center !important
  }

  .lg\:content-start {
    align-content: flex-start !important
  }

  .lg\:content-end {
    align-content: flex-end !important
  }

  .lg\:content-between {
    align-content: space-between !important
  }

  .lg\:content-around {
    align-content: space-around !important
  }

  .lg\:content-evenly {
    align-content: space-evenly !important
  }

  .lg\:items-start {
    align-items: flex-start !important
  }

  .lg\:items-end {
    align-items: flex-end !important
  }

  .lg\:items-center {
    align-items: center !important
  }

  .lg\:items-baseline {
    align-items: baseline !important
  }

  .lg\:items-stretch {
    align-items: stretch !important
  }

  .lg\:justify-start {
    justify-content: flex-start !important
  }

  .lg\:justify-end {
    justify-content: flex-end !important
  }

  .lg\:justify-center {
    justify-content: center !important
  }

  .lg\:justify-between {
    justify-content: space-between !important
  }

  .lg\:justify-around {
    justify-content: space-around !important
  }

  .lg\:justify-evenly {
    justify-content: space-evenly !important
  }

  .lg\:justify-items-start {
    justify-items: start !important
  }

  .lg\:justify-items-end {
    justify-items: end !important
  }

  .lg\:justify-items-center {
    justify-items: center !important
  }

  .lg\:justify-items-stretch {
    justify-items: stretch !important
  }

  .lg\:gap-0 {
    gap: 0px !important
  }

  .lg\:gap-1 {
    gap: 0.25rem !important
  }

  .lg\:gap-2 {
    gap: 0.5rem !important
  }

  .lg\:gap-3 {
    gap: 0.75rem !important
  }

  .lg\:gap-4 {
    gap: 1rem !important
  }

  .lg\:gap-5 {
    gap: 1.25rem !important
  }

  .lg\:gap-6 {
    gap: 1.5rem !important
  }

  .lg\:gap-7 {
    gap: 1.75rem !important
  }

  .lg\:gap-8 {
    gap: 2rem !important
  }

  .lg\:gap-9 {
    gap: 2.25rem !important
  }

  .lg\:gap-10 {
    gap: 2.5rem !important
  }

  .lg\:gap-11 {
    gap: 2.75rem !important
  }

  .lg\:gap-12 {
    gap: 3rem !important
  }

  .lg\:gap-14 {
    gap: 3.5rem !important
  }

  .lg\:gap-16 {
    gap: 4rem !important
  }

  .lg\:gap-20 {
    gap: 5rem !important
  }

  .lg\:gap-24 {
    gap: 6rem !important
  }

  .lg\:gap-28 {
    gap: 7rem !important
  }

  .lg\:gap-32 {
    gap: 8rem !important
  }

  .lg\:gap-36 {
    gap: 9rem !important
  }

  .lg\:gap-40 {
    gap: 10rem !important
  }

  .lg\:gap-44 {
    gap: 11rem !important
  }

  .lg\:gap-48 {
    gap: 12rem !important
  }

  .lg\:gap-52 {
    gap: 13rem !important
  }

  .lg\:gap-56 {
    gap: 14rem !important
  }

  .lg\:gap-60 {
    gap: 15rem !important
  }

  .lg\:gap-64 {
    gap: 16rem !important
  }

  .lg\:gap-72 {
    gap: 18rem !important
  }

  .lg\:gap-80 {
    gap: 20rem !important
  }

  .lg\:gap-96 {
    gap: 24rem !important
  }

  .lg\:gap-px {
    gap: 1px !important
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem !important
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem !important
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem !important
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem !important
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important
  }

  .lg\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important
  }

  .lg\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important
  }

  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important
  }

  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important
  }

  .lg\:gap-y-0 {
    row-gap: 0px !important
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem !important
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem !important
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem !important
  }

  .lg\:gap-y-4 {
    row-gap: 1rem !important
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem !important
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem !important
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem !important
  }

  .lg\:gap-y-8 {
    row-gap: 2rem !important
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem !important
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem !important
  }

  .lg\:gap-y-11 {
    row-gap: 2.75rem !important
  }

  .lg\:gap-y-12 {
    row-gap: 3rem !important
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem !important
  }

  .lg\:gap-y-16 {
    row-gap: 4rem !important
  }

  .lg\:gap-y-20 {
    row-gap: 5rem !important
  }

  .lg\:gap-y-24 {
    row-gap: 6rem !important
  }

  .lg\:gap-y-28 {
    row-gap: 7rem !important
  }

  .lg\:gap-y-32 {
    row-gap: 8rem !important
  }

  .lg\:gap-y-36 {
    row-gap: 9rem !important
  }

  .lg\:gap-y-40 {
    row-gap: 10rem !important
  }

  .lg\:gap-y-44 {
    row-gap: 11rem !important
  }

  .lg\:gap-y-48 {
    row-gap: 12rem !important
  }

  .lg\:gap-y-52 {
    row-gap: 13rem !important
  }

  .lg\:gap-y-56 {
    row-gap: 14rem !important
  }

  .lg\:gap-y-60 {
    row-gap: 15rem !important
  }

  .lg\:gap-y-64 {
    row-gap: 16rem !important
  }

  .lg\:gap-y-72 {
    row-gap: 18rem !important
  }

  .lg\:gap-y-80 {
    row-gap: 20rem !important
  }

  .lg\:gap-y-96 {
    row-gap: 24rem !important
  }

  .lg\:gap-y-px {
    row-gap: 1px !important
  }

  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem !important
  }

  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem !important
  }

  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem !important
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem !important
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .lg\:divide-x-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important
  }

  .lg\:divide-y-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important
  }

  .lg\:divide-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-divide-opacity)) !important
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-divide-opacity)) !important
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important
  }

  .lg\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-divide-opacity)) !important
  }

  .lg\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-divide-opacity)) !important
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important
  }

  .lg\:place-self-auto {
    place-self: auto !important
  }

  .lg\:place-self-start {
    place-self: start !important
  }

  .lg\:place-self-end {
    place-self: end !important
  }

  .lg\:place-self-center {
    place-self: center !important
  }

  .lg\:place-self-stretch {
    place-self: stretch !important
  }

  .lg\:self-auto {
    align-self: auto !important
  }

  .lg\:self-start {
    align-self: flex-start !important
  }

  .lg\:self-end {
    align-self: flex-end !important
  }

  .lg\:self-center {
    align-self: center !important
  }

  .lg\:self-stretch {
    align-self: stretch !important
  }

  .lg\:self-baseline {
    align-self: baseline !important
  }

  .lg\:justify-self-auto {
    justify-self: auto !important
  }

  .lg\:justify-self-start {
    justify-self: start !important
  }

  .lg\:justify-self-end {
    justify-self: end !important
  }

  .lg\:justify-self-center {
    justify-self: center !important
  }

  .lg\:justify-self-stretch {
    justify-self: stretch !important
  }

  .lg\:overflow-auto {
    overflow: auto !important
  }

  .lg\:overflow-hidden {
    overflow: hidden !important
  }

  .lg\:overflow-visible {
    overflow: visible !important
  }

  .lg\:overflow-scroll {
    overflow: scroll !important
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .lg\:overscroll-auto {
    overscroll-behavior: auto !important
  }

  .lg\:overscroll-contain {
    overscroll-behavior: contain !important
  }

  .lg\:overscroll-none {
    overscroll-behavior: none !important
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto !important
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain !important
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none !important
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto !important
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain !important
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none !important
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis !important
  }

  .lg\:overflow-clip {
    text-overflow: clip !important
  }

  .lg\:whitespace-normal {
    white-space: normal !important
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap !important
  }

  .lg\:whitespace-pre {
    white-space: pre !important
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .lg\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important
  }

  .lg\:break-words {
    overflow-wrap: break-word !important
  }

  .lg\:break-all {
    word-break: break-all !important
  }

  .lg\:border-0 {
    border-width: 0 !important
  }

  .lg\:border-2 {
    border-width: 2px !important
  }

  .lg\:border-4 {
    border-width: 4px !important
  }

  .lg\:border-8 {
    border-width: 8px !important
  }

  .lg\:border-default {
    border-width: 1px !important
  }

  .lg\:border-t-0 {
    border-top-width: 0 !important
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important
  }

  .lg\:border-t-default {
    border-top-width: 1px !important
  }

  .lg\:border-r-0 {
    border-right-width: 0 !important
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important
  }

  .lg\:border-r-default {
    border-right-width: 1px !important
  }

  .lg\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .lg\:border-b-default {
    border-bottom-width: 1px !important
  }

  .lg\:border-l-0 {
    border-left-width: 0 !important
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important
  }

  .lg\:border-l-default {
    border-left-width: 1px !important
  }

  .lg\:border-solid {
    border-style: solid !important
  }

  .lg\:border-dashed {
    border-style: dashed !important
  }

  .lg\:border-dotted {
    border-style: dotted !important
  }

  .lg\:border-double {
    border-style: double !important
  }

  .lg\:border-none {
    border-style: none !important
  }

  .lg\:border-default {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .lg\:border-transparent {
    border-color: transparent !important
  }

  .lg\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-border-opacity)) !important
  }

  .lg\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important
  }

  .lg\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-border-opacity)) !important
  }

  .lg\:border-grey-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .lg\:hover\:border-default:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important
  }

  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-border-opacity)) !important
  }

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

  .lg\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-border-opacity)) !important
  }

  .lg\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0 !important
  }

  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important
  }

  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important
  }

  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important
  }

  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important
  }

  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important
  }

  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important
  }

  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important
  }

  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important
  }

  .lg\:border-opacity-100 {
    --tw-border-opacity: 1 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important
  }

  .group:hover .lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important
  }

  .lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important
  }

  .lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important
  }

  .lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important
  }

  .lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important
  }

  .lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important
  }

  .lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important
  }

  .lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important
  }

  .lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important
  }

  .lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important
  }

  .lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important
  }

  .lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important
  }

  .lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important
  }

  .lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important
  }

  .lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important
  }

  .lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important
  }

  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important
  }

  .lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important
  }

  .lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important
  }

  .lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important
  }

  .lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important
  }

  .lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important
  }

  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important
  }

  .lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important
  }

  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important
  }

  .lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important
  }

  .lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important
  }

  .lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important
  }

  .lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important
  }

  .lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important
  }

  .lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important
  }

  .lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important
  }

  .lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important
  }

  .lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important
  }

  .lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important
  }

  .lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important
  }

  .lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important
  }

  .lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important
  }

  .lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important
  }

  .lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important
  }

  .lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important
  }

  .lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important
  }

  .lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important
  }

  .lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important
  }

  .lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important
  }

  .lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important
  }

  .lg\:bg-transparent {
    background-color: transparent !important
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important
  }

  .lg\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .lg\:bg-grey-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

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

  .lg\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .lg\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important
  }

  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

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

  .lg\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .lg\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important
  }

  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important
  }

  .lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important
  }

  .lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important
  }

  .lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important
  }

  .lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important
  }

  .lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important
  }

  .lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important
  }

  .lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important
  }

  .lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important
  }

  .lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important
  }

  .lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important
  }

  .lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important
  }

  .lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important
  }

  .lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important
  }

  .lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important
  }

  .lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important
  }

  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important
  }

  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important
  }

  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important
  }

  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important
  }

  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important
  }

  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important
  }

  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important
  }

  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important
  }

  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important
  }

  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important
  }

  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important
  }

  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important
  }

  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important
  }

  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important
  }

  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important
  }

  .lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important
  }

  .lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important
  }

  .lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important
  }

  .lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important
  }

  .lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important
  }

  .lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important
  }

  .lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important
  }

  .lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important
  }

  .lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important
  }

  .lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important
  }

  .lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important
  }

  .lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important
  }

  .lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important
  }

  .lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important
  }

  .lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important
  }

  .lg\:bg-none {
    background-image: none !important
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .lg\:from-black {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .lg\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .lg\:from-grey {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .lg\:from-grey-light {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .lg\:hover\:from-black:hover {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .lg\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .lg\:hover\:from-grey:hover {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .lg\:hover\:from-grey-light:hover {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .lg\:focus\:from-black:focus {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .lg\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .lg\:focus\:from-grey:focus {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .lg\:focus\:from-grey-light:focus {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .lg\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .lg\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .lg\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .lg\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .lg\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .lg\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent !important
  }

  .lg\:to-black {
    --tw-gradient-to: #22292f !important
  }

  .lg\:to-white {
    --tw-gradient-to: #ffffff !important
  }

  .lg\:to-grey {
    --tw-gradient-to: #b8c2cc !important
  }

  .lg\:to-grey-light {
    --tw-gradient-to: #dae1e7 !important
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #22292f !important
  }

  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important
  }

  .lg\:hover\:to-grey:hover {
    --tw-gradient-to: #b8c2cc !important
  }

  .lg\:hover\:to-grey-light:hover {
    --tw-gradient-to: #dae1e7 !important
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #22292f !important
  }

  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important
  }

  .lg\:focus\:to-grey:focus {
    --tw-gradient-to: #b8c2cc !important
  }

  .lg\:focus\:to-grey-light:focus {
    --tw-gradient-to: #dae1e7 !important
  }

  .lg\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important
  }

  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important
  }

  .lg\:bg-auto {
    background-size: auto !important
  }

  .lg\:bg-cover {
    background-size: cover !important
  }

  .lg\:bg-contain {
    background-size: contain !important
  }

  .lg\:bg-fixed {
    background-attachment: fixed !important
  }

  .lg\:bg-local {
    background-attachment: local !important
  }

  .lg\:bg-scroll {
    background-attachment: scroll !important
  }

  .lg\:bg-clip-border {
    background-clip: border-box !important
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box !important
  }

  .lg\:bg-clip-content {
    background-clip: content-box !important
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important
  }

  .lg\:bg-origin-border {
    background-origin: border-box !important
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box !important
  }

  .lg\:bg-origin-content {
    background-origin: content-box !important
  }

  .lg\:stroke-0 {
    stroke-width: 0 !important
  }

  .lg\:stroke-1 {
    stroke-width: 1 !important
  }

  .lg\:stroke-2 {
    stroke-width: 2 !important
  }

  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important
  }

  .lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important
  }

  .lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important
  }

  .lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important
  }

  .lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important
  }

  .lg\:object-center {
    -o-object-position: center !important;
       object-position: center !important
  }

  .lg\:object-left {
    -o-object-position: left !important;
       object-position: left !important
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important
  }

  .lg\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important
  }

  .lg\:object-right {
    -o-object-position: right !important;
       object-position: right !important
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important
  }

  .lg\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important
  }

  .lg\:object-top {
    -o-object-position: top !important;
       object-position: top !important
  }

  .lg\:p-0 {
    padding: 0 !important
  }

  .lg\:p-1 {
    padding: 0.25rem !important
  }

  .lg\:p-2 {
    padding: 0.5rem !important
  }

  .lg\:p-3 {
    padding: 0.75rem !important
  }

  .lg\:p-4 {
    padding: 1rem !important
  }

  .lg\:p-5 {
    padding: 1.25rem !important
  }

  .lg\:p-6 {
    padding: 1.5rem !important
  }

  .lg\:p-8 {
    padding: 2rem !important
  }

  .lg\:p-10 {
    padding: 2.5rem !important
  }

  .lg\:p-12 {
    padding: 3rem !important
  }

  .lg\:p-16 {
    padding: 4rem !important
  }

  .lg\:p-20 {
    padding: 5rem !important
  }

  .lg\:p-24 {
    padding: 6rem !important
  }

  .lg\:p-32 {
    padding: 8rem !important
  }

  .lg\:p-px {
    padding: 1px !important
  }

  .lg\:p-base {
    padding: 2.2rem !important
  }

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
  }

  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important
  }

  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
  }

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .lg\:px-base {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important
  }

  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
  }

  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
  }

  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .lg\:py-base {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important
  }

  .lg\:pt-0 {
    padding-top: 0 !important
  }

  .lg\:pt-1 {
    padding-top: 0.25rem !important
  }

  .lg\:pt-2 {
    padding-top: 0.5rem !important
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important
  }

  .lg\:pt-4 {
    padding-top: 1rem !important
  }

  .lg\:pt-5 {
    padding-top: 1.25rem !important
  }

  .lg\:pt-6 {
    padding-top: 1.5rem !important
  }

  .lg\:pt-8 {
    padding-top: 2rem !important
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important
  }

  .lg\:pt-12 {
    padding-top: 3rem !important
  }

  .lg\:pt-16 {
    padding-top: 4rem !important
  }

  .lg\:pt-20 {
    padding-top: 5rem !important
  }

  .lg\:pt-24 {
    padding-top: 6rem !important
  }

  .lg\:pt-32 {
    padding-top: 8rem !important
  }

  .lg\:pt-px {
    padding-top: 1px !important
  }

  .lg\:pt-base {
    padding-top: 2.2rem !important
  }

  .lg\:pr-0 {
    padding-right: 0 !important
  }

  .lg\:pr-1 {
    padding-right: 0.25rem !important
  }

  .lg\:pr-2 {
    padding-right: 0.5rem !important
  }

  .lg\:pr-3 {
    padding-right: 0.75rem !important
  }

  .lg\:pr-4 {
    padding-right: 1rem !important
  }

  .lg\:pr-5 {
    padding-right: 1.25rem !important
  }

  .lg\:pr-6 {
    padding-right: 1.5rem !important
  }

  .lg\:pr-8 {
    padding-right: 2rem !important
  }

  .lg\:pr-10 {
    padding-right: 2.5rem !important
  }

  .lg\:pr-12 {
    padding-right: 3rem !important
  }

  .lg\:pr-16 {
    padding-right: 4rem !important
  }

  .lg\:pr-20 {
    padding-right: 5rem !important
  }

  .lg\:pr-24 {
    padding-right: 6rem !important
  }

  .lg\:pr-32 {
    padding-right: 8rem !important
  }

  .lg\:pr-px {
    padding-right: 1px !important
  }

  .lg\:pr-base {
    padding-right: 2.2rem !important
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem !important
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem !important
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem !important
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem !important
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important
  }

  .lg\:pb-12 {
    padding-bottom: 3rem !important
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important
  }

  .lg\:pb-20 {
    padding-bottom: 5rem !important
  }

  .lg\:pb-24 {
    padding-bottom: 6rem !important
  }

  .lg\:pb-32 {
    padding-bottom: 8rem !important
  }

  .lg\:pb-px {
    padding-bottom: 1px !important
  }

  .lg\:pb-base {
    padding-bottom: 2.2rem !important
  }

  .lg\:pl-0 {
    padding-left: 0 !important
  }

  .lg\:pl-1 {
    padding-left: 0.25rem !important
  }

  .lg\:pl-2 {
    padding-left: 0.5rem !important
  }

  .lg\:pl-3 {
    padding-left: 0.75rem !important
  }

  .lg\:pl-4 {
    padding-left: 1rem !important
  }

  .lg\:pl-5 {
    padding-left: 1.25rem !important
  }

  .lg\:pl-6 {
    padding-left: 1.5rem !important
  }

  .lg\:pl-8 {
    padding-left: 2rem !important
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important
  }

  .lg\:pl-12 {
    padding-left: 3rem !important
  }

  .lg\:pl-16 {
    padding-left: 4rem !important
  }

  .lg\:pl-20 {
    padding-left: 5rem !important
  }

  .lg\:pl-24 {
    padding-left: 6rem !important
  }

  .lg\:pl-32 {
    padding-left: 8rem !important
  }

  .lg\:pl-px {
    padding-left: 1px !important
  }

  .lg\:pl-base {
    padding-left: 2.2rem !important
  }

  .lg\:text-left {
    text-align: left !important
  }

  .lg\:text-center {
    text-align: center !important
  }

  .lg\:text-right {
    text-align: right !important
  }

  .lg\:text-justify {
    text-align: justify !important
  }

  .lg\:align-baseline {
    vertical-align: baseline !important
  }

  .lg\:align-top {
    vertical-align: top !important
  }

  .lg\:align-middle {
    vertical-align: middle !important
  }

  .lg\:align-bottom {
    vertical-align: bottom !important
  }

  .lg\:align-text-top {
    vertical-align: text-top !important
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important
  }

  .lg\:text-xs {
    font-size: .75rem !important
  }

  .lg\:text-sm {
    font-size: .875rem !important
  }

  .lg\:text-base {
    font-size: 1rem !important
  }

  .lg\:text-lg {
    font-size: 1.125rem !important
  }

  .lg\:text-xl {
    font-size: 1.25rem !important
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important
  }

  .lg\:text-5xl {
    font-size: 3rem !important
  }

  .lg\:text-6xl {
    font-size: 4rem !important
  }

  .lg\:font-light {
    font-weight: 300 !important
  }

  .lg\:font-normal {
    font-weight: 400 !important
  }

  .lg\:font-medium {
    font-weight: 500 !important
  }

  .lg\:font-semibold {
    font-weight: 600 !important
  }

  .lg\:font-bold {
    font-weight: 700 !important
  }

  .lg\:font-extrabold {
    font-weight: 800 !important
  }

  .lg\:font-black {
    font-weight: 900 !important
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300 !important
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500 !important
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800 !important
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900 !important
  }

  .lg\:uppercase {
    text-transform: uppercase !important
  }

  .lg\:lowercase {
    text-transform: lowercase !important
  }

  .lg\:capitalize {
    text-transform: capitalize !important
  }

  .lg\:normal-case {
    text-transform: none !important
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase !important
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase !important
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize !important
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none !important
  }

  .lg\:focus\:uppercase:focus {
    text-transform: uppercase !important
  }

  .lg\:focus\:lowercase:focus {
    text-transform: lowercase !important
  }

  .lg\:focus\:capitalize:focus {
    text-transform: capitalize !important
  }

  .lg\:focus\:normal-case:focus {
    text-transform: none !important
  }

  .lg\:italic {
    font-style: italic !important
  }

  .lg\:not-italic {
    font-style: normal !important
  }

  .lg\:hover\:italic:hover {
    font-style: italic !important
  }

  .lg\:hover\:not-italic:hover {
    font-style: normal !important
  }

  .lg\:focus\:italic:focus {
    font-style: italic !important
  }

  .lg\:focus\:not-italic:focus {
    font-style: normal !important
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important
  }

  .lg\:normal-nums {
    font-variant-numeric: normal !important
  }

  .lg\:ordinal {
    --tw-ordinal: ordinal !important
  }

  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important
  }

  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums !important
  }

  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important
  }

  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important
  }

  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important
  }

  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important
  }

  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important
  }

  .lg\:leading-none {
    line-height: 1 !important
  }

  .lg\:leading-tight {
    line-height: 1.25 !important
  }

  .lg\:leading-normal {
    line-height: 1.5 !important
  }

  .lg\:leading-loose {
    line-height: 2 !important
  }

  .lg\:text-transparent {
    color: transparent !important
  }

  .lg\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .lg\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .lg\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .lg\:text-grey-light {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .lg\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .lg\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .lg\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .lg\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .lg\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .lg\:text-opacity-0 {
    --tw-text-opacity: 0 !important
  }

  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important
  }

  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important
  }

  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important
  }

  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important
  }

  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important
  }

  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important
  }

  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important
  }

  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important
  }

  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important
  }

  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important
  }

  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important
  }

  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important
  }

  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important
  }

  .lg\:text-opacity-100 {
    --tw-text-opacity: 1 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important
  }

  .group:hover .lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important
  }

  .lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important
  }

  .lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important
  }

  .lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important
  }

  .lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important
  }

  .lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important
  }

  .lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important
  }

  .lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important
  }

  .lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important
  }

  .lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important
  }

  .lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important
  }

  .lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important
  }

  .lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important
  }

  .lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important
  }

  .lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important
  }

  .lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important
  }

  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important
  }

  .lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important
  }

  .lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important
  }

  .lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important
  }

  .lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important
  }

  .lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important
  }

  .lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important
  }

  .lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important
  }

  .lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important
  }

  .lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important
  }

  .lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important
  }

  .lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important
  }

  .lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important
  }

  .lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important
  }

  .lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important
  }

  .lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important
  }

  .lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important
  }

  .lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important
  }

  .lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important
  }

  .lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important
  }

  .lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important
  }

  .lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important
  }

  .lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important
  }

  .lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important
  }

  .lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important
  }

  .lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important
  }

  .lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important
  }

  .lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important
  }

  .lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important
  }

  .lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important
  }

  .lg\:underline {
    text-decoration: underline !important
  }

  .lg\:line-through {
    text-decoration: line-through !important
  }

  .lg\:no-underline {
    text-decoration: none !important
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent !important
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent !important
  }

  .lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .lg\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .lg\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .lg\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .lg\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .lg\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .lg\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .lg\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .lg\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .lg\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .lg\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .lg\:opacity-0 {
    opacity: 0 !important
  }

  .lg\:opacity-5 {
    opacity: 0.05 !important
  }

  .lg\:opacity-10 {
    opacity: 0.1 !important
  }

  .lg\:opacity-20 {
    opacity: 0.2 !important
  }

  .lg\:opacity-25 {
    opacity: 0.25 !important
  }

  .lg\:opacity-30 {
    opacity: 0.3 !important
  }

  .lg\:opacity-40 {
    opacity: 0.4 !important
  }

  .lg\:opacity-50 {
    opacity: 0.5 !important
  }

  .lg\:opacity-60 {
    opacity: 0.6 !important
  }

  .lg\:opacity-70 {
    opacity: 0.7 !important
  }

  .lg\:opacity-75 {
    opacity: 0.75 !important
  }

  .lg\:opacity-80 {
    opacity: 0.8 !important
  }

  .lg\:opacity-90 {
    opacity: 0.9 !important
  }

  .lg\:opacity-95 {
    opacity: 0.95 !important
  }

  .lg\:opacity-100 {
    opacity: 1 !important
  }

  .lg\:bg-blend-normal {
    background-blend-mode: normal !important
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply !important
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen !important
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay !important
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken !important
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten !important
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn !important
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light !important
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light !important
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference !important
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion !important
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue !important
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation !important
  }

  .lg\:bg-blend-color {
    background-blend-mode: color !important
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity !important
  }

  .lg\:mix-blend-normal {
    mix-blend-mode: normal !important
  }

  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply !important
  }

  .lg\:mix-blend-screen {
    mix-blend-mode: screen !important
  }

  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay !important
  }

  .lg\:mix-blend-darken {
    mix-blend-mode: darken !important
  }

  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten !important
  }

  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important
  }

  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important
  }

  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important
  }

  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important
  }

  .lg\:mix-blend-difference {
    mix-blend-mode: difference !important
  }

  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important
  }

  .lg\:mix-blend-hue {
    mix-blend-mode: hue !important
  }

  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation !important
  }

  .lg\:mix-blend-color {
    mix-blend-mode: color !important
  }

  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important
  }

  .lg\:shadow-default {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:shadow-md {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:shadow-drop {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:hover\:shadow-default:hover {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:hover\:shadow-lg:hover {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:hover\:shadow-outline:hover {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:hover\:shadow-drop:hover {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:focus\:shadow-default:focus {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:focus\:shadow-lg:focus {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:focus\:shadow-outline:focus {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:focus\:shadow-drop:focus {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .lg\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .lg\:ring-inset {
    --tw-ring-inset: inset !important
  }

  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important
  }

  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important
  }

  .lg\:ring-transparent {
    --tw-ring-color: transparent !important
  }

  .lg\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .lg\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .lg\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .lg\:ring-grey-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important
  }

  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .lg\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .lg\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .lg\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important
  }

  .lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .lg\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .lg\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .lg\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important
  }

  .lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important
  }

  .lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important
  }

  .lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important
  }

  .lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important
  }

  .lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important
  }

  .lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important
  }

  .lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important
  }

  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important
  }

  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important
  }

  .lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important
  }

  .lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important
  }

  .lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important
  }

  .lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important
  }

  .lg\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important
  }

  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important
  }

  .lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important
  }

  .lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important
  }

  .lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important
  }

  .lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important
  }

  .lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important
  }

  .lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important
  }

  .lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important
  }

  .lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important
  }

  .lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important
  }

  .lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important
  }

  .lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important
  }

  .lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important
  }

  .lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important
  }

  .lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important
  }

  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important
  }

  .lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important
  }

  .lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important
  }

  .lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important
  }

  .lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important
  }

  .lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important
  }

  .lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important
  }

  .lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important
  }

  .lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important
  }

  .lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important
  }

  .lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important
  }

  .lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important
  }

  .lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important
  }

  .lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important
  }

  .lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important
  }

  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important
  }

  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important
  }

  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important
  }

  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important
  }

  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important
  }

  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important
  }

  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important
  }

  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important
  }

  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important
  }

  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important
  }

  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important
  }

  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important
  }

  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important
  }

  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important
  }

  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important
  }

  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important
  }

  .lg\:ring-offset-black {
    --tw-ring-offset-color: #22292f !important
  }

  .lg\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important
  }

  .lg\:ring-offset-grey {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .lg\:ring-offset-grey-light {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important
  }

  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #22292f !important
  }

  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important
  }

  .lg\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .lg\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important
  }

  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #22292f !important
  }

  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important
  }

  .lg\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .lg\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .lg\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
  }

  .lg\:filter-none {
    filter: none !important
  }

  .lg\:blur-0 {
    --tw-blur: blur(0) !important
  }

  .lg\:blur-none {
    --tw-blur: blur(0) !important
  }

  .lg\:blur-sm {
    --tw-blur: blur(4px) !important
  }

  .lg\:blur {
    --tw-blur: blur(8px) !important
  }

  .lg\:blur-md {
    --tw-blur: blur(12px) !important
  }

  .lg\:blur-lg {
    --tw-blur: blur(16px) !important
  }

  .lg\:blur-xl {
    --tw-blur: blur(24px) !important
  }

  .lg\:blur-2xl {
    --tw-blur: blur(40px) !important
  }

  .lg\:blur-3xl {
    --tw-blur: blur(64px) !important
  }

  .lg\:brightness-0 {
    --tw-brightness: brightness(0) !important
  }

  .lg\:brightness-50 {
    --tw-brightness: brightness(.5) !important
  }

  .lg\:brightness-75 {
    --tw-brightness: brightness(.75) !important
  }

  .lg\:brightness-90 {
    --tw-brightness: brightness(.9) !important
  }

  .lg\:brightness-95 {
    --tw-brightness: brightness(.95) !important
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1) !important
  }

  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05) !important
  }

  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1) !important
  }

  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25) !important
  }

  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5) !important
  }

  .lg\:brightness-200 {
    --tw-brightness: brightness(2) !important
  }

  .lg\:contrast-0 {
    --tw-contrast: contrast(0) !important
  }

  .lg\:contrast-50 {
    --tw-contrast: contrast(.5) !important
  }

  .lg\:contrast-75 {
    --tw-contrast: contrast(.75) !important
  }

  .lg\:contrast-100 {
    --tw-contrast: contrast(1) !important
  }

  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25) !important
  }

  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5) !important
  }

  .lg\:contrast-200 {
    --tw-contrast: contrast(2) !important
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important
  }

  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important
  }

  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important
  }

  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important
  }

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important
  }

  .lg\:grayscale {
    --tw-grayscale: grayscale(100%) !important
  }

  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important
  }

  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important
  }

  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important
  }

  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important
  }

  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important
  }

  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important
  }

  .lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important
  }

  .lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important
  }

  .lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important
  }

  .lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important
  }

  .lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important
  }

  .lg\:invert-0 {
    --tw-invert: invert(0) !important
  }

  .lg\:invert {
    --tw-invert: invert(100%) !important
  }

  .lg\:saturate-0 {
    --tw-saturate: saturate(0) !important
  }

  .lg\:saturate-50 {
    --tw-saturate: saturate(.5) !important
  }

  .lg\:saturate-100 {
    --tw-saturate: saturate(1) !important
  }

  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5) !important
  }

  .lg\:saturate-200 {
    --tw-saturate: saturate(2) !important
  }

  .lg\:sepia-0 {
    --tw-sepia: sepia(0) !important
  }

  .lg\:sepia {
    --tw-sepia: sepia(100%) !important
  }

  .lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important
  }

  .lg\:backdrop-filter-none {
    backdrop-filter: none !important
  }

  .lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important
  }

  .lg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important
  }

  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important
  }

  .lg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important
  }

  .lg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important
  }

  .lg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important
  }

  .lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important
  }

  .lg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important
  }

  .lg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important
  }

  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important
  }

  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important
  }

  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important
  }

  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important
  }

  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important
  }

  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important
  }

  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important
  }

  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important
  }

  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important
  }

  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important
  }

  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important
  }

  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important
  }

  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important
  }

  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important
  }

  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important
  }

  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important
  }

  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important
  }

  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important
  }

  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important
  }

  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important
  }

  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important
  }

  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important
  }

  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important
  }

  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important
  }

  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important
  }

  .lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important
  }

  .lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important
  }

  .lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important
  }

  .lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important
  }

  .lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important
  }

  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important
  }

  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important
  }

  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important
  }

  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important
  }

  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important
  }

  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important
  }

  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important
  }

  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important
  }

  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important
  }

  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important
  }

  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important
  }

  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important
  }

  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important
  }

  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important
  }

  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important
  }

  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important
  }

  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important
  }

  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important
  }

  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important
  }

  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important
  }

  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important
  }

  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important
  }

  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important
  }

  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important
  }

  .lg\:transition-none {
    transition-property: none !important
  }

  .lg\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .lg\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .lg\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .lg\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .lg\:delay-75 {
    transition-delay: 75ms !important
  }

  .lg\:delay-100 {
    transition-delay: 100ms !important
  }

  .lg\:delay-150 {
    transition-delay: 150ms !important
  }

  .lg\:delay-200 {
    transition-delay: 200ms !important
  }

  .lg\:delay-300 {
    transition-delay: 300ms !important
  }

  .lg\:delay-500 {
    transition-delay: 500ms !important
  }

  .lg\:delay-700 {
    transition-delay: 700ms !important
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms !important
  }

  .lg\:duration-75 {
    transition-duration: 75ms !important
  }

  .lg\:duration-100 {
    transition-duration: 100ms !important
  }

  .lg\:duration-150 {
    transition-duration: 150ms !important
  }

  .lg\:duration-200 {
    transition-duration: 200ms !important
  }

  .lg\:duration-300 {
    transition-duration: 300ms !important
  }

  .lg\:duration-500 {
    transition-duration: 500ms !important
  }

  .lg\:duration-700 {
    transition-duration: 700ms !important
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms !important
  }

  .lg\:ease-linear {
    transition-timing-function: linear !important
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
  }
}

@media (min-width: 1200px) {
  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
  }

  @media (min-width: 576px) {
    .xl\:container {
      max-width: 576px
    }
  }

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

  @media (min-width: 992px) {
    .xl\:container {
      max-width: 992px
    }
  }

  @media (min-width: 1200px) {
    .xl\:container {
      max-width: 1200px
    }
  }

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

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

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

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

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

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

  .xl\:pointer-events-none {
    pointer-events: none !important
  }

  .xl\:pointer-events-auto {
    pointer-events: auto !important
  }

  .xl\:visible {
    visibility: visible !important
  }

  .xl\:invisible {
    visibility: hidden !important
  }

  .xl\:static {
    position: static !important
  }

  .xl\:fixed {
    position: fixed !important
  }

  .xl\:absolute {
    position: absolute !important
  }

  .xl\:relative {
    position: relative !important
  }

  .xl\:sticky {
    position: sticky !important
  }

  .xl\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important
  }

  .xl\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important
  }

  .xl\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important
  }

  .xl\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important
  }

  .xl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important
  }

  .xl\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important
  }

  .xl\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important
  }

  .xl\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important
  }

  .xl\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important
  }

  .xl\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important
  }

  .xl\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important
  }

  .xl\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important
  }

  .xl\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important
  }

  .xl\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important
  }

  .xl\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important
  }

  .xl\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important
  }

  .xl\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important
  }

  .xl\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important
  }

  .xl\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important
  }

  .xl\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important
  }

  .xl\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important
  }

  .xl\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important
  }

  .xl\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important
  }

  .xl\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important
  }

  .xl\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important
  }

  .xl\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important
  }

  .xl\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important
  }

  .xl\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important
  }

  .xl\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important
  }

  .xl\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important
  }

  .xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important
  }

  .xl\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important
  }

  .xl\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important
  }

  .xl\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important
  }

  .xl\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important
  }

  .xl\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important
  }

  .xl\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important
  }

  .xl\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important
  }

  .xl\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important
  }

  .xl\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important
  }

  .xl\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important
  }

  .xl\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important
  }

  .xl\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important
  }

  .xl\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important
  }

  .xl\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important
  }

  .xl\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important
  }

  .xl\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important
  }

  .xl\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important
  }

  .xl\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important
  }

  .xl\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important
  }

  .xl\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important
  }

  .xl\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important
  }

  .xl\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important
  }

  .xl\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important
  }

  .xl\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important
  }

  .xl\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important
  }

  .xl\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important
  }

  .xl\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important
  }

  .xl\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important
  }

  .xl\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important
  }

  .xl\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important
  }

  .xl\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important
  }

  .xl\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important
  }

  .xl\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important
  }

  .xl\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important
  }

  .xl\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important
  }

  .xl\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important
  }

  .xl\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important
  }

  .xl\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important
  }

  .xl\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important
  }

  .xl\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important
  }

  .xl\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important
  }

  .xl\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important
  }

  .xl\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important
  }

  .xl\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important
  }

  .xl\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important
  }

  .xl\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important
  }

  .xl\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important
  }

  .xl\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important
  }

  .xl\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important
  }

  .xl\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important
  }

  .xl\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important
  }

  .xl\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important
  }

  .xl\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important
  }

  .xl\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important
  }

  .xl\:inset-x-0 {
    left: 0px !important;
    right: 0px !important
  }

  .xl\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important
  }

  .xl\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important
  }

  .xl\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important
  }

  .xl\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important
  }

  .xl\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important
  }

  .xl\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important
  }

  .xl\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important
  }

  .xl\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important
  }

  .xl\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important
  }

  .xl\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important
  }

  .xl\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important
  }

  .xl\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important
  }

  .xl\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important
  }

  .xl\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important
  }

  .xl\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important
  }

  .xl\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important
  }

  .xl\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important
  }

  .xl\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important
  }

  .xl\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important
  }

  .xl\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important
  }

  .xl\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important
  }

  .xl\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important
  }

  .xl\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important
  }

  .xl\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important
  }

  .xl\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important
  }

  .xl\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important
  }

  .xl\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important
  }

  .xl\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important
  }

  .xl\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important
  }

  .xl\:inset-x-auto {
    left: auto !important;
    right: auto !important
  }

  .xl\:inset-x-px {
    left: 1px !important;
    right: 1px !important
  }

  .xl\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important
  }

  .xl\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important
  }

  .xl\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important
  }

  .xl\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important
  }

  .xl\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important
  }

  .xl\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important
  }

  .xl\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important
  }

  .xl\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important
  }

  .xl\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important
  }

  .xl\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important
  }

  .xl\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important
  }

  .xl\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important
  }

  .xl\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important
  }

  .xl\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important
  }

  .xl\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important
  }

  .xl\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important
  }

  .xl\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important
  }

  .xl\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important
  }

  .xl\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important
  }

  .xl\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important
  }

  .xl\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important
  }

  .xl\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important
  }

  .xl\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important
  }

  .xl\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important
  }

  .xl\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important
  }

  .xl\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important
  }

  .xl\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important
  }

  .xl\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important
  }

  .xl\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important
  }

  .xl\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important
  }

  .xl\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important
  }

  .xl\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important
  }

  .xl\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important
  }

  .xl\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important
  }

  .xl\:-inset-x-px {
    left: -1px !important;
    right: -1px !important
  }

  .xl\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important
  }

  .xl\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important
  }

  .xl\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important
  }

  .xl\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important
  }

  .xl\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important
  }

  .xl\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important
  }

  .xl\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important
  }

  .xl\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important
  }

  .xl\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important
  }

  .xl\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important
  }

  .xl\:inset-x-full {
    left: 100% !important;
    right: 100% !important
  }

  .xl\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important
  }

  .xl\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important
  }

  .xl\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important
  }

  .xl\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important
  }

  .xl\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important
  }

  .xl\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important
  }

  .xl\:-inset-x-full {
    left: -100% !important;
    right: -100% !important
  }

  .xl\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important
  }

  .xl\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important
  }

  .xl\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important
  }

  .xl\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important
  }

  .xl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important
  }

  .xl\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important
  }

  .xl\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important
  }

  .xl\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important
  }

  .xl\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important
  }

  .xl\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important
  }

  .xl\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important
  }

  .xl\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important
  }

  .xl\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important
  }

  .xl\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important
  }

  .xl\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important
  }

  .xl\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important
  }

  .xl\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important
  }

  .xl\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important
  }

  .xl\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important
  }

  .xl\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important
  }

  .xl\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important
  }

  .xl\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important
  }

  .xl\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important
  }

  .xl\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important
  }

  .xl\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important
  }

  .xl\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important
  }

  .xl\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important
  }

  .xl\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important
  }

  .xl\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important
  }

  .xl\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important
  }

  .xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important
  }

  .xl\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important
  }

  .xl\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important
  }

  .xl\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important
  }

  .xl\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important
  }

  .xl\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important
  }

  .xl\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important
  }

  .xl\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important
  }

  .xl\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important
  }

  .xl\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important
  }

  .xl\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important
  }

  .xl\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important
  }

  .xl\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important
  }

  .xl\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important
  }

  .xl\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important
  }

  .xl\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important
  }

  .xl\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important
  }

  .xl\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important
  }

  .xl\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important
  }

  .xl\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important
  }

  .xl\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important
  }

  .xl\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important
  }

  .xl\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important
  }

  .xl\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important
  }

  .xl\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important
  }

  .xl\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important
  }

  .xl\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important
  }

  .xl\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important
  }

  .xl\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important
  }

  .xl\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important
  }

  .xl\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important
  }

  .xl\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important
  }

  .xl\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important
  }

  .xl\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important
  }

  .xl\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important
  }

  .xl\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important
  }

  .xl\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important
  }

  .xl\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important
  }

  .xl\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important
  }

  .xl\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important
  }

  .xl\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important
  }

  .xl\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important
  }

  .xl\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important
  }

  .xl\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important
  }

  .xl\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important
  }

  .xl\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important
  }

  .xl\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important
  }

  .xl\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important
  }

  .xl\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important
  }

  .xl\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important
  }

  .xl\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important
  }

  .xl\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important
  }

  .xl\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important
  }

  .xl\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important
  }

  .xl\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important
  }

  .xl\:top-0 {
    top: 0px !important
  }

  .xl\:top-1 {
    top: 0.25rem !important
  }

  .xl\:top-2 {
    top: 0.5rem !important
  }

  .xl\:top-3 {
    top: 0.75rem !important
  }

  .xl\:top-4 {
    top: 1rem !important
  }

  .xl\:top-5 {
    top: 1.25rem !important
  }

  .xl\:top-6 {
    top: 1.5rem !important
  }

  .xl\:top-7 {
    top: 1.75rem !important
  }

  .xl\:top-8 {
    top: 2rem !important
  }

  .xl\:top-9 {
    top: 2.25rem !important
  }

  .xl\:top-10 {
    top: 2.5rem !important
  }

  .xl\:top-11 {
    top: 2.75rem !important
  }

  .xl\:top-12 {
    top: 3rem !important
  }

  .xl\:top-14 {
    top: 3.5rem !important
  }

  .xl\:top-16 {
    top: 4rem !important
  }

  .xl\:top-20 {
    top: 5rem !important
  }

  .xl\:top-24 {
    top: 6rem !important
  }

  .xl\:top-28 {
    top: 7rem !important
  }

  .xl\:top-32 {
    top: 8rem !important
  }

  .xl\:top-36 {
    top: 9rem !important
  }

  .xl\:top-40 {
    top: 10rem !important
  }

  .xl\:top-44 {
    top: 11rem !important
  }

  .xl\:top-48 {
    top: 12rem !important
  }

  .xl\:top-52 {
    top: 13rem !important
  }

  .xl\:top-56 {
    top: 14rem !important
  }

  .xl\:top-60 {
    top: 15rem !important
  }

  .xl\:top-64 {
    top: 16rem !important
  }

  .xl\:top-72 {
    top: 18rem !important
  }

  .xl\:top-80 {
    top: 20rem !important
  }

  .xl\:top-96 {
    top: 24rem !important
  }

  .xl\:top-auto {
    top: auto !important
  }

  .xl\:top-px {
    top: 1px !important
  }

  .xl\:top-0\.5 {
    top: 0.125rem !important
  }

  .xl\:top-1\.5 {
    top: 0.375rem !important
  }

  .xl\:top-2\.5 {
    top: 0.625rem !important
  }

  .xl\:top-3\.5 {
    top: 0.875rem !important
  }

  .xl\:-top-0 {
    top: 0px !important
  }

  .xl\:-top-1 {
    top: -0.25rem !important
  }

  .xl\:-top-2 {
    top: -0.5rem !important
  }

  .xl\:-top-3 {
    top: -0.75rem !important
  }

  .xl\:-top-4 {
    top: -1rem !important
  }

  .xl\:-top-5 {
    top: -1.25rem !important
  }

  .xl\:-top-6 {
    top: -1.5rem !important
  }

  .xl\:-top-7 {
    top: -1.75rem !important
  }

  .xl\:-top-8 {
    top: -2rem !important
  }

  .xl\:-top-9 {
    top: -2.25rem !important
  }

  .xl\:-top-10 {
    top: -2.5rem !important
  }

  .xl\:-top-11 {
    top: -2.75rem !important
  }

  .xl\:-top-12 {
    top: -3rem !important
  }

  .xl\:-top-14 {
    top: -3.5rem !important
  }

  .xl\:-top-16 {
    top: -4rem !important
  }

  .xl\:-top-20 {
    top: -5rem !important
  }

  .xl\:-top-24 {
    top: -6rem !important
  }

  .xl\:-top-28 {
    top: -7rem !important
  }

  .xl\:-top-32 {
    top: -8rem !important
  }

  .xl\:-top-36 {
    top: -9rem !important
  }

  .xl\:-top-40 {
    top: -10rem !important
  }

  .xl\:-top-44 {
    top: -11rem !important
  }

  .xl\:-top-48 {
    top: -12rem !important
  }

  .xl\:-top-52 {
    top: -13rem !important
  }

  .xl\:-top-56 {
    top: -14rem !important
  }

  .xl\:-top-60 {
    top: -15rem !important
  }

  .xl\:-top-64 {
    top: -16rem !important
  }

  .xl\:-top-72 {
    top: -18rem !important
  }

  .xl\:-top-80 {
    top: -20rem !important
  }

  .xl\:-top-96 {
    top: -24rem !important
  }

  .xl\:-top-px {
    top: -1px !important
  }

  .xl\:-top-0\.5 {
    top: -0.125rem !important
  }

  .xl\:-top-1\.5 {
    top: -0.375rem !important
  }

  .xl\:-top-2\.5 {
    top: -0.625rem !important
  }

  .xl\:-top-3\.5 {
    top: -0.875rem !important
  }

  .xl\:top-1\/2 {
    top: 50% !important
  }

  .xl\:top-1\/3 {
    top: 33.333333% !important
  }

  .xl\:top-2\/3 {
    top: 66.666667% !important
  }

  .xl\:top-1\/4 {
    top: 25% !important
  }

  .xl\:top-2\/4 {
    top: 50% !important
  }

  .xl\:top-3\/4 {
    top: 75% !important
  }

  .xl\:top-full {
    top: 100% !important
  }

  .xl\:-top-1\/2 {
    top: -50% !important
  }

  .xl\:-top-1\/3 {
    top: -33.333333% !important
  }

  .xl\:-top-2\/3 {
    top: -66.666667% !important
  }

  .xl\:-top-1\/4 {
    top: -25% !important
  }

  .xl\:-top-2\/4 {
    top: -50% !important
  }

  .xl\:-top-3\/4 {
    top: -75% !important
  }

  .xl\:-top-full {
    top: -100% !important
  }

  .xl\:right-0 {
    right: 0px !important
  }

  .xl\:right-1 {
    right: 0.25rem !important
  }

  .xl\:right-2 {
    right: 0.5rem !important
  }

  .xl\:right-3 {
    right: 0.75rem !important
  }

  .xl\:right-4 {
    right: 1rem !important
  }

  .xl\:right-5 {
    right: 1.25rem !important
  }

  .xl\:right-6 {
    right: 1.5rem !important
  }

  .xl\:right-7 {
    right: 1.75rem !important
  }

  .xl\:right-8 {
    right: 2rem !important
  }

  .xl\:right-9 {
    right: 2.25rem !important
  }

  .xl\:right-10 {
    right: 2.5rem !important
  }

  .xl\:right-11 {
    right: 2.75rem !important
  }

  .xl\:right-12 {
    right: 3rem !important
  }

  .xl\:right-14 {
    right: 3.5rem !important
  }

  .xl\:right-16 {
    right: 4rem !important
  }

  .xl\:right-20 {
    right: 5rem !important
  }

  .xl\:right-24 {
    right: 6rem !important
  }

  .xl\:right-28 {
    right: 7rem !important
  }

  .xl\:right-32 {
    right: 8rem !important
  }

  .xl\:right-36 {
    right: 9rem !important
  }

  .xl\:right-40 {
    right: 10rem !important
  }

  .xl\:right-44 {
    right: 11rem !important
  }

  .xl\:right-48 {
    right: 12rem !important
  }

  .xl\:right-52 {
    right: 13rem !important
  }

  .xl\:right-56 {
    right: 14rem !important
  }

  .xl\:right-60 {
    right: 15rem !important
  }

  .xl\:right-64 {
    right: 16rem !important
  }

  .xl\:right-72 {
    right: 18rem !important
  }

  .xl\:right-80 {
    right: 20rem !important
  }

  .xl\:right-96 {
    right: 24rem !important
  }

  .xl\:right-auto {
    right: auto !important
  }

  .xl\:right-px {
    right: 1px !important
  }

  .xl\:right-0\.5 {
    right: 0.125rem !important
  }

  .xl\:right-1\.5 {
    right: 0.375rem !important
  }

  .xl\:right-2\.5 {
    right: 0.625rem !important
  }

  .xl\:right-3\.5 {
    right: 0.875rem !important
  }

  .xl\:-right-0 {
    right: 0px !important
  }

  .xl\:-right-1 {
    right: -0.25rem !important
  }

  .xl\:-right-2 {
    right: -0.5rem !important
  }

  .xl\:-right-3 {
    right: -0.75rem !important
  }

  .xl\:-right-4 {
    right: -1rem !important
  }

  .xl\:-right-5 {
    right: -1.25rem !important
  }

  .xl\:-right-6 {
    right: -1.5rem !important
  }

  .xl\:-right-7 {
    right: -1.75rem !important
  }

  .xl\:-right-8 {
    right: -2rem !important
  }

  .xl\:-right-9 {
    right: -2.25rem !important
  }

  .xl\:-right-10 {
    right: -2.5rem !important
  }

  .xl\:-right-11 {
    right: -2.75rem !important
  }

  .xl\:-right-12 {
    right: -3rem !important
  }

  .xl\:-right-14 {
    right: -3.5rem !important
  }

  .xl\:-right-16 {
    right: -4rem !important
  }

  .xl\:-right-20 {
    right: -5rem !important
  }

  .xl\:-right-24 {
    right: -6rem !important
  }

  .xl\:-right-28 {
    right: -7rem !important
  }

  .xl\:-right-32 {
    right: -8rem !important
  }

  .xl\:-right-36 {
    right: -9rem !important
  }

  .xl\:-right-40 {
    right: -10rem !important
  }

  .xl\:-right-44 {
    right: -11rem !important
  }

  .xl\:-right-48 {
    right: -12rem !important
  }

  .xl\:-right-52 {
    right: -13rem !important
  }

  .xl\:-right-56 {
    right: -14rem !important
  }

  .xl\:-right-60 {
    right: -15rem !important
  }

  .xl\:-right-64 {
    right: -16rem !important
  }

  .xl\:-right-72 {
    right: -18rem !important
  }

  .xl\:-right-80 {
    right: -20rem !important
  }

  .xl\:-right-96 {
    right: -24rem !important
  }

  .xl\:-right-px {
    right: -1px !important
  }

  .xl\:-right-0\.5 {
    right: -0.125rem !important
  }

  .xl\:-right-1\.5 {
    right: -0.375rem !important
  }

  .xl\:-right-2\.5 {
    right: -0.625rem !important
  }

  .xl\:-right-3\.5 {
    right: -0.875rem !important
  }

  .xl\:right-1\/2 {
    right: 50% !important
  }

  .xl\:right-1\/3 {
    right: 33.333333% !important
  }

  .xl\:right-2\/3 {
    right: 66.666667% !important
  }

  .xl\:right-1\/4 {
    right: 25% !important
  }

  .xl\:right-2\/4 {
    right: 50% !important
  }

  .xl\:right-3\/4 {
    right: 75% !important
  }

  .xl\:right-full {
    right: 100% !important
  }

  .xl\:-right-1\/2 {
    right: -50% !important
  }

  .xl\:-right-1\/3 {
    right: -33.333333% !important
  }

  .xl\:-right-2\/3 {
    right: -66.666667% !important
  }

  .xl\:-right-1\/4 {
    right: -25% !important
  }

  .xl\:-right-2\/4 {
    right: -50% !important
  }

  .xl\:-right-3\/4 {
    right: -75% !important
  }

  .xl\:-right-full {
    right: -100% !important
  }

  .xl\:bottom-0 {
    bottom: 0px !important
  }

  .xl\:bottom-1 {
    bottom: 0.25rem !important
  }

  .xl\:bottom-2 {
    bottom: 0.5rem !important
  }

  .xl\:bottom-3 {
    bottom: 0.75rem !important
  }

  .xl\:bottom-4 {
    bottom: 1rem !important
  }

  .xl\:bottom-5 {
    bottom: 1.25rem !important
  }

  .xl\:bottom-6 {
    bottom: 1.5rem !important
  }

  .xl\:bottom-7 {
    bottom: 1.75rem !important
  }

  .xl\:bottom-8 {
    bottom: 2rem !important
  }

  .xl\:bottom-9 {
    bottom: 2.25rem !important
  }

  .xl\:bottom-10 {
    bottom: 2.5rem !important
  }

  .xl\:bottom-11 {
    bottom: 2.75rem !important
  }

  .xl\:bottom-12 {
    bottom: 3rem !important
  }

  .xl\:bottom-14 {
    bottom: 3.5rem !important
  }

  .xl\:bottom-16 {
    bottom: 4rem !important
  }

  .xl\:bottom-20 {
    bottom: 5rem !important
  }

  .xl\:bottom-24 {
    bottom: 6rem !important
  }

  .xl\:bottom-28 {
    bottom: 7rem !important
  }

  .xl\:bottom-32 {
    bottom: 8rem !important
  }

  .xl\:bottom-36 {
    bottom: 9rem !important
  }

  .xl\:bottom-40 {
    bottom: 10rem !important
  }

  .xl\:bottom-44 {
    bottom: 11rem !important
  }

  .xl\:bottom-48 {
    bottom: 12rem !important
  }

  .xl\:bottom-52 {
    bottom: 13rem !important
  }

  .xl\:bottom-56 {
    bottom: 14rem !important
  }

  .xl\:bottom-60 {
    bottom: 15rem !important
  }

  .xl\:bottom-64 {
    bottom: 16rem !important
  }

  .xl\:bottom-72 {
    bottom: 18rem !important
  }

  .xl\:bottom-80 {
    bottom: 20rem !important
  }

  .xl\:bottom-96 {
    bottom: 24rem !important
  }

  .xl\:bottom-auto {
    bottom: auto !important
  }

  .xl\:bottom-px {
    bottom: 1px !important
  }

  .xl\:bottom-0\.5 {
    bottom: 0.125rem !important
  }

  .xl\:bottom-1\.5 {
    bottom: 0.375rem !important
  }

  .xl\:bottom-2\.5 {
    bottom: 0.625rem !important
  }

  .xl\:bottom-3\.5 {
    bottom: 0.875rem !important
  }

  .xl\:-bottom-0 {
    bottom: 0px !important
  }

  .xl\:-bottom-1 {
    bottom: -0.25rem !important
  }

  .xl\:-bottom-2 {
    bottom: -0.5rem !important
  }

  .xl\:-bottom-3 {
    bottom: -0.75rem !important
  }

  .xl\:-bottom-4 {
    bottom: -1rem !important
  }

  .xl\:-bottom-5 {
    bottom: -1.25rem !important
  }

  .xl\:-bottom-6 {
    bottom: -1.5rem !important
  }

  .xl\:-bottom-7 {
    bottom: -1.75rem !important
  }

  .xl\:-bottom-8 {
    bottom: -2rem !important
  }

  .xl\:-bottom-9 {
    bottom: -2.25rem !important
  }

  .xl\:-bottom-10 {
    bottom: -2.5rem !important
  }

  .xl\:-bottom-11 {
    bottom: -2.75rem !important
  }

  .xl\:-bottom-12 {
    bottom: -3rem !important
  }

  .xl\:-bottom-14 {
    bottom: -3.5rem !important
  }

  .xl\:-bottom-16 {
    bottom: -4rem !important
  }

  .xl\:-bottom-20 {
    bottom: -5rem !important
  }

  .xl\:-bottom-24 {
    bottom: -6rem !important
  }

  .xl\:-bottom-28 {
    bottom: -7rem !important
  }

  .xl\:-bottom-32 {
    bottom: -8rem !important
  }

  .xl\:-bottom-36 {
    bottom: -9rem !important
  }

  .xl\:-bottom-40 {
    bottom: -10rem !important
  }

  .xl\:-bottom-44 {
    bottom: -11rem !important
  }

  .xl\:-bottom-48 {
    bottom: -12rem !important
  }

  .xl\:-bottom-52 {
    bottom: -13rem !important
  }

  .xl\:-bottom-56 {
    bottom: -14rem !important
  }

  .xl\:-bottom-60 {
    bottom: -15rem !important
  }

  .xl\:-bottom-64 {
    bottom: -16rem !important
  }

  .xl\:-bottom-72 {
    bottom: -18rem !important
  }

  .xl\:-bottom-80 {
    bottom: -20rem !important
  }

  .xl\:-bottom-96 {
    bottom: -24rem !important
  }

  .xl\:-bottom-px {
    bottom: -1px !important
  }

  .xl\:-bottom-0\.5 {
    bottom: -0.125rem !important
  }

  .xl\:-bottom-1\.5 {
    bottom: -0.375rem !important
  }

  .xl\:-bottom-2\.5 {
    bottom: -0.625rem !important
  }

  .xl\:-bottom-3\.5 {
    bottom: -0.875rem !important
  }

  .xl\:bottom-1\/2 {
    bottom: 50% !important
  }

  .xl\:bottom-1\/3 {
    bottom: 33.333333% !important
  }

  .xl\:bottom-2\/3 {
    bottom: 66.666667% !important
  }

  .xl\:bottom-1\/4 {
    bottom: 25% !important
  }

  .xl\:bottom-2\/4 {
    bottom: 50% !important
  }

  .xl\:bottom-3\/4 {
    bottom: 75% !important
  }

  .xl\:bottom-full {
    bottom: 100% !important
  }

  .xl\:-bottom-1\/2 {
    bottom: -50% !important
  }

  .xl\:-bottom-1\/3 {
    bottom: -33.333333% !important
  }

  .xl\:-bottom-2\/3 {
    bottom: -66.666667% !important
  }

  .xl\:-bottom-1\/4 {
    bottom: -25% !important
  }

  .xl\:-bottom-2\/4 {
    bottom: -50% !important
  }

  .xl\:-bottom-3\/4 {
    bottom: -75% !important
  }

  .xl\:-bottom-full {
    bottom: -100% !important
  }

  .xl\:left-0 {
    left: 0px !important
  }

  .xl\:left-1 {
    left: 0.25rem !important
  }

  .xl\:left-2 {
    left: 0.5rem !important
  }

  .xl\:left-3 {
    left: 0.75rem !important
  }

  .xl\:left-4 {
    left: 1rem !important
  }

  .xl\:left-5 {
    left: 1.25rem !important
  }

  .xl\:left-6 {
    left: 1.5rem !important
  }

  .xl\:left-7 {
    left: 1.75rem !important
  }

  .xl\:left-8 {
    left: 2rem !important
  }

  .xl\:left-9 {
    left: 2.25rem !important
  }

  .xl\:left-10 {
    left: 2.5rem !important
  }

  .xl\:left-11 {
    left: 2.75rem !important
  }

  .xl\:left-12 {
    left: 3rem !important
  }

  .xl\:left-14 {
    left: 3.5rem !important
  }

  .xl\:left-16 {
    left: 4rem !important
  }

  .xl\:left-20 {
    left: 5rem !important
  }

  .xl\:left-24 {
    left: 6rem !important
  }

  .xl\:left-28 {
    left: 7rem !important
  }

  .xl\:left-32 {
    left: 8rem !important
  }

  .xl\:left-36 {
    left: 9rem !important
  }

  .xl\:left-40 {
    left: 10rem !important
  }

  .xl\:left-44 {
    left: 11rem !important
  }

  .xl\:left-48 {
    left: 12rem !important
  }

  .xl\:left-52 {
    left: 13rem !important
  }

  .xl\:left-56 {
    left: 14rem !important
  }

  .xl\:left-60 {
    left: 15rem !important
  }

  .xl\:left-64 {
    left: 16rem !important
  }

  .xl\:left-72 {
    left: 18rem !important
  }

  .xl\:left-80 {
    left: 20rem !important
  }

  .xl\:left-96 {
    left: 24rem !important
  }

  .xl\:left-auto {
    left: auto !important
  }

  .xl\:left-px {
    left: 1px !important
  }

  .xl\:left-0\.5 {
    left: 0.125rem !important
  }

  .xl\:left-1\.5 {
    left: 0.375rem !important
  }

  .xl\:left-2\.5 {
    left: 0.625rem !important
  }

  .xl\:left-3\.5 {
    left: 0.875rem !important
  }

  .xl\:-left-0 {
    left: 0px !important
  }

  .xl\:-left-1 {
    left: -0.25rem !important
  }

  .xl\:-left-2 {
    left: -0.5rem !important
  }

  .xl\:-left-3 {
    left: -0.75rem !important
  }

  .xl\:-left-4 {
    left: -1rem !important
  }

  .xl\:-left-5 {
    left: -1.25rem !important
  }

  .xl\:-left-6 {
    left: -1.5rem !important
  }

  .xl\:-left-7 {
    left: -1.75rem !important
  }

  .xl\:-left-8 {
    left: -2rem !important
  }

  .xl\:-left-9 {
    left: -2.25rem !important
  }

  .xl\:-left-10 {
    left: -2.5rem !important
  }

  .xl\:-left-11 {
    left: -2.75rem !important
  }

  .xl\:-left-12 {
    left: -3rem !important
  }

  .xl\:-left-14 {
    left: -3.5rem !important
  }

  .xl\:-left-16 {
    left: -4rem !important
  }

  .xl\:-left-20 {
    left: -5rem !important
  }

  .xl\:-left-24 {
    left: -6rem !important
  }

  .xl\:-left-28 {
    left: -7rem !important
  }

  .xl\:-left-32 {
    left: -8rem !important
  }

  .xl\:-left-36 {
    left: -9rem !important
  }

  .xl\:-left-40 {
    left: -10rem !important
  }

  .xl\:-left-44 {
    left: -11rem !important
  }

  .xl\:-left-48 {
    left: -12rem !important
  }

  .xl\:-left-52 {
    left: -13rem !important
  }

  .xl\:-left-56 {
    left: -14rem !important
  }

  .xl\:-left-60 {
    left: -15rem !important
  }

  .xl\:-left-64 {
    left: -16rem !important
  }

  .xl\:-left-72 {
    left: -18rem !important
  }

  .xl\:-left-80 {
    left: -20rem !important
  }

  .xl\:-left-96 {
    left: -24rem !important
  }

  .xl\:-left-px {
    left: -1px !important
  }

  .xl\:-left-0\.5 {
    left: -0.125rem !important
  }

  .xl\:-left-1\.5 {
    left: -0.375rem !important
  }

  .xl\:-left-2\.5 {
    left: -0.625rem !important
  }

  .xl\:-left-3\.5 {
    left: -0.875rem !important
  }

  .xl\:left-1\/2 {
    left: 50% !important
  }

  .xl\:left-1\/3 {
    left: 33.333333% !important
  }

  .xl\:left-2\/3 {
    left: 66.666667% !important
  }

  .xl\:left-1\/4 {
    left: 25% !important
  }

  .xl\:left-2\/4 {
    left: 50% !important
  }

  .xl\:left-3\/4 {
    left: 75% !important
  }

  .xl\:left-full {
    left: 100% !important
  }

  .xl\:-left-1\/2 {
    left: -50% !important
  }

  .xl\:-left-1\/3 {
    left: -33.333333% !important
  }

  .xl\:-left-2\/3 {
    left: -66.666667% !important
  }

  .xl\:-left-1\/4 {
    left: -25% !important
  }

  .xl\:-left-2\/4 {
    left: -50% !important
  }

  .xl\:-left-3\/4 {
    left: -75% !important
  }

  .xl\:-left-full {
    left: -100% !important
  }

  .xl\:isolate {
    isolation: isolate !important
  }

  .xl\:isolation-auto {
    isolation: auto !important
  }

  .xl\:z-0 {
    z-index: 0 !important
  }

  .xl\:z-10 {
    z-index: 10 !important
  }

  .xl\:z-20 {
    z-index: 20 !important
  }

  .xl\:z-30 {
    z-index: 30 !important
  }

  .xl\:z-40 {
    z-index: 40 !important
  }

  .xl\:z-50 {
    z-index: 50 !important
  }

  .xl\:z-auto {
    z-index: auto !important
  }

  .xl\:order-1 {
    order: 1 !important
  }

  .xl\:order-2 {
    order: 2 !important
  }

  .xl\:order-3 {
    order: 3 !important
  }

  .xl\:order-4 {
    order: 4 !important
  }

  .xl\:order-5 {
    order: 5 !important
  }

  .xl\:order-6 {
    order: 6 !important
  }

  .xl\:order-first {
    order: -1 !important
  }

  .xl\:order-last {
    order: 999 !important
  }

  .xl\:order-normal {
    order: 0 !important
  }

  .xl\:hover\:order-1:hover {
    order: 1 !important
  }

  .xl\:hover\:order-2:hover {
    order: 2 !important
  }

  .xl\:hover\:order-3:hover {
    order: 3 !important
  }

  .xl\:hover\:order-4:hover {
    order: 4 !important
  }

  .xl\:hover\:order-5:hover {
    order: 5 !important
  }

  .xl\:hover\:order-6:hover {
    order: 6 !important
  }

  .xl\:hover\:order-first:hover {
    order: -1 !important
  }

  .xl\:hover\:order-last:hover {
    order: 999 !important
  }

  .xl\:hover\:order-normal:hover {
    order: 0 !important
  }

  .xl\:focus\:order-1:focus {
    order: 1 !important
  }

  .xl\:focus\:order-2:focus {
    order: 2 !important
  }

  .xl\:focus\:order-3:focus {
    order: 3 !important
  }

  .xl\:focus\:order-4:focus {
    order: 4 !important
  }

  .xl\:focus\:order-5:focus {
    order: 5 !important
  }

  .xl\:focus\:order-6:focus {
    order: 6 !important
  }

  .xl\:focus\:order-first:focus {
    order: -1 !important
  }

  .xl\:focus\:order-last:focus {
    order: 999 !important
  }

  .xl\:focus\:order-normal:focus {
    order: 0 !important
  }

  .xl\:col-auto {
    grid-column: auto !important
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5 !important
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7 !important
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8 !important
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9 !important
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11 !important
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12 !important
  }

  .xl\:col-span-full {
    grid-column: 1 / -1 !important
  }

  .xl\:col-start-1 {
    grid-column-start: 1 !important
  }

  .xl\:col-start-2 {
    grid-column-start: 2 !important
  }

  .xl\:col-start-3 {
    grid-column-start: 3 !important
  }

  .xl\:col-start-4 {
    grid-column-start: 4 !important
  }

  .xl\:col-start-5 {
    grid-column-start: 5 !important
  }

  .xl\:col-start-6 {
    grid-column-start: 6 !important
  }

  .xl\:col-start-7 {
    grid-column-start: 7 !important
  }

  .xl\:col-start-8 {
    grid-column-start: 8 !important
  }

  .xl\:col-start-9 {
    grid-column-start: 9 !important
  }

  .xl\:col-start-10 {
    grid-column-start: 10 !important
  }

  .xl\:col-start-11 {
    grid-column-start: 11 !important
  }

  .xl\:col-start-12 {
    grid-column-start: 12 !important
  }

  .xl\:col-start-13 {
    grid-column-start: 13 !important
  }

  .xl\:col-start-auto {
    grid-column-start: auto !important
  }

  .xl\:col-end-1 {
    grid-column-end: 1 !important
  }

  .xl\:col-end-2 {
    grid-column-end: 2 !important
  }

  .xl\:col-end-3 {
    grid-column-end: 3 !important
  }

  .xl\:col-end-4 {
    grid-column-end: 4 !important
  }

  .xl\:col-end-5 {
    grid-column-end: 5 !important
  }

  .xl\:col-end-6 {
    grid-column-end: 6 !important
  }

  .xl\:col-end-7 {
    grid-column-end: 7 !important
  }

  .xl\:col-end-8 {
    grid-column-end: 8 !important
  }

  .xl\:col-end-9 {
    grid-column-end: 9 !important
  }

  .xl\:col-end-10 {
    grid-column-end: 10 !important
  }

  .xl\:col-end-11 {
    grid-column-end: 11 !important
  }

  .xl\:col-end-12 {
    grid-column-end: 12 !important
  }

  .xl\:col-end-13 {
    grid-column-end: 13 !important
  }

  .xl\:col-end-auto {
    grid-column-end: auto !important
  }

  .xl\:row-auto {
    grid-row: auto !important
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1 !important
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2 !important
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3 !important
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4 !important
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5 !important
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6 !important
  }

  .xl\:row-span-full {
    grid-row: 1 / -1 !important
  }

  .xl\:row-start-1 {
    grid-row-start: 1 !important
  }

  .xl\:row-start-2 {
    grid-row-start: 2 !important
  }

  .xl\:row-start-3 {
    grid-row-start: 3 !important
  }

  .xl\:row-start-4 {
    grid-row-start: 4 !important
  }

  .xl\:row-start-5 {
    grid-row-start: 5 !important
  }

  .xl\:row-start-6 {
    grid-row-start: 6 !important
  }

  .xl\:row-start-7 {
    grid-row-start: 7 !important
  }

  .xl\:row-start-auto {
    grid-row-start: auto !important
  }

  .xl\:row-end-1 {
    grid-row-end: 1 !important
  }

  .xl\:row-end-2 {
    grid-row-end: 2 !important
  }

  .xl\:row-end-3 {
    grid-row-end: 3 !important
  }

  .xl\:row-end-4 {
    grid-row-end: 4 !important
  }

  .xl\:row-end-5 {
    grid-row-end: 5 !important
  }

  .xl\:row-end-6 {
    grid-row-end: 6 !important
  }

  .xl\:row-end-7 {
    grid-row-end: 7 !important
  }

  .xl\:row-end-auto {
    grid-row-end: auto !important
  }

  .xl\:float-right {
    float: right !important
  }

  .xl\:float-left {
    float: left !important
  }

  .xl\:float-none {
    float: none !important
  }

  .xl\:clear-left {
    clear: left !important
  }

  .xl\:clear-right {
    clear: right !important
  }

  .xl\:clear-both {
    clear: both !important
  }

  .xl\:clear-none {
    clear: none !important
  }

  .xl\:m-0 {
    margin: 0 !important
  }

  .xl\:m-1 {
    margin: 0.25rem !important
  }

  .xl\:m-2 {
    margin: 0.5rem !important
  }

  .xl\:m-3 {
    margin: 0.75rem !important
  }

  .xl\:m-4 {
    margin: 1rem !important
  }

  .xl\:m-5 {
    margin: 1.25rem !important
  }

  .xl\:m-6 {
    margin: 1.5rem !important
  }

  .xl\:m-8 {
    margin: 2rem !important
  }

  .xl\:m-10 {
    margin: 2.5rem !important
  }

  .xl\:m-12 {
    margin: 3rem !important
  }

  .xl\:m-16 {
    margin: 4rem !important
  }

  .xl\:m-20 {
    margin: 5rem !important
  }

  .xl\:m-24 {
    margin: 6rem !important
  }

  .xl\:m-32 {
    margin: 8rem !important
  }

  .xl\:m-auto {
    margin: auto !important
  }

  .xl\:m-px {
    margin: 1px !important
  }

  .xl\:m-base {
    margin: 2.2rem !important
  }

  .xl\:-m-px {
    margin: -1px !important
  }

  .xl\:-m-1 {
    margin: -0.25rem !important
  }

  .xl\:-m-2 {
    margin: -0.5rem !important
  }

  .xl\:-m-3 {
    margin: -0.75rem !important
  }

  .xl\:-m-4 {
    margin: -1rem !important
  }

  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important
  }

  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important
  }

  .xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important
  }

  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .xl\:mx-base {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important
  }

  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
  }

  .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
  }

  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
  }

  .xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
  }

  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }

  .xl\:my-base {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important
  }

  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
  }

  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
  }

  .xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important
  }

  .xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .xl\:mt-0 {
    margin-top: 0 !important
  }

  .xl\:mt-1 {
    margin-top: 0.25rem !important
  }

  .xl\:mt-2 {
    margin-top: 0.5rem !important
  }

  .xl\:mt-3 {
    margin-top: 0.75rem !important
  }

  .xl\:mt-4 {
    margin-top: 1rem !important
  }

  .xl\:mt-5 {
    margin-top: 1.25rem !important
  }

  .xl\:mt-6 {
    margin-top: 1.5rem !important
  }

  .xl\:mt-8 {
    margin-top: 2rem !important
  }

  .xl\:mt-10 {
    margin-top: 2.5rem !important
  }

  .xl\:mt-12 {
    margin-top: 3rem !important
  }

  .xl\:mt-16 {
    margin-top: 4rem !important
  }

  .xl\:mt-20 {
    margin-top: 5rem !important
  }

  .xl\:mt-24 {
    margin-top: 6rem !important
  }

  .xl\:mt-32 {
    margin-top: 8rem !important
  }

  .xl\:mt-auto {
    margin-top: auto !important
  }

  .xl\:mt-px {
    margin-top: 1px !important
  }

  .xl\:mt-base {
    margin-top: 2.2rem !important
  }

  .xl\:-mt-px {
    margin-top: -1px !important
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem !important
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem !important
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem !important
  }

  .xl\:-mt-4 {
    margin-top: -1rem !important
  }

  .xl\:mr-0 {
    margin-right: 0 !important
  }

  .xl\:mr-1 {
    margin-right: 0.25rem !important
  }

  .xl\:mr-2 {
    margin-right: 0.5rem !important
  }

  .xl\:mr-3 {
    margin-right: 0.75rem !important
  }

  .xl\:mr-4 {
    margin-right: 1rem !important
  }

  .xl\:mr-5 {
    margin-right: 1.25rem !important
  }

  .xl\:mr-6 {
    margin-right: 1.5rem !important
  }

  .xl\:mr-8 {
    margin-right: 2rem !important
  }

  .xl\:mr-10 {
    margin-right: 2.5rem !important
  }

  .xl\:mr-12 {
    margin-right: 3rem !important
  }

  .xl\:mr-16 {
    margin-right: 4rem !important
  }

  .xl\:mr-20 {
    margin-right: 5rem !important
  }

  .xl\:mr-24 {
    margin-right: 6rem !important
  }

  .xl\:mr-32 {
    margin-right: 8rem !important
  }

  .xl\:mr-auto {
    margin-right: auto !important
  }

  .xl\:mr-px {
    margin-right: 1px !important
  }

  .xl\:mr-base {
    margin-right: 2.2rem !important
  }

  .xl\:-mr-px {
    margin-right: -1px !important
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem !important
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem !important
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem !important
  }

  .xl\:-mr-4 {
    margin-right: -1rem !important
  }

  .xl\:mb-0 {
    margin-bottom: 0 !important
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem !important
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem !important
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem !important
  }

  .xl\:mb-4 {
    margin-bottom: 1rem !important
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem !important
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem !important
  }

  .xl\:mb-8 {
    margin-bottom: 2rem !important
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem !important
  }

  .xl\:mb-12 {
    margin-bottom: 3rem !important
  }

  .xl\:mb-16 {
    margin-bottom: 4rem !important
  }

  .xl\:mb-20 {
    margin-bottom: 5rem !important
  }

  .xl\:mb-24 {
    margin-bottom: 6rem !important
  }

  .xl\:mb-32 {
    margin-bottom: 8rem !important
  }

  .xl\:mb-auto {
    margin-bottom: auto !important
  }

  .xl\:mb-px {
    margin-bottom: 1px !important
  }

  .xl\:mb-base {
    margin-bottom: 2.2rem !important
  }

  .xl\:-mb-px {
    margin-bottom: -1px !important
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem !important
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem !important
  }

  .xl\:ml-0 {
    margin-left: 0 !important
  }

  .xl\:ml-1 {
    margin-left: 0.25rem !important
  }

  .xl\:ml-2 {
    margin-left: 0.5rem !important
  }

  .xl\:ml-3 {
    margin-left: 0.75rem !important
  }

  .xl\:ml-4 {
    margin-left: 1rem !important
  }

  .xl\:ml-5 {
    margin-left: 1.25rem !important
  }

  .xl\:ml-6 {
    margin-left: 1.5rem !important
  }

  .xl\:ml-8 {
    margin-left: 2rem !important
  }

  .xl\:ml-10 {
    margin-left: 2.5rem !important
  }

  .xl\:ml-12 {
    margin-left: 3rem !important
  }

  .xl\:ml-16 {
    margin-left: 4rem !important
  }

  .xl\:ml-20 {
    margin-left: 5rem !important
  }

  .xl\:ml-24 {
    margin-left: 6rem !important
  }

  .xl\:ml-32 {
    margin-left: 8rem !important
  }

  .xl\:ml-auto {
    margin-left: auto !important
  }

  .xl\:ml-px {
    margin-left: 1px !important
  }

  .xl\:ml-base {
    margin-left: 2.2rem !important
  }

  .xl\:-ml-px {
    margin-left: -1px !important
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem !important
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem !important
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem !important
  }

  .xl\:-ml-4 {
    margin-left: -1rem !important
  }

  .xl\:box-border {
    box-sizing: border-box !important
  }

  .xl\:box-content {
    box-sizing: content-box !important
  }

  .xl\:block {
    display: block !important
  }

  .xl\:inline-block {
    display: inline-block !important
  }

  .xl\:inline {
    display: inline !important
  }

  .xl\:flex {
    display: flex !important
  }

  .xl\:inline-flex {
    display: inline-flex !important
  }

  .xl\:table {
    display: table !important
  }

  .xl\:inline-table {
    display: inline-table !important
  }

  .xl\:table-caption {
    display: table-caption !important
  }

  .xl\:table-cell {
    display: table-cell !important
  }

  .xl\:table-column {
    display: table-column !important
  }

  .xl\:table-column-group {
    display: table-column-group !important
  }

  .xl\:table-footer-group {
    display: table-footer-group !important
  }

  .xl\:table-header-group {
    display: table-header-group !important
  }

  .xl\:table-row-group {
    display: table-row-group !important
  }

  .xl\:table-row {
    display: table-row !important
  }

  .xl\:flow-root {
    display: flow-root !important
  }

  .xl\:grid {
    display: grid !important
  }

  .xl\:inline-grid {
    display: inline-grid !important
  }

  .xl\:contents {
    display: contents !important
  }

  .xl\:list-item {
    display: list-item !important
  }

  .xl\:hidden {
    display: none !important
  }

  .xl\:h-1 {
    height: 0.25rem !important
  }

  .xl\:h-2 {
    height: 0.5rem !important
  }

  .xl\:h-3 {
    height: 0.75rem !important
  }

  .xl\:h-4 {
    height: 1rem !important
  }

  .xl\:h-5 {
    height: 1.25rem !important
  }

  .xl\:h-6 {
    height: 1.5rem !important
  }

  .xl\:h-8 {
    height: 2rem !important
  }

  .xl\:h-10 {
    height: 2.5rem !important
  }

  .xl\:h-12 {
    height: 3rem !important
  }

  .xl\:h-16 {
    height: 4rem !important
  }

  .xl\:h-24 {
    height: 6rem !important
  }

  .xl\:h-32 {
    height: 8rem !important
  }

  .xl\:h-48 {
    height: 12rem !important
  }

  .xl\:h-64 {
    height: 16rem !important
  }

  .xl\:h-auto {
    height: auto !important
  }

  .xl\:h-px {
    height: 1px !important
  }

  .xl\:h-full {
    height: 100% !important
  }

  .xl\:h-screen {
    height: 100vh !important
  }

  .xl\:max-h-full {
    max-height: 100% !important
  }

  .xl\:max-h-screen {
    max-height: 100vh !important
  }

  .xl\:min-h-0 {
    min-height: 0 !important
  }

  .xl\:min-h-full {
    min-height: 100% !important
  }

  .xl\:min-h-screen {
    min-height: 100vh !important
  }

  .xl\:w-1 {
    width: 0.25rem !important
  }

  .xl\:w-2 {
    width: 0.5rem !important
  }

  .xl\:w-3 {
    width: 0.75rem !important
  }

  .xl\:w-4 {
    width: 1rem !important
  }

  .xl\:w-5 {
    width: 1.25rem !important
  }

  .xl\:w-6 {
    width: 1.5rem !important
  }

  .xl\:w-8 {
    width: 2rem !important
  }

  .xl\:w-10 {
    width: 2.5rem !important
  }

  .xl\:w-12 {
    width: 3rem !important
  }

  .xl\:w-16 {
    width: 4rem !important
  }

  .xl\:w-24 {
    width: 6rem !important
  }

  .xl\:w-32 {
    width: 8rem !important
  }

  .xl\:w-48 {
    width: 12rem !important
  }

  .xl\:w-64 {
    width: 16rem !important
  }

  .xl\:w-auto {
    width: auto !important
  }

  .xl\:w-px {
    width: 1px !important
  }

  .xl\:w-1\/2 {
    width: 50% !important
  }

  .xl\:w-1\/3 {
    width: 33.33333% !important
  }

  .xl\:w-2\/3 {
    width: 66.66667% !important
  }

  .xl\:w-1\/4 {
    width: 25% !important
  }

  .xl\:w-3\/4 {
    width: 75% !important
  }

  .xl\:w-1\/5 {
    width: 20% !important
  }

  .xl\:w-2\/5 {
    width: 40% !important
  }

  .xl\:w-3\/5 {
    width: 60% !important
  }

  .xl\:w-4\/5 {
    width: 80% !important
  }

  .xl\:w-1\/6 {
    width: 16.66667% !important
  }

  .xl\:w-5\/6 {
    width: 83.33333% !important
  }

  .xl\:w-1\/8 {
    width: 12.5% !important
  }

  .xl\:w-7\/8 {
    width: 87.5% !important
  }

  .xl\:w-1\/10 {
    width: 10% !important
  }

  .xl\:w-9\/10 {
    width: 90% !important
  }

  .xl\:w-1\/12 {
    width: 8.33333% !important
  }

  .xl\:w-2\/12 {
    width: 16.66667% !important
  }

  .xl\:w-3\/12 {
    width: 25% !important
  }

  .xl\:w-4\/12 {
    width: 33.33333% !important
  }

  .xl\:w-5\/12 {
    width: 41.66667% !important
  }

  .xl\:w-6\/12 {
    width: 50% !important
  }

  .xl\:w-7\/12 {
    width: 58.33333% !important
  }

  .xl\:w-8\/12 {
    width: 66.66667% !important
  }

  .xl\:w-9\/12 {
    width: 75% !important
  }

  .xl\:w-10\/12 {
    width: 83.33333% !important
  }

  .xl\:w-11\/12 {
    width: 91.66667% !important
  }

  .xl\:w-full {
    width: 100% !important
  }

  .xl\:w-screen {
    width: 100vw !important
  }

  .xl\:min-w-0 {
    min-width: 0 !important
  }

  .xl\:min-w-full {
    min-width: 100% !important
  }

  .xl\:max-w-xs {
    max-width: 20rem !important
  }

  .xl\:max-w-sm {
    max-width: 30rem !important
  }

  .xl\:max-w-md {
    max-width: 40rem !important
  }

  .xl\:max-w-lg {
    max-width: 50rem !important
  }

  .xl\:max-w-xl {
    max-width: 60rem !important
  }

  .xl\:max-w-2xl {
    max-width: 70rem !important
  }

  .xl\:max-w-3xl {
    max-width: 80rem !important
  }

  .xl\:max-w-4xl {
    max-width: 90rem !important
  }

  .xl\:max-w-5xl {
    max-width: 100rem !important
  }

  .xl\:max-w-full {
    max-width: 100% !important
  }

  .xl\:flex-1 {
    flex: 1 1 0% !important
  }

  .xl\:flex-auto {
    flex: 1 1 auto !important
  }

  .xl\:flex-initial {
    flex: 0 1 auto !important
  }

  .xl\:flex-none {
    flex: none !important
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .xl\:flex-shrink {
    flex-shrink: 1 !important
  }

  .xl\:flex-grow-0 {
    flex-grow: 0 !important
  }

  .xl\:flex-grow {
    flex-grow: 1 !important
  }

  .xl\:table-auto {
    table-layout: auto !important
  }

  .xl\:table-fixed {
    table-layout: fixed !important
  }

  .xl\:origin-center {
    transform-origin: center !important
  }

  .xl\:origin-top {
    transform-origin: top !important
  }

  .xl\:origin-top-right {
    transform-origin: top right !important
  }

  .xl\:origin-right {
    transform-origin: right !important
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right !important
  }

  .xl\:origin-bottom {
    transform-origin: bottom !important
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left !important
  }

  .xl\:origin-left {
    transform-origin: left !important
  }

  .xl\:origin-top-left {
    transform-origin: top left !important
  }

  .xl\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
  }

  .xl\:transform-none {
    transform: none !important
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0px !important
  }

  .xl\:translate-x-1 {
    --tw-translate-x: 0.25rem !important
  }

  .xl\:translate-x-2 {
    --tw-translate-x: 0.5rem !important
  }

  .xl\:translate-x-3 {
    --tw-translate-x: 0.75rem !important
  }

  .xl\:translate-x-4 {
    --tw-translate-x: 1rem !important
  }

  .xl\:translate-x-5 {
    --tw-translate-x: 1.25rem !important
  }

  .xl\:translate-x-6 {
    --tw-translate-x: 1.5rem !important
  }

  .xl\:translate-x-7 {
    --tw-translate-x: 1.75rem !important
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 2rem !important
  }

  .xl\:translate-x-9 {
    --tw-translate-x: 2.25rem !important
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 2.5rem !important
  }

  .xl\:translate-x-11 {
    --tw-translate-x: 2.75rem !important
  }

  .xl\:translate-x-12 {
    --tw-translate-x: 3rem !important
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 3.5rem !important
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 4rem !important
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 5rem !important
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 6rem !important
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 7rem !important
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 8rem !important
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 9rem !important
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 10rem !important
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 11rem !important
  }

  .xl\:translate-x-48 {
    --tw-translate-x: 12rem !important
  }

  .xl\:translate-x-52 {
    --tw-translate-x: 13rem !important
  }

  .xl\:translate-x-56 {
    --tw-translate-x: 14rem !important
  }

  .xl\:translate-x-60 {
    --tw-translate-x: 15rem !important
  }

  .xl\:translate-x-64 {
    --tw-translate-x: 16rem !important
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 18rem !important
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 20rem !important
  }

  .xl\:translate-x-96 {
    --tw-translate-x: 24rem !important
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px !important
  }

  .xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important
  }

  .xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important
  }

  .xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important
  }

  .xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important
  }

  .xl\:-translate-x-0 {
    --tw-translate-x: 0px !important
  }

  .xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important
  }

  .xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important
  }

  .xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important
  }

  .xl\:-translate-x-4 {
    --tw-translate-x: -1rem !important
  }

  .xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important
  }

  .xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important
  }

  .xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -2rem !important
  }

  .xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important
  }

  .xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important
  }

  .xl\:-translate-x-12 {
    --tw-translate-x: -3rem !important
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -4rem !important
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -5rem !important
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -6rem !important
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem !important
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -8rem !important
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -9rem !important
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -10rem !important
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -11rem !important
  }

  .xl\:-translate-x-48 {
    --tw-translate-x: -12rem !important
  }

  .xl\:-translate-x-52 {
    --tw-translate-x: -13rem !important
  }

  .xl\:-translate-x-56 {
    --tw-translate-x: -14rem !important
  }

  .xl\:-translate-x-60 {
    --tw-translate-x: -15rem !important
  }

  .xl\:-translate-x-64 {
    --tw-translate-x: -16rem !important
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -18rem !important
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -20rem !important
  }

  .xl\:-translate-x-96 {
    --tw-translate-x: -24rem !important
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px !important
  }

  .xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important
  }

  .xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important
  }

  .xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important
  }

  .xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50% !important
  }

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important
  }

  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important
  }

  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25% !important
  }

  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50% !important
  }

  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75% !important
  }

  .xl\:translate-x-full {
    --tw-translate-x: 100% !important
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important
  }

  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important
  }

  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important
  }

  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important
  }

  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important
  }

  .xl\:-translate-x-full {
    --tw-translate-x: -100% !important
  }

  .xl\:translate-y-0 {
    --tw-translate-y: 0px !important
  }

  .xl\:translate-y-1 {
    --tw-translate-y: 0.25rem !important
  }

  .xl\:translate-y-2 {
    --tw-translate-y: 0.5rem !important
  }

  .xl\:translate-y-3 {
    --tw-translate-y: 0.75rem !important
  }

  .xl\:translate-y-4 {
    --tw-translate-y: 1rem !important
  }

  .xl\:translate-y-5 {
    --tw-translate-y: 1.25rem !important
  }

  .xl\:translate-y-6 {
    --tw-translate-y: 1.5rem !important
  }

  .xl\:translate-y-7 {
    --tw-translate-y: 1.75rem !important
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 2rem !important
  }

  .xl\:translate-y-9 {
    --tw-translate-y: 2.25rem !important
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 2.5rem !important
  }

  .xl\:translate-y-11 {
    --tw-translate-y: 2.75rem !important
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 3rem !important
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 3.5rem !important
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 4rem !important
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 5rem !important
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 6rem !important
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 7rem !important
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 8rem !important
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 9rem !important
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 10rem !important
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 11rem !important
  }

  .xl\:translate-y-48 {
    --tw-translate-y: 12rem !important
  }

  .xl\:translate-y-52 {
    --tw-translate-y: 13rem !important
  }

  .xl\:translate-y-56 {
    --tw-translate-y: 14rem !important
  }

  .xl\:translate-y-60 {
    --tw-translate-y: 15rem !important
  }

  .xl\:translate-y-64 {
    --tw-translate-y: 16rem !important
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 18rem !important
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 20rem !important
  }

  .xl\:translate-y-96 {
    --tw-translate-y: 24rem !important
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px !important
  }

  .xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important
  }

  .xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important
  }

  .xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important
  }

  .xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important
  }

  .xl\:-translate-y-0 {
    --tw-translate-y: 0px !important
  }

  .xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important
  }

  .xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important
  }

  .xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important
  }

  .xl\:-translate-y-4 {
    --tw-translate-y: -1rem !important
  }

  .xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important
  }

  .xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important
  }

  .xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -2rem !important
  }

  .xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important
  }

  .xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important
  }

  .xl\:-translate-y-12 {
    --tw-translate-y: -3rem !important
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -4rem !important
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -5rem !important
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -6rem !important
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -7rem !important
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -8rem !important
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -9rem !important
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -10rem !important
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -11rem !important
  }

  .xl\:-translate-y-48 {
    --tw-translate-y: -12rem !important
  }

  .xl\:-translate-y-52 {
    --tw-translate-y: -13rem !important
  }

  .xl\:-translate-y-56 {
    --tw-translate-y: -14rem !important
  }

  .xl\:-translate-y-60 {
    --tw-translate-y: -15rem !important
  }

  .xl\:-translate-y-64 {
    --tw-translate-y: -16rem !important
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -18rem !important
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -20rem !important
  }

  .xl\:-translate-y-96 {
    --tw-translate-y: -24rem !important
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px !important
  }

  .xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important
  }

  .xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important
  }

  .xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important
  }

  .xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50% !important
  }

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important
  }

  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25% !important
  }

  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50% !important
  }

  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75% !important
  }

  .xl\:translate-y-full {
    --tw-translate-y: 100% !important
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important
  }

  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100% !important
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important
  }

  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important
  }

  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important
  }

  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important
  }

  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important
  }

  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important
  }

  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important
  }

  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important
  }

  .xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important
  }

  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important
  }

  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important
  }

  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important
  }

  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important
  }

  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important
  }

  .xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important
  }

  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important
  }

  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important
  }

  .xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important
  }

  .xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important
  }

  .xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important
  }

  .xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important
  }

  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important
  }

  .xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important
  }

  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important
  }

  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important
  }

  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important
  }

  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important
  }

  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important
  }

  .xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important
  }

  .xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important
  }

  .xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important
  }

  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important
  }

  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important
  }

  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important
  }

  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important
  }

  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important
  }

  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important
  }

  .xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important
  }

  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important
  }

  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important
  }

  .xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important
  }

  .xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important
  }

  .xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important
  }

  .xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important
  }

  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important
  }

  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important
  }

  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important
  }

  .xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important
  }

  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important
  }

  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important
  }

  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important
  }

  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important
  }

  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important
  }

  .xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important
  }

  .xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important
  }

  .xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important
  }

  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important
  }

  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important
  }

  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important
  }

  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important
  }

  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important
  }

  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important
  }

  .xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important
  }

  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important
  }

  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important
  }

  .xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important
  }

  .xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important
  }

  .xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important
  }

  .xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important
  }

  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important
  }

  .xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important
  }

  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important
  }

  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important
  }

  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important
  }

  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important
  }

  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important
  }

  .xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important
  }

  .xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important
  }

  .xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important
  }

  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important
  }

  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important
  }

  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important
  }

  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important
  }

  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important
  }

  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important
  }

  .xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important
  }

  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important
  }

  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important
  }

  .xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important
  }

  .xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important
  }

  .xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important
  }

  .xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important
  }

  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important
  }

  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important
  }

  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important
  }

  .xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important
  }

  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important
  }

  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important
  }

  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important
  }

  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important
  }

  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important
  }

  .xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important
  }

  .xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important
  }

  .xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important
  }

  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important
  }

  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important
  }

  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important
  }

  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important
  }

  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important
  }

  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important
  }

  .xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important
  }

  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important
  }

  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important
  }

  .xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important
  }

  .xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important
  }

  .xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important
  }

  .xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important
  }

  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important
  }

  .xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important
  }

  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important
  }

  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important
  }

  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important
  }

  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important
  }

  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important
  }

  .xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important
  }

  .xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important
  }

  .xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important
  }

  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important
  }

  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important
  }

  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important
  }

  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important
  }

  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important
  }

  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important
  }

  .xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important
  }

  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important
  }

  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important
  }

  .xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important
  }

  .xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important
  }

  .xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important
  }

  .xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important
  }

  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important
  }

  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important
  }

  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important
  }

  .xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important
  }

  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important
  }

  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important
  }

  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important
  }

  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important
  }

  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important
  }

  .xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important
  }

  .xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important
  }

  .xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important
  }

  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important
  }

  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important
  }

  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important
  }

  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important
  }

  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important
  }

  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important
  }

  .xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important
  }

  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important
  }

  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important
  }

  .xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important
  }

  .xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important
  }

  .xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important
  }

  .xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important
  }

  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important
  }

  .xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important
  }

  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important
  }

  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important
  }

  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important
  }

  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important
  }

  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important
  }

  .xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important
  }

  .xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important
  }

  .xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important
  }

  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important
  }

  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important
  }

  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important
  }

  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important
  }

  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important
  }

  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important
  }

  .xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important
  }

  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important
  }

  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important
  }

  .xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important
  }

  .xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important
  }

  .xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important
  }

  .xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important
  }

  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important
  }

  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important
  }

  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important
  }

  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important
  }

  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important
  }

  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important
  }

  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important
  }

  .xl\:rotate-0 {
    --tw-rotate: 0deg !important
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg !important
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg !important
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg !important
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg !important
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg !important
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg !important
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg !important
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg !important
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg !important
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg !important
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg !important
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg !important
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg !important
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg !important
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg !important
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg !important
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important
  }

  .xl\:skew-x-0 {
    --tw-skew-x: 0deg !important
  }

  .xl\:skew-x-1 {
    --tw-skew-x: 1deg !important
  }

  .xl\:skew-x-2 {
    --tw-skew-x: 2deg !important
  }

  .xl\:skew-x-3 {
    --tw-skew-x: 3deg !important
  }

  .xl\:skew-x-6 {
    --tw-skew-x: 6deg !important
  }

  .xl\:skew-x-12 {
    --tw-skew-x: 12deg !important
  }

  .xl\:-skew-x-12 {
    --tw-skew-x: -12deg !important
  }

  .xl\:-skew-x-6 {
    --tw-skew-x: -6deg !important
  }

  .xl\:-skew-x-3 {
    --tw-skew-x: -3deg !important
  }

  .xl\:-skew-x-2 {
    --tw-skew-x: -2deg !important
  }

  .xl\:-skew-x-1 {
    --tw-skew-x: -1deg !important
  }

  .xl\:skew-y-0 {
    --tw-skew-y: 0deg !important
  }

  .xl\:skew-y-1 {
    --tw-skew-y: 1deg !important
  }

  .xl\:skew-y-2 {
    --tw-skew-y: 2deg !important
  }

  .xl\:skew-y-3 {
    --tw-skew-y: 3deg !important
  }

  .xl\:skew-y-6 {
    --tw-skew-y: 6deg !important
  }

  .xl\:skew-y-12 {
    --tw-skew-y: 12deg !important
  }

  .xl\:-skew-y-12 {
    --tw-skew-y: -12deg !important
  }

  .xl\:-skew-y-6 {
    --tw-skew-y: -6deg !important
  }

  .xl\:-skew-y-3 {
    --tw-skew-y: -3deg !important
  }

  .xl\:-skew-y-2 {
    --tw-skew-y: -2deg !important
  }

  .xl\:-skew-y-1 {
    --tw-skew-y: -1deg !important
  }

  .xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important
  }

  .xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important
  }

  .xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important
  }

  .xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important
  }

  .xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important
  }

  .xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important
  }

  .xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important
  }

  .xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important
  }

  .xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important
  }

  .xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important
  }

  .xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important
  }

  .xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important
  }

  .xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important
  }

  .xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important
  }

  .xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important
  }

  .xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important
  }

  .xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important
  }

  .xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important
  }

  .xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important
  }

  .xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important
  }

  .xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important
  }

  .xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important
  }

  .xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important
  }

  .xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important
  }

  .xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important
  }

  .xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important
  }

  .xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important
  }

  .xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important
  }

  .xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important
  }

  .xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important
  }

  .xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important
  }

  .xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important
  }

  .xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important
  }

  .xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important
  }

  .xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important
  }

  .xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important
  }

  .xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important
  }

  .xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important
  }

  .xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important
  }

  .xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important
  }

  .xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important
  }

  .xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important
  }

  .xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important
  }

  .xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important
  }

  .xl\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .xl\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .xl\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .xl\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .xl\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .xl\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .xl\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .xl\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .xl\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .xl\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important
  }

  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important
  }

  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
  }

  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
  }

  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important
  }

  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important
  }

  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important
  }

  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important
  }

  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important
  }

  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important
  }

  .xl\:scale-x-0 {
    --tw-scale-x: 0 !important
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5 !important
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75 !important
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9 !important
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95 !important
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1 !important
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05 !important
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1 !important
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25 !important
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5 !important
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0 !important
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5 !important
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75 !important
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9 !important
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95 !important
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1 !important
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05 !important
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1 !important
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25 !important
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5 !important
  }

  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important
  }

  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important
  }

  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important
  }

  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important
  }

  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important
  }

  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important
  }

  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important
  }

  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important
  }

  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important
  }

  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important
  }

  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important
  }

  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important
  }

  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important
  }

  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important
  }

  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important
  }

  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important
  }

  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important
  }

  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important
  }

  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important
  }

  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important
  }

  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important
  }

  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important
  }

  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important
  }

  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important
  }

  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important
  }

  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important
  }

  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important
  }

  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important
  }

  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important
  }

  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important
  }

  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important
  }

  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important
  }

  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important
  }

  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important
  }

  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important
  }

  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important
  }

  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important
  }

  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important
  }

  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important
  }

  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important
  }

  .xl\:animate-none {
    animation: none !important
  }

  .xl\:animate-spin {
    animation: spin 1s linear infinite !important
  }

  .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important
  }

  .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important
  }

  .xl\:animate-bounce {
    animation: bounce 1s infinite !important
  }

  .xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important
  }

  .xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important
  }

  .xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important
  }

  .xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important
  }

  .xl\:resize-none {
    resize: none !important
  }

  .xl\:resize-y {
    resize: vertical !important
  }

  .xl\:resize-x {
    resize: horizontal !important
  }

  .xl\:resize {
    resize: both !important
  }

  .xl\:list-inside {
    list-style-position: inside !important
  }

  .xl\:list-outside {
    list-style-position: outside !important
  }

  .xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto !important
  }

  .xl\:auto-cols-min {
    grid-auto-columns: min-content !important
  }

  .xl\:auto-cols-max {
    grid-auto-columns: max-content !important
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row !important
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column !important
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto !important
  }

  .xl\:auto-rows-min {
    grid-auto-rows: min-content !important
  }

  .xl\:auto-rows-max {
    grid-auto-rows: max-content !important
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important
  }

  .xl\:grid-cols-none {
    grid-template-columns: none !important
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important
  }

  .xl\:grid-rows-none {
    grid-template-rows: none !important
  }

  .xl\:flex-row {
    flex-direction: row !important
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .xl\:flex-col {
    flex-direction: column !important
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse !important
  }

  .xl\:flex-wrap {
    flex-wrap: wrap !important
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap !important
  }

  .xl\:place-content-center {
    place-content: center !important
  }

  .xl\:place-content-start {
    place-content: start !important
  }

  .xl\:place-content-end {
    place-content: end !important
  }

  .xl\:place-content-between {
    place-content: space-between !important
  }

  .xl\:place-content-around {
    place-content: space-around !important
  }

  .xl\:place-content-evenly {
    place-content: space-evenly !important
  }

  .xl\:place-content-stretch {
    place-content: stretch !important
  }

  .xl\:place-items-start {
    place-items: start !important
  }

  .xl\:place-items-end {
    place-items: end !important
  }

  .xl\:place-items-center {
    place-items: center !important
  }

  .xl\:place-items-stretch {
    place-items: stretch !important
  }

  .xl\:content-center {
    align-content: center !important
  }

  .xl\:content-start {
    align-content: flex-start !important
  }

  .xl\:content-end {
    align-content: flex-end !important
  }

  .xl\:content-between {
    align-content: space-between !important
  }

  .xl\:content-around {
    align-content: space-around !important
  }

  .xl\:content-evenly {
    align-content: space-evenly !important
  }

  .xl\:items-start {
    align-items: flex-start !important
  }

  .xl\:items-end {
    align-items: flex-end !important
  }

  .xl\:items-center {
    align-items: center !important
  }

  .xl\:items-baseline {
    align-items: baseline !important
  }

  .xl\:items-stretch {
    align-items: stretch !important
  }

  .xl\:justify-start {
    justify-content: flex-start !important
  }

  .xl\:justify-end {
    justify-content: flex-end !important
  }

  .xl\:justify-center {
    justify-content: center !important
  }

  .xl\:justify-between {
    justify-content: space-between !important
  }

  .xl\:justify-around {
    justify-content: space-around !important
  }

  .xl\:justify-evenly {
    justify-content: space-evenly !important
  }

  .xl\:justify-items-start {
    justify-items: start !important
  }

  .xl\:justify-items-end {
    justify-items: end !important
  }

  .xl\:justify-items-center {
    justify-items: center !important
  }

  .xl\:justify-items-stretch {
    justify-items: stretch !important
  }

  .xl\:gap-0 {
    gap: 0px !important
  }

  .xl\:gap-1 {
    gap: 0.25rem !important
  }

  .xl\:gap-2 {
    gap: 0.5rem !important
  }

  .xl\:gap-3 {
    gap: 0.75rem !important
  }

  .xl\:gap-4 {
    gap: 1rem !important
  }

  .xl\:gap-5 {
    gap: 1.25rem !important
  }

  .xl\:gap-6 {
    gap: 1.5rem !important
  }

  .xl\:gap-7 {
    gap: 1.75rem !important
  }

  .xl\:gap-8 {
    gap: 2rem !important
  }

  .xl\:gap-9 {
    gap: 2.25rem !important
  }

  .xl\:gap-10 {
    gap: 2.5rem !important
  }

  .xl\:gap-11 {
    gap: 2.75rem !important
  }

  .xl\:gap-12 {
    gap: 3rem !important
  }

  .xl\:gap-14 {
    gap: 3.5rem !important
  }

  .xl\:gap-16 {
    gap: 4rem !important
  }

  .xl\:gap-20 {
    gap: 5rem !important
  }

  .xl\:gap-24 {
    gap: 6rem !important
  }

  .xl\:gap-28 {
    gap: 7rem !important
  }

  .xl\:gap-32 {
    gap: 8rem !important
  }

  .xl\:gap-36 {
    gap: 9rem !important
  }

  .xl\:gap-40 {
    gap: 10rem !important
  }

  .xl\:gap-44 {
    gap: 11rem !important
  }

  .xl\:gap-48 {
    gap: 12rem !important
  }

  .xl\:gap-52 {
    gap: 13rem !important
  }

  .xl\:gap-56 {
    gap: 14rem !important
  }

  .xl\:gap-60 {
    gap: 15rem !important
  }

  .xl\:gap-64 {
    gap: 16rem !important
  }

  .xl\:gap-72 {
    gap: 18rem !important
  }

  .xl\:gap-80 {
    gap: 20rem !important
  }

  .xl\:gap-96 {
    gap: 24rem !important
  }

  .xl\:gap-px {
    gap: 1px !important
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem !important
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem !important
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem !important
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem !important
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important
  }

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important
  }

  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important
  }

  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important
  }

  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important
  }

  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important
  }

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important
  }

  .xl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important
  }

  .xl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important
  }

  .xl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important
  }

  .xl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important
  }

  .xl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important
  }

  .xl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important
  }

  .xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important
  }

  .xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important
  }

  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important
  }

  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important
  }

  .xl\:gap-y-0 {
    row-gap: 0px !important
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem !important
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem !important
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem !important
  }

  .xl\:gap-y-4 {
    row-gap: 1rem !important
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem !important
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem !important
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem !important
  }

  .xl\:gap-y-8 {
    row-gap: 2rem !important
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem !important
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem !important
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem !important
  }

  .xl\:gap-y-12 {
    row-gap: 3rem !important
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem !important
  }

  .xl\:gap-y-16 {
    row-gap: 4rem !important
  }

  .xl\:gap-y-20 {
    row-gap: 5rem !important
  }

  .xl\:gap-y-24 {
    row-gap: 6rem !important
  }

  .xl\:gap-y-28 {
    row-gap: 7rem !important
  }

  .xl\:gap-y-32 {
    row-gap: 8rem !important
  }

  .xl\:gap-y-36 {
    row-gap: 9rem !important
  }

  .xl\:gap-y-40 {
    row-gap: 10rem !important
  }

  .xl\:gap-y-44 {
    row-gap: 11rem !important
  }

  .xl\:gap-y-48 {
    row-gap: 12rem !important
  }

  .xl\:gap-y-52 {
    row-gap: 13rem !important
  }

  .xl\:gap-y-56 {
    row-gap: 14rem !important
  }

  .xl\:gap-y-60 {
    row-gap: 15rem !important
  }

  .xl\:gap-y-64 {
    row-gap: 16rem !important
  }

  .xl\:gap-y-72 {
    row-gap: 18rem !important
  }

  .xl\:gap-y-80 {
    row-gap: 20rem !important
  }

  .xl\:gap-y-96 {
    row-gap: 24rem !important
  }

  .xl\:gap-y-px {
    row-gap: 1px !important
  }

  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem !important
  }

  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem !important
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem !important
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem !important
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .xl\:divide-x-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important
  }

  .xl\:divide-y-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important
  }

  .xl\:divide-default > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-divide-opacity)) !important
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-divide-opacity)) !important
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important
  }

  .xl\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-divide-opacity)) !important
  }

  .xl\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-divide-opacity)) !important
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important
  }

  .xl\:place-self-auto {
    place-self: auto !important
  }

  .xl\:place-self-start {
    place-self: start !important
  }

  .xl\:place-self-end {
    place-self: end !important
  }

  .xl\:place-self-center {
    place-self: center !important
  }

  .xl\:place-self-stretch {
    place-self: stretch !important
  }

  .xl\:self-auto {
    align-self: auto !important
  }

  .xl\:self-start {
    align-self: flex-start !important
  }

  .xl\:self-end {
    align-self: flex-end !important
  }

  .xl\:self-center {
    align-self: center !important
  }

  .xl\:self-stretch {
    align-self: stretch !important
  }

  .xl\:self-baseline {
    align-self: baseline !important
  }

  .xl\:justify-self-auto {
    justify-self: auto !important
  }

  .xl\:justify-self-start {
    justify-self: start !important
  }

  .xl\:justify-self-end {
    justify-self: end !important
  }

  .xl\:justify-self-center {
    justify-self: center !important
  }

  .xl\:justify-self-stretch {
    justify-self: stretch !important
  }

  .xl\:overflow-auto {
    overflow: auto !important
  }

  .xl\:overflow-hidden {
    overflow: hidden !important
  }

  .xl\:overflow-visible {
    overflow: visible !important
  }

  .xl\:overflow-scroll {
    overflow: scroll !important
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .xl\:overscroll-auto {
    overscroll-behavior: auto !important
  }

  .xl\:overscroll-contain {
    overscroll-behavior: contain !important
  }

  .xl\:overscroll-none {
    overscroll-behavior: none !important
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none !important
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none !important
  }

  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important
  }

  .xl\:overflow-ellipsis {
    text-overflow: ellipsis !important
  }

  .xl\:overflow-clip {
    text-overflow: clip !important
  }

  .xl\:whitespace-normal {
    white-space: normal !important
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap !important
  }

  .xl\:whitespace-pre {
    white-space: pre !important
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .xl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important
  }

  .xl\:break-words {
    overflow-wrap: break-word !important
  }

  .xl\:break-all {
    word-break: break-all !important
  }

  .xl\:border-0 {
    border-width: 0 !important
  }

  .xl\:border-2 {
    border-width: 2px !important
  }

  .xl\:border-4 {
    border-width: 4px !important
  }

  .xl\:border-8 {
    border-width: 8px !important
  }

  .xl\:border-default {
    border-width: 1px !important
  }

  .xl\:border-t-0 {
    border-top-width: 0 !important
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important
  }

  .xl\:border-t-default {
    border-top-width: 1px !important
  }

  .xl\:border-r-0 {
    border-right-width: 0 !important
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important
  }

  .xl\:border-r-default {
    border-right-width: 1px !important
  }

  .xl\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .xl\:border-b-default {
    border-bottom-width: 1px !important
  }

  .xl\:border-l-0 {
    border-left-width: 0 !important
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important
  }

  .xl\:border-l-default {
    border-left-width: 1px !important
  }

  .xl\:border-solid {
    border-style: solid !important
  }

  .xl\:border-dashed {
    border-style: dashed !important
  }

  .xl\:border-dotted {
    border-style: dotted !important
  }

  .xl\:border-double {
    border-style: double !important
  }

  .xl\:border-none {
    border-style: none !important
  }

  .xl\:border-default {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .xl\:border-transparent {
    border-color: transparent !important
  }

  .xl\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-border-opacity)) !important
  }

  .xl\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important
  }

  .xl\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-border-opacity)) !important
  }

  .xl\:border-grey-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .xl\:hover\:border-default:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important
  }

  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 41, 47, var(--tw-border-opacity)) !important
  }

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

  .xl\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 194, 204, var(--tw-border-opacity)) !important
  }

  .xl\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 225, 231, var(--tw-border-opacity)) !important
  }

  .xl\:border-opacity-0 {
    --tw-border-opacity: 0 !important
  }

  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important
  }

  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important
  }

  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important
  }

  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important
  }

  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important
  }

  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important
  }

  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important
  }

  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important
  }

  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important
  }

  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important
  }

  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important
  }

  .xl\:border-opacity-100 {
    --tw-border-opacity: 1 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important
  }

  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important
  }

  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important
  }

  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important
  }

  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important
  }

  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important
  }

  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important
  }

  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important
  }

  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important
  }

  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important
  }

  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important
  }

  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important
  }

  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important
  }

  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important
  }

  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important
  }

  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important
  }

  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important
  }

  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important
  }

  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important
  }

  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important
  }

  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important
  }

  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important
  }

  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important
  }

  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important
  }

  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important
  }

  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important
  }

  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important
  }

  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important
  }

  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important
  }

  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important
  }

  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important
  }

  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important
  }

  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important
  }

  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important
  }

  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important
  }

  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important
  }

  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important
  }

  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important
  }

  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important
  }

  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important
  }

  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important
  }

  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important
  }

  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important
  }

  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important
  }

  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important
  }

  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important
  }

  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important
  }

  .xl\:bg-transparent {
    background-color: transparent !important
  }

  .xl\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important
  }

  .xl\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .xl\:bg-grey-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important
  }

  .xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

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

  .xl\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .xl\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important
  }

  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 41, 47, var(--tw-bg-opacity)) !important
  }

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

  .xl\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 194, 204, var(--tw-bg-opacity)) !important
  }

  .xl\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 225, 231, var(--tw-bg-opacity)) !important
  }

  .xl\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important
  }

  .xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important
  }

  .xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important
  }

  .xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important
  }

  .xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important
  }

  .xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important
  }

  .xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important
  }

  .xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important
  }

  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important
  }

  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important
  }

  .xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important
  }

  .xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important
  }

  .xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important
  }

  .xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important
  }

  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important
  }

  .group:hover .xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important
  }

  .xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important
  }

  .xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important
  }

  .xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important
  }

  .xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important
  }

  .xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important
  }

  .xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important
  }

  .xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important
  }

  .xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important
  }

  .xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important
  }

  .xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important
  }

  .xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important
  }

  .xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important
  }

  .xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important
  }

  .xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important
  }

  .xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important
  }

  .xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important
  }

  .xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important
  }

  .xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important
  }

  .xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important
  }

  .xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important
  }

  .xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important
  }

  .xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important
  }

  .xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important
  }

  .xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important
  }

  .xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important
  }

  .xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important
  }

  .xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important
  }

  .xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important
  }

  .xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important
  }

  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important
  }

  .xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important
  }

  .xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important
  }

  .xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important
  }

  .xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important
  }

  .xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important
  }

  .xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important
  }

  .xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important
  }

  .xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important
  }

  .xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important
  }

  .xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important
  }

  .xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important
  }

  .xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important
  }

  .xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important
  }

  .xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important
  }

  .xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important
  }

  .xl\:bg-none {
    background-image: none !important
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important
  }

  .xl\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .xl\:from-black {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .xl\:from-white {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .xl\:from-grey {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .xl\:from-grey-light {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .xl\:hover\:from-black:hover {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .xl\:hover\:from-white:hover {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .xl\:hover\:from-grey:hover {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .xl\:hover\:from-grey-light:hover {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .xl\:focus\:from-black:focus {
    --tw-gradient-from: #22292f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .xl\:focus\:from-white:focus {
    --tw-gradient-from: #ffffff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .xl\:focus\:from-grey:focus {
    --tw-gradient-from: #b8c2cc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .xl\:focus\:from-grey-light:focus {
    --tw-gradient-from: #dae1e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .xl\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .xl\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .xl\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .xl\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important
  }

  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22292f, var(--tw-gradient-to, rgba(34, 41, 47, 0)) !important
  }

  .xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important
  }

  .xl\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b8c2cc, var(--tw-gradient-to, rgba(184, 194, 204, 0)) !important
  }

  .xl\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dae1e7, var(--tw-gradient-to, rgba(218, 225, 231, 0)) !important
  }

  .xl\:to-transparent {
    --tw-gradient-to: transparent !important
  }

  .xl\:to-black {
    --tw-gradient-to: #22292f !important
  }

  .xl\:to-white {
    --tw-gradient-to: #ffffff !important
  }

  .xl\:to-grey {
    --tw-gradient-to: #b8c2cc !important
  }

  .xl\:to-grey-light {
    --tw-gradient-to: #dae1e7 !important
  }

  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #22292f !important
  }

  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #ffffff !important
  }

  .xl\:hover\:to-grey:hover {
    --tw-gradient-to: #b8c2cc !important
  }

  .xl\:hover\:to-grey-light:hover {
    --tw-gradient-to: #dae1e7 !important
  }

  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #22292f !important
  }

  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #ffffff !important
  }

  .xl\:focus\:to-grey:focus {
    --tw-gradient-to: #b8c2cc !important
  }

  .xl\:focus\:to-grey-light:focus {
    --tw-gradient-to: #dae1e7 !important
  }

  .xl\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important
  }

  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important
  }

  .xl\:bg-auto {
    background-size: auto !important
  }

  .xl\:bg-cover {
    background-size: cover !important
  }

  .xl\:bg-contain {
    background-size: contain !important
  }

  .xl\:bg-fixed {
    background-attachment: fixed !important
  }

  .xl\:bg-local {
    background-attachment: local !important
  }

  .xl\:bg-scroll {
    background-attachment: scroll !important
  }

  .xl\:bg-clip-border {
    background-clip: border-box !important
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box !important
  }

  .xl\:bg-clip-content {
    background-clip: content-box !important
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important
  }

  .xl\:bg-origin-border {
    background-origin: border-box !important
  }

  .xl\:bg-origin-padding {
    background-origin: padding-box !important
  }

  .xl\:bg-origin-content {
    background-origin: content-box !important
  }

  .xl\:stroke-0 {
    stroke-width: 0 !important
  }

  .xl\:stroke-1 {
    stroke-width: 1 !important
  }

  .xl\:stroke-2 {
    stroke-width: 2 !important
  }

  .xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important
  }

  .xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important
  }

  .xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important
  }

  .xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important
  }

  .xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important
  }

  .xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important
  }

  .xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important
  }

  .xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important
  }

  .xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important
  }

  .xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important
  }

  .xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important
  }

  .xl\:p-0 {
    padding: 0 !important
  }

  .xl\:p-1 {
    padding: 0.25rem !important
  }

  .xl\:p-2 {
    padding: 0.5rem !important
  }

  .xl\:p-3 {
    padding: 0.75rem !important
  }

  .xl\:p-4 {
    padding: 1rem !important
  }

  .xl\:p-5 {
    padding: 1.25rem !important
  }

  .xl\:p-6 {
    padding: 1.5rem !important
  }

  .xl\:p-8 {
    padding: 2rem !important
  }

  .xl\:p-10 {
    padding: 2.5rem !important
  }

  .xl\:p-12 {
    padding: 3rem !important
  }

  .xl\:p-16 {
    padding: 4rem !important
  }

  .xl\:p-20 {
    padding: 5rem !important
  }

  .xl\:p-24 {
    padding: 6rem !important
  }

  .xl\:p-32 {
    padding: 8rem !important
  }

  .xl\:p-px {
    padding: 1px !important
  }

  .xl\:p-base {
    padding: 2.2rem !important
  }

  .xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
  }

  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important
  }

  .xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
  }

  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .xl\:px-base {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important
  }

  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
  }

  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
  }

  .xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }

  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .xl\:py-base {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important
  }

  .xl\:pt-0 {
    padding-top: 0 !important
  }

  .xl\:pt-1 {
    padding-top: 0.25rem !important
  }

  .xl\:pt-2 {
    padding-top: 0.5rem !important
  }

  .xl\:pt-3 {
    padding-top: 0.75rem !important
  }

  .xl\:pt-4 {
    padding-top: 1rem !important
  }

  .xl\:pt-5 {
    padding-top: 1.25rem !important
  }

  .xl\:pt-6 {
    padding-top: 1.5rem !important
  }

  .xl\:pt-8 {
    padding-top: 2rem !important
  }

  .xl\:pt-10 {
    padding-top: 2.5rem !important
  }

  .xl\:pt-12 {
    padding-top: 3rem !important
  }

  .xl\:pt-16 {
    padding-top: 4rem !important
  }

  .xl\:pt-20 {
    padding-top: 5rem !important
  }

  .xl\:pt-24 {
    padding-top: 6rem !important
  }

  .xl\:pt-32 {
    padding-top: 8rem !important
  }

  .xl\:pt-px {
    padding-top: 1px !important
  }

  .xl\:pt-base {
    padding-top: 2.2rem !important
  }

  .xl\:pr-0 {
    padding-right: 0 !important
  }

  .xl\:pr-1 {
    padding-right: 0.25rem !important
  }

  .xl\:pr-2 {
    padding-right: 0.5rem !important
  }

  .xl\:pr-3 {
    padding-right: 0.75rem !important
  }

  .xl\:pr-4 {
    padding-right: 1rem !important
  }

  .xl\:pr-5 {
    padding-right: 1.25rem !important
  }

  .xl\:pr-6 {
    padding-right: 1.5rem !important
  }

  .xl\:pr-8 {
    padding-right: 2rem !important
  }

  .xl\:pr-10 {
    padding-right: 2.5rem !important
  }

  .xl\:pr-12 {
    padding-right: 3rem !important
  }

  .xl\:pr-16 {
    padding-right: 4rem !important
  }

  .xl\:pr-20 {
    padding-right: 5rem !important
  }

  .xl\:pr-24 {
    padding-right: 6rem !important
  }

  .xl\:pr-32 {
    padding-right: 8rem !important
  }

  .xl\:pr-px {
    padding-right: 1px !important
  }

  .xl\:pr-base {
    padding-right: 2.2rem !important
  }

  .xl\:pb-0 {
    padding-bottom: 0 !important
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem !important
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem !important
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem !important
  }

  .xl\:pb-4 {
    padding-bottom: 1rem !important
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem !important
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem !important
  }

  .xl\:pb-8 {
    padding-bottom: 2rem !important
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem !important
  }

  .xl\:pb-12 {
    padding-bottom: 3rem !important
  }

  .xl\:pb-16 {
    padding-bottom: 4rem !important
  }

  .xl\:pb-20 {
    padding-bottom: 5rem !important
  }

  .xl\:pb-24 {
    padding-bottom: 6rem !important
  }

  .xl\:pb-32 {
    padding-bottom: 8rem !important
  }

  .xl\:pb-px {
    padding-bottom: 1px !important
  }

  .xl\:pb-base {
    padding-bottom: 2.2rem !important
  }

  .xl\:pl-0 {
    padding-left: 0 !important
  }

  .xl\:pl-1 {
    padding-left: 0.25rem !important
  }

  .xl\:pl-2 {
    padding-left: 0.5rem !important
  }

  .xl\:pl-3 {
    padding-left: 0.75rem !important
  }

  .xl\:pl-4 {
    padding-left: 1rem !important
  }

  .xl\:pl-5 {
    padding-left: 1.25rem !important
  }

  .xl\:pl-6 {
    padding-left: 1.5rem !important
  }

  .xl\:pl-8 {
    padding-left: 2rem !important
  }

  .xl\:pl-10 {
    padding-left: 2.5rem !important
  }

  .xl\:pl-12 {
    padding-left: 3rem !important
  }

  .xl\:pl-16 {
    padding-left: 4rem !important
  }

  .xl\:pl-20 {
    padding-left: 5rem !important
  }

  .xl\:pl-24 {
    padding-left: 6rem !important
  }

  .xl\:pl-32 {
    padding-left: 8rem !important
  }

  .xl\:pl-px {
    padding-left: 1px !important
  }

  .xl\:pl-base {
    padding-left: 2.2rem !important
  }

  .xl\:text-left {
    text-align: left !important
  }

  .xl\:text-center {
    text-align: center !important
  }

  .xl\:text-right {
    text-align: right !important
  }

  .xl\:text-justify {
    text-align: justify !important
  }

  .xl\:align-baseline {
    vertical-align: baseline !important
  }

  .xl\:align-top {
    vertical-align: top !important
  }

  .xl\:align-middle {
    vertical-align: middle !important
  }

  .xl\:align-bottom {
    vertical-align: bottom !important
  }

  .xl\:align-text-top {
    vertical-align: text-top !important
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom !important
  }

  .xl\:text-xs {
    font-size: .75rem !important
  }

  .xl\:text-sm {
    font-size: .875rem !important
  }

  .xl\:text-base {
    font-size: 1rem !important
  }

  .xl\:text-lg {
    font-size: 1.125rem !important
  }

  .xl\:text-xl {
    font-size: 1.25rem !important
  }

  .xl\:text-2xl {
    font-size: 1.5rem !important
  }

  .xl\:text-3xl {
    font-size: 1.875rem !important
  }

  .xl\:text-4xl {
    font-size: 2.25rem !important
  }

  .xl\:text-5xl {
    font-size: 3rem !important
  }

  .xl\:text-6xl {
    font-size: 4rem !important
  }

  .xl\:font-light {
    font-weight: 300 !important
  }

  .xl\:font-normal {
    font-weight: 400 !important
  }

  .xl\:font-medium {
    font-weight: 500 !important
  }

  .xl\:font-semibold {
    font-weight: 600 !important
  }

  .xl\:font-bold {
    font-weight: 700 !important
  }

  .xl\:font-extrabold {
    font-weight: 800 !important
  }

  .xl\:font-black {
    font-weight: 900 !important
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300 !important
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500 !important
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800 !important
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900 !important
  }

  .xl\:uppercase {
    text-transform: uppercase !important
  }

  .xl\:lowercase {
    text-transform: lowercase !important
  }

  .xl\:capitalize {
    text-transform: capitalize !important
  }

  .xl\:normal-case {
    text-transform: none !important
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase !important
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase !important
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize !important
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none !important
  }

  .xl\:focus\:uppercase:focus {
    text-transform: uppercase !important
  }

  .xl\:focus\:lowercase:focus {
    text-transform: lowercase !important
  }

  .xl\:focus\:capitalize:focus {
    text-transform: capitalize !important
  }

  .xl\:focus\:normal-case:focus {
    text-transform: none !important
  }

  .xl\:italic {
    font-style: italic !important
  }

  .xl\:not-italic {
    font-style: normal !important
  }

  .xl\:hover\:italic:hover {
    font-style: italic !important
  }

  .xl\:hover\:not-italic:hover {
    font-style: normal !important
  }

  .xl\:focus\:italic:focus {
    font-style: italic !important
  }

  .xl\:focus\:not-italic:focus {
    font-style: normal !important
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important
  }

  .xl\:normal-nums {
    font-variant-numeric: normal !important
  }

  .xl\:ordinal {
    --tw-ordinal: ordinal !important
  }

  .xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important
  }

  .xl\:lining-nums {
    --tw-numeric-figure: lining-nums !important
  }

  .xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important
  }

  .xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important
  }

  .xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important
  }

  .xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important
  }

  .xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important
  }

  .xl\:leading-none {
    line-height: 1 !important
  }

  .xl\:leading-tight {
    line-height: 1.25 !important
  }

  .xl\:leading-normal {
    line-height: 1.5 !important
  }

  .xl\:leading-loose {
    line-height: 2 !important
  }

  .xl\:text-transparent {
    color: transparent !important
  }

  .xl\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .xl\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .xl\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .xl\:text-grey-light {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .xl\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .xl\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .xl\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-text-opacity)) !important
  }

  .xl\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
  }

  .xl\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-text-opacity)) !important
  }

  .xl\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-text-opacity)) !important
  }

  .xl\:text-opacity-0 {
    --tw-text-opacity: 0 !important
  }

  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important
  }

  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important
  }

  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important
  }

  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important
  }

  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important
  }

  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important
  }

  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important
  }

  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important
  }

  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important
  }

  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important
  }

  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important
  }

  .xl\:text-opacity-100 {
    --tw-text-opacity: 1 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important
  }

  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important
  }

  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important
  }

  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important
  }

  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important
  }

  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important
  }

  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important
  }

  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important
  }

  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important
  }

  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important
  }

  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important
  }

  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important
  }

  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important
  }

  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important
  }

  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important
  }

  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important
  }

  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important
  }

  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important
  }

  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important
  }

  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important
  }

  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important
  }

  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important
  }

  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important
  }

  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important
  }

  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important
  }

  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important
  }

  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important
  }

  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important
  }

  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important
  }

  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important
  }

  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important
  }

  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important
  }

  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important
  }

  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important
  }

  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important
  }

  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important
  }

  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important
  }

  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important
  }

  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important
  }

  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important
  }

  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important
  }

  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important
  }

  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important
  }

  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important
  }

  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important
  }

  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important
  }

  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important
  }

  .xl\:underline {
    text-decoration: underline !important
  }

  .xl\:line-through {
    text-decoration: line-through !important
  }

  .xl\:no-underline {
    text-decoration: none !important
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
  }

  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent !important
  }

  .xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .xl\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .xl\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .xl\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .xl\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 41, 47, var(--tw-placeholder-opacity)) !important
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important
  }

  .xl\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .xl\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 194, 204, var(--tw-placeholder-opacity)) !important
  }

  .xl\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .xl\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 225, 231, var(--tw-placeholder-opacity)) !important
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important
  }

  .xl\:opacity-0 {
    opacity: 0 !important
  }

  .xl\:opacity-5 {
    opacity: 0.05 !important
  }

  .xl\:opacity-10 {
    opacity: 0.1 !important
  }

  .xl\:opacity-20 {
    opacity: 0.2 !important
  }

  .xl\:opacity-25 {
    opacity: 0.25 !important
  }

  .xl\:opacity-30 {
    opacity: 0.3 !important
  }

  .xl\:opacity-40 {
    opacity: 0.4 !important
  }

  .xl\:opacity-50 {
    opacity: 0.5 !important
  }

  .xl\:opacity-60 {
    opacity: 0.6 !important
  }

  .xl\:opacity-70 {
    opacity: 0.7 !important
  }

  .xl\:opacity-75 {
    opacity: 0.75 !important
  }

  .xl\:opacity-80 {
    opacity: 0.8 !important
  }

  .xl\:opacity-90 {
    opacity: 0.9 !important
  }

  .xl\:opacity-95 {
    opacity: 0.95 !important
  }

  .xl\:opacity-100 {
    opacity: 1 !important
  }

  .xl\:bg-blend-normal {
    background-blend-mode: normal !important
  }

  .xl\:bg-blend-multiply {
    background-blend-mode: multiply !important
  }

  .xl\:bg-blend-screen {
    background-blend-mode: screen !important
  }

  .xl\:bg-blend-overlay {
    background-blend-mode: overlay !important
  }

  .xl\:bg-blend-darken {
    background-blend-mode: darken !important
  }

  .xl\:bg-blend-lighten {
    background-blend-mode: lighten !important
  }

  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important
  }

  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn !important
  }

  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light !important
  }

  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light !important
  }

  .xl\:bg-blend-difference {
    background-blend-mode: difference !important
  }

  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion !important
  }

  .xl\:bg-blend-hue {
    background-blend-mode: hue !important
  }

  .xl\:bg-blend-saturation {
    background-blend-mode: saturation !important
  }

  .xl\:bg-blend-color {
    background-blend-mode: color !important
  }

  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity !important
  }

  .xl\:mix-blend-normal {
    mix-blend-mode: normal !important
  }

  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply !important
  }

  .xl\:mix-blend-screen {
    mix-blend-mode: screen !important
  }

  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay !important
  }

  .xl\:mix-blend-darken {
    mix-blend-mode: darken !important
  }

  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten !important
  }

  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important
  }

  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important
  }

  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important
  }

  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important
  }

  .xl\:mix-blend-difference {
    mix-blend-mode: difference !important
  }

  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important
  }

  .xl\:mix-blend-hue {
    mix-blend-mode: hue !important
  }

  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation !important
  }

  .xl\:mix-blend-color {
    mix-blend-mode: color !important
  }

  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important
  }

  .xl\:shadow-default {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:shadow-md {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:shadow-lg {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:shadow-drop {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:hover\:shadow-default:hover {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:hover\:shadow-outline:hover {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:hover\:shadow-drop:hover {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:focus\:shadow-default:focus {
    --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:focus\:shadow-outline:focus {
    --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:focus\:shadow-drop:focus {
    --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
  }

  .xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
  }

  .xl\:ring-inset {
    --tw-ring-inset: inset !important
  }

  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important
  }

  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important
  }

  .xl\:ring-transparent {
    --tw-ring-color: transparent !important
  }

  .xl\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .xl\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .xl\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .xl\:ring-grey-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important
  }

  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .xl\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .xl\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important
  }

  .xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 41, 47, var(--tw-ring-opacity)) !important
  }

  .xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important
  }

  .xl\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 194, 204, var(--tw-ring-opacity)) !important
  }

  .xl\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 225, 231, var(--tw-ring-opacity)) !important
  }

  .xl\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important
  }

  .xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important
  }

  .xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important
  }

  .xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important
  }

  .xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important
  }

  .xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important
  }

  .xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important
  }

  .xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important
  }

  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important
  }

  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important
  }

  .xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important
  }

  .xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important
  }

  .xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important
  }

  .xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important
  }

  .xl\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important
  }

  .xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important
  }

  .xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important
  }

  .xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important
  }

  .xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important
  }

  .xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important
  }

  .xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important
  }

  .xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important
  }

  .xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important
  }

  .xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important
  }

  .xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important
  }

  .xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important
  }

  .xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important
  }

  .xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important
  }

  .xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important
  }

  .xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important
  }

  .xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important
  }

  .xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important
  }

  .xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important
  }

  .xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important
  }

  .xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important
  }

  .xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important
  }

  .xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important
  }

  .xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important
  }

  .xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important
  }

  .xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important
  }

  .xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important
  }

  .xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important
  }

  .xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important
  }

  .xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important
  }

  .xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important
  }

  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important
  }

  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important
  }

  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important
  }

  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important
  }

  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important
  }

  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important
  }

  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important
  }

  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important
  }

  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important
  }

  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important
  }

  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important
  }

  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important
  }

  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important
  }

  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important
  }

  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important
  }

  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important
  }

  .xl\:ring-offset-black {
    --tw-ring-offset-color: #22292f !important
  }

  .xl\:ring-offset-white {
    --tw-ring-offset-color: #ffffff !important
  }

  .xl\:ring-offset-grey {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .xl\:ring-offset-grey-light {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important
  }

  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #22292f !important
  }

  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #ffffff !important
  }

  .xl\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .xl\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important
  }

  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #22292f !important
  }

  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #ffffff !important
  }

  .xl\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #b8c2cc !important
  }

  .xl\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #dae1e7 !important
  }

  .xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
  }

  .xl\:filter-none {
    filter: none !important
  }

  .xl\:blur-0 {
    --tw-blur: blur(0) !important
  }

  .xl\:blur-none {
    --tw-blur: blur(0) !important
  }

  .xl\:blur-sm {
    --tw-blur: blur(4px) !important
  }

  .xl\:blur {
    --tw-blur: blur(8px) !important
  }

  .xl\:blur-md {
    --tw-blur: blur(12px) !important
  }

  .xl\:blur-lg {
    --tw-blur: blur(16px) !important
  }

  .xl\:blur-xl {
    --tw-blur: blur(24px) !important
  }

  .xl\:blur-2xl {
    --tw-blur: blur(40px) !important
  }

  .xl\:blur-3xl {
    --tw-blur: blur(64px) !important
  }

  .xl\:brightness-0 {
    --tw-brightness: brightness(0) !important
  }

  .xl\:brightness-50 {
    --tw-brightness: brightness(.5) !important
  }

  .xl\:brightness-75 {
    --tw-brightness: brightness(.75) !important
  }

  .xl\:brightness-90 {
    --tw-brightness: brightness(.9) !important
  }

  .xl\:brightness-95 {
    --tw-brightness: brightness(.95) !important
  }

  .xl\:brightness-100 {
    --tw-brightness: brightness(1) !important
  }

  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05) !important
  }

  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1) !important
  }

  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25) !important
  }

  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5) !important
  }

  .xl\:brightness-200 {
    --tw-brightness: brightness(2) !important
  }

  .xl\:contrast-0 {
    --tw-contrast: contrast(0) !important
  }

  .xl\:contrast-50 {
    --tw-contrast: contrast(.5) !important
  }

  .xl\:contrast-75 {
    --tw-contrast: contrast(.75) !important
  }

  .xl\:contrast-100 {
    --tw-contrast: contrast(1) !important
  }

  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25) !important
  }

  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5) !important
  }

  .xl\:contrast-200 {
    --tw-contrast: contrast(2) !important
  }

  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important
  }

  .xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important
  }

  .xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important
  }

  .xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important
  }

  .xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important
  }

  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important
  }

  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important
  }

  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important
  }

  .xl\:grayscale {
    --tw-grayscale: grayscale(100%) !important
  }

  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important
  }

  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important
  }

  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important
  }

  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important
  }

  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important
  }

  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important
  }

  .xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important
  }

  .xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important
  }

  .xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important
  }

  .xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important
  }

  .xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important
  }

  .xl\:invert-0 {
    --tw-invert: invert(0) !important
  }

  .xl\:invert {
    --tw-invert: invert(100%) !important
  }

  .xl\:saturate-0 {
    --tw-saturate: saturate(0) !important
  }

  .xl\:saturate-50 {
    --tw-saturate: saturate(.5) !important
  }

  .xl\:saturate-100 {
    --tw-saturate: saturate(1) !important
  }

  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5) !important
  }

  .xl\:saturate-200 {
    --tw-saturate: saturate(2) !important
  }

  .xl\:sepia-0 {
    --tw-sepia: sepia(0) !important
  }

  .xl\:sepia {
    --tw-sepia: sepia(100%) !important
  }

  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important
  }

  .xl\:backdrop-filter-none {
    backdrop-filter: none !important
  }

  .xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important
  }

  .xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important
  }

  .xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important
  }

  .xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important
  }

  .xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important
  }

  .xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important
  }

  .xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important
  }

  .xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important
  }

  .xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important
  }

  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important
  }

  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important
  }

  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important
  }

  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important
  }

  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important
  }

  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important
  }

  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important
  }

  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important
  }

  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important
  }

  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important
  }

  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important
  }

  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important
  }

  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important
  }

  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important
  }

  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important
  }

  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important
  }

  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important
  }

  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important
  }

  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important
  }

  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important
  }

  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important
  }

  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important
  }

  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important
  }

  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important
  }

  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important
  }

  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important
  }

  .xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important
  }

  .xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important
  }

  .xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important
  }

  .xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important
  }

  .xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important
  }

  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important
  }

  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important
  }

  .xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important
  }

  .xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important
  }

  .xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important
  }

  .xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important
  }

  .xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important
  }

  .xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important
  }

  .xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important
  }

  .xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important
  }

  .xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important
  }

  .xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important
  }

  .xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important
  }

  .xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important
  }

  .xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important
  }

  .xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important
  }

  .xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important
  }

  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important
  }

  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important
  }

  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important
  }

  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important
  }

  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important
  }

  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important
  }

  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important
  }

  .xl\:transition-none {
    transition-property: none !important
  }

  .xl\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .xl\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .xl\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .xl\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important
  }

  .xl\:delay-75 {
    transition-delay: 75ms !important
  }

  .xl\:delay-100 {
    transition-delay: 100ms !important
  }

  .xl\:delay-150 {
    transition-delay: 150ms !important
  }

  .xl\:delay-200 {
    transition-delay: 200ms !important
  }

  .xl\:delay-300 {
    transition-delay: 300ms !important
  }

  .xl\:delay-500 {
    transition-delay: 500ms !important
  }

  .xl\:delay-700 {
    transition-delay: 700ms !important
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms !important
  }

  .xl\:duration-75 {
    transition-duration: 75ms !important
  }

  .xl\:duration-100 {
    transition-duration: 100ms !important
  }

  .xl\:duration-150 {
    transition-duration: 150ms !important
  }

  .xl\:duration-200 {
    transition-duration: 200ms !important
  }

  .xl\:duration-300 {
    transition-duration: 300ms !important
  }

  .xl\:duration-500 {
    transition-duration: 500ms !important
  }

  .xl\:duration-700 {
    transition-duration: 700ms !important
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms !important
  }

  .xl\:ease-linear {
    transition-timing-function: linear !important
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
  }
}

/*# sourceMappingURL=main.css.map*/