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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: .35em .75em .625em;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

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

table {
  border-collapse: collapse;
}

.container {
  width: 100%;
}

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

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

.search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post__location {
  font-style: italic;
}

.ais-search-box {
  max-width: 100%;
}

.ais-search-box--input {
  padding: 20px;
  font-size: 16px;
  font-size: 1rem;
}

.ais-search-box--magnifier-wrapper {
  position: absolute;
  right: 50px;
  top: 21px;
}

.ais-search-box--reset {
  top: 0;
}

.ais-search-box--reset-wrapper {
  display: block;
  position: absolute;
  right: 50px;
  top: 15px;
}

.ais-hits {
  width: 100%;
}

.center-fixed-item {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav--sticky {
  position: -webkit-sticky;
  position: sticky;
}

.scroll-nav__link.active {
  color: #070707 !important;
}

.ais-pagination {
  padding: 1em;
}

.ais-pagination--item__active {
  background-color: #77b255;
}

.ais-search-box {
  max-width: 100% !important;
}

.ais-pagination--item {
  font-size: inherit;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  margin: 0 1rem;
}

.ais-pagination--item:focus,
.ais-pagination--item:hover {
  background-color: #dfb;
}

.ais-pagination--item:focus .ais-pagination--link,
.ais-pagination--item:hover .ais-pagination--link {
  color: #000;
}

.transition {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.dot-1 {
  -webkit-animation: load .8s .3s infinite alternate;
          animation: load .8s .3s infinite alternate;
}

.dot-2 {
  -webkit-animation: load .8s infinite alternate;
          animation: load .8s infinite alternate;
}

.dot-3 {
  -webkit-animation: load .8s .55s infinite alternate;
          animation: load .8s .55s infinite alternate;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes load {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media screen and (min-width:992px) {
  .fixed-nav {
    position: absolute;
    top: 25vh;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.list-reset {
  list-style: none !important;
  padding: 0 !important;
}

.appearance-none {
  appearance: none !important;
}

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

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

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

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

.bg-pink-darkest {
  background-color: #4d2728 !important;
}

.bg-pink-darker {
  background-color: #994e4f !important;
}

.bg-pink-dark {
  background-color: #e67577 !important;
}

.bg-pink {
  background-color: #ff8284 !important;
}

.bg-pink-light {
  background-color: #ffa8a9 !important;
}

.bg-pink-lighter {
  background-color: #ffcdce !important;
}

.bg-pink-lightest {
  background-color: #fff3f3 !important;
}

.bg-green-darkest {
  background-color: #030 !important;
}

.bg-green-darker {
  background-color: #2b6609 !important;
}

.bg-green-dark {
  background-color: #447f22 !important;
}

.bg-green {
  background-color: #77b255 !important;
}

.bg-green-light {
  background-color: #c4ffa2 !important;
}

.bg-green-lighter {
  background-color: #dfb !important;
}

.bg-green-lightest {
  background-color: #f6ffd4 !important;
}

.bg-black-darkest {
  background-color: #070707 !important;
}

.bg-black-darker {
  background-color: #0e0e0e !important;
}

.bg-black-dark {
  background-color: #161616 !important;
}

.bg-black {
  background-color: #181818 !important;
}

.bg-black-light {
  background-color: #5d5d5d !important;
}

.bg-black-lighter {
  background-color: #a3a3a3 !important;
}

.bg-black-lightest {
  background-color: #e8e8e8 !important;
}

.bg-white-darkest {
  background-color: #4d4d4d !important;
}

.bg-white-darker {
  background-color: #999 !important;
}

.bg-white-dark {
  background-color: #e6e6e6 !important;
}

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

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

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

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

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

.hover\-bg-pink-darkest:hover {
  background-color: #4d2728 !important;
}

.hover\-bg-pink-darker:hover {
  background-color: #994e4f !important;
}

.hover\-bg-pink-dark:hover {
  background-color: #e67577 !important;
}

.hover\-bg-pink:hover {
  background-color: #ff8284 !important;
}

.hover\-bg-pink-light:hover {
  background-color: #ffa8a9 !important;
}

.hover\-bg-pink-lighter:hover {
  background-color: #ffcdce !important;
}

.hover\-bg-pink-lightest:hover {
  background-color: #fff3f3 !important;
}

.hover\-bg-green-darkest:hover {
  background-color: #030 !important;
}

.hover\-bg-green-darker:hover {
  background-color: #2b6609 !important;
}

.hover\-bg-green-dark:hover {
  background-color: #447f22 !important;
}

.hover\-bg-green:hover {
  background-color: #77b255 !important;
}

.hover\-bg-green-light:hover {
  background-color: #c4ffa2 !important;
}

.hover\-bg-green-lighter:hover {
  background-color: #dfb !important;
}

.hover\-bg-green-lightest:hover {
  background-color: #f6ffd4 !important;
}

.hover\-bg-black-darkest:hover {
  background-color: #070707 !important;
}

.hover\-bg-black-darker:hover {
  background-color: #0e0e0e !important;
}

.hover\-bg-black-dark:hover {
  background-color: #161616 !important;
}

.hover\-bg-black:hover {
  background-color: #181818 !important;
}

.hover\-bg-black-light:hover {
  background-color: #5d5d5d !important;
}

.hover\-bg-black-lighter:hover {
  background-color: #a3a3a3 !important;
}

.hover\-bg-black-lightest:hover {
  background-color: #e8e8e8 !important;
}

.hover\-bg-white-darkest:hover {
  background-color: #4d4d4d !important;
}

.hover\-bg-white-darker:hover {
  background-color: #999 !important;
}

.hover\-bg-white-dark:hover {
  background-color: #e6e6e6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-pink-darkest {
  border-color: #4d2728 !important;
}

.border-pink-darker {
  border-color: #994e4f !important;
}

.border-pink-dark {
  border-color: #e67577 !important;
}

.border-pink {
  border-color: #ff8284 !important;
}

.border-pink-light {
  border-color: #ffa8a9 !important;
}

.border-pink-lighter {
  border-color: #ffcdce !important;
}

.border-pink-lightest {
  border-color: #fff3f3 !important;
}

.border-green-darkest {
  border-color: #030 !important;
}

.border-green-darker {
  border-color: #2b6609 !important;
}

.border-green-dark {
  border-color: #447f22 !important;
}

.border-green {
  border-color: #77b255 !important;
}

.border-green-light {
  border-color: #c4ffa2 !important;
}

.border-green-lighter {
  border-color: #dfb !important;
}

.border-green-lightest {
  border-color: #f6ffd4 !important;
}

.border-black-darkest {
  border-color: #070707 !important;
}

.border-black-darker {
  border-color: #0e0e0e !important;
}

.border-black-dark {
  border-color: #161616 !important;
}

.border-black {
  border-color: #181818 !important;
}

.border-black-light {
  border-color: #5d5d5d !important;
}

.border-black-lighter {
  border-color: #a3a3a3 !important;
}

.border-black-lightest {
  border-color: #e8e8e8 !important;
}

.border-white-darkest {
  border-color: #4d4d4d !important;
}

.border-white-darker {
  border-color: #999 !important;
}

.border-white-dark {
  border-color: #e6e6e6 !important;
}

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

.border-white-light {
  border-color: #fff !important;
}

.border-white-lighter {
  border-color: #fff !important;
}

.border-white-lightest {
  border-color: #fff !important;
}

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

.hover\-border-pink-darkest:hover {
  border-color: #4d2728 !important;
}

.hover\-border-pink-darker:hover {
  border-color: #994e4f !important;
}

.hover\-border-pink-dark:hover {
  border-color: #e67577 !important;
}

.hover\-border-pink:hover {
  border-color: #ff8284 !important;
}

.hover\-border-pink-light:hover {
  border-color: #ffa8a9 !important;
}

.hover\-border-pink-lighter:hover {
  border-color: #ffcdce !important;
}

.hover\-border-pink-lightest:hover {
  border-color: #fff3f3 !important;
}

.hover\-border-green-darkest:hover {
  border-color: #030 !important;
}

.hover\-border-green-darker:hover {
  border-color: #2b6609 !important;
}

.hover\-border-green-dark:hover {
  border-color: #447f22 !important;
}

.hover\-border-green:hover {
  border-color: #77b255 !important;
}

.hover\-border-green-light:hover {
  border-color: #c4ffa2 !important;
}

.hover\-border-green-lighter:hover {
  border-color: #dfb !important;
}

.hover\-border-green-lightest:hover {
  border-color: #f6ffd4 !important;
}

.hover\-border-black-darkest:hover {
  border-color: #070707 !important;
}

.hover\-border-black-darker:hover {
  border-color: #0e0e0e !important;
}

.hover\-border-black-dark:hover {
  border-color: #161616 !important;
}

.hover\-border-black:hover {
  border-color: #181818 !important;
}

.hover\-border-black-light:hover {
  border-color: #5d5d5d !important;
}

.hover\-border-black-lighter:hover {
  border-color: #a3a3a3 !important;
}

.hover\-border-black-lightest:hover {
  border-color: #e8e8e8 !important;
}

.hover\-border-white-darkest:hover {
  border-color: #4d4d4d !important;
}

.hover\-border-white-darker:hover {
  border-color: #999 !important;
}

.hover\-border-white-dark:hover {
  border-color: #e6e6e6 !important;
}

.hover\-border-white:hover {
  border-color: #fff !important;
}

.hover\-border-white-light:hover {
  border-color: #fff !important;
}

.hover\-border-white-lighter:hover {
  border-color: #fff !important;
}

.hover\-border-white-lightest:hover {
  border-color: #fff !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: .125rem !important;
}

.rounded {
  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-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-t-sm {
  border-top-left-radius: .125rem !important;
  border-top-right-radius: .125rem !important;
}

.rounded-r-sm {
  border-top-right-radius: .125rem !important;
  border-bottom-right-radius: .125rem !important;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important;
}

.rounded-l-sm {
  border-top-left-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important;
}

.rounded-t {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.rounded-r {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.rounded-b {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-l {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-t-lg {
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important;
}

.rounded-r-lg {
  border-top-right-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

.rounded-l-lg {
  border-top-left-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !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-tr-none {
  border-top-right-radius: 0 !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm {
  border-top-left-radius: .125rem !important;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem !important;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem !important;
}

.rounded-tl {
  border-top-left-radius: .25rem !important;
}

.rounded-tr {
  border-top-right-radius: .25rem !important;
}

.rounded-br {
  border-bottom-right-radius: .25rem !important;
}

.rounded-bl {
  border-bottom-left-radius: .25rem !important;
}

.rounded-tl-lg {
  border-top-left-radius: .5rem !important;
}

.rounded-tr-lg {
  border-top-right-radius: .5rem !important;
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.hover\-rounded-none:hover {
  border-radius: 0 !important;
}

.hover\-rounded-sm:hover {
  border-radius: .125rem !important;
}

.hover\-rounded:hover {
  border-radius: .25rem !important;
}

.hover\-rounded-lg:hover {
  border-radius: .5rem !important;
}

.hover\-rounded-full:hover {
  border-radius: 9999px !important;
}

.hover\-rounded-t-none:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.hover\-rounded-r-none:hover {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.hover\-rounded-b-none:hover {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.hover\-rounded-l-none:hover {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.hover\-rounded-t-sm:hover {
  border-top-left-radius: .125rem !important;
  border-top-right-radius: .125rem !important;
}

.hover\-rounded-r-sm:hover {
  border-top-right-radius: .125rem !important;
  border-bottom-right-radius: .125rem !important;
}

.hover\-rounded-b-sm:hover {
  border-bottom-right-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important;
}

.hover\-rounded-l-sm:hover {
  border-top-left-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important;
}

.hover\-rounded-t:hover {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.hover\-rounded-r:hover {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.hover\-rounded-b:hover {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.hover\-rounded-l:hover {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.hover\-rounded-t-lg:hover {
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important;
}

.hover\-rounded-r-lg:hover {
  border-top-right-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important;
}

.hover\-rounded-b-lg:hover {
  border-bottom-right-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

.hover\-rounded-l-lg:hover {
  border-top-left-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

.hover\-rounded-t-full:hover {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.hover\-rounded-r-full:hover {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.hover\-rounded-b-full:hover {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.hover\-rounded-l-full:hover {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.hover\-rounded-tl-none:hover {
  border-top-left-radius: 0 !important;
}

.hover\-rounded-tr-none:hover {
  border-top-right-radius: 0 !important;
}

.hover\-rounded-br-none:hover {
  border-bottom-right-radius: 0 !important;
}

.hover\-rounded-bl-none:hover {
  border-bottom-left-radius: 0 !important;
}

.hover\-rounded-tl-sm:hover {
  border-top-left-radius: .125rem !important;
}

.hover\-rounded-tr-sm:hover {
  border-top-right-radius: .125rem !important;
}

.hover\-rounded-br-sm:hover {
  border-bottom-right-radius: .125rem !important;
}

.hover\-rounded-bl-sm:hover {
  border-bottom-left-radius: .125rem !important;
}

.hover\-rounded-tl:hover {
  border-top-left-radius: .25rem !important;
}

.hover\-rounded-tr:hover {
  border-top-right-radius: .25rem !important;
}

.hover\-rounded-br:hover {
  border-bottom-right-radius: .25rem !important;
}

.hover\-rounded-bl:hover {
  border-bottom-left-radius: .25rem !important;
}

.hover\-rounded-tl-lg:hover {
  border-top-left-radius: .5rem !important;
}

.hover\-rounded-tr-lg:hover {
  border-top-right-radius: .5rem !important;
}

.hover\-rounded-br-lg:hover {
  border-bottom-right-radius: .5rem !important;
}

.hover\-rounded-bl-lg:hover {
  border-bottom-left-radius: .5rem !important;
}

.hover\-rounded-tl-full:hover {
  border-top-left-radius: 9999px !important;
}

.hover\-rounded-tr-full:hover {
  border-top-right-radius: 9999px !important;
}

.hover\-rounded-br-full:hover {
  border-bottom-right-radius: 9999px !important;
}

.hover\-rounded-bl-full:hover {
  border-bottom-left-radius: 9999px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-none {
  border-style: none !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 {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0 !important;
}

.border-r-0 {
  border-right-width: 0 !important;
}

.border-b-0 {
  border-bottom-width: 0 !important;
}

.border-l-0 {
  border-left-width: 0 !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.hover\-border-0:hover {
  border-width: 0 !important;
}

.hover\-border-2:hover {
  border-width: 2px !important;
}

.hover\-border-4:hover {
  border-width: 4px !important;
}

.hover\-border-8:hover {
  border-width: 8px !important;
}

.hover\-border:hover {
  border-width: 1px !important;
}

.hover\-border-t-0:hover {
  border-top-width: 0 !important;
}

.hover\-border-r-0:hover {
  border-right-width: 0 !important;
}

.hover\-border-b-0:hover {
  border-bottom-width: 0 !important;
}

.hover\-border-l-0:hover {
  border-left-width: 0 !important;
}

.hover\-border-t-2:hover {
  border-top-width: 2px !important;
}

.hover\-border-r-2:hover {
  border-right-width: 2px !important;
}

.hover\-border-b-2:hover {
  border-bottom-width: 2px !important;
}

.hover\-border-l-2:hover {
  border-left-width: 2px !important;
}

.hover\-border-t-4:hover {
  border-top-width: 4px !important;
}

.hover\-border-r-4:hover {
  border-right-width: 4px !important;
}

.hover\-border-b-4:hover {
  border-bottom-width: 4px !important;
}

.hover\-border-l-4:hover {
  border-left-width: 4px !important;
}

.hover\-border-t-8:hover {
  border-top-width: 8px !important;
}

.hover\-border-r-8:hover {
  border-right-width: 8px !important;
}

.hover\-border-b-8:hover {
  border-bottom-width: 8px !important;
}

.hover\-border-l-8:hover {
  border-left-width: 8px !important;
}

.hover\-border-t:hover {
  border-top-width: 1px !important;
}

.hover\-border-r:hover {
  border-right-width: 1px !important;
}

.hover\-border-b:hover {
  border-bottom-width: 1px !important;
}

.hover\-border-l:hover {
  border-left-width: 1px !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.table {
  display: table !important;
}

.table-row {
  display: table-row !important;
}

.table-cell {
  display: table-cell !important;
}

.hidden {
  display: none !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !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-no-wrap {
  flex-wrap: nowrap !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;
}

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

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

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

.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-grow {
  flex-grow: 1 !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.flex-no-grow {
  flex-grow: 0 !important;
}

.flex-no-shrink {
  flex-shrink: 0 !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.font-sans {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.hover\-font-normal:hover {
  font-weight: 400 !important;
}

.hover\-font-bold:hover {
  font-weight: 700 !important;
}

.h-1 {
  height: .25rem !important;
}

.h-2 {
  height: .5rem !important;
}

.h-3 {
  height: .75rem !important;
}

.h-4 {
  height: 1rem !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-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-96 {
  height: 24rem !important;
}

.h-120 {
  height: 30rem !important;
}

.h-128 {
  height: 32rem !important;
}

.h-156 {
  height: 54rem !important;
}

.h-270 {
  height: 93.75rem !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !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;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.m-3 {
  margin: .75rem !important;
}

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

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

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

.m-10 {
  margin: 2.6875rem !important;
}

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

.m-14 {
  margin: 3.5rem !important;
}

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

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

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

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

.m-48 {
  margin: 12rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.m-128 {
  margin: 32rem !important;
}

.m-256 {
  margin: 64rem !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-256 {
  margin-top: 64rem !important;
  margin-bottom: 64rem !important;
}

.mx-256 {
  margin-left: 64rem !important;
  margin-right: 64rem !important;
}

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

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

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

.mb-1 {
  margin-bottom: .25rem !important;
}

.ml-1 {
  margin-left: .25rem !important;
}

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

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

.mb-2 {
  margin-bottom: .5rem !important;
}

.ml-2 {
  margin-left: .5rem !important;
}

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

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

.mb-3 {
  margin-bottom: .75rem !important;
}

.ml-3 {
  margin-left: .75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.6875rem !important;
}

.ml-10 {
  margin-left: 2.6875rem !important;
}

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

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

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

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

.mt-14 {
  margin-top: 3.5rem !important;
}

.mr-14 {
  margin-right: 3.5rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14 {
  margin-left: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-48 {
  margin-bottom: 12rem !important;
}

.ml-48 {
  margin-left: 12rem !important;
}

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

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

.mb-64 {
  margin-bottom: 16rem !important;
}

.ml-64 {
  margin-left: 16rem !important;
}

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

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

.mb-128 {
  margin-bottom: 32rem !important;
}

.ml-128 {
  margin-left: 32rem !important;
}

.mt-256 {
  margin-top: 64rem !important;
}

.mr-256 {
  margin-right: 64rem !important;
}

.mb-256 {
  margin-bottom: 64rem !important;
}

.ml-256 {
  margin-left: 64rem !important;
}

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

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

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

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

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

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-w-initial {
  max-width: initial !important;
}

.max-w-xxs {
  max-width: 15.625rem !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-xssm {
  max-width: 25rem !important;
}

.max-w-smxs {
  max-width: 27.5rem !important;
}

.max-w-sm {
  max-width: 30rem !important;
}

.max-w-xmd {
  max-width: 32.5rem !important;
}

.max-w-mdsm {
  max-width: 35rem !important;
}

.max-w-md {
  max-width: 40rem !important;
}

.max-w-mdlg {
  max-width: 45rem !important;
}

.max-w-lg {
  max-width: 50rem !important;
}

.max-w-lgxl {
  max-width: 55rem !important;
}

.max-w-xl {
  max-width: 60rem !important;
}

.max-w-xxl {
  max-width: 67.5rem !important;
}

.max-w-2xl {
  max-width: 70rem !important;
}

.max-w-3xl {
  max-width: 75rem !important;
}

.max-w-4xl {
  max-width: 90rem !important;
}

.max-w-5xl {
  max-width: 100rem !important;
}

.max-w-full {
  max-width: 100% !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.min-h-1 {
  min-height: .25rem !important;
}

.min-h-2 {
  min-height: .5rem !important;
}

.min-h-3 {
  min-height: .75rem !important;
}

.min-h-4 {
  min-height: 1rem !important;
}

.min-h-6 {
  min-height: 1.5rem !important;
}

.min-h-8 {
  min-height: 2rem !important;
}

.min-h-10 {
  min-height: 2.5rem !important;
}

.min-h-12 {
  min-height: 3rem !important;
}

.min-h-16 {
  min-height: 4rem !important;
}

.min-h-24 {
  min-height: 6rem !important;
}

.min-h-32 {
  min-height: 8rem !important;
}

.min-h-43 {
  min-height: 43rem !important;
}

.min-h-48 {
  min-height: 12rem !important;
}

.min-h-64 {
  min-height: 16rem !important;
}

.min-h-96 {
  min-height: 24rem !important;
}

.min-h-108 {
  min-height: 27rem !important;
}

.min-h-120 {
  min-height: 30rem !important;
}

.min-h-128 {
  min-height: 32rem !important;
}

.min-h-156 {
  min-height: 54rem !important;
}

.min-h-270 {
  min-height: 93.75rem !important;
}

.min-h-full {
  min-height: 100% !important;
}

.min-h-half {
  min-height: 50vh !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-1 {
  min-width: .25rem !important;
}

.min-w-2 {
  min-width: .5rem !important;
}

.min-w-3 {
  min-width: .75rem !important;
}

.min-w-4 {
  min-width: 1rem !important;
}

.min-w-6 {
  min-width: 1.5rem !important;
}

.min-w-8 {
  min-width: 2rem !important;
}

.min-w-10 {
  min-width: 2.5rem !important;
}

.min-w-12 {
  min-width: 3rem !important;
}

.min-w-16 {
  min-width: 4rem !important;
}

.min-w-24 {
  min-width: 6rem !important;
}

.min-w-32 {
  min-width: 8rem !important;
}

.min-w-48 {
  min-width: 12rem !important;
}

.min-w-64 {
  min-width: 16rem !important;
}

.min-w-96 {
  min-width: 24rem !important;
}

.min-w-120 {
  min-width: 30rem !important;
}

.min-w-128 {
  min-width: 32rem !important;
}

.min-w-156 {
  min-width: 54rem !important;
}

.min-w-full {
  min-width: 100% !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-6 {
  margin: -1.5rem !important;
}

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

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

.-m-14 {
  margin: -3.5rem !important;
}

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

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

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

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

.-m-48 {
  margin: -12rem !important;
}

.-m-64 {
  margin: -16rem !important;
}

.-m-128 {
  margin: -32rem !important;
}

.-m-256 {
  margin: -64rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.-mx-14 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-256 {
  margin-top: -64rem !important;
  margin-bottom: -64rem !important;
}

.-mx-256 {
  margin-left: -64rem !important;
  margin-right: -64rem !important;
}

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

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

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

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

.-mb-0 {
  margin-bottom: 0 !important;
}

.-ml-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-14 {
  margin-top: -3.5rem !important;
}

.-mr-14 {
  margin-right: -3.5rem !important;
}

.-mb-14 {
  margin-bottom: -3.5rem !important;
}

.-ml-14 {
  margin-left: -3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mb-48 {
  margin-bottom: -12rem !important;
}

.-ml-48 {
  margin-left: -12rem !important;
}

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

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

.-mb-64 {
  margin-bottom: -16rem !important;
}

.-ml-64 {
  margin-left: -16rem !important;
}

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

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

.-mb-128 {
  margin-bottom: -32rem !important;
}

.-ml-128 {
  margin-left: -32rem !important;
}

.-mt-256 {
  margin-top: -64rem !important;
}

.-mr-256 {
  margin-right: -64rem !important;
}

.-mb-256 {
  margin-bottom: -64rem !important;
}

.-ml-256 {
  margin-left: -64rem !important;
}

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

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

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

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

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: .25 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-75 {
  opacity: .75 !important;
}

.opacity-90 {
  opacity: .9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.hover\-opacity-0:hover {
  opacity: 0 !important;
}

.hover\-opacity-25:hover {
  opacity: .25 !important;
}

.hover\-opacity-50:hover {
  opacity: .5 !important;
}

.hover\-opacity-75:hover {
  opacity: .75 !important;
}

.hover\-opacity-90:hover {
  opacity: .9 !important;
}

.hover\-opacity-100:hover {
  opacity: 1 !important;
}

.outline-none {
  outline: 0 !important;
}

.focus\-outline-none:focus {
  outline: 0 !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;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.p-3 {
  padding: .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.75rem !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-48 {
  padding: 12rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.p-px {
  padding: 1px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}

.px-3 {
  padding-left: .75rem !important;
  padding-right: .75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-10 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.px-10 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-1 {
  padding-top: .25rem !important;
}

.pr-1 {
  padding-right: .25rem !important;
}

.pb-1 {
  padding-bottom: .25rem !important;
}

.pl-1 {
  padding-left: .25rem !important;
}

.pt-2 {
  padding-top: .5rem !important;
}

.pr-2 {
  padding-right: .5rem !important;
}

.pb-2 {
  padding-bottom: .5rem !important;
}

.pl-2 {
  padding-left: .5rem !important;
}

.pt-3 {
  padding-top: .75rem !important;
}

.pr-3 {
  padding-right: .75rem !important;
}

.pb-3 {
  padding-bottom: .75rem !important;
}

.pl-3 {
  padding-left: .75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pt-10 {
  padding-top: 2.75rem !important;
}

.pr-10 {
  padding-right: 2.75rem !important;
}

.pb-10 {
  padding-bottom: 2.75rem !important;
}

.pl-10 {
  padding-left: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pr-64 {
  padding-right: 16rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pl-64 {
  padding-left: 16rem !important;
}

.pt-px {
  padding-top: 1px !important;
}

.pr-px {
  padding-right: 1px !important;
}

.pb-px {
  padding-bottom: 1px !important;
}

.pl-px {
  padding-left: 1px !important;
}

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

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

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

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

.pin {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

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

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

.pin-t {
  top: 0 !important;
}

.pin-r {
  right: 0 !important;
}

.pin-b {
  bottom: 0 !important;
}

.pin-l {
  left: 0 !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.hover\-shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.hover\-shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.hover\-shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.hover\-shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.hover\-shadow-none:hover {
  box-shadow: none !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !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;
}

.text-transparent {
  color: transparent !important;
}

.text-pink-darkest {
  color: #4d2728 !important;
}

.text-pink-darker {
  color: #994e4f !important;
}

.text-pink-dark {
  color: #e67577 !important;
}

.text-pink {
  color: #ff8284 !important;
}

.text-pink-light {
  color: #ffa8a9 !important;
}

.text-pink-lighter {
  color: #ffcdce !important;
}

.text-pink-lightest {
  color: #fff3f3 !important;
}

.text-green-darkest {
  color: #030 !important;
}

.text-green-darker {
  color: #2b6609 !important;
}

.text-green-dark {
  color: #447f22 !important;
}

.text-green {
  color: #77b255 !important;
}

.text-green-light {
  color: #c4ffa2 !important;
}

.text-green-lighter {
  color: #dfb !important;
}

.text-green-lightest {
  color: #f6ffd4 !important;
}

.text-black-darkest {
  color: #070707 !important;
}

.text-black-darker {
  color: #0e0e0e !important;
}

.text-black-dark {
  color: #161616 !important;
}

.text-black {
  color: #181818 !important;
}

.text-black-light {
  color: #5d5d5d !important;
}

.text-black-lighter {
  color: #a3a3a3 !important;
}

.text-black-lightest {
  color: #e8e8e8 !important;
}

.text-white-darkest {
  color: #4d4d4d !important;
}

.text-white-darker {
  color: #999 !important;
}

.text-white-dark {
  color: #e6e6e6 !important;
}

.text-white {
  color: #fff !important;
}

.text-white-light {
  color: #fff !important;
}

.text-white-lighter {
  color: #fff !important;
}

.text-white-lightest {
  color: #fff !important;
}

.hover\-text-transparent:hover {
  color: transparent !important;
}

.hover\-text-pink-darkest:hover {
  color: #4d2728 !important;
}

.hover\-text-pink-darker:hover {
  color: #994e4f !important;
}

.hover\-text-pink-dark:hover {
  color: #e67577 !important;
}

.hover\-text-pink:hover {
  color: #ff8284 !important;
}

.hover\-text-pink-light:hover {
  color: #ffa8a9 !important;
}

.hover\-text-pink-lighter:hover {
  color: #ffcdce !important;
}

.hover\-text-pink-lightest:hover {
  color: #fff3f3 !important;
}

.hover\-text-green-darkest:hover {
  color: #030 !important;
}

.hover\-text-green-darker:hover {
  color: #2b6609 !important;
}

.hover\-text-green-dark:hover {
  color: #447f22 !important;
}

.hover\-text-green:hover {
  color: #77b255 !important;
}

.hover\-text-green-light:hover {
  color: #c4ffa2 !important;
}

.hover\-text-green-lighter:hover {
  color: #dfb !important;
}

.hover\-text-green-lightest:hover {
  color: #f6ffd4 !important;
}

.hover\-text-black-darkest:hover {
  color: #070707 !important;
}

.hover\-text-black-darker:hover {
  color: #0e0e0e !important;
}

.hover\-text-black-dark:hover {
  color: #161616 !important;
}

.hover\-text-black:hover {
  color: #181818 !important;
}

.hover\-text-black-light:hover {
  color: #5d5d5d !important;
}

.hover\-text-black-lighter:hover {
  color: #a3a3a3 !important;
}

.hover\-text-black-lightest:hover {
  color: #e8e8e8 !important;
}

.hover\-text-white-darkest:hover {
  color: #4d4d4d !important;
}

.hover\-text-white-darker:hover {
  color: #999 !important;
}

.hover\-text-white-dark:hover {
  color: #e6e6e6 !important;
}

.hover\-text-white:hover {
  color: #fff !important;
}

.hover\-text-white-light:hover {
  color: #fff !important;
}

.hover\-text-white-lighter:hover {
  color: #fff !important;
}

.hover\-text-white-lightest:hover {
  color: #fff !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-4-5xl {
  font-size: 2.5rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.italic {
  font-style: italic !important;
}

.roman {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  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\-italic:hover {
  font-style: italic !important;
}

.hover\-roman:hover {
  font-style: normal !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;
}

.hover\-underline:hover {
  text-decoration: underline !important;
}

.hover\-line-through:hover {
  text-decoration: line-through !important;
}

.hover\-no-underline:hover {
  text-decoration: none !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;
}

.tracking-tight {
  letter-spacing: -0.05em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: .05em !important;
}

.select-none {
  user-select: none !important;
}

.select-text {
  user-select: text !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-no-wrap {
  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-words {
  word-wrap: break-word !important;
}

.break-normal {
  word-wrap: normal !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-1 {
  width: .25rem !important;
}

.w-2 {
  width: .5rem !important;
}

.w-3 {
  width: .75rem !important;
}

.w-4 {
  width: 1rem !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-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-44 {
  width: 11rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-56 {
  width: 14rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-96 {
  width: 24rem !important;
}

.w-120 {
  width: 30rem !important;
}

.w-128 {
  width: 32rem !important;
}

.w-256 {
  width: 64rem !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-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !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;
}

@media (min-width: 576px) {
  .sm\-list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .sm\-appearance-none {
    appearance: none !important;
  }

  .sm\-bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\-bg-local {
    background-attachment: local !important;
  }

  .sm\-bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\-bg-transparent {
    background-color: transparent !important;
  }

  .sm\-bg-pink-darkest {
    background-color: #4d2728 !important;
  }

  .sm\-bg-pink-darker {
    background-color: #994e4f !important;
  }

  .sm\-bg-pink-dark {
    background-color: #e67577 !important;
  }

  .sm\-bg-pink {
    background-color: #ff8284 !important;
  }

  .sm\-bg-pink-light {
    background-color: #ffa8a9 !important;
  }

  .sm\-bg-pink-lighter {
    background-color: #ffcdce !important;
  }

  .sm\-bg-pink-lightest {
    background-color: #fff3f3 !important;
  }

  .sm\-bg-green-darkest {
    background-color: #030 !important;
  }

  .sm\-bg-green-darker {
    background-color: #2b6609 !important;
  }

  .sm\-bg-green-dark {
    background-color: #447f22 !important;
  }

  .sm\-bg-green {
    background-color: #77b255 !important;
  }

  .sm\-bg-green-light {
    background-color: #c4ffa2 !important;
  }

  .sm\-bg-green-lighter {
    background-color: #dfb !important;
  }

  .sm\-bg-green-lightest {
    background-color: #f6ffd4 !important;
  }

  .sm\-bg-black-darkest {
    background-color: #070707 !important;
  }

  .sm\-bg-black-darker {
    background-color: #0e0e0e !important;
  }

  .sm\-bg-black-dark {
    background-color: #161616 !important;
  }

  .sm\-bg-black {
    background-color: #181818 !important;
  }

  .sm\-bg-black-light {
    background-color: #5d5d5d !important;
  }

  .sm\-bg-black-lighter {
    background-color: #a3a3a3 !important;
  }

  .sm\-bg-black-lightest {
    background-color: #e8e8e8 !important;
  }

  .sm\-bg-white-darkest {
    background-color: #4d4d4d !important;
  }

  .sm\-bg-white-darker {
    background-color: #999 !important;
  }

  .sm\-bg-white-dark {
    background-color: #e6e6e6 !important;
  }

  .sm\-bg-white {
    background-color: #fff !important;
  }

  .sm\-bg-white-light {
    background-color: #fff !important;
  }

  .sm\-bg-white-lighter {
    background-color: #fff !important;
  }

  .sm\-bg-white-lightest {
    background-color: #fff !important;
  }

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

  .sm\-hover\-bg-pink-darkest:hover {
    background-color: #4d2728 !important;
  }

  .sm\-hover\-bg-pink-darker:hover {
    background-color: #994e4f !important;
  }

  .sm\-hover\-bg-pink-dark:hover {
    background-color: #e67577 !important;
  }

  .sm\-hover\-bg-pink:hover {
    background-color: #ff8284 !important;
  }

  .sm\-hover\-bg-pink-light:hover {
    background-color: #ffa8a9 !important;
  }

  .sm\-hover\-bg-pink-lighter:hover {
    background-color: #ffcdce !important;
  }

  .sm\-hover\-bg-pink-lightest:hover {
    background-color: #fff3f3 !important;
  }

  .sm\-hover\-bg-green-darkest:hover {
    background-color: #030 !important;
  }

  .sm\-hover\-bg-green-darker:hover {
    background-color: #2b6609 !important;
  }

  .sm\-hover\-bg-green-dark:hover {
    background-color: #447f22 !important;
  }

  .sm\-hover\-bg-green:hover {
    background-color: #77b255 !important;
  }

  .sm\-hover\-bg-green-light:hover {
    background-color: #c4ffa2 !important;
  }

  .sm\-hover\-bg-green-lighter:hover {
    background-color: #dfb !important;
  }

  .sm\-hover\-bg-green-lightest:hover {
    background-color: #f6ffd4 !important;
  }

  .sm\-hover\-bg-black-darkest:hover {
    background-color: #070707 !important;
  }

  .sm\-hover\-bg-black-darker:hover {
    background-color: #0e0e0e !important;
  }

  .sm\-hover\-bg-black-dark:hover {
    background-color: #161616 !important;
  }

  .sm\-hover\-bg-black:hover {
    background-color: #181818 !important;
  }

  .sm\-hover\-bg-black-light:hover {
    background-color: #5d5d5d !important;
  }

  .sm\-hover\-bg-black-lighter:hover {
    background-color: #a3a3a3 !important;
  }

  .sm\-hover\-bg-black-lightest:hover {
    background-color: #e8e8e8 !important;
  }

  .sm\-hover\-bg-white-darkest:hover {
    background-color: #4d4d4d !important;
  }

  .sm\-hover\-bg-white-darker:hover {
    background-color: #999 !important;
  }

  .sm\-hover\-bg-white-dark:hover {
    background-color: #e6e6e6 !important;
  }

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

  .sm\-hover\-bg-white-light:hover {
    background-color: #fff !important;
  }

  .sm\-hover\-bg-white-lighter:hover {
    background-color: #fff !important;
  }

  .sm\-hover\-bg-white-lightest:hover {
    background-color: #fff !important;
  }

  .sm\-bg-bottom {
    background-position: bottom !important;
  }

  .sm\-bg-center {
    background-position: center !important;
  }

  .sm\-bg-left {
    background-position: left !important;
  }

  .sm\-bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\-bg-left-top {
    background-position: left top !important;
  }

  .sm\-bg-right {
    background-position: right !important;
  }

  .sm\-bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\-bg-right-top {
    background-position: right top !important;
  }

  .sm\-bg-top {
    background-position: top !important;
  }

  .sm\-bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\-bg-auto {
    background-size: auto !important;
  }

  .sm\-bg-cover {
    background-size: cover !important;
  }

  .sm\-bg-contain {
    background-size: contain !important;
  }

  .sm\-border-transparent {
    border-color: transparent !important;
  }

  .sm\-border-pink-darkest {
    border-color: #4d2728 !important;
  }

  .sm\-border-pink-darker {
    border-color: #994e4f !important;
  }

  .sm\-border-pink-dark {
    border-color: #e67577 !important;
  }

  .sm\-border-pink {
    border-color: #ff8284 !important;
  }

  .sm\-border-pink-light {
    border-color: #ffa8a9 !important;
  }

  .sm\-border-pink-lighter {
    border-color: #ffcdce !important;
  }

  .sm\-border-pink-lightest {
    border-color: #fff3f3 !important;
  }

  .sm\-border-green-darkest {
    border-color: #030 !important;
  }

  .sm\-border-green-darker {
    border-color: #2b6609 !important;
  }

  .sm\-border-green-dark {
    border-color: #447f22 !important;
  }

  .sm\-border-green {
    border-color: #77b255 !important;
  }

  .sm\-border-green-light {
    border-color: #c4ffa2 !important;
  }

  .sm\-border-green-lighter {
    border-color: #dfb !important;
  }

  .sm\-border-green-lightest {
    border-color: #f6ffd4 !important;
  }

  .sm\-border-black-darkest {
    border-color: #070707 !important;
  }

  .sm\-border-black-darker {
    border-color: #0e0e0e !important;
  }

  .sm\-border-black-dark {
    border-color: #161616 !important;
  }

  .sm\-border-black {
    border-color: #181818 !important;
  }

  .sm\-border-black-light {
    border-color: #5d5d5d !important;
  }

  .sm\-border-black-lighter {
    border-color: #a3a3a3 !important;
  }

  .sm\-border-black-lightest {
    border-color: #e8e8e8 !important;
  }

  .sm\-border-white-darkest {
    border-color: #4d4d4d !important;
  }

  .sm\-border-white-darker {
    border-color: #999 !important;
  }

  .sm\-border-white-dark {
    border-color: #e6e6e6 !important;
  }

  .sm\-border-white {
    border-color: #fff !important;
  }

  .sm\-border-white-light {
    border-color: #fff !important;
  }

  .sm\-border-white-lighter {
    border-color: #fff !important;
  }

  .sm\-border-white-lightest {
    border-color: #fff !important;
  }

  .sm\-hover\-border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\-hover\-border-pink-darkest:hover {
    border-color: #4d2728 !important;
  }

  .sm\-hover\-border-pink-darker:hover {
    border-color: #994e4f !important;
  }

  .sm\-hover\-border-pink-dark:hover {
    border-color: #e67577 !important;
  }

  .sm\-hover\-border-pink:hover {
    border-color: #ff8284 !important;
  }

  .sm\-hover\-border-pink-light:hover {
    border-color: #ffa8a9 !important;
  }

  .sm\-hover\-border-pink-lighter:hover {
    border-color: #ffcdce !important;
  }

  .sm\-hover\-border-pink-lightest:hover {
    border-color: #fff3f3 !important;
  }

  .sm\-hover\-border-green-darkest:hover {
    border-color: #030 !important;
  }

  .sm\-hover\-border-green-darker:hover {
    border-color: #2b6609 !important;
  }

  .sm\-hover\-border-green-dark:hover {
    border-color: #447f22 !important;
  }

  .sm\-hover\-border-green:hover {
    border-color: #77b255 !important;
  }

  .sm\-hover\-border-green-light:hover {
    border-color: #c4ffa2 !important;
  }

  .sm\-hover\-border-green-lighter:hover {
    border-color: #dfb !important;
  }

  .sm\-hover\-border-green-lightest:hover {
    border-color: #f6ffd4 !important;
  }

  .sm\-hover\-border-black-darkest:hover {
    border-color: #070707 !important;
  }

  .sm\-hover\-border-black-darker:hover {
    border-color: #0e0e0e !important;
  }

  .sm\-hover\-border-black-dark:hover {
    border-color: #161616 !important;
  }

  .sm\-hover\-border-black:hover {
    border-color: #181818 !important;
  }

  .sm\-hover\-border-black-light:hover {
    border-color: #5d5d5d !important;
  }

  .sm\-hover\-border-black-lighter:hover {
    border-color: #a3a3a3 !important;
  }

  .sm\-hover\-border-black-lightest:hover {
    border-color: #e8e8e8 !important;
  }

  .sm\-hover\-border-white-darkest:hover {
    border-color: #4d4d4d !important;
  }

  .sm\-hover\-border-white-darker:hover {
    border-color: #999 !important;
  }

  .sm\-hover\-border-white-dark:hover {
    border-color: #e6e6e6 !important;
  }

  .sm\-hover\-border-white:hover {
    border-color: #fff !important;
  }

  .sm\-hover\-border-white-light:hover {
    border-color: #fff !important;
  }

  .sm\-hover\-border-white-lighter:hover {
    border-color: #fff !important;
  }

  .sm\-hover\-border-white-lightest:hover {
    border-color: #fff !important;
  }

  .sm\-rounded-none {
    border-radius: 0 !important;
  }

  .sm\-rounded-sm {
    border-radius: .125rem !important;
  }

  .sm\-rounded {
    border-radius: .25rem !important;
  }

  .sm\-rounded-lg {
    border-radius: .5rem !important;
  }

  .sm\-rounded-full {
    border-radius: 9999px !important;
  }

  .sm\-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\-rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .sm\-rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .sm\-rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .sm\-rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .sm\-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .sm\-rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .sm\-rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .sm\-rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .sm\-rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .sm\-rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .sm\-rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .sm\-rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .sm\-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .sm\-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .sm\-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .sm\-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .sm\-rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .sm\-rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .sm\-rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .sm\-rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .sm\-rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .sm\-rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .sm\-rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .sm\-rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .sm\-rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .sm\-rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .sm\-rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .sm\-rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .sm\-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\-hover\-rounded-none:hover {
    border-radius: 0 !important;
  }

  .sm\-hover\-rounded-sm:hover {
    border-radius: .125rem !important;
  }

  .sm\-hover\-rounded:hover {
    border-radius: .25rem !important;
  }

  .sm\-hover\-rounded-lg:hover {
    border-radius: .5rem !important;
  }

  .sm\-hover\-rounded-full:hover {
    border-radius: 9999px !important;
  }

  .sm\-hover\-rounded-t-none:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\-hover\-rounded-r-none:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\-hover\-rounded-b-none:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\-hover\-rounded-l-none:hover {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\-hover\-rounded-t-sm:hover {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .sm\-hover\-rounded-r-sm:hover {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .sm\-hover\-rounded-b-sm:hover {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .sm\-hover\-rounded-l-sm:hover {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .sm\-hover\-rounded-t:hover {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .sm\-hover\-rounded-r:hover {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .sm\-hover\-rounded-b:hover {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .sm\-hover\-rounded-l:hover {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .sm\-hover\-rounded-t-lg:hover {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .sm\-hover\-rounded-r-lg:hover {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .sm\-hover\-rounded-b-lg:hover {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .sm\-hover\-rounded-l-lg:hover {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .sm\-hover\-rounded-t-full:hover {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\-hover\-rounded-r-full:hover {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\-hover\-rounded-b-full:hover {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\-hover\-rounded-l-full:hover {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\-hover\-rounded-tl-none:hover {
    border-top-left-radius: 0 !important;
  }

  .sm\-hover\-rounded-tr-none:hover {
    border-top-right-radius: 0 !important;
  }

  .sm\-hover\-rounded-br-none:hover {
    border-bottom-right-radius: 0 !important;
  }

  .sm\-hover\-rounded-bl-none:hover {
    border-bottom-left-radius: 0 !important;
  }

  .sm\-hover\-rounded-tl-sm:hover {
    border-top-left-radius: .125rem !important;
  }

  .sm\-hover\-rounded-tr-sm:hover {
    border-top-right-radius: .125rem !important;
  }

  .sm\-hover\-rounded-br-sm:hover {
    border-bottom-right-radius: .125rem !important;
  }

  .sm\-hover\-rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem !important;
  }

  .sm\-hover\-rounded-tl:hover {
    border-top-left-radius: .25rem !important;
  }

  .sm\-hover\-rounded-tr:hover {
    border-top-right-radius: .25rem !important;
  }

  .sm\-hover\-rounded-br:hover {
    border-bottom-right-radius: .25rem !important;
  }

  .sm\-hover\-rounded-bl:hover {
    border-bottom-left-radius: .25rem !important;
  }

  .sm\-hover\-rounded-tl-lg:hover {
    border-top-left-radius: .5rem !important;
  }

  .sm\-hover\-rounded-tr-lg:hover {
    border-top-right-radius: .5rem !important;
  }

  .sm\-hover\-rounded-br-lg:hover {
    border-bottom-right-radius: .5rem !important;
  }

  .sm\-hover\-rounded-bl-lg:hover {
    border-bottom-left-radius: .5rem !important;
  }

  .sm\-hover\-rounded-tl-full:hover {
    border-top-left-radius: 9999px !important;
  }

  .sm\-hover\-rounded-tr-full:hover {
    border-top-right-radius: 9999px !important;
  }

  .sm\-hover\-rounded-br-full:hover {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\-hover\-rounded-bl-full:hover {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\-border-solid {
    border-style: solid !important;
  }

  .sm\-border-dashed {
    border-style: dashed !important;
  }

  .sm\-border-dotted {
    border-style: dotted !important;
  }

  .sm\-border-none {
    border-style: none !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 {
    border-width: 1px !important;
  }

  .sm\-border-t-0 {
    border-top-width: 0 !important;
  }

  .sm\-border-r-0 {
    border-right-width: 0 !important;
  }

  .sm\-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .sm\-border-l-0 {
    border-left-width: 0 !important;
  }

  .sm\-border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\-border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\-border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\-border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\-border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\-border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\-border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\-border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\-border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\-border-t {
    border-top-width: 1px !important;
  }

  .sm\-border-r {
    border-right-width: 1px !important;
  }

  .sm\-border-b {
    border-bottom-width: 1px !important;
  }

  .sm\-border-l {
    border-left-width: 1px !important;
  }

  .sm\-hover\-border-0:hover {
    border-width: 0 !important;
  }

  .sm\-hover\-border-2:hover {
    border-width: 2px !important;
  }

  .sm\-hover\-border-4:hover {
    border-width: 4px !important;
  }

  .sm\-hover\-border-8:hover {
    border-width: 8px !important;
  }

  .sm\-hover\-border:hover {
    border-width: 1px !important;
  }

  .sm\-hover\-border-t-0:hover {
    border-top-width: 0 !important;
  }

  .sm\-hover\-border-r-0:hover {
    border-right-width: 0 !important;
  }

  .sm\-hover\-border-b-0:hover {
    border-bottom-width: 0 !important;
  }

  .sm\-hover\-border-l-0:hover {
    border-left-width: 0 !important;
  }

  .sm\-hover\-border-t-2:hover {
    border-top-width: 2px !important;
  }

  .sm\-hover\-border-r-2:hover {
    border-right-width: 2px !important;
  }

  .sm\-hover\-border-b-2:hover {
    border-bottom-width: 2px !important;
  }

  .sm\-hover\-border-l-2:hover {
    border-left-width: 2px !important;
  }

  .sm\-hover\-border-t-4:hover {
    border-top-width: 4px !important;
  }

  .sm\-hover\-border-r-4:hover {
    border-right-width: 4px !important;
  }

  .sm\-hover\-border-b-4:hover {
    border-bottom-width: 4px !important;
  }

  .sm\-hover\-border-l-4:hover {
    border-left-width: 4px !important;
  }

  .sm\-hover\-border-t-8:hover {
    border-top-width: 8px !important;
  }

  .sm\-hover\-border-r-8:hover {
    border-right-width: 8px !important;
  }

  .sm\-hover\-border-b-8:hover {
    border-bottom-width: 8px !important;
  }

  .sm\-hover\-border-l-8:hover {
    border-left-width: 8px !important;
  }

  .sm\-hover\-border-t:hover {
    border-top-width: 1px !important;
  }

  .sm\-hover\-border-r:hover {
    border-right-width: 1px !important;
  }

  .sm\-hover\-border-b:hover {
    border-bottom-width: 1px !important;
  }

  .sm\-hover\-border-l:hover {
    border-left-width: 1px !important;
  }

  .sm\-cursor-auto {
    cursor: auto !important;
  }

  .sm\-cursor-default {
    cursor: default !important;
  }

  .sm\-cursor-pointer {
    cursor: pointer !important;
  }

  .sm\-cursor-wait {
    cursor: wait !important;
  }

  .sm\-cursor-move {
    cursor: move !important;
  }

  .sm\-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\-block {
    display: block !important;
  }

  .sm\-inline-block {
    display: inline-block !important;
  }

  .sm\-inline {
    display: inline !important;
  }

  .sm\-table {
    display: table !important;
  }

  .sm\-table-row {
    display: table-row !important;
  }

  .sm\-table-cell {
    display: table-cell !important;
  }

  .sm\-hidden {
    display: none !important;
  }

  .sm\-flex {
    display: flex !important;
  }

  .sm\-inline-flex {
    display: inline-flex !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-no-wrap {
    flex-wrap: nowrap !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\-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\-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\-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\-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-grow {
    flex-grow: 1 !important;
  }

  .sm\-flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\-flex-no-grow {
    flex-grow: 0 !important;
  }

  .sm\-flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .sm\-float-right {
    float: right !important;
  }

  .sm\-float-left {
    float: left !important;
  }

  .sm\-float-none {
    float: none !important;
  }

  .sm\-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\-font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .sm\-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
  }

  .sm\-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .sm\-font-normal {
    font-weight: 400 !important;
  }

  .sm\-font-bold {
    font-weight: 700 !important;
  }

  .sm\-hover\-font-normal:hover {
    font-weight: 400 !important;
  }

  .sm\-hover\-font-bold:hover {
    font-weight: 700 !important;
  }

  .sm\-h-1 {
    height: .25rem !important;
  }

  .sm\-h-2 {
    height: .5rem !important;
  }

  .sm\-h-3 {
    height: .75rem !important;
  }

  .sm\-h-4 {
    height: 1rem !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-20 {
    height: 5rem !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-96 {
    height: 24rem !important;
  }

  .sm\-h-120 {
    height: 30rem !important;
  }

  .sm\-h-128 {
    height: 32rem !important;
  }

  .sm\-h-156 {
    height: 54rem !important;
  }

  .sm\-h-270 {
    height: 93.75rem !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\-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\-m-0 {
    margin: 0 !important;
  }

  .sm\-m-1 {
    margin: .25rem !important;
  }

  .sm\-m-2 {
    margin: .5rem !important;
  }

  .sm\-m-3 {
    margin: .75rem !important;
  }

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

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

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

  .sm\-m-10 {
    margin: 2.6875rem !important;
  }

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

  .sm\-m-14 {
    margin: 3.5rem !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-48 {
    margin: 12rem !important;
  }

  .sm\-m-64 {
    margin: 16rem !important;
  }

  .sm\-m-128 {
    margin: 32rem !important;
  }

  .sm\-m-256 {
    margin: 64rem !important;
  }

  .sm\-m-auto {
    margin: auto !important;
  }

  .sm\-m-px {
    margin: 1px !important;
  }

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

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

  .sm\-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .sm\-mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .sm\-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .sm\-mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .sm\-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .sm\-mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

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

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

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

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

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

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

  .sm\-my-10 {
    margin-top: 2.6875rem !important;
    margin-bottom: 2.6875rem !important;
  }

  .sm\-mx-10 {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important;
  }

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

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

  .sm\-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

  .sm\-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\-my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }

  .sm\-mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }

  .sm\-my-256 {
    margin-top: 64rem !important;
    margin-bottom: 64rem !important;
  }

  .sm\-mx-256 {
    margin-left: 64rem !important;
    margin-right: 64rem !important;
  }

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

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

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

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

  .sm\-mt-0 {
    margin-top: 0 !important;
  }

  .sm\-mr-0 {
    margin-right: 0 !important;
  }

  .sm\-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\-ml-0 {
    margin-left: 0 !important;
  }

  .sm\-mt-1 {
    margin-top: .25rem !important;
  }

  .sm\-mr-1 {
    margin-right: .25rem !important;
  }

  .sm\-mb-1 {
    margin-bottom: .25rem !important;
  }

  .sm\-ml-1 {
    margin-left: .25rem !important;
  }

  .sm\-mt-2 {
    margin-top: .5rem !important;
  }

  .sm\-mr-2 {
    margin-right: .5rem !important;
  }

  .sm\-mb-2 {
    margin-bottom: .5rem !important;
  }

  .sm\-ml-2 {
    margin-left: .5rem !important;
  }

  .sm\-mt-3 {
    margin-top: .75rem !important;
  }

  .sm\-mr-3 {
    margin-right: .75rem !important;
  }

  .sm\-mb-3 {
    margin-bottom: .75rem !important;
  }

  .sm\-ml-3 {
    margin-left: .75rem !important;
  }

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

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

  .sm\-mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\-ml-4 {
    margin-left: 1rem !important;
  }

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

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

  .sm\-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\-ml-6 {
    margin-left: 1.5rem !important;
  }

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

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

  .sm\-mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm\-ml-8 {
    margin-left: 2rem !important;
  }

  .sm\-mt-10 {
    margin-top: 2.6875rem !important;
  }

  .sm\-mr-10 {
    margin-right: 2.6875rem !important;
  }

  .sm\-mb-10 {
    margin-bottom: 2.6875rem !important;
  }

  .sm\-ml-10 {
    margin-left: 2.6875rem !important;
  }

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

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

  .sm\-mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\-ml-12 {
    margin-left: 3rem !important;
  }

  .sm\-mt-14 {
    margin-top: 3.5rem !important;
  }

  .sm\-mr-14 {
    margin-right: 3.5rem !important;
  }

  .sm\-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .sm\-ml-14 {
    margin-left: 3.5rem !important;
  }

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

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

  .sm\-mb-16 {
    margin-bottom: 4rem !important;
  }

  .sm\-ml-16 {
    margin-left: 4rem !important;
  }

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

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

  .sm\-mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm\-ml-20 {
    margin-left: 5rem !important;
  }

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

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

  .sm\-mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm\-ml-24 {
    margin-left: 6rem !important;
  }

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

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

  .sm\-mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm\-ml-32 {
    margin-left: 8rem !important;
  }

  .sm\-mt-48 {
    margin-top: 12rem !important;
  }

  .sm\-mr-48 {
    margin-right: 12rem !important;
  }

  .sm\-mb-48 {
    margin-bottom: 12rem !important;
  }

  .sm\-ml-48 {
    margin-left: 12rem !important;
  }

  .sm\-mt-64 {
    margin-top: 16rem !important;
  }

  .sm\-mr-64 {
    margin-right: 16rem !important;
  }

  .sm\-mb-64 {
    margin-bottom: 16rem !important;
  }

  .sm\-ml-64 {
    margin-left: 16rem !important;
  }

  .sm\-mt-128 {
    margin-top: 32rem !important;
  }

  .sm\-mr-128 {
    margin-right: 32rem !important;
  }

  .sm\-mb-128 {
    margin-bottom: 32rem !important;
  }

  .sm\-ml-128 {
    margin-left: 32rem !important;
  }

  .sm\-mt-256 {
    margin-top: 64rem !important;
  }

  .sm\-mr-256 {
    margin-right: 64rem !important;
  }

  .sm\-mb-256 {
    margin-bottom: 64rem !important;
  }

  .sm\-ml-256 {
    margin-left: 64rem !important;
  }

  .sm\-mt-auto {
    margin-top: auto !important;
  }

  .sm\-mr-auto {
    margin-right: auto !important;
  }

  .sm\-mb-auto {
    margin-bottom: auto !important;
  }

  .sm\-ml-auto {
    margin-left: auto !important;
  }

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

  .sm\-mr-px {
    margin-right: 1px !important;
  }

  .sm\-mb-px {
    margin-bottom: 1px !important;
  }

  .sm\-ml-px {
    margin-left: 1px !important;
  }

  .sm\-max-h-full {
    max-height: 100% !important;
  }

  .sm\-max-h-screen {
    max-height: 100vh !important;
  }

  .sm\-max-w-initial {
    max-width: initial !important;
  }

  .sm\-max-w-xxs {
    max-width: 15.625rem !important;
  }

  .sm\-max-w-xs {
    max-width: 20rem !important;
  }

  .sm\-max-w-xssm {
    max-width: 25rem !important;
  }

  .sm\-max-w-smxs {
    max-width: 27.5rem !important;
  }

  .sm\-max-w-sm {
    max-width: 30rem !important;
  }

  .sm\-max-w-xmd {
    max-width: 32.5rem !important;
  }

  .sm\-max-w-mdsm {
    max-width: 35rem !important;
  }

  .sm\-max-w-md {
    max-width: 40rem !important;
  }

  .sm\-max-w-mdlg {
    max-width: 45rem !important;
  }

  .sm\-max-w-lg {
    max-width: 50rem !important;
  }

  .sm\-max-w-lgxl {
    max-width: 55rem !important;
  }

  .sm\-max-w-xl {
    max-width: 60rem !important;
  }

  .sm\-max-w-xxl {
    max-width: 67.5rem !important;
  }

  .sm\-max-w-2xl {
    max-width: 70rem !important;
  }

  .sm\-max-w-3xl {
    max-width: 75rem !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\-min-h-0 {
    min-height: 0 !important;
  }

  .sm\-min-h-1 {
    min-height: .25rem !important;
  }

  .sm\-min-h-2 {
    min-height: .5rem !important;
  }

  .sm\-min-h-3 {
    min-height: .75rem !important;
  }

  .sm\-min-h-4 {
    min-height: 1rem !important;
  }

  .sm\-min-h-6 {
    min-height: 1.5rem !important;
  }

  .sm\-min-h-8 {
    min-height: 2rem !important;
  }

  .sm\-min-h-10 {
    min-height: 2.5rem !important;
  }

  .sm\-min-h-12 {
    min-height: 3rem !important;
  }

  .sm\-min-h-16 {
    min-height: 4rem !important;
  }

  .sm\-min-h-24 {
    min-height: 6rem !important;
  }

  .sm\-min-h-32 {
    min-height: 8rem !important;
  }

  .sm\-min-h-43 {
    min-height: 43rem !important;
  }

  .sm\-min-h-48 {
    min-height: 12rem !important;
  }

  .sm\-min-h-64 {
    min-height: 16rem !important;
  }

  .sm\-min-h-96 {
    min-height: 24rem !important;
  }

  .sm\-min-h-108 {
    min-height: 27rem !important;
  }

  .sm\-min-h-120 {
    min-height: 30rem !important;
  }

  .sm\-min-h-128 {
    min-height: 32rem !important;
  }

  .sm\-min-h-156 {
    min-height: 54rem !important;
  }

  .sm\-min-h-270 {
    min-height: 93.75rem !important;
  }

  .sm\-min-h-full {
    min-height: 100% !important;
  }

  .sm\-min-h-half {
    min-height: 50vh !important;
  }

  .sm\-min-h-screen {
    min-height: 100vh !important;
  }

  .sm\-min-w-0 {
    min-width: 0 !important;
  }

  .sm\-min-w-1 {
    min-width: .25rem !important;
  }

  .sm\-min-w-2 {
    min-width: .5rem !important;
  }

  .sm\-min-w-3 {
    min-width: .75rem !important;
  }

  .sm\-min-w-4 {
    min-width: 1rem !important;
  }

  .sm\-min-w-6 {
    min-width: 1.5rem !important;
  }

  .sm\-min-w-8 {
    min-width: 2rem !important;
  }

  .sm\-min-w-10 {
    min-width: 2.5rem !important;
  }

  .sm\-min-w-12 {
    min-width: 3rem !important;
  }

  .sm\-min-w-16 {
    min-width: 4rem !important;
  }

  .sm\-min-w-24 {
    min-width: 6rem !important;
  }

  .sm\-min-w-32 {
    min-width: 8rem !important;
  }

  .sm\-min-w-48 {
    min-width: 12rem !important;
  }

  .sm\-min-w-64 {
    min-width: 16rem !important;
  }

  .sm\-min-w-96 {
    min-width: 24rem !important;
  }

  .sm\-min-w-120 {
    min-width: 30rem !important;
  }

  .sm\-min-w-128 {
    min-width: 32rem !important;
  }

  .sm\-min-w-156 {
    min-width: 54rem !important;
  }

  .sm\-min-w-full {
    min-width: 100% !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-6 {
    margin: -1.5rem !important;
  }

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

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

  .sm\--m-14 {
    margin: -3.5rem !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-48 {
    margin: -12rem !important;
  }

  .sm\--m-64 {
    margin: -16rem !important;
  }

  .sm\--m-128 {
    margin: -32rem !important;
  }

  .sm\--m-256 {
    margin: -64rem !important;
  }

  .sm\--m-px {
    margin: -1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

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

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

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

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

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

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

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

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

  .sm\--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\--my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important;
  }

  .sm\--mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }

  .sm\--my-256 {
    margin-top: -64rem !important;
    margin-bottom: -64rem !important;
  }

  .sm\--mx-256 {
    margin-left: -64rem !important;
    margin-right: -64rem !important;
  }

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

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

  .sm\--mt-0 {
    margin-top: 0 !important;
  }

  .sm\--mr-0 {
    margin-right: 0 !important;
  }

  .sm\--mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\--ml-0 {
    margin-left: 0 !important;
  }

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

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

  .sm\--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm\--ml-1 {
    margin-left: -0.25rem !important;
  }

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

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

  .sm\--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm\--ml-2 {
    margin-left: -0.5rem !important;
  }

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

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

  .sm\--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm\--ml-3 {
    margin-left: -0.75rem !important;
  }

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

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

  .sm\--mb-4 {
    margin-bottom: -1rem !important;
  }

  .sm\--ml-4 {
    margin-left: -1rem !important;
  }

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

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

  .sm\--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm\--ml-6 {
    margin-left: -1.5rem !important;
  }

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

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

  .sm\--mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm\--ml-8 {
    margin-left: -2rem !important;
  }

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

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

  .sm\--mb-12 {
    margin-bottom: -3rem !important;
  }

  .sm\--ml-12 {
    margin-left: -3rem !important;
  }

  .sm\--mt-14 {
    margin-top: -3.5rem !important;
  }

  .sm\--mr-14 {
    margin-right: -3.5rem !important;
  }

  .sm\--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .sm\--ml-14 {
    margin-left: -3.5rem !important;
  }

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

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

  .sm\--mb-16 {
    margin-bottom: -4rem !important;
  }

  .sm\--ml-16 {
    margin-left: -4rem !important;
  }

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

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

  .sm\--mb-20 {
    margin-bottom: -5rem !important;
  }

  .sm\--ml-20 {
    margin-left: -5rem !important;
  }

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

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

  .sm\--mb-24 {
    margin-bottom: -6rem !important;
  }

  .sm\--ml-24 {
    margin-left: -6rem !important;
  }

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

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

  .sm\--mb-32 {
    margin-bottom: -8rem !important;
  }

  .sm\--ml-32 {
    margin-left: -8rem !important;
  }

  .sm\--mt-48 {
    margin-top: -12rem !important;
  }

  .sm\--mr-48 {
    margin-right: -12rem !important;
  }

  .sm\--mb-48 {
    margin-bottom: -12rem !important;
  }

  .sm\--ml-48 {
    margin-left: -12rem !important;
  }

  .sm\--mt-64 {
    margin-top: -16rem !important;
  }

  .sm\--mr-64 {
    margin-right: -16rem !important;
  }

  .sm\--mb-64 {
    margin-bottom: -16rem !important;
  }

  .sm\--ml-64 {
    margin-left: -16rem !important;
  }

  .sm\--mt-128 {
    margin-top: -32rem !important;
  }

  .sm\--mr-128 {
    margin-right: -32rem !important;
  }

  .sm\--mb-128 {
    margin-bottom: -32rem !important;
  }

  .sm\--ml-128 {
    margin-left: -32rem !important;
  }

  .sm\--mt-256 {
    margin-top: -64rem !important;
  }

  .sm\--mr-256 {
    margin-right: -64rem !important;
  }

  .sm\--mb-256 {
    margin-bottom: -64rem !important;
  }

  .sm\--ml-256 {
    margin-left: -64rem !important;
  }

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

  .sm\--mr-px {
    margin-right: -1px !important;
  }

  .sm\--mb-px {
    margin-bottom: -1px !important;
  }

  .sm\--ml-px {
    margin-left: -1px !important;
  }

  .sm\-opacity-0 {
    opacity: 0 !important;
  }

  .sm\-opacity-25 {
    opacity: .25 !important;
  }

  .sm\-opacity-50 {
    opacity: .5 !important;
  }

  .sm\-opacity-75 {
    opacity: .75 !important;
  }

  .sm\-opacity-90 {
    opacity: .9 !important;
  }

  .sm\-opacity-100 {
    opacity: 1 !important;
  }

  .sm\-hover\-opacity-0:hover {
    opacity: 0 !important;
  }

  .sm\-hover\-opacity-25:hover {
    opacity: .25 !important;
  }

  .sm\-hover\-opacity-50:hover {
    opacity: .5 !important;
  }

  .sm\-hover\-opacity-75:hover {
    opacity: .75 !important;
  }

  .sm\-hover\-opacity-90:hover {
    opacity: .9 !important;
  }

  .sm\-hover\-opacity-100:hover {
    opacity: 1 !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\-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\-p-0 {
    padding: 0 !important;
  }

  .sm\-p-1 {
    padding: .25rem !important;
  }

  .sm\-p-2 {
    padding: .5rem !important;
  }

  .sm\-p-3 {
    padding: .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.75rem !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-48 {
    padding: 12rem !important;
  }

  .sm\-p-64 {
    padding: 16rem !important;
  }

  .sm\-p-px {
    padding: 1px !important;
  }

  .sm\-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .sm\-px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .sm\-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .sm\-px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .sm\-py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .sm\-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .sm\-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\-py-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\-px-10 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sm\-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\-pt-0 {
    padding-top: 0 !important;
  }

  .sm\-pr-0 {
    padding-right: 0 !important;
  }

  .sm\-pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\-pl-0 {
    padding-left: 0 !important;
  }

  .sm\-pt-1 {
    padding-top: .25rem !important;
  }

  .sm\-pr-1 {
    padding-right: .25rem !important;
  }

  .sm\-pb-1 {
    padding-bottom: .25rem !important;
  }

  .sm\-pl-1 {
    padding-left: .25rem !important;
  }

  .sm\-pt-2 {
    padding-top: .5rem !important;
  }

  .sm\-pr-2 {
    padding-right: .5rem !important;
  }

  .sm\-pb-2 {
    padding-bottom: .5rem !important;
  }

  .sm\-pl-2 {
    padding-left: .5rem !important;
  }

  .sm\-pt-3 {
    padding-top: .75rem !important;
  }

  .sm\-pr-3 {
    padding-right: .75rem !important;
  }

  .sm\-pb-3 {
    padding-bottom: .75rem !important;
  }

  .sm\-pl-3 {
    padding-left: .75rem !important;
  }

  .sm\-pt-4 {
    padding-top: 1rem !important;
  }

  .sm\-pr-4 {
    padding-right: 1rem !important;
  }

  .sm\-pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\-pl-4 {
    padding-left: 1rem !important;
  }

  .sm\-pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm\-pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\-pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\-pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\-pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\-pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\-pt-8 {
    padding-top: 2rem !important;
  }

  .sm\-pr-8 {
    padding-right: 2rem !important;
  }

  .sm\-pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\-pl-8 {
    padding-left: 2rem !important;
  }

  .sm\-pt-10 {
    padding-top: 2.75rem !important;
  }

  .sm\-pr-10 {
    padding-right: 2.75rem !important;
  }

  .sm\-pb-10 {
    padding-bottom: 2.75rem !important;
  }

  .sm\-pl-10 {
    padding-left: 2.75rem !important;
  }

  .sm\-pt-12 {
    padding-top: 3rem !important;
  }

  .sm\-pr-12 {
    padding-right: 3rem !important;
  }

  .sm\-pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\-pl-12 {
    padding-left: 3rem !important;
  }

  .sm\-pt-16 {
    padding-top: 4rem !important;
  }

  .sm\-pr-16 {
    padding-right: 4rem !important;
  }

  .sm\-pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\-pl-16 {
    padding-left: 4rem !important;
  }

  .sm\-pt-20 {
    padding-top: 5rem !important;
  }

  .sm\-pr-20 {
    padding-right: 5rem !important;
  }

  .sm\-pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm\-pl-20 {
    padding-left: 5rem !important;
  }

  .sm\-pt-24 {
    padding-top: 6rem !important;
  }

  .sm\-pr-24 {
    padding-right: 6rem !important;
  }

  .sm\-pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\-pl-24 {
    padding-left: 6rem !important;
  }

  .sm\-pt-32 {
    padding-top: 8rem !important;
  }

  .sm\-pr-32 {
    padding-right: 8rem !important;
  }

  .sm\-pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm\-pl-32 {
    padding-left: 8rem !important;
  }

  .sm\-pt-48 {
    padding-top: 12rem !important;
  }

  .sm\-pr-48 {
    padding-right: 12rem !important;
  }

  .sm\-pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm\-pl-48 {
    padding-left: 12rem !important;
  }

  .sm\-pt-64 {
    padding-top: 16rem !important;
  }

  .sm\-pr-64 {
    padding-right: 16rem !important;
  }

  .sm\-pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm\-pl-64 {
    padding-left: 16rem !important;
  }

  .sm\-pt-px {
    padding-top: 1px !important;
  }

  .sm\-pr-px {
    padding-right: 1px !important;
  }

  .sm\-pb-px {
    padding-bottom: 1px !important;
  }

  .sm\-pl-px {
    padding-left: 1px !important;
  }

  .sm\-pointer-events-none {
    pointer-events: none !important;
  }

  .sm\-pointer-events-auto {
    pointer-events: auto !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\-pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\-pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\-pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\-pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .sm\-pin-t {
    top: 0 !important;
  }

  .sm\-pin-r {
    right: 0 !important;
  }

  .sm\-pin-b {
    bottom: 0 !important;
  }

  .sm\-pin-l {
    left: 0 !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\-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .sm\-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .sm\-shadow-none {
    box-shadow: none !important;
  }

  .sm\-hover\-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .sm\-hover\-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\-hover\-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\-hover\-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .sm\-hover\-shadow-none:hover {
    box-shadow: none !important;
  }

  .sm\-table-auto {
    table-layout: auto !important;
  }

  .sm\-table-fixed {
    table-layout: fixed !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\-text-transparent {
    color: transparent !important;
  }

  .sm\-text-pink-darkest {
    color: #4d2728 !important;
  }

  .sm\-text-pink-darker {
    color: #994e4f !important;
  }

  .sm\-text-pink-dark {
    color: #e67577 !important;
  }

  .sm\-text-pink {
    color: #ff8284 !important;
  }

  .sm\-text-pink-light {
    color: #ffa8a9 !important;
  }

  .sm\-text-pink-lighter {
    color: #ffcdce !important;
  }

  .sm\-text-pink-lightest {
    color: #fff3f3 !important;
  }

  .sm\-text-green-darkest {
    color: #030 !important;
  }

  .sm\-text-green-darker {
    color: #2b6609 !important;
  }

  .sm\-text-green-dark {
    color: #447f22 !important;
  }

  .sm\-text-green {
    color: #77b255 !important;
  }

  .sm\-text-green-light {
    color: #c4ffa2 !important;
  }

  .sm\-text-green-lighter {
    color: #dfb !important;
  }

  .sm\-text-green-lightest {
    color: #f6ffd4 !important;
  }

  .sm\-text-black-darkest {
    color: #070707 !important;
  }

  .sm\-text-black-darker {
    color: #0e0e0e !important;
  }

  .sm\-text-black-dark {
    color: #161616 !important;
  }

  .sm\-text-black {
    color: #181818 !important;
  }

  .sm\-text-black-light {
    color: #5d5d5d !important;
  }

  .sm\-text-black-lighter {
    color: #a3a3a3 !important;
  }

  .sm\-text-black-lightest {
    color: #e8e8e8 !important;
  }

  .sm\-text-white-darkest {
    color: #4d4d4d !important;
  }

  .sm\-text-white-darker {
    color: #999 !important;
  }

  .sm\-text-white-dark {
    color: #e6e6e6 !important;
  }

  .sm\-text-white {
    color: #fff !important;
  }

  .sm\-text-white-light {
    color: #fff !important;
  }

  .sm\-text-white-lighter {
    color: #fff !important;
  }

  .sm\-text-white-lightest {
    color: #fff !important;
  }

  .sm\-hover\-text-transparent:hover {
    color: transparent !important;
  }

  .sm\-hover\-text-pink-darkest:hover {
    color: #4d2728 !important;
  }

  .sm\-hover\-text-pink-darker:hover {
    color: #994e4f !important;
  }

  .sm\-hover\-text-pink-dark:hover {
    color: #e67577 !important;
  }

  .sm\-hover\-text-pink:hover {
    color: #ff8284 !important;
  }

  .sm\-hover\-text-pink-light:hover {
    color: #ffa8a9 !important;
  }

  .sm\-hover\-text-pink-lighter:hover {
    color: #ffcdce !important;
  }

  .sm\-hover\-text-pink-lightest:hover {
    color: #fff3f3 !important;
  }

  .sm\-hover\-text-green-darkest:hover {
    color: #030 !important;
  }

  .sm\-hover\-text-green-darker:hover {
    color: #2b6609 !important;
  }

  .sm\-hover\-text-green-dark:hover {
    color: #447f22 !important;
  }

  .sm\-hover\-text-green:hover {
    color: #77b255 !important;
  }

  .sm\-hover\-text-green-light:hover {
    color: #c4ffa2 !important;
  }

  .sm\-hover\-text-green-lighter:hover {
    color: #dfb !important;
  }

  .sm\-hover\-text-green-lightest:hover {
    color: #f6ffd4 !important;
  }

  .sm\-hover\-text-black-darkest:hover {
    color: #070707 !important;
  }

  .sm\-hover\-text-black-darker:hover {
    color: #0e0e0e !important;
  }

  .sm\-hover\-text-black-dark:hover {
    color: #161616 !important;
  }

  .sm\-hover\-text-black:hover {
    color: #181818 !important;
  }

  .sm\-hover\-text-black-light:hover {
    color: #5d5d5d !important;
  }

  .sm\-hover\-text-black-lighter:hover {
    color: #a3a3a3 !important;
  }

  .sm\-hover\-text-black-lightest:hover {
    color: #e8e8e8 !important;
  }

  .sm\-hover\-text-white-darkest:hover {
    color: #4d4d4d !important;
  }

  .sm\-hover\-text-white-darker:hover {
    color: #999 !important;
  }

  .sm\-hover\-text-white-dark:hover {
    color: #e6e6e6 !important;
  }

  .sm\-hover\-text-white:hover {
    color: #fff !important;
  }

  .sm\-hover\-text-white-light:hover {
    color: #fff !important;
  }

  .sm\-hover\-text-white-lighter:hover {
    color: #fff !important;
  }

  .sm\-hover\-text-white-lightest:hover {
    color: #fff !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-4-5xl {
    font-size: 2.5rem !important;
  }

  .sm\-text-5xl {
    font-size: 3rem !important;
  }

  .sm\-italic {
    font-style: italic !important;
  }

  .sm\-roman {
    font-style: normal !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\-underline {
    text-decoration: underline !important;
  }

  .sm\-line-through {
    text-decoration: line-through !important;
  }

  .sm\-no-underline {
    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\-italic:hover {
    font-style: italic !important;
  }

  .sm\-hover\-roman:hover {
    font-style: normal !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\-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\-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\-tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .sm\-tracking-normal {
    letter-spacing: 0 !important;
  }

  .sm\-tracking-wide {
    letter-spacing: .05em !important;
  }

  .sm\-select-none {
    user-select: none !important;
  }

  .sm\-select-text {
    user-select: text !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\-visible {
    visibility: visible !important;
  }

  .sm\-invisible {
    visibility: hidden !important;
  }

  .sm\-whitespace-normal {
    white-space: normal !important;
  }

  .sm\-whitespace-no-wrap {
    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-words {
    word-wrap: break-word !important;
  }

  .sm\-break-normal {
    word-wrap: normal !important;
  }

  .sm\-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\-w-1 {
    width: .25rem !important;
  }

  .sm\-w-2 {
    width: .5rem !important;
  }

  .sm\-w-3 {
    width: .75rem !important;
  }

  .sm\-w-4 {
    width: 1rem !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-20 {
    width: 5rem !important;
  }

  .sm\-w-24 {
    width: 6rem !important;
  }

  .sm\-w-32 {
    width: 8rem !important;
  }

  .sm\-w-40 {
    width: 10rem !important;
  }

  .sm\-w-44 {
    width: 11rem !important;
  }

  .sm\-w-48 {
    width: 12rem !important;
  }

  .sm\-w-56 {
    width: 14rem !important;
  }

  .sm\-w-64 {
    width: 16rem !important;
  }

  .sm\-w-96 {
    width: 24rem !important;
  }

  .sm\-w-120 {
    width: 30rem !important;
  }

  .sm\-w-128 {
    width: 32rem !important;
  }

  .sm\-w-256 {
    width: 64rem !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-full {
    width: 100% !important;
  }

  .sm\-w-screen {
    width: 100vw !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;
  }
}

@media (min-width: 768px) {
  .md\-list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .md\-appearance-none {
    appearance: none !important;
  }

  .md\-bg-fixed {
    background-attachment: fixed !important;
  }

  .md\-bg-local {
    background-attachment: local !important;
  }

  .md\-bg-scroll {
    background-attachment: scroll !important;
  }

  .md\-bg-transparent {
    background-color: transparent !important;
  }

  .md\-bg-pink-darkest {
    background-color: #4d2728 !important;
  }

  .md\-bg-pink-darker {
    background-color: #994e4f !important;
  }

  .md\-bg-pink-dark {
    background-color: #e67577 !important;
  }

  .md\-bg-pink {
    background-color: #ff8284 !important;
  }

  .md\-bg-pink-light {
    background-color: #ffa8a9 !important;
  }

  .md\-bg-pink-lighter {
    background-color: #ffcdce !important;
  }

  .md\-bg-pink-lightest {
    background-color: #fff3f3 !important;
  }

  .md\-bg-green-darkest {
    background-color: #030 !important;
  }

  .md\-bg-green-darker {
    background-color: #2b6609 !important;
  }

  .md\-bg-green-dark {
    background-color: #447f22 !important;
  }

  .md\-bg-green {
    background-color: #77b255 !important;
  }

  .md\-bg-green-light {
    background-color: #c4ffa2 !important;
  }

  .md\-bg-green-lighter {
    background-color: #dfb !important;
  }

  .md\-bg-green-lightest {
    background-color: #f6ffd4 !important;
  }

  .md\-bg-black-darkest {
    background-color: #070707 !important;
  }

  .md\-bg-black-darker {
    background-color: #0e0e0e !important;
  }

  .md\-bg-black-dark {
    background-color: #161616 !important;
  }

  .md\-bg-black {
    background-color: #181818 !important;
  }

  .md\-bg-black-light {
    background-color: #5d5d5d !important;
  }

  .md\-bg-black-lighter {
    background-color: #a3a3a3 !important;
  }

  .md\-bg-black-lightest {
    background-color: #e8e8e8 !important;
  }

  .md\-bg-white-darkest {
    background-color: #4d4d4d !important;
  }

  .md\-bg-white-darker {
    background-color: #999 !important;
  }

  .md\-bg-white-dark {
    background-color: #e6e6e6 !important;
  }

  .md\-bg-white {
    background-color: #fff !important;
  }

  .md\-bg-white-light {
    background-color: #fff !important;
  }

  .md\-bg-white-lighter {
    background-color: #fff !important;
  }

  .md\-bg-white-lightest {
    background-color: #fff !important;
  }

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

  .md\-hover\-bg-pink-darkest:hover {
    background-color: #4d2728 !important;
  }

  .md\-hover\-bg-pink-darker:hover {
    background-color: #994e4f !important;
  }

  .md\-hover\-bg-pink-dark:hover {
    background-color: #e67577 !important;
  }

  .md\-hover\-bg-pink:hover {
    background-color: #ff8284 !important;
  }

  .md\-hover\-bg-pink-light:hover {
    background-color: #ffa8a9 !important;
  }

  .md\-hover\-bg-pink-lighter:hover {
    background-color: #ffcdce !important;
  }

  .md\-hover\-bg-pink-lightest:hover {
    background-color: #fff3f3 !important;
  }

  .md\-hover\-bg-green-darkest:hover {
    background-color: #030 !important;
  }

  .md\-hover\-bg-green-darker:hover {
    background-color: #2b6609 !important;
  }

  .md\-hover\-bg-green-dark:hover {
    background-color: #447f22 !important;
  }

  .md\-hover\-bg-green:hover {
    background-color: #77b255 !important;
  }

  .md\-hover\-bg-green-light:hover {
    background-color: #c4ffa2 !important;
  }

  .md\-hover\-bg-green-lighter:hover {
    background-color: #dfb !important;
  }

  .md\-hover\-bg-green-lightest:hover {
    background-color: #f6ffd4 !important;
  }

  .md\-hover\-bg-black-darkest:hover {
    background-color: #070707 !important;
  }

  .md\-hover\-bg-black-darker:hover {
    background-color: #0e0e0e !important;
  }

  .md\-hover\-bg-black-dark:hover {
    background-color: #161616 !important;
  }

  .md\-hover\-bg-black:hover {
    background-color: #181818 !important;
  }

  .md\-hover\-bg-black-light:hover {
    background-color: #5d5d5d !important;
  }

  .md\-hover\-bg-black-lighter:hover {
    background-color: #a3a3a3 !important;
  }

  .md\-hover\-bg-black-lightest:hover {
    background-color: #e8e8e8 !important;
  }

  .md\-hover\-bg-white-darkest:hover {
    background-color: #4d4d4d !important;
  }

  .md\-hover\-bg-white-darker:hover {
    background-color: #999 !important;
  }

  .md\-hover\-bg-white-dark:hover {
    background-color: #e6e6e6 !important;
  }

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

  .md\-hover\-bg-white-light:hover {
    background-color: #fff !important;
  }

  .md\-hover\-bg-white-lighter:hover {
    background-color: #fff !important;
  }

  .md\-hover\-bg-white-lightest:hover {
    background-color: #fff !important;
  }

  .md\-bg-bottom {
    background-position: bottom !important;
  }

  .md\-bg-center {
    background-position: center !important;
  }

  .md\-bg-left {
    background-position: left !important;
  }

  .md\-bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\-bg-left-top {
    background-position: left top !important;
  }

  .md\-bg-right {
    background-position: right !important;
  }

  .md\-bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\-bg-right-top {
    background-position: right top !important;
  }

  .md\-bg-top {
    background-position: top !important;
  }

  .md\-bg-repeat {
    background-repeat: repeat !important;
  }

  .md\-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\-bg-auto {
    background-size: auto !important;
  }

  .md\-bg-cover {
    background-size: cover !important;
  }

  .md\-bg-contain {
    background-size: contain !important;
  }

  .md\-border-transparent {
    border-color: transparent !important;
  }

  .md\-border-pink-darkest {
    border-color: #4d2728 !important;
  }

  .md\-border-pink-darker {
    border-color: #994e4f !important;
  }

  .md\-border-pink-dark {
    border-color: #e67577 !important;
  }

  .md\-border-pink {
    border-color: #ff8284 !important;
  }

  .md\-border-pink-light {
    border-color: #ffa8a9 !important;
  }

  .md\-border-pink-lighter {
    border-color: #ffcdce !important;
  }

  .md\-border-pink-lightest {
    border-color: #fff3f3 !important;
  }

  .md\-border-green-darkest {
    border-color: #030 !important;
  }

  .md\-border-green-darker {
    border-color: #2b6609 !important;
  }

  .md\-border-green-dark {
    border-color: #447f22 !important;
  }

  .md\-border-green {
    border-color: #77b255 !important;
  }

  .md\-border-green-light {
    border-color: #c4ffa2 !important;
  }

  .md\-border-green-lighter {
    border-color: #dfb !important;
  }

  .md\-border-green-lightest {
    border-color: #f6ffd4 !important;
  }

  .md\-border-black-darkest {
    border-color: #070707 !important;
  }

  .md\-border-black-darker {
    border-color: #0e0e0e !important;
  }

  .md\-border-black-dark {
    border-color: #161616 !important;
  }

  .md\-border-black {
    border-color: #181818 !important;
  }

  .md\-border-black-light {
    border-color: #5d5d5d !important;
  }

  .md\-border-black-lighter {
    border-color: #a3a3a3 !important;
  }

  .md\-border-black-lightest {
    border-color: #e8e8e8 !important;
  }

  .md\-border-white-darkest {
    border-color: #4d4d4d !important;
  }

  .md\-border-white-darker {
    border-color: #999 !important;
  }

  .md\-border-white-dark {
    border-color: #e6e6e6 !important;
  }

  .md\-border-white {
    border-color: #fff !important;
  }

  .md\-border-white-light {
    border-color: #fff !important;
  }

  .md\-border-white-lighter {
    border-color: #fff !important;
  }

  .md\-border-white-lightest {
    border-color: #fff !important;
  }

  .md\-hover\-border-transparent:hover {
    border-color: transparent !important;
  }

  .md\-hover\-border-pink-darkest:hover {
    border-color: #4d2728 !important;
  }

  .md\-hover\-border-pink-darker:hover {
    border-color: #994e4f !important;
  }

  .md\-hover\-border-pink-dark:hover {
    border-color: #e67577 !important;
  }

  .md\-hover\-border-pink:hover {
    border-color: #ff8284 !important;
  }

  .md\-hover\-border-pink-light:hover {
    border-color: #ffa8a9 !important;
  }

  .md\-hover\-border-pink-lighter:hover {
    border-color: #ffcdce !important;
  }

  .md\-hover\-border-pink-lightest:hover {
    border-color: #fff3f3 !important;
  }

  .md\-hover\-border-green-darkest:hover {
    border-color: #030 !important;
  }

  .md\-hover\-border-green-darker:hover {
    border-color: #2b6609 !important;
  }

  .md\-hover\-border-green-dark:hover {
    border-color: #447f22 !important;
  }

  .md\-hover\-border-green:hover {
    border-color: #77b255 !important;
  }

  .md\-hover\-border-green-light:hover {
    border-color: #c4ffa2 !important;
  }

  .md\-hover\-border-green-lighter:hover {
    border-color: #dfb !important;
  }

  .md\-hover\-border-green-lightest:hover {
    border-color: #f6ffd4 !important;
  }

  .md\-hover\-border-black-darkest:hover {
    border-color: #070707 !important;
  }

  .md\-hover\-border-black-darker:hover {
    border-color: #0e0e0e !important;
  }

  .md\-hover\-border-black-dark:hover {
    border-color: #161616 !important;
  }

  .md\-hover\-border-black:hover {
    border-color: #181818 !important;
  }

  .md\-hover\-border-black-light:hover {
    border-color: #5d5d5d !important;
  }

  .md\-hover\-border-black-lighter:hover {
    border-color: #a3a3a3 !important;
  }

  .md\-hover\-border-black-lightest:hover {
    border-color: #e8e8e8 !important;
  }

  .md\-hover\-border-white-darkest:hover {
    border-color: #4d4d4d !important;
  }

  .md\-hover\-border-white-darker:hover {
    border-color: #999 !important;
  }

  .md\-hover\-border-white-dark:hover {
    border-color: #e6e6e6 !important;
  }

  .md\-hover\-border-white:hover {
    border-color: #fff !important;
  }

  .md\-hover\-border-white-light:hover {
    border-color: #fff !important;
  }

  .md\-hover\-border-white-lighter:hover {
    border-color: #fff !important;
  }

  .md\-hover\-border-white-lightest:hover {
    border-color: #fff !important;
  }

  .md\-rounded-none {
    border-radius: 0 !important;
  }

  .md\-rounded-sm {
    border-radius: .125rem !important;
  }

  .md\-rounded {
    border-radius: .25rem !important;
  }

  .md\-rounded-lg {
    border-radius: .5rem !important;
  }

  .md\-rounded-full {
    border-radius: 9999px !important;
  }

  .md\-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\-rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .md\-rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .md\-rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .md\-rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .md\-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .md\-rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .md\-rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .md\-rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .md\-rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .md\-rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .md\-rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .md\-rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .md\-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .md\-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .md\-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .md\-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .md\-rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .md\-rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .md\-rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .md\-rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .md\-rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .md\-rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .md\-rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .md\-rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .md\-rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .md\-rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .md\-rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .md\-rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .md\-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\-hover\-rounded-none:hover {
    border-radius: 0 !important;
  }

  .md\-hover\-rounded-sm:hover {
    border-radius: .125rem !important;
  }

  .md\-hover\-rounded:hover {
    border-radius: .25rem !important;
  }

  .md\-hover\-rounded-lg:hover {
    border-radius: .5rem !important;
  }

  .md\-hover\-rounded-full:hover {
    border-radius: 9999px !important;
  }

  .md\-hover\-rounded-t-none:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\-hover\-rounded-r-none:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\-hover\-rounded-b-none:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\-hover\-rounded-l-none:hover {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\-hover\-rounded-t-sm:hover {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .md\-hover\-rounded-r-sm:hover {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .md\-hover\-rounded-b-sm:hover {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .md\-hover\-rounded-l-sm:hover {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .md\-hover\-rounded-t:hover {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .md\-hover\-rounded-r:hover {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .md\-hover\-rounded-b:hover {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .md\-hover\-rounded-l:hover {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .md\-hover\-rounded-t-lg:hover {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .md\-hover\-rounded-r-lg:hover {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .md\-hover\-rounded-b-lg:hover {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .md\-hover\-rounded-l-lg:hover {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .md\-hover\-rounded-t-full:hover {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\-hover\-rounded-r-full:hover {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\-hover\-rounded-b-full:hover {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\-hover\-rounded-l-full:hover {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\-hover\-rounded-tl-none:hover {
    border-top-left-radius: 0 !important;
  }

  .md\-hover\-rounded-tr-none:hover {
    border-top-right-radius: 0 !important;
  }

  .md\-hover\-rounded-br-none:hover {
    border-bottom-right-radius: 0 !important;
  }

  .md\-hover\-rounded-bl-none:hover {
    border-bottom-left-radius: 0 !important;
  }

  .md\-hover\-rounded-tl-sm:hover {
    border-top-left-radius: .125rem !important;
  }

  .md\-hover\-rounded-tr-sm:hover {
    border-top-right-radius: .125rem !important;
  }

  .md\-hover\-rounded-br-sm:hover {
    border-bottom-right-radius: .125rem !important;
  }

  .md\-hover\-rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem !important;
  }

  .md\-hover\-rounded-tl:hover {
    border-top-left-radius: .25rem !important;
  }

  .md\-hover\-rounded-tr:hover {
    border-top-right-radius: .25rem !important;
  }

  .md\-hover\-rounded-br:hover {
    border-bottom-right-radius: .25rem !important;
  }

  .md\-hover\-rounded-bl:hover {
    border-bottom-left-radius: .25rem !important;
  }

  .md\-hover\-rounded-tl-lg:hover {
    border-top-left-radius: .5rem !important;
  }

  .md\-hover\-rounded-tr-lg:hover {
    border-top-right-radius: .5rem !important;
  }

  .md\-hover\-rounded-br-lg:hover {
    border-bottom-right-radius: .5rem !important;
  }

  .md\-hover\-rounded-bl-lg:hover {
    border-bottom-left-radius: .5rem !important;
  }

  .md\-hover\-rounded-tl-full:hover {
    border-top-left-radius: 9999px !important;
  }

  .md\-hover\-rounded-tr-full:hover {
    border-top-right-radius: 9999px !important;
  }

  .md\-hover\-rounded-br-full:hover {
    border-bottom-right-radius: 9999px !important;
  }

  .md\-hover\-rounded-bl-full:hover {
    border-bottom-left-radius: 9999px !important;
  }

  .md\-border-solid {
    border-style: solid !important;
  }

  .md\-border-dashed {
    border-style: dashed !important;
  }

  .md\-border-dotted {
    border-style: dotted !important;
  }

  .md\-border-none {
    border-style: none !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 {
    border-width: 1px !important;
  }

  .md\-border-t-0 {
    border-top-width: 0 !important;
  }

  .md\-border-r-0 {
    border-right-width: 0 !important;
  }

  .md\-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md\-border-l-0 {
    border-left-width: 0 !important;
  }

  .md\-border-t-2 {
    border-top-width: 2px !important;
  }

  .md\-border-r-2 {
    border-right-width: 2px !important;
  }

  .md\-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\-border-l-2 {
    border-left-width: 2px !important;
  }

  .md\-border-t-4 {
    border-top-width: 4px !important;
  }

  .md\-border-r-4 {
    border-right-width: 4px !important;
  }

  .md\-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\-border-l-4 {
    border-left-width: 4px !important;
  }

  .md\-border-t-8 {
    border-top-width: 8px !important;
  }

  .md\-border-r-8 {
    border-right-width: 8px !important;
  }

  .md\-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\-border-l-8 {
    border-left-width: 8px !important;
  }

  .md\-border-t {
    border-top-width: 1px !important;
  }

  .md\-border-r {
    border-right-width: 1px !important;
  }

  .md\-border-b {
    border-bottom-width: 1px !important;
  }

  .md\-border-l {
    border-left-width: 1px !important;
  }

  .md\-hover\-border-0:hover {
    border-width: 0 !important;
  }

  .md\-hover\-border-2:hover {
    border-width: 2px !important;
  }

  .md\-hover\-border-4:hover {
    border-width: 4px !important;
  }

  .md\-hover\-border-8:hover {
    border-width: 8px !important;
  }

  .md\-hover\-border:hover {
    border-width: 1px !important;
  }

  .md\-hover\-border-t-0:hover {
    border-top-width: 0 !important;
  }

  .md\-hover\-border-r-0:hover {
    border-right-width: 0 !important;
  }

  .md\-hover\-border-b-0:hover {
    border-bottom-width: 0 !important;
  }

  .md\-hover\-border-l-0:hover {
    border-left-width: 0 !important;
  }

  .md\-hover\-border-t-2:hover {
    border-top-width: 2px !important;
  }

  .md\-hover\-border-r-2:hover {
    border-right-width: 2px !important;
  }

  .md\-hover\-border-b-2:hover {
    border-bottom-width: 2px !important;
  }

  .md\-hover\-border-l-2:hover {
    border-left-width: 2px !important;
  }

  .md\-hover\-border-t-4:hover {
    border-top-width: 4px !important;
  }

  .md\-hover\-border-r-4:hover {
    border-right-width: 4px !important;
  }

  .md\-hover\-border-b-4:hover {
    border-bottom-width: 4px !important;
  }

  .md\-hover\-border-l-4:hover {
    border-left-width: 4px !important;
  }

  .md\-hover\-border-t-8:hover {
    border-top-width: 8px !important;
  }

  .md\-hover\-border-r-8:hover {
    border-right-width: 8px !important;
  }

  .md\-hover\-border-b-8:hover {
    border-bottom-width: 8px !important;
  }

  .md\-hover\-border-l-8:hover {
    border-left-width: 8px !important;
  }

  .md\-hover\-border-t:hover {
    border-top-width: 1px !important;
  }

  .md\-hover\-border-r:hover {
    border-right-width: 1px !important;
  }

  .md\-hover\-border-b:hover {
    border-bottom-width: 1px !important;
  }

  .md\-hover\-border-l:hover {
    border-left-width: 1px !important;
  }

  .md\-cursor-auto {
    cursor: auto !important;
  }

  .md\-cursor-default {
    cursor: default !important;
  }

  .md\-cursor-pointer {
    cursor: pointer !important;
  }

  .md\-cursor-wait {
    cursor: wait !important;
  }

  .md\-cursor-move {
    cursor: move !important;
  }

  .md\-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\-block {
    display: block !important;
  }

  .md\-inline-block {
    display: inline-block !important;
  }

  .md\-inline {
    display: inline !important;
  }

  .md\-table {
    display: table !important;
  }

  .md\-table-row {
    display: table-row !important;
  }

  .md\-table-cell {
    display: table-cell !important;
  }

  .md\-hidden {
    display: none !important;
  }

  .md\-flex {
    display: flex !important;
  }

  .md\-inline-flex {
    display: inline-flex !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-no-wrap {
    flex-wrap: nowrap !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\-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\-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\-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\-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-grow {
    flex-grow: 1 !important;
  }

  .md\-flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\-flex-no-grow {
    flex-grow: 0 !important;
  }

  .md\-flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .md\-float-right {
    float: right !important;
  }

  .md\-float-left {
    float: left !important;
  }

  .md\-float-none {
    float: none !important;
  }

  .md\-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\-font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .md\-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
  }

  .md\-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .md\-font-normal {
    font-weight: 400 !important;
  }

  .md\-font-bold {
    font-weight: 700 !important;
  }

  .md\-hover\-font-normal:hover {
    font-weight: 400 !important;
  }

  .md\-hover\-font-bold:hover {
    font-weight: 700 !important;
  }

  .md\-h-1 {
    height: .25rem !important;
  }

  .md\-h-2 {
    height: .5rem !important;
  }

  .md\-h-3 {
    height: .75rem !important;
  }

  .md\-h-4 {
    height: 1rem !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-20 {
    height: 5rem !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-96 {
    height: 24rem !important;
  }

  .md\-h-120 {
    height: 30rem !important;
  }

  .md\-h-128 {
    height: 32rem !important;
  }

  .md\-h-156 {
    height: 54rem !important;
  }

  .md\-h-270 {
    height: 93.75rem !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\-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\-m-0 {
    margin: 0 !important;
  }

  .md\-m-1 {
    margin: .25rem !important;
  }

  .md\-m-2 {
    margin: .5rem !important;
  }

  .md\-m-3 {
    margin: .75rem !important;
  }

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

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

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

  .md\-m-10 {
    margin: 2.6875rem !important;
  }

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

  .md\-m-14 {
    margin: 3.5rem !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-48 {
    margin: 12rem !important;
  }

  .md\-m-64 {
    margin: 16rem !important;
  }

  .md\-m-128 {
    margin: 32rem !important;
  }

  .md\-m-256 {
    margin: 64rem !important;
  }

  .md\-m-auto {
    margin: auto !important;
  }

  .md\-m-px {
    margin: 1px !important;
  }

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

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

  .md\-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .md\-mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .md\-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .md\-mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .md\-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .md\-mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

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

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

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

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

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

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

  .md\-my-10 {
    margin-top: 2.6875rem !important;
    margin-bottom: 2.6875rem !important;
  }

  .md\-mx-10 {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important;
  }

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

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

  .md\-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

  .md\-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\-my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }

  .md\-mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }

  .md\-my-256 {
    margin-top: 64rem !important;
    margin-bottom: 64rem !important;
  }

  .md\-mx-256 {
    margin-left: 64rem !important;
    margin-right: 64rem !important;
  }

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

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

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

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

  .md\-mt-0 {
    margin-top: 0 !important;
  }

  .md\-mr-0 {
    margin-right: 0 !important;
  }

  .md\-mb-0 {
    margin-bottom: 0 !important;
  }

  .md\-ml-0 {
    margin-left: 0 !important;
  }

  .md\-mt-1 {
    margin-top: .25rem !important;
  }

  .md\-mr-1 {
    margin-right: .25rem !important;
  }

  .md\-mb-1 {
    margin-bottom: .25rem !important;
  }

  .md\-ml-1 {
    margin-left: .25rem !important;
  }

  .md\-mt-2 {
    margin-top: .5rem !important;
  }

  .md\-mr-2 {
    margin-right: .5rem !important;
  }

  .md\-mb-2 {
    margin-bottom: .5rem !important;
  }

  .md\-ml-2 {
    margin-left: .5rem !important;
  }

  .md\-mt-3 {
    margin-top: .75rem !important;
  }

  .md\-mr-3 {
    margin-right: .75rem !important;
  }

  .md\-mb-3 {
    margin-bottom: .75rem !important;
  }

  .md\-ml-3 {
    margin-left: .75rem !important;
  }

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

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

  .md\-mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\-ml-4 {
    margin-left: 1rem !important;
  }

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

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

  .md\-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\-ml-6 {
    margin-left: 1.5rem !important;
  }

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

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

  .md\-mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\-ml-8 {
    margin-left: 2rem !important;
  }

  .md\-mt-10 {
    margin-top: 2.6875rem !important;
  }

  .md\-mr-10 {
    margin-right: 2.6875rem !important;
  }

  .md\-mb-10 {
    margin-bottom: 2.6875rem !important;
  }

  .md\-ml-10 {
    margin-left: 2.6875rem !important;
  }

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

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

  .md\-mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\-ml-12 {
    margin-left: 3rem !important;
  }

  .md\-mt-14 {
    margin-top: 3.5rem !important;
  }

  .md\-mr-14 {
    margin-right: 3.5rem !important;
  }

  .md\-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .md\-ml-14 {
    margin-left: 3.5rem !important;
  }

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

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

  .md\-mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\-ml-16 {
    margin-left: 4rem !important;
  }

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

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

  .md\-mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\-ml-20 {
    margin-left: 5rem !important;
  }

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

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

  .md\-mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\-ml-24 {
    margin-left: 6rem !important;
  }

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

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

  .md\-mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\-ml-32 {
    margin-left: 8rem !important;
  }

  .md\-mt-48 {
    margin-top: 12rem !important;
  }

  .md\-mr-48 {
    margin-right: 12rem !important;
  }

  .md\-mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\-ml-48 {
    margin-left: 12rem !important;
  }

  .md\-mt-64 {
    margin-top: 16rem !important;
  }

  .md\-mr-64 {
    margin-right: 16rem !important;
  }

  .md\-mb-64 {
    margin-bottom: 16rem !important;
  }

  .md\-ml-64 {
    margin-left: 16rem !important;
  }

  .md\-mt-128 {
    margin-top: 32rem !important;
  }

  .md\-mr-128 {
    margin-right: 32rem !important;
  }

  .md\-mb-128 {
    margin-bottom: 32rem !important;
  }

  .md\-ml-128 {
    margin-left: 32rem !important;
  }

  .md\-mt-256 {
    margin-top: 64rem !important;
  }

  .md\-mr-256 {
    margin-right: 64rem !important;
  }

  .md\-mb-256 {
    margin-bottom: 64rem !important;
  }

  .md\-ml-256 {
    margin-left: 64rem !important;
  }

  .md\-mt-auto {
    margin-top: auto !important;
  }

  .md\-mr-auto {
    margin-right: auto !important;
  }

  .md\-mb-auto {
    margin-bottom: auto !important;
  }

  .md\-ml-auto {
    margin-left: auto !important;
  }

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

  .md\-mr-px {
    margin-right: 1px !important;
  }

  .md\-mb-px {
    margin-bottom: 1px !important;
  }

  .md\-ml-px {
    margin-left: 1px !important;
  }

  .md\-max-h-full {
    max-height: 100% !important;
  }

  .md\-max-h-screen {
    max-height: 100vh !important;
  }

  .md\-max-w-initial {
    max-width: initial !important;
  }

  .md\-max-w-xxs {
    max-width: 15.625rem !important;
  }

  .md\-max-w-xs {
    max-width: 20rem !important;
  }

  .md\-max-w-xssm {
    max-width: 25rem !important;
  }

  .md\-max-w-smxs {
    max-width: 27.5rem !important;
  }

  .md\-max-w-sm {
    max-width: 30rem !important;
  }

  .md\-max-w-xmd {
    max-width: 32.5rem !important;
  }

  .md\-max-w-mdsm {
    max-width: 35rem !important;
  }

  .md\-max-w-md {
    max-width: 40rem !important;
  }

  .md\-max-w-mdlg {
    max-width: 45rem !important;
  }

  .md\-max-w-lg {
    max-width: 50rem !important;
  }

  .md\-max-w-lgxl {
    max-width: 55rem !important;
  }

  .md\-max-w-xl {
    max-width: 60rem !important;
  }

  .md\-max-w-xxl {
    max-width: 67.5rem !important;
  }

  .md\-max-w-2xl {
    max-width: 70rem !important;
  }

  .md\-max-w-3xl {
    max-width: 75rem !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\-min-h-0 {
    min-height: 0 !important;
  }

  .md\-min-h-1 {
    min-height: .25rem !important;
  }

  .md\-min-h-2 {
    min-height: .5rem !important;
  }

  .md\-min-h-3 {
    min-height: .75rem !important;
  }

  .md\-min-h-4 {
    min-height: 1rem !important;
  }

  .md\-min-h-6 {
    min-height: 1.5rem !important;
  }

  .md\-min-h-8 {
    min-height: 2rem !important;
  }

  .md\-min-h-10 {
    min-height: 2.5rem !important;
  }

  .md\-min-h-12 {
    min-height: 3rem !important;
  }

  .md\-min-h-16 {
    min-height: 4rem !important;
  }

  .md\-min-h-24 {
    min-height: 6rem !important;
  }

  .md\-min-h-32 {
    min-height: 8rem !important;
  }

  .md\-min-h-43 {
    min-height: 43rem !important;
  }

  .md\-min-h-48 {
    min-height: 12rem !important;
  }

  .md\-min-h-64 {
    min-height: 16rem !important;
  }

  .md\-min-h-96 {
    min-height: 24rem !important;
  }

  .md\-min-h-108 {
    min-height: 27rem !important;
  }

  .md\-min-h-120 {
    min-height: 30rem !important;
  }

  .md\-min-h-128 {
    min-height: 32rem !important;
  }

  .md\-min-h-156 {
    min-height: 54rem !important;
  }

  .md\-min-h-270 {
    min-height: 93.75rem !important;
  }

  .md\-min-h-full {
    min-height: 100% !important;
  }

  .md\-min-h-half {
    min-height: 50vh !important;
  }

  .md\-min-h-screen {
    min-height: 100vh !important;
  }

  .md\-min-w-0 {
    min-width: 0 !important;
  }

  .md\-min-w-1 {
    min-width: .25rem !important;
  }

  .md\-min-w-2 {
    min-width: .5rem !important;
  }

  .md\-min-w-3 {
    min-width: .75rem !important;
  }

  .md\-min-w-4 {
    min-width: 1rem !important;
  }

  .md\-min-w-6 {
    min-width: 1.5rem !important;
  }

  .md\-min-w-8 {
    min-width: 2rem !important;
  }

  .md\-min-w-10 {
    min-width: 2.5rem !important;
  }

  .md\-min-w-12 {
    min-width: 3rem !important;
  }

  .md\-min-w-16 {
    min-width: 4rem !important;
  }

  .md\-min-w-24 {
    min-width: 6rem !important;
  }

  .md\-min-w-32 {
    min-width: 8rem !important;
  }

  .md\-min-w-48 {
    min-width: 12rem !important;
  }

  .md\-min-w-64 {
    min-width: 16rem !important;
  }

  .md\-min-w-96 {
    min-width: 24rem !important;
  }

  .md\-min-w-120 {
    min-width: 30rem !important;
  }

  .md\-min-w-128 {
    min-width: 32rem !important;
  }

  .md\-min-w-156 {
    min-width: 54rem !important;
  }

  .md\-min-w-full {
    min-width: 100% !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-6 {
    margin: -1.5rem !important;
  }

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

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

  .md\--m-14 {
    margin: -3.5rem !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-48 {
    margin: -12rem !important;
  }

  .md\--m-64 {
    margin: -16rem !important;
  }

  .md\--m-128 {
    margin: -32rem !important;
  }

  .md\--m-256 {
    margin: -64rem !important;
  }

  .md\--m-px {
    margin: -1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

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

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

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

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

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

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

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

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

  .md\--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\--my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important;
  }

  .md\--mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }

  .md\--my-256 {
    margin-top: -64rem !important;
    margin-bottom: -64rem !important;
  }

  .md\--mx-256 {
    margin-left: -64rem !important;
    margin-right: -64rem !important;
  }

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

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

  .md\--mt-0 {
    margin-top: 0 !important;
  }

  .md\--mr-0 {
    margin-right: 0 !important;
  }

  .md\--mb-0 {
    margin-bottom: 0 !important;
  }

  .md\--ml-0 {
    margin-left: 0 !important;
  }

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

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

  .md\--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md\--ml-1 {
    margin-left: -0.25rem !important;
  }

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

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

  .md\--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md\--ml-2 {
    margin-left: -0.5rem !important;
  }

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

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

  .md\--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\--ml-3 {
    margin-left: -0.75rem !important;
  }

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

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

  .md\--mb-4 {
    margin-bottom: -1rem !important;
  }

  .md\--ml-4 {
    margin-left: -1rem !important;
  }

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

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

  .md\--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md\--ml-6 {
    margin-left: -1.5rem !important;
  }

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

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

  .md\--mb-8 {
    margin-bottom: -2rem !important;
  }

  .md\--ml-8 {
    margin-left: -2rem !important;
  }

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

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

  .md\--mb-12 {
    margin-bottom: -3rem !important;
  }

  .md\--ml-12 {
    margin-left: -3rem !important;
  }

  .md\--mt-14 {
    margin-top: -3.5rem !important;
  }

  .md\--mr-14 {
    margin-right: -3.5rem !important;
  }

  .md\--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .md\--ml-14 {
    margin-left: -3.5rem !important;
  }

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

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

  .md\--mb-16 {
    margin-bottom: -4rem !important;
  }

  .md\--ml-16 {
    margin-left: -4rem !important;
  }

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

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

  .md\--mb-20 {
    margin-bottom: -5rem !important;
  }

  .md\--ml-20 {
    margin-left: -5rem !important;
  }

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

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

  .md\--mb-24 {
    margin-bottom: -6rem !important;
  }

  .md\--ml-24 {
    margin-left: -6rem !important;
  }

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

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

  .md\--mb-32 {
    margin-bottom: -8rem !important;
  }

  .md\--ml-32 {
    margin-left: -8rem !important;
  }

  .md\--mt-48 {
    margin-top: -12rem !important;
  }

  .md\--mr-48 {
    margin-right: -12rem !important;
  }

  .md\--mb-48 {
    margin-bottom: -12rem !important;
  }

  .md\--ml-48 {
    margin-left: -12rem !important;
  }

  .md\--mt-64 {
    margin-top: -16rem !important;
  }

  .md\--mr-64 {
    margin-right: -16rem !important;
  }

  .md\--mb-64 {
    margin-bottom: -16rem !important;
  }

  .md\--ml-64 {
    margin-left: -16rem !important;
  }

  .md\--mt-128 {
    margin-top: -32rem !important;
  }

  .md\--mr-128 {
    margin-right: -32rem !important;
  }

  .md\--mb-128 {
    margin-bottom: -32rem !important;
  }

  .md\--ml-128 {
    margin-left: -32rem !important;
  }

  .md\--mt-256 {
    margin-top: -64rem !important;
  }

  .md\--mr-256 {
    margin-right: -64rem !important;
  }

  .md\--mb-256 {
    margin-bottom: -64rem !important;
  }

  .md\--ml-256 {
    margin-left: -64rem !important;
  }

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

  .md\--mr-px {
    margin-right: -1px !important;
  }

  .md\--mb-px {
    margin-bottom: -1px !important;
  }

  .md\--ml-px {
    margin-left: -1px !important;
  }

  .md\-opacity-0 {
    opacity: 0 !important;
  }

  .md\-opacity-25 {
    opacity: .25 !important;
  }

  .md\-opacity-50 {
    opacity: .5 !important;
  }

  .md\-opacity-75 {
    opacity: .75 !important;
  }

  .md\-opacity-90 {
    opacity: .9 !important;
  }

  .md\-opacity-100 {
    opacity: 1 !important;
  }

  .md\-hover\-opacity-0:hover {
    opacity: 0 !important;
  }

  .md\-hover\-opacity-25:hover {
    opacity: .25 !important;
  }

  .md\-hover\-opacity-50:hover {
    opacity: .5 !important;
  }

  .md\-hover\-opacity-75:hover {
    opacity: .75 !important;
  }

  .md\-hover\-opacity-90:hover {
    opacity: .9 !important;
  }

  .md\-hover\-opacity-100:hover {
    opacity: 1 !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\-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\-p-0 {
    padding: 0 !important;
  }

  .md\-p-1 {
    padding: .25rem !important;
  }

  .md\-p-2 {
    padding: .5rem !important;
  }

  .md\-p-3 {
    padding: .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.75rem !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-48 {
    padding: 12rem !important;
  }

  .md\-p-64 {
    padding: 16rem !important;
  }

  .md\-p-px {
    padding: 1px !important;
  }

  .md\-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .md\-px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .md\-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .md\-px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .md\-py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .md\-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .md\-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\-py-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\-px-10 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .md\-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\-pt-0 {
    padding-top: 0 !important;
  }

  .md\-pr-0 {
    padding-right: 0 !important;
  }

  .md\-pb-0 {
    padding-bottom: 0 !important;
  }

  .md\-pl-0 {
    padding-left: 0 !important;
  }

  .md\-pt-1 {
    padding-top: .25rem !important;
  }

  .md\-pr-1 {
    padding-right: .25rem !important;
  }

  .md\-pb-1 {
    padding-bottom: .25rem !important;
  }

  .md\-pl-1 {
    padding-left: .25rem !important;
  }

  .md\-pt-2 {
    padding-top: .5rem !important;
  }

  .md\-pr-2 {
    padding-right: .5rem !important;
  }

  .md\-pb-2 {
    padding-bottom: .5rem !important;
  }

  .md\-pl-2 {
    padding-left: .5rem !important;
  }

  .md\-pt-3 {
    padding-top: .75rem !important;
  }

  .md\-pr-3 {
    padding-right: .75rem !important;
  }

  .md\-pb-3 {
    padding-bottom: .75rem !important;
  }

  .md\-pl-3 {
    padding-left: .75rem !important;
  }

  .md\-pt-4 {
    padding-top: 1rem !important;
  }

  .md\-pr-4 {
    padding-right: 1rem !important;
  }

  .md\-pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\-pl-4 {
    padding-left: 1rem !important;
  }

  .md\-pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\-pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\-pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\-pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\-pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\-pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\-pt-8 {
    padding-top: 2rem !important;
  }

  .md\-pr-8 {
    padding-right: 2rem !important;
  }

  .md\-pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\-pl-8 {
    padding-left: 2rem !important;
  }

  .md\-pt-10 {
    padding-top: 2.75rem !important;
  }

  .md\-pr-10 {
    padding-right: 2.75rem !important;
  }

  .md\-pb-10 {
    padding-bottom: 2.75rem !important;
  }

  .md\-pl-10 {
    padding-left: 2.75rem !important;
  }

  .md\-pt-12 {
    padding-top: 3rem !important;
  }

  .md\-pr-12 {
    padding-right: 3rem !important;
  }

  .md\-pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\-pl-12 {
    padding-left: 3rem !important;
  }

  .md\-pt-16 {
    padding-top: 4rem !important;
  }

  .md\-pr-16 {
    padding-right: 4rem !important;
  }

  .md\-pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\-pl-16 {
    padding-left: 4rem !important;
  }

  .md\-pt-20 {
    padding-top: 5rem !important;
  }

  .md\-pr-20 {
    padding-right: 5rem !important;
  }

  .md\-pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\-pl-20 {
    padding-left: 5rem !important;
  }

  .md\-pt-24 {
    padding-top: 6rem !important;
  }

  .md\-pr-24 {
    padding-right: 6rem !important;
  }

  .md\-pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\-pl-24 {
    padding-left: 6rem !important;
  }

  .md\-pt-32 {
    padding-top: 8rem !important;
  }

  .md\-pr-32 {
    padding-right: 8rem !important;
  }

  .md\-pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\-pl-32 {
    padding-left: 8rem !important;
  }

  .md\-pt-48 {
    padding-top: 12rem !important;
  }

  .md\-pr-48 {
    padding-right: 12rem !important;
  }

  .md\-pb-48 {
    padding-bottom: 12rem !important;
  }

  .md\-pl-48 {
    padding-left: 12rem !important;
  }

  .md\-pt-64 {
    padding-top: 16rem !important;
  }

  .md\-pr-64 {
    padding-right: 16rem !important;
  }

  .md\-pb-64 {
    padding-bottom: 16rem !important;
  }

  .md\-pl-64 {
    padding-left: 16rem !important;
  }

  .md\-pt-px {
    padding-top: 1px !important;
  }

  .md\-pr-px {
    padding-right: 1px !important;
  }

  .md\-pb-px {
    padding-bottom: 1px !important;
  }

  .md\-pl-px {
    padding-left: 1px !important;
  }

  .md\-pointer-events-none {
    pointer-events: none !important;
  }

  .md\-pointer-events-auto {
    pointer-events: auto !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\-pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\-pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\-pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\-pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .md\-pin-t {
    top: 0 !important;
  }

  .md\-pin-r {
    right: 0 !important;
  }

  .md\-pin-b {
    bottom: 0 !important;
  }

  .md\-pin-l {
    left: 0 !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\-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .md\-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .md\-shadow-none {
    box-shadow: none !important;
  }

  .md\-hover\-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .md\-hover\-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\-hover\-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\-hover\-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .md\-hover\-shadow-none:hover {
    box-shadow: none !important;
  }

  .md\-table-auto {
    table-layout: auto !important;
  }

  .md\-table-fixed {
    table-layout: fixed !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\-text-transparent {
    color: transparent !important;
  }

  .md\-text-pink-darkest {
    color: #4d2728 !important;
  }

  .md\-text-pink-darker {
    color: #994e4f !important;
  }

  .md\-text-pink-dark {
    color: #e67577 !important;
  }

  .md\-text-pink {
    color: #ff8284 !important;
  }

  .md\-text-pink-light {
    color: #ffa8a9 !important;
  }

  .md\-text-pink-lighter {
    color: #ffcdce !important;
  }

  .md\-text-pink-lightest {
    color: #fff3f3 !important;
  }

  .md\-text-green-darkest {
    color: #030 !important;
  }

  .md\-text-green-darker {
    color: #2b6609 !important;
  }

  .md\-text-green-dark {
    color: #447f22 !important;
  }

  .md\-text-green {
    color: #77b255 !important;
  }

  .md\-text-green-light {
    color: #c4ffa2 !important;
  }

  .md\-text-green-lighter {
    color: #dfb !important;
  }

  .md\-text-green-lightest {
    color: #f6ffd4 !important;
  }

  .md\-text-black-darkest {
    color: #070707 !important;
  }

  .md\-text-black-darker {
    color: #0e0e0e !important;
  }

  .md\-text-black-dark {
    color: #161616 !important;
  }

  .md\-text-black {
    color: #181818 !important;
  }

  .md\-text-black-light {
    color: #5d5d5d !important;
  }

  .md\-text-black-lighter {
    color: #a3a3a3 !important;
  }

  .md\-text-black-lightest {
    color: #e8e8e8 !important;
  }

  .md\-text-white-darkest {
    color: #4d4d4d !important;
  }

  .md\-text-white-darker {
    color: #999 !important;
  }

  .md\-text-white-dark {
    color: #e6e6e6 !important;
  }

  .md\-text-white {
    color: #fff !important;
  }

  .md\-text-white-light {
    color: #fff !important;
  }

  .md\-text-white-lighter {
    color: #fff !important;
  }

  .md\-text-white-lightest {
    color: #fff !important;
  }

  .md\-hover\-text-transparent:hover {
    color: transparent !important;
  }

  .md\-hover\-text-pink-darkest:hover {
    color: #4d2728 !important;
  }

  .md\-hover\-text-pink-darker:hover {
    color: #994e4f !important;
  }

  .md\-hover\-text-pink-dark:hover {
    color: #e67577 !important;
  }

  .md\-hover\-text-pink:hover {
    color: #ff8284 !important;
  }

  .md\-hover\-text-pink-light:hover {
    color: #ffa8a9 !important;
  }

  .md\-hover\-text-pink-lighter:hover {
    color: #ffcdce !important;
  }

  .md\-hover\-text-pink-lightest:hover {
    color: #fff3f3 !important;
  }

  .md\-hover\-text-green-darkest:hover {
    color: #030 !important;
  }

  .md\-hover\-text-green-darker:hover {
    color: #2b6609 !important;
  }

  .md\-hover\-text-green-dark:hover {
    color: #447f22 !important;
  }

  .md\-hover\-text-green:hover {
    color: #77b255 !important;
  }

  .md\-hover\-text-green-light:hover {
    color: #c4ffa2 !important;
  }

  .md\-hover\-text-green-lighter:hover {
    color: #dfb !important;
  }

  .md\-hover\-text-green-lightest:hover {
    color: #f6ffd4 !important;
  }

  .md\-hover\-text-black-darkest:hover {
    color: #070707 !important;
  }

  .md\-hover\-text-black-darker:hover {
    color: #0e0e0e !important;
  }

  .md\-hover\-text-black-dark:hover {
    color: #161616 !important;
  }

  .md\-hover\-text-black:hover {
    color: #181818 !important;
  }

  .md\-hover\-text-black-light:hover {
    color: #5d5d5d !important;
  }

  .md\-hover\-text-black-lighter:hover {
    color: #a3a3a3 !important;
  }

  .md\-hover\-text-black-lightest:hover {
    color: #e8e8e8 !important;
  }

  .md\-hover\-text-white-darkest:hover {
    color: #4d4d4d !important;
  }

  .md\-hover\-text-white-darker:hover {
    color: #999 !important;
  }

  .md\-hover\-text-white-dark:hover {
    color: #e6e6e6 !important;
  }

  .md\-hover\-text-white:hover {
    color: #fff !important;
  }

  .md\-hover\-text-white-light:hover {
    color: #fff !important;
  }

  .md\-hover\-text-white-lighter:hover {
    color: #fff !important;
  }

  .md\-hover\-text-white-lightest:hover {
    color: #fff !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-4-5xl {
    font-size: 2.5rem !important;
  }

  .md\-text-5xl {
    font-size: 3rem !important;
  }

  .md\-italic {
    font-style: italic !important;
  }

  .md\-roman {
    font-style: normal !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\-underline {
    text-decoration: underline !important;
  }

  .md\-line-through {
    text-decoration: line-through !important;
  }

  .md\-no-underline {
    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\-italic:hover {
    font-style: italic !important;
  }

  .md\-hover\-roman:hover {
    font-style: normal !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\-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\-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\-tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .md\-tracking-normal {
    letter-spacing: 0 !important;
  }

  .md\-tracking-wide {
    letter-spacing: .05em !important;
  }

  .md\-select-none {
    user-select: none !important;
  }

  .md\-select-text {
    user-select: text !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\-visible {
    visibility: visible !important;
  }

  .md\-invisible {
    visibility: hidden !important;
  }

  .md\-whitespace-normal {
    white-space: normal !important;
  }

  .md\-whitespace-no-wrap {
    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-words {
    word-wrap: break-word !important;
  }

  .md\-break-normal {
    word-wrap: normal !important;
  }

  .md\-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\-w-1 {
    width: .25rem !important;
  }

  .md\-w-2 {
    width: .5rem !important;
  }

  .md\-w-3 {
    width: .75rem !important;
  }

  .md\-w-4 {
    width: 1rem !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-20 {
    width: 5rem !important;
  }

  .md\-w-24 {
    width: 6rem !important;
  }

  .md\-w-32 {
    width: 8rem !important;
  }

  .md\-w-40 {
    width: 10rem !important;
  }

  .md\-w-44 {
    width: 11rem !important;
  }

  .md\-w-48 {
    width: 12rem !important;
  }

  .md\-w-56 {
    width: 14rem !important;
  }

  .md\-w-64 {
    width: 16rem !important;
  }

  .md\-w-96 {
    width: 24rem !important;
  }

  .md\-w-120 {
    width: 30rem !important;
  }

  .md\-w-128 {
    width: 32rem !important;
  }

  .md\-w-256 {
    width: 64rem !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-full {
    width: 100% !important;
  }

  .md\-w-screen {
    width: 100vw !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;
  }
}

@media (min-width: 992px) {
  .lg\-list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .lg\-appearance-none {
    appearance: none !important;
  }

  .lg\-bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\-bg-local {
    background-attachment: local !important;
  }

  .lg\-bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\-bg-transparent {
    background-color: transparent !important;
  }

  .lg\-bg-pink-darkest {
    background-color: #4d2728 !important;
  }

  .lg\-bg-pink-darker {
    background-color: #994e4f !important;
  }

  .lg\-bg-pink-dark {
    background-color: #e67577 !important;
  }

  .lg\-bg-pink {
    background-color: #ff8284 !important;
  }

  .lg\-bg-pink-light {
    background-color: #ffa8a9 !important;
  }

  .lg\-bg-pink-lighter {
    background-color: #ffcdce !important;
  }

  .lg\-bg-pink-lightest {
    background-color: #fff3f3 !important;
  }

  .lg\-bg-green-darkest {
    background-color: #030 !important;
  }

  .lg\-bg-green-darker {
    background-color: #2b6609 !important;
  }

  .lg\-bg-green-dark {
    background-color: #447f22 !important;
  }

  .lg\-bg-green {
    background-color: #77b255 !important;
  }

  .lg\-bg-green-light {
    background-color: #c4ffa2 !important;
  }

  .lg\-bg-green-lighter {
    background-color: #dfb !important;
  }

  .lg\-bg-green-lightest {
    background-color: #f6ffd4 !important;
  }

  .lg\-bg-black-darkest {
    background-color: #070707 !important;
  }

  .lg\-bg-black-darker {
    background-color: #0e0e0e !important;
  }

  .lg\-bg-black-dark {
    background-color: #161616 !important;
  }

  .lg\-bg-black {
    background-color: #181818 !important;
  }

  .lg\-bg-black-light {
    background-color: #5d5d5d !important;
  }

  .lg\-bg-black-lighter {
    background-color: #a3a3a3 !important;
  }

  .lg\-bg-black-lightest {
    background-color: #e8e8e8 !important;
  }

  .lg\-bg-white-darkest {
    background-color: #4d4d4d !important;
  }

  .lg\-bg-white-darker {
    background-color: #999 !important;
  }

  .lg\-bg-white-dark {
    background-color: #e6e6e6 !important;
  }

  .lg\-bg-white {
    background-color: #fff !important;
  }

  .lg\-bg-white-light {
    background-color: #fff !important;
  }

  .lg\-bg-white-lighter {
    background-color: #fff !important;
  }

  .lg\-bg-white-lightest {
    background-color: #fff !important;
  }

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

  .lg\-hover\-bg-pink-darkest:hover {
    background-color: #4d2728 !important;
  }

  .lg\-hover\-bg-pink-darker:hover {
    background-color: #994e4f !important;
  }

  .lg\-hover\-bg-pink-dark:hover {
    background-color: #e67577 !important;
  }

  .lg\-hover\-bg-pink:hover {
    background-color: #ff8284 !important;
  }

  .lg\-hover\-bg-pink-light:hover {
    background-color: #ffa8a9 !important;
  }

  .lg\-hover\-bg-pink-lighter:hover {
    background-color: #ffcdce !important;
  }

  .lg\-hover\-bg-pink-lightest:hover {
    background-color: #fff3f3 !important;
  }

  .lg\-hover\-bg-green-darkest:hover {
    background-color: #030 !important;
  }

  .lg\-hover\-bg-green-darker:hover {
    background-color: #2b6609 !important;
  }

  .lg\-hover\-bg-green-dark:hover {
    background-color: #447f22 !important;
  }

  .lg\-hover\-bg-green:hover {
    background-color: #77b255 !important;
  }

  .lg\-hover\-bg-green-light:hover {
    background-color: #c4ffa2 !important;
  }

  .lg\-hover\-bg-green-lighter:hover {
    background-color: #dfb !important;
  }

  .lg\-hover\-bg-green-lightest:hover {
    background-color: #f6ffd4 !important;
  }

  .lg\-hover\-bg-black-darkest:hover {
    background-color: #070707 !important;
  }

  .lg\-hover\-bg-black-darker:hover {
    background-color: #0e0e0e !important;
  }

  .lg\-hover\-bg-black-dark:hover {
    background-color: #161616 !important;
  }

  .lg\-hover\-bg-black:hover {
    background-color: #181818 !important;
  }

  .lg\-hover\-bg-black-light:hover {
    background-color: #5d5d5d !important;
  }

  .lg\-hover\-bg-black-lighter:hover {
    background-color: #a3a3a3 !important;
  }

  .lg\-hover\-bg-black-lightest:hover {
    background-color: #e8e8e8 !important;
  }

  .lg\-hover\-bg-white-darkest:hover {
    background-color: #4d4d4d !important;
  }

  .lg\-hover\-bg-white-darker:hover {
    background-color: #999 !important;
  }

  .lg\-hover\-bg-white-dark:hover {
    background-color: #e6e6e6 !important;
  }

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

  .lg\-hover\-bg-white-light:hover {
    background-color: #fff !important;
  }

  .lg\-hover\-bg-white-lighter:hover {
    background-color: #fff !important;
  }

  .lg\-hover\-bg-white-lightest:hover {
    background-color: #fff !important;
  }

  .lg\-bg-bottom {
    background-position: bottom !important;
  }

  .lg\-bg-center {
    background-position: center !important;
  }

  .lg\-bg-left {
    background-position: left !important;
  }

  .lg\-bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\-bg-left-top {
    background-position: left top !important;
  }

  .lg\-bg-right {
    background-position: right !important;
  }

  .lg\-bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\-bg-right-top {
    background-position: right top !important;
  }

  .lg\-bg-top {
    background-position: top !important;
  }

  .lg\-bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\-bg-auto {
    background-size: auto !important;
  }

  .lg\-bg-cover {
    background-size: cover !important;
  }

  .lg\-bg-contain {
    background-size: contain !important;
  }

  .lg\-border-transparent {
    border-color: transparent !important;
  }

  .lg\-border-pink-darkest {
    border-color: #4d2728 !important;
  }

  .lg\-border-pink-darker {
    border-color: #994e4f !important;
  }

  .lg\-border-pink-dark {
    border-color: #e67577 !important;
  }

  .lg\-border-pink {
    border-color: #ff8284 !important;
  }

  .lg\-border-pink-light {
    border-color: #ffa8a9 !important;
  }

  .lg\-border-pink-lighter {
    border-color: #ffcdce !important;
  }

  .lg\-border-pink-lightest {
    border-color: #fff3f3 !important;
  }

  .lg\-border-green-darkest {
    border-color: #030 !important;
  }

  .lg\-border-green-darker {
    border-color: #2b6609 !important;
  }

  .lg\-border-green-dark {
    border-color: #447f22 !important;
  }

  .lg\-border-green {
    border-color: #77b255 !important;
  }

  .lg\-border-green-light {
    border-color: #c4ffa2 !important;
  }

  .lg\-border-green-lighter {
    border-color: #dfb !important;
  }

  .lg\-border-green-lightest {
    border-color: #f6ffd4 !important;
  }

  .lg\-border-black-darkest {
    border-color: #070707 !important;
  }

  .lg\-border-black-darker {
    border-color: #0e0e0e !important;
  }

  .lg\-border-black-dark {
    border-color: #161616 !important;
  }

  .lg\-border-black {
    border-color: #181818 !important;
  }

  .lg\-border-black-light {
    border-color: #5d5d5d !important;
  }

  .lg\-border-black-lighter {
    border-color: #a3a3a3 !important;
  }

  .lg\-border-black-lightest {
    border-color: #e8e8e8 !important;
  }

  .lg\-border-white-darkest {
    border-color: #4d4d4d !important;
  }

  .lg\-border-white-darker {
    border-color: #999 !important;
  }

  .lg\-border-white-dark {
    border-color: #e6e6e6 !important;
  }

  .lg\-border-white {
    border-color: #fff !important;
  }

  .lg\-border-white-light {
    border-color: #fff !important;
  }

  .lg\-border-white-lighter {
    border-color: #fff !important;
  }

  .lg\-border-white-lightest {
    border-color: #fff !important;
  }

  .lg\-hover\-border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\-hover\-border-pink-darkest:hover {
    border-color: #4d2728 !important;
  }

  .lg\-hover\-border-pink-darker:hover {
    border-color: #994e4f !important;
  }

  .lg\-hover\-border-pink-dark:hover {
    border-color: #e67577 !important;
  }

  .lg\-hover\-border-pink:hover {
    border-color: #ff8284 !important;
  }

  .lg\-hover\-border-pink-light:hover {
    border-color: #ffa8a9 !important;
  }

  .lg\-hover\-border-pink-lighter:hover {
    border-color: #ffcdce !important;
  }

  .lg\-hover\-border-pink-lightest:hover {
    border-color: #fff3f3 !important;
  }

  .lg\-hover\-border-green-darkest:hover {
    border-color: #030 !important;
  }

  .lg\-hover\-border-green-darker:hover {
    border-color: #2b6609 !important;
  }

  .lg\-hover\-border-green-dark:hover {
    border-color: #447f22 !important;
  }

  .lg\-hover\-border-green:hover {
    border-color: #77b255 !important;
  }

  .lg\-hover\-border-green-light:hover {
    border-color: #c4ffa2 !important;
  }

  .lg\-hover\-border-green-lighter:hover {
    border-color: #dfb !important;
  }

  .lg\-hover\-border-green-lightest:hover {
    border-color: #f6ffd4 !important;
  }

  .lg\-hover\-border-black-darkest:hover {
    border-color: #070707 !important;
  }

  .lg\-hover\-border-black-darker:hover {
    border-color: #0e0e0e !important;
  }

  .lg\-hover\-border-black-dark:hover {
    border-color: #161616 !important;
  }

  .lg\-hover\-border-black:hover {
    border-color: #181818 !important;
  }

  .lg\-hover\-border-black-light:hover {
    border-color: #5d5d5d !important;
  }

  .lg\-hover\-border-black-lighter:hover {
    border-color: #a3a3a3 !important;
  }

  .lg\-hover\-border-black-lightest:hover {
    border-color: #e8e8e8 !important;
  }

  .lg\-hover\-border-white-darkest:hover {
    border-color: #4d4d4d !important;
  }

  .lg\-hover\-border-white-darker:hover {
    border-color: #999 !important;
  }

  .lg\-hover\-border-white-dark:hover {
    border-color: #e6e6e6 !important;
  }

  .lg\-hover\-border-white:hover {
    border-color: #fff !important;
  }

  .lg\-hover\-border-white-light:hover {
    border-color: #fff !important;
  }

  .lg\-hover\-border-white-lighter:hover {
    border-color: #fff !important;
  }

  .lg\-hover\-border-white-lightest:hover {
    border-color: #fff !important;
  }

  .lg\-rounded-none {
    border-radius: 0 !important;
  }

  .lg\-rounded-sm {
    border-radius: .125rem !important;
  }

  .lg\-rounded {
    border-radius: .25rem !important;
  }

  .lg\-rounded-lg {
    border-radius: .5rem !important;
  }

  .lg\-rounded-full {
    border-radius: 9999px !important;
  }

  .lg\-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\-rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .lg\-rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .lg\-rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .lg\-rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .lg\-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .lg\-rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .lg\-rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .lg\-rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .lg\-rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .lg\-rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .lg\-rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .lg\-rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .lg\-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .lg\-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .lg\-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .lg\-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .lg\-rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .lg\-rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .lg\-rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .lg\-rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .lg\-rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .lg\-rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .lg\-rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .lg\-rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .lg\-rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .lg\-rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .lg\-rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .lg\-rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .lg\-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\-hover\-rounded-none:hover {
    border-radius: 0 !important;
  }

  .lg\-hover\-rounded-sm:hover {
    border-radius: .125rem !important;
  }

  .lg\-hover\-rounded:hover {
    border-radius: .25rem !important;
  }

  .lg\-hover\-rounded-lg:hover {
    border-radius: .5rem !important;
  }

  .lg\-hover\-rounded-full:hover {
    border-radius: 9999px !important;
  }

  .lg\-hover\-rounded-t-none:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\-hover\-rounded-r-none:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\-hover\-rounded-b-none:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\-hover\-rounded-l-none:hover {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\-hover\-rounded-t-sm:hover {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .lg\-hover\-rounded-r-sm:hover {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .lg\-hover\-rounded-b-sm:hover {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .lg\-hover\-rounded-l-sm:hover {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .lg\-hover\-rounded-t:hover {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .lg\-hover\-rounded-r:hover {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .lg\-hover\-rounded-b:hover {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .lg\-hover\-rounded-l:hover {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .lg\-hover\-rounded-t-lg:hover {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .lg\-hover\-rounded-r-lg:hover {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .lg\-hover\-rounded-b-lg:hover {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .lg\-hover\-rounded-l-lg:hover {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .lg\-hover\-rounded-t-full:hover {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\-hover\-rounded-r-full:hover {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\-hover\-rounded-b-full:hover {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\-hover\-rounded-l-full:hover {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\-hover\-rounded-tl-none:hover {
    border-top-left-radius: 0 !important;
  }

  .lg\-hover\-rounded-tr-none:hover {
    border-top-right-radius: 0 !important;
  }

  .lg\-hover\-rounded-br-none:hover {
    border-bottom-right-radius: 0 !important;
  }

  .lg\-hover\-rounded-bl-none:hover {
    border-bottom-left-radius: 0 !important;
  }

  .lg\-hover\-rounded-tl-sm:hover {
    border-top-left-radius: .125rem !important;
  }

  .lg\-hover\-rounded-tr-sm:hover {
    border-top-right-radius: .125rem !important;
  }

  .lg\-hover\-rounded-br-sm:hover {
    border-bottom-right-radius: .125rem !important;
  }

  .lg\-hover\-rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem !important;
  }

  .lg\-hover\-rounded-tl:hover {
    border-top-left-radius: .25rem !important;
  }

  .lg\-hover\-rounded-tr:hover {
    border-top-right-radius: .25rem !important;
  }

  .lg\-hover\-rounded-br:hover {
    border-bottom-right-radius: .25rem !important;
  }

  .lg\-hover\-rounded-bl:hover {
    border-bottom-left-radius: .25rem !important;
  }

  .lg\-hover\-rounded-tl-lg:hover {
    border-top-left-radius: .5rem !important;
  }

  .lg\-hover\-rounded-tr-lg:hover {
    border-top-right-radius: .5rem !important;
  }

  .lg\-hover\-rounded-br-lg:hover {
    border-bottom-right-radius: .5rem !important;
  }

  .lg\-hover\-rounded-bl-lg:hover {
    border-bottom-left-radius: .5rem !important;
  }

  .lg\-hover\-rounded-tl-full:hover {
    border-top-left-radius: 9999px !important;
  }

  .lg\-hover\-rounded-tr-full:hover {
    border-top-right-radius: 9999px !important;
  }

  .lg\-hover\-rounded-br-full:hover {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\-hover\-rounded-bl-full:hover {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\-border-solid {
    border-style: solid !important;
  }

  .lg\-border-dashed {
    border-style: dashed !important;
  }

  .lg\-border-dotted {
    border-style: dotted !important;
  }

  .lg\-border-none {
    border-style: none !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 {
    border-width: 1px !important;
  }

  .lg\-border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\-border-r-0 {
    border-right-width: 0 !important;
  }

  .lg\-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg\-border-l-0 {
    border-left-width: 0 !important;
  }

  .lg\-border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\-border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\-border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\-border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\-border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\-border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\-border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\-border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\-border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\-border-t {
    border-top-width: 1px !important;
  }

  .lg\-border-r {
    border-right-width: 1px !important;
  }

  .lg\-border-b {
    border-bottom-width: 1px !important;
  }

  .lg\-border-l {
    border-left-width: 1px !important;
  }

  .lg\-hover\-border-0:hover {
    border-width: 0 !important;
  }

  .lg\-hover\-border-2:hover {
    border-width: 2px !important;
  }

  .lg\-hover\-border-4:hover {
    border-width: 4px !important;
  }

  .lg\-hover\-border-8:hover {
    border-width: 8px !important;
  }

  .lg\-hover\-border:hover {
    border-width: 1px !important;
  }

  .lg\-hover\-border-t-0:hover {
    border-top-width: 0 !important;
  }

  .lg\-hover\-border-r-0:hover {
    border-right-width: 0 !important;
  }

  .lg\-hover\-border-b-0:hover {
    border-bottom-width: 0 !important;
  }

  .lg\-hover\-border-l-0:hover {
    border-left-width: 0 !important;
  }

  .lg\-hover\-border-t-2:hover {
    border-top-width: 2px !important;
  }

  .lg\-hover\-border-r-2:hover {
    border-right-width: 2px !important;
  }

  .lg\-hover\-border-b-2:hover {
    border-bottom-width: 2px !important;
  }

  .lg\-hover\-border-l-2:hover {
    border-left-width: 2px !important;
  }

  .lg\-hover\-border-t-4:hover {
    border-top-width: 4px !important;
  }

  .lg\-hover\-border-r-4:hover {
    border-right-width: 4px !important;
  }

  .lg\-hover\-border-b-4:hover {
    border-bottom-width: 4px !important;
  }

  .lg\-hover\-border-l-4:hover {
    border-left-width: 4px !important;
  }

  .lg\-hover\-border-t-8:hover {
    border-top-width: 8px !important;
  }

  .lg\-hover\-border-r-8:hover {
    border-right-width: 8px !important;
  }

  .lg\-hover\-border-b-8:hover {
    border-bottom-width: 8px !important;
  }

  .lg\-hover\-border-l-8:hover {
    border-left-width: 8px !important;
  }

  .lg\-hover\-border-t:hover {
    border-top-width: 1px !important;
  }

  .lg\-hover\-border-r:hover {
    border-right-width: 1px !important;
  }

  .lg\-hover\-border-b:hover {
    border-bottom-width: 1px !important;
  }

  .lg\-hover\-border-l:hover {
    border-left-width: 1px !important;
  }

  .lg\-cursor-auto {
    cursor: auto !important;
  }

  .lg\-cursor-default {
    cursor: default !important;
  }

  .lg\-cursor-pointer {
    cursor: pointer !important;
  }

  .lg\-cursor-wait {
    cursor: wait !important;
  }

  .lg\-cursor-move {
    cursor: move !important;
  }

  .lg\-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\-block {
    display: block !important;
  }

  .lg\-inline-block {
    display: inline-block !important;
  }

  .lg\-inline {
    display: inline !important;
  }

  .lg\-table {
    display: table !important;
  }

  .lg\-table-row {
    display: table-row !important;
  }

  .lg\-table-cell {
    display: table-cell !important;
  }

  .lg\-hidden {
    display: none !important;
  }

  .lg\-flex {
    display: flex !important;
  }

  .lg\-inline-flex {
    display: inline-flex !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-no-wrap {
    flex-wrap: nowrap !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\-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\-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\-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\-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-grow {
    flex-grow: 1 !important;
  }

  .lg\-flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\-flex-no-grow {
    flex-grow: 0 !important;
  }

  .lg\-flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .lg\-float-right {
    float: right !important;
  }

  .lg\-float-left {
    float: left !important;
  }

  .lg\-float-none {
    float: none !important;
  }

  .lg\-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\-font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .lg\-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
  }

  .lg\-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .lg\-font-normal {
    font-weight: 400 !important;
  }

  .lg\-font-bold {
    font-weight: 700 !important;
  }

  .lg\-hover\-font-normal:hover {
    font-weight: 400 !important;
  }

  .lg\-hover\-font-bold:hover {
    font-weight: 700 !important;
  }

  .lg\-h-1 {
    height: .25rem !important;
  }

  .lg\-h-2 {
    height: .5rem !important;
  }

  .lg\-h-3 {
    height: .75rem !important;
  }

  .lg\-h-4 {
    height: 1rem !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-20 {
    height: 5rem !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-96 {
    height: 24rem !important;
  }

  .lg\-h-120 {
    height: 30rem !important;
  }

  .lg\-h-128 {
    height: 32rem !important;
  }

  .lg\-h-156 {
    height: 54rem !important;
  }

  .lg\-h-270 {
    height: 93.75rem !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\-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\-m-0 {
    margin: 0 !important;
  }

  .lg\-m-1 {
    margin: .25rem !important;
  }

  .lg\-m-2 {
    margin: .5rem !important;
  }

  .lg\-m-3 {
    margin: .75rem !important;
  }

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

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

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

  .lg\-m-10 {
    margin: 2.6875rem !important;
  }

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

  .lg\-m-14 {
    margin: 3.5rem !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-48 {
    margin: 12rem !important;
  }

  .lg\-m-64 {
    margin: 16rem !important;
  }

  .lg\-m-128 {
    margin: 32rem !important;
  }

  .lg\-m-256 {
    margin: 64rem !important;
  }

  .lg\-m-auto {
    margin: auto !important;
  }

  .lg\-m-px {
    margin: 1px !important;
  }

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

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

  .lg\-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .lg\-mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .lg\-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .lg\-mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .lg\-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .lg\-mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

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

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

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

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

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

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

  .lg\-my-10 {
    margin-top: 2.6875rem !important;
    margin-bottom: 2.6875rem !important;
  }

  .lg\-mx-10 {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important;
  }

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

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

  .lg\-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

  .lg\-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\-my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }

  .lg\-mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }

  .lg\-my-256 {
    margin-top: 64rem !important;
    margin-bottom: 64rem !important;
  }

  .lg\-mx-256 {
    margin-left: 64rem !important;
    margin-right: 64rem !important;
  }

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

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

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

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

  .lg\-mt-0 {
    margin-top: 0 !important;
  }

  .lg\-mr-0 {
    margin-right: 0 !important;
  }

  .lg\-mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\-ml-0 {
    margin-left: 0 !important;
  }

  .lg\-mt-1 {
    margin-top: .25rem !important;
  }

  .lg\-mr-1 {
    margin-right: .25rem !important;
  }

  .lg\-mb-1 {
    margin-bottom: .25rem !important;
  }

  .lg\-ml-1 {
    margin-left: .25rem !important;
  }

  .lg\-mt-2 {
    margin-top: .5rem !important;
  }

  .lg\-mr-2 {
    margin-right: .5rem !important;
  }

  .lg\-mb-2 {
    margin-bottom: .5rem !important;
  }

  .lg\-ml-2 {
    margin-left: .5rem !important;
  }

  .lg\-mt-3 {
    margin-top: .75rem !important;
  }

  .lg\-mr-3 {
    margin-right: .75rem !important;
  }

  .lg\-mb-3 {
    margin-bottom: .75rem !important;
  }

  .lg\-ml-3 {
    margin-left: .75rem !important;
  }

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

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

  .lg\-mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\-ml-4 {
    margin-left: 1rem !important;
  }

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

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

  .lg\-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\-ml-6 {
    margin-left: 1.5rem !important;
  }

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

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

  .lg\-mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\-ml-8 {
    margin-left: 2rem !important;
  }

  .lg\-mt-10 {
    margin-top: 2.6875rem !important;
  }

  .lg\-mr-10 {
    margin-right: 2.6875rem !important;
  }

  .lg\-mb-10 {
    margin-bottom: 2.6875rem !important;
  }

  .lg\-ml-10 {
    margin-left: 2.6875rem !important;
  }

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

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

  .lg\-mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\-ml-12 {
    margin-left: 3rem !important;
  }

  .lg\-mt-14 {
    margin-top: 3.5rem !important;
  }

  .lg\-mr-14 {
    margin-right: 3.5rem !important;
  }

  .lg\-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .lg\-ml-14 {
    margin-left: 3.5rem !important;
  }

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

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

  .lg\-mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\-ml-16 {
    margin-left: 4rem !important;
  }

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

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

  .lg\-mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\-ml-20 {
    margin-left: 5rem !important;
  }

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

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

  .lg\-mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\-ml-24 {
    margin-left: 6rem !important;
  }

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

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

  .lg\-mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\-ml-32 {
    margin-left: 8rem !important;
  }

  .lg\-mt-48 {
    margin-top: 12rem !important;
  }

  .lg\-mr-48 {
    margin-right: 12rem !important;
  }

  .lg\-mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\-ml-48 {
    margin-left: 12rem !important;
  }

  .lg\-mt-64 {
    margin-top: 16rem !important;
  }

  .lg\-mr-64 {
    margin-right: 16rem !important;
  }

  .lg\-mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\-ml-64 {
    margin-left: 16rem !important;
  }

  .lg\-mt-128 {
    margin-top: 32rem !important;
  }

  .lg\-mr-128 {
    margin-right: 32rem !important;
  }

  .lg\-mb-128 {
    margin-bottom: 32rem !important;
  }

  .lg\-ml-128 {
    margin-left: 32rem !important;
  }

  .lg\-mt-256 {
    margin-top: 64rem !important;
  }

  .lg\-mr-256 {
    margin-right: 64rem !important;
  }

  .lg\-mb-256 {
    margin-bottom: 64rem !important;
  }

  .lg\-ml-256 {
    margin-left: 64rem !important;
  }

  .lg\-mt-auto {
    margin-top: auto !important;
  }

  .lg\-mr-auto {
    margin-right: auto !important;
  }

  .lg\-mb-auto {
    margin-bottom: auto !important;
  }

  .lg\-ml-auto {
    margin-left: auto !important;
  }

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

  .lg\-mr-px {
    margin-right: 1px !important;
  }

  .lg\-mb-px {
    margin-bottom: 1px !important;
  }

  .lg\-ml-px {
    margin-left: 1px !important;
  }

  .lg\-max-h-full {
    max-height: 100% !important;
  }

  .lg\-max-h-screen {
    max-height: 100vh !important;
  }

  .lg\-max-w-initial {
    max-width: initial !important;
  }

  .lg\-max-w-xxs {
    max-width: 15.625rem !important;
  }

  .lg\-max-w-xs {
    max-width: 20rem !important;
  }

  .lg\-max-w-xssm {
    max-width: 25rem !important;
  }

  .lg\-max-w-smxs {
    max-width: 27.5rem !important;
  }

  .lg\-max-w-sm {
    max-width: 30rem !important;
  }

  .lg\-max-w-xmd {
    max-width: 32.5rem !important;
  }

  .lg\-max-w-mdsm {
    max-width: 35rem !important;
  }

  .lg\-max-w-md {
    max-width: 40rem !important;
  }

  .lg\-max-w-mdlg {
    max-width: 45rem !important;
  }

  .lg\-max-w-lg {
    max-width: 50rem !important;
  }

  .lg\-max-w-lgxl {
    max-width: 55rem !important;
  }

  .lg\-max-w-xl {
    max-width: 60rem !important;
  }

  .lg\-max-w-xxl {
    max-width: 67.5rem !important;
  }

  .lg\-max-w-2xl {
    max-width: 70rem !important;
  }

  .lg\-max-w-3xl {
    max-width: 75rem !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\-min-h-0 {
    min-height: 0 !important;
  }

  .lg\-min-h-1 {
    min-height: .25rem !important;
  }

  .lg\-min-h-2 {
    min-height: .5rem !important;
  }

  .lg\-min-h-3 {
    min-height: .75rem !important;
  }

  .lg\-min-h-4 {
    min-height: 1rem !important;
  }

  .lg\-min-h-6 {
    min-height: 1.5rem !important;
  }

  .lg\-min-h-8 {
    min-height: 2rem !important;
  }

  .lg\-min-h-10 {
    min-height: 2.5rem !important;
  }

  .lg\-min-h-12 {
    min-height: 3rem !important;
  }

  .lg\-min-h-16 {
    min-height: 4rem !important;
  }

  .lg\-min-h-24 {
    min-height: 6rem !important;
  }

  .lg\-min-h-32 {
    min-height: 8rem !important;
  }

  .lg\-min-h-43 {
    min-height: 43rem !important;
  }

  .lg\-min-h-48 {
    min-height: 12rem !important;
  }

  .lg\-min-h-64 {
    min-height: 16rem !important;
  }

  .lg\-min-h-96 {
    min-height: 24rem !important;
  }

  .lg\-min-h-108 {
    min-height: 27rem !important;
  }

  .lg\-min-h-120 {
    min-height: 30rem !important;
  }

  .lg\-min-h-128 {
    min-height: 32rem !important;
  }

  .lg\-min-h-156 {
    min-height: 54rem !important;
  }

  .lg\-min-h-270 {
    min-height: 93.75rem !important;
  }

  .lg\-min-h-full {
    min-height: 100% !important;
  }

  .lg\-min-h-half {
    min-height: 50vh !important;
  }

  .lg\-min-h-screen {
    min-height: 100vh !important;
  }

  .lg\-min-w-0 {
    min-width: 0 !important;
  }

  .lg\-min-w-1 {
    min-width: .25rem !important;
  }

  .lg\-min-w-2 {
    min-width: .5rem !important;
  }

  .lg\-min-w-3 {
    min-width: .75rem !important;
  }

  .lg\-min-w-4 {
    min-width: 1rem !important;
  }

  .lg\-min-w-6 {
    min-width: 1.5rem !important;
  }

  .lg\-min-w-8 {
    min-width: 2rem !important;
  }

  .lg\-min-w-10 {
    min-width: 2.5rem !important;
  }

  .lg\-min-w-12 {
    min-width: 3rem !important;
  }

  .lg\-min-w-16 {
    min-width: 4rem !important;
  }

  .lg\-min-w-24 {
    min-width: 6rem !important;
  }

  .lg\-min-w-32 {
    min-width: 8rem !important;
  }

  .lg\-min-w-48 {
    min-width: 12rem !important;
  }

  .lg\-min-w-64 {
    min-width: 16rem !important;
  }

  .lg\-min-w-96 {
    min-width: 24rem !important;
  }

  .lg\-min-w-120 {
    min-width: 30rem !important;
  }

  .lg\-min-w-128 {
    min-width: 32rem !important;
  }

  .lg\-min-w-156 {
    min-width: 54rem !important;
  }

  .lg\-min-w-full {
    min-width: 100% !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-6 {
    margin: -1.5rem !important;
  }

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

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

  .lg\--m-14 {
    margin: -3.5rem !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-48 {
    margin: -12rem !important;
  }

  .lg\--m-64 {
    margin: -16rem !important;
  }

  .lg\--m-128 {
    margin: -32rem !important;
  }

  .lg\--m-256 {
    margin: -64rem !important;
  }

  .lg\--m-px {
    margin: -1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

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

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

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

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

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

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

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

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

  .lg\--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\--my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important;
  }

  .lg\--mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }

  .lg\--my-256 {
    margin-top: -64rem !important;
    margin-bottom: -64rem !important;
  }

  .lg\--mx-256 {
    margin-left: -64rem !important;
    margin-right: -64rem !important;
  }

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

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

  .lg\--mt-0 {
    margin-top: 0 !important;
  }

  .lg\--mr-0 {
    margin-right: 0 !important;
  }

  .lg\--mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\--ml-0 {
    margin-left: 0 !important;
  }

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

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

  .lg\--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg\--ml-1 {
    margin-left: -0.25rem !important;
  }

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

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

  .lg\--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg\--ml-2 {
    margin-left: -0.5rem !important;
  }

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

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

  .lg\--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg\--ml-3 {
    margin-left: -0.75rem !important;
  }

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

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

  .lg\--mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\--ml-4 {
    margin-left: -1rem !important;
  }

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

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

  .lg\--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg\--ml-6 {
    margin-left: -1.5rem !important;
  }

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

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

  .lg\--mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\--ml-8 {
    margin-left: -2rem !important;
  }

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

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

  .lg\--mb-12 {
    margin-bottom: -3rem !important;
  }

  .lg\--ml-12 {
    margin-left: -3rem !important;
  }

  .lg\--mt-14 {
    margin-top: -3.5rem !important;
  }

  .lg\--mr-14 {
    margin-right: -3.5rem !important;
  }

  .lg\--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .lg\--ml-14 {
    margin-left: -3.5rem !important;
  }

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

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

  .lg\--mb-16 {
    margin-bottom: -4rem !important;
  }

  .lg\--ml-16 {
    margin-left: -4rem !important;
  }

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

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

  .lg\--mb-20 {
    margin-bottom: -5rem !important;
  }

  .lg\--ml-20 {
    margin-left: -5rem !important;
  }

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

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

  .lg\--mb-24 {
    margin-bottom: -6rem !important;
  }

  .lg\--ml-24 {
    margin-left: -6rem !important;
  }

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

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

  .lg\--mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg\--ml-32 {
    margin-left: -8rem !important;
  }

  .lg\--mt-48 {
    margin-top: -12rem !important;
  }

  .lg\--mr-48 {
    margin-right: -12rem !important;
  }

  .lg\--mb-48 {
    margin-bottom: -12rem !important;
  }

  .lg\--ml-48 {
    margin-left: -12rem !important;
  }

  .lg\--mt-64 {
    margin-top: -16rem !important;
  }

  .lg\--mr-64 {
    margin-right: -16rem !important;
  }

  .lg\--mb-64 {
    margin-bottom: -16rem !important;
  }

  .lg\--ml-64 {
    margin-left: -16rem !important;
  }

  .lg\--mt-128 {
    margin-top: -32rem !important;
  }

  .lg\--mr-128 {
    margin-right: -32rem !important;
  }

  .lg\--mb-128 {
    margin-bottom: -32rem !important;
  }

  .lg\--ml-128 {
    margin-left: -32rem !important;
  }

  .lg\--mt-256 {
    margin-top: -64rem !important;
  }

  .lg\--mr-256 {
    margin-right: -64rem !important;
  }

  .lg\--mb-256 {
    margin-bottom: -64rem !important;
  }

  .lg\--ml-256 {
    margin-left: -64rem !important;
  }

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

  .lg\--mr-px {
    margin-right: -1px !important;
  }

  .lg\--mb-px {
    margin-bottom: -1px !important;
  }

  .lg\--ml-px {
    margin-left: -1px !important;
  }

  .lg\-opacity-0 {
    opacity: 0 !important;
  }

  .lg\-opacity-25 {
    opacity: .25 !important;
  }

  .lg\-opacity-50 {
    opacity: .5 !important;
  }

  .lg\-opacity-75 {
    opacity: .75 !important;
  }

  .lg\-opacity-90 {
    opacity: .9 !important;
  }

  .lg\-opacity-100 {
    opacity: 1 !important;
  }

  .lg\-hover\-opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\-hover\-opacity-25:hover {
    opacity: .25 !important;
  }

  .lg\-hover\-opacity-50:hover {
    opacity: .5 !important;
  }

  .lg\-hover\-opacity-75:hover {
    opacity: .75 !important;
  }

  .lg\-hover\-opacity-90:hover {
    opacity: .9 !important;
  }

  .lg\-hover\-opacity-100:hover {
    opacity: 1 !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\-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\-p-0 {
    padding: 0 !important;
  }

  .lg\-p-1 {
    padding: .25rem !important;
  }

  .lg\-p-2 {
    padding: .5rem !important;
  }

  .lg\-p-3 {
    padding: .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.75rem !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-48 {
    padding: 12rem !important;
  }

  .lg\-p-64 {
    padding: 16rem !important;
  }

  .lg\-p-px {
    padding: 1px !important;
  }

  .lg\-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .lg\-px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .lg\-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .lg\-px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .lg\-py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .lg\-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .lg\-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\-py-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\-px-10 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\-pt-0 {
    padding-top: 0 !important;
  }

  .lg\-pr-0 {
    padding-right: 0 !important;
  }

  .lg\-pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\-pl-0 {
    padding-left: 0 !important;
  }

  .lg\-pt-1 {
    padding-top: .25rem !important;
  }

  .lg\-pr-1 {
    padding-right: .25rem !important;
  }

  .lg\-pb-1 {
    padding-bottom: .25rem !important;
  }

  .lg\-pl-1 {
    padding-left: .25rem !important;
  }

  .lg\-pt-2 {
    padding-top: .5rem !important;
  }

  .lg\-pr-2 {
    padding-right: .5rem !important;
  }

  .lg\-pb-2 {
    padding-bottom: .5rem !important;
  }

  .lg\-pl-2 {
    padding-left: .5rem !important;
  }

  .lg\-pt-3 {
    padding-top: .75rem !important;
  }

  .lg\-pr-3 {
    padding-right: .75rem !important;
  }

  .lg\-pb-3 {
    padding-bottom: .75rem !important;
  }

  .lg\-pl-3 {
    padding-left: .75rem !important;
  }

  .lg\-pt-4 {
    padding-top: 1rem !important;
  }

  .lg\-pr-4 {
    padding-right: 1rem !important;
  }

  .lg\-pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\-pl-4 {
    padding-left: 1rem !important;
  }

  .lg\-pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\-pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\-pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\-pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\-pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\-pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\-pt-8 {
    padding-top: 2rem !important;
  }

  .lg\-pr-8 {
    padding-right: 2rem !important;
  }

  .lg\-pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\-pl-8 {
    padding-left: 2rem !important;
  }

  .lg\-pt-10 {
    padding-top: 2.75rem !important;
  }

  .lg\-pr-10 {
    padding-right: 2.75rem !important;
  }

  .lg\-pb-10 {
    padding-bottom: 2.75rem !important;
  }

  .lg\-pl-10 {
    padding-left: 2.75rem !important;
  }

  .lg\-pt-12 {
    padding-top: 3rem !important;
  }

  .lg\-pr-12 {
    padding-right: 3rem !important;
  }

  .lg\-pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\-pl-12 {
    padding-left: 3rem !important;
  }

  .lg\-pt-16 {
    padding-top: 4rem !important;
  }

  .lg\-pr-16 {
    padding-right: 4rem !important;
  }

  .lg\-pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\-pl-16 {
    padding-left: 4rem !important;
  }

  .lg\-pt-20 {
    padding-top: 5rem !important;
  }

  .lg\-pr-20 {
    padding-right: 5rem !important;
  }

  .lg\-pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\-pl-20 {
    padding-left: 5rem !important;
  }

  .lg\-pt-24 {
    padding-top: 6rem !important;
  }

  .lg\-pr-24 {
    padding-right: 6rem !important;
  }

  .lg\-pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\-pl-24 {
    padding-left: 6rem !important;
  }

  .lg\-pt-32 {
    padding-top: 8rem !important;
  }

  .lg\-pr-32 {
    padding-right: 8rem !important;
  }

  .lg\-pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\-pl-32 {
    padding-left: 8rem !important;
  }

  .lg\-pt-48 {
    padding-top: 12rem !important;
  }

  .lg\-pr-48 {
    padding-right: 12rem !important;
  }

  .lg\-pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\-pl-48 {
    padding-left: 12rem !important;
  }

  .lg\-pt-64 {
    padding-top: 16rem !important;
  }

  .lg\-pr-64 {
    padding-right: 16rem !important;
  }

  .lg\-pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\-pl-64 {
    padding-left: 16rem !important;
  }

  .lg\-pt-px {
    padding-top: 1px !important;
  }

  .lg\-pr-px {
    padding-right: 1px !important;
  }

  .lg\-pb-px {
    padding-bottom: 1px !important;
  }

  .lg\-pl-px {
    padding-left: 1px !important;
  }

  .lg\-pointer-events-none {
    pointer-events: none !important;
  }

  .lg\-pointer-events-auto {
    pointer-events: auto !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\-pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\-pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\-pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\-pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\-pin-t {
    top: 0 !important;
  }

  .lg\-pin-r {
    right: 0 !important;
  }

  .lg\-pin-b {
    bottom: 0 !important;
  }

  .lg\-pin-l {
    left: 0 !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\-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .lg\-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .lg\-shadow-none {
    box-shadow: none !important;
  }

  .lg\-hover\-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .lg\-hover\-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\-hover\-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\-hover\-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .lg\-hover\-shadow-none:hover {
    box-shadow: none !important;
  }

  .lg\-table-auto {
    table-layout: auto !important;
  }

  .lg\-table-fixed {
    table-layout: fixed !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\-text-transparent {
    color: transparent !important;
  }

  .lg\-text-pink-darkest {
    color: #4d2728 !important;
  }

  .lg\-text-pink-darker {
    color: #994e4f !important;
  }

  .lg\-text-pink-dark {
    color: #e67577 !important;
  }

  .lg\-text-pink {
    color: #ff8284 !important;
  }

  .lg\-text-pink-light {
    color: #ffa8a9 !important;
  }

  .lg\-text-pink-lighter {
    color: #ffcdce !important;
  }

  .lg\-text-pink-lightest {
    color: #fff3f3 !important;
  }

  .lg\-text-green-darkest {
    color: #030 !important;
  }

  .lg\-text-green-darker {
    color: #2b6609 !important;
  }

  .lg\-text-green-dark {
    color: #447f22 !important;
  }

  .lg\-text-green {
    color: #77b255 !important;
  }

  .lg\-text-green-light {
    color: #c4ffa2 !important;
  }

  .lg\-text-green-lighter {
    color: #dfb !important;
  }

  .lg\-text-green-lightest {
    color: #f6ffd4 !important;
  }

  .lg\-text-black-darkest {
    color: #070707 !important;
  }

  .lg\-text-black-darker {
    color: #0e0e0e !important;
  }

  .lg\-text-black-dark {
    color: #161616 !important;
  }

  .lg\-text-black {
    color: #181818 !important;
  }

  .lg\-text-black-light {
    color: #5d5d5d !important;
  }

  .lg\-text-black-lighter {
    color: #a3a3a3 !important;
  }

  .lg\-text-black-lightest {
    color: #e8e8e8 !important;
  }

  .lg\-text-white-darkest {
    color: #4d4d4d !important;
  }

  .lg\-text-white-darker {
    color: #999 !important;
  }

  .lg\-text-white-dark {
    color: #e6e6e6 !important;
  }

  .lg\-text-white {
    color: #fff !important;
  }

  .lg\-text-white-light {
    color: #fff !important;
  }

  .lg\-text-white-lighter {
    color: #fff !important;
  }

  .lg\-text-white-lightest {
    color: #fff !important;
  }

  .lg\-hover\-text-transparent:hover {
    color: transparent !important;
  }

  .lg\-hover\-text-pink-darkest:hover {
    color: #4d2728 !important;
  }

  .lg\-hover\-text-pink-darker:hover {
    color: #994e4f !important;
  }

  .lg\-hover\-text-pink-dark:hover {
    color: #e67577 !important;
  }

  .lg\-hover\-text-pink:hover {
    color: #ff8284 !important;
  }

  .lg\-hover\-text-pink-light:hover {
    color: #ffa8a9 !important;
  }

  .lg\-hover\-text-pink-lighter:hover {
    color: #ffcdce !important;
  }

  .lg\-hover\-text-pink-lightest:hover {
    color: #fff3f3 !important;
  }

  .lg\-hover\-text-green-darkest:hover {
    color: #030 !important;
  }

  .lg\-hover\-text-green-darker:hover {
    color: #2b6609 !important;
  }

  .lg\-hover\-text-green-dark:hover {
    color: #447f22 !important;
  }

  .lg\-hover\-text-green:hover {
    color: #77b255 !important;
  }

  .lg\-hover\-text-green-light:hover {
    color: #c4ffa2 !important;
  }

  .lg\-hover\-text-green-lighter:hover {
    color: #dfb !important;
  }

  .lg\-hover\-text-green-lightest:hover {
    color: #f6ffd4 !important;
  }

  .lg\-hover\-text-black-darkest:hover {
    color: #070707 !important;
  }

  .lg\-hover\-text-black-darker:hover {
    color: #0e0e0e !important;
  }

  .lg\-hover\-text-black-dark:hover {
    color: #161616 !important;
  }

  .lg\-hover\-text-black:hover {
    color: #181818 !important;
  }

  .lg\-hover\-text-black-light:hover {
    color: #5d5d5d !important;
  }

  .lg\-hover\-text-black-lighter:hover {
    color: #a3a3a3 !important;
  }

  .lg\-hover\-text-black-lightest:hover {
    color: #e8e8e8 !important;
  }

  .lg\-hover\-text-white-darkest:hover {
    color: #4d4d4d !important;
  }

  .lg\-hover\-text-white-darker:hover {
    color: #999 !important;
  }

  .lg\-hover\-text-white-dark:hover {
    color: #e6e6e6 !important;
  }

  .lg\-hover\-text-white:hover {
    color: #fff !important;
  }

  .lg\-hover\-text-white-light:hover {
    color: #fff !important;
  }

  .lg\-hover\-text-white-lighter:hover {
    color: #fff !important;
  }

  .lg\-hover\-text-white-lightest:hover {
    color: #fff !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-4-5xl {
    font-size: 2.5rem !important;
  }

  .lg\-text-5xl {
    font-size: 3rem !important;
  }

  .lg\-italic {
    font-style: italic !important;
  }

  .lg\-roman {
    font-style: normal !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\-underline {
    text-decoration: underline !important;
  }

  .lg\-line-through {
    text-decoration: line-through !important;
  }

  .lg\-no-underline {
    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\-italic:hover {
    font-style: italic !important;
  }

  .lg\-hover\-roman:hover {
    font-style: normal !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\-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\-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\-tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .lg\-tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg\-tracking-wide {
    letter-spacing: .05em !important;
  }

  .lg\-select-none {
    user-select: none !important;
  }

  .lg\-select-text {
    user-select: text !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\-visible {
    visibility: visible !important;
  }

  .lg\-invisible {
    visibility: hidden !important;
  }

  .lg\-whitespace-normal {
    white-space: normal !important;
  }

  .lg\-whitespace-no-wrap {
    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-words {
    word-wrap: break-word !important;
  }

  .lg\-break-normal {
    word-wrap: normal !important;
  }

  .lg\-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\-w-1 {
    width: .25rem !important;
  }

  .lg\-w-2 {
    width: .5rem !important;
  }

  .lg\-w-3 {
    width: .75rem !important;
  }

  .lg\-w-4 {
    width: 1rem !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-20 {
    width: 5rem !important;
  }

  .lg\-w-24 {
    width: 6rem !important;
  }

  .lg\-w-32 {
    width: 8rem !important;
  }

  .lg\-w-40 {
    width: 10rem !important;
  }

  .lg\-w-44 {
    width: 11rem !important;
  }

  .lg\-w-48 {
    width: 12rem !important;
  }

  .lg\-w-56 {
    width: 14rem !important;
  }

  .lg\-w-64 {
    width: 16rem !important;
  }

  .lg\-w-96 {
    width: 24rem !important;
  }

  .lg\-w-120 {
    width: 30rem !important;
  }

  .lg\-w-128 {
    width: 32rem !important;
  }

  .lg\-w-256 {
    width: 64rem !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-full {
    width: 100% !important;
  }

  .lg\-w-screen {
    width: 100vw !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;
  }
}

@media (min-width: 1200px) {
  .xl\-list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .xl\-appearance-none {
    appearance: none !important;
  }

  .xl\-bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\-bg-local {
    background-attachment: local !important;
  }

  .xl\-bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\-bg-transparent {
    background-color: transparent !important;
  }

  .xl\-bg-pink-darkest {
    background-color: #4d2728 !important;
  }

  .xl\-bg-pink-darker {
    background-color: #994e4f !important;
  }

  .xl\-bg-pink-dark {
    background-color: #e67577 !important;
  }

  .xl\-bg-pink {
    background-color: #ff8284 !important;
  }

  .xl\-bg-pink-light {
    background-color: #ffa8a9 !important;
  }

  .xl\-bg-pink-lighter {
    background-color: #ffcdce !important;
  }

  .xl\-bg-pink-lightest {
    background-color: #fff3f3 !important;
  }

  .xl\-bg-green-darkest {
    background-color: #030 !important;
  }

  .xl\-bg-green-darker {
    background-color: #2b6609 !important;
  }

  .xl\-bg-green-dark {
    background-color: #447f22 !important;
  }

  .xl\-bg-green {
    background-color: #77b255 !important;
  }

  .xl\-bg-green-light {
    background-color: #c4ffa2 !important;
  }

  .xl\-bg-green-lighter {
    background-color: #dfb !important;
  }

  .xl\-bg-green-lightest {
    background-color: #f6ffd4 !important;
  }

  .xl\-bg-black-darkest {
    background-color: #070707 !important;
  }

  .xl\-bg-black-darker {
    background-color: #0e0e0e !important;
  }

  .xl\-bg-black-dark {
    background-color: #161616 !important;
  }

  .xl\-bg-black {
    background-color: #181818 !important;
  }

  .xl\-bg-black-light {
    background-color: #5d5d5d !important;
  }

  .xl\-bg-black-lighter {
    background-color: #a3a3a3 !important;
  }

  .xl\-bg-black-lightest {
    background-color: #e8e8e8 !important;
  }

  .xl\-bg-white-darkest {
    background-color: #4d4d4d !important;
  }

  .xl\-bg-white-darker {
    background-color: #999 !important;
  }

  .xl\-bg-white-dark {
    background-color: #e6e6e6 !important;
  }

  .xl\-bg-white {
    background-color: #fff !important;
  }

  .xl\-bg-white-light {
    background-color: #fff !important;
  }

  .xl\-bg-white-lighter {
    background-color: #fff !important;
  }

  .xl\-bg-white-lightest {
    background-color: #fff !important;
  }

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

  .xl\-hover\-bg-pink-darkest:hover {
    background-color: #4d2728 !important;
  }

  .xl\-hover\-bg-pink-darker:hover {
    background-color: #994e4f !important;
  }

  .xl\-hover\-bg-pink-dark:hover {
    background-color: #e67577 !important;
  }

  .xl\-hover\-bg-pink:hover {
    background-color: #ff8284 !important;
  }

  .xl\-hover\-bg-pink-light:hover {
    background-color: #ffa8a9 !important;
  }

  .xl\-hover\-bg-pink-lighter:hover {
    background-color: #ffcdce !important;
  }

  .xl\-hover\-bg-pink-lightest:hover {
    background-color: #fff3f3 !important;
  }

  .xl\-hover\-bg-green-darkest:hover {
    background-color: #030 !important;
  }

  .xl\-hover\-bg-green-darker:hover {
    background-color: #2b6609 !important;
  }

  .xl\-hover\-bg-green-dark:hover {
    background-color: #447f22 !important;
  }

  .xl\-hover\-bg-green:hover {
    background-color: #77b255 !important;
  }

  .xl\-hover\-bg-green-light:hover {
    background-color: #c4ffa2 !important;
  }

  .xl\-hover\-bg-green-lighter:hover {
    background-color: #dfb !important;
  }

  .xl\-hover\-bg-green-lightest:hover {
    background-color: #f6ffd4 !important;
  }

  .xl\-hover\-bg-black-darkest:hover {
    background-color: #070707 !important;
  }

  .xl\-hover\-bg-black-darker:hover {
    background-color: #0e0e0e !important;
  }

  .xl\-hover\-bg-black-dark:hover {
    background-color: #161616 !important;
  }

  .xl\-hover\-bg-black:hover {
    background-color: #181818 !important;
  }

  .xl\-hover\-bg-black-light:hover {
    background-color: #5d5d5d !important;
  }

  .xl\-hover\-bg-black-lighter:hover {
    background-color: #a3a3a3 !important;
  }

  .xl\-hover\-bg-black-lightest:hover {
    background-color: #e8e8e8 !important;
  }

  .xl\-hover\-bg-white-darkest:hover {
    background-color: #4d4d4d !important;
  }

  .xl\-hover\-bg-white-darker:hover {
    background-color: #999 !important;
  }

  .xl\-hover\-bg-white-dark:hover {
    background-color: #e6e6e6 !important;
  }

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

  .xl\-hover\-bg-white-light:hover {
    background-color: #fff !important;
  }

  .xl\-hover\-bg-white-lighter:hover {
    background-color: #fff !important;
  }

  .xl\-hover\-bg-white-lightest:hover {
    background-color: #fff !important;
  }

  .xl\-bg-bottom {
    background-position: bottom !important;
  }

  .xl\-bg-center {
    background-position: center !important;
  }

  .xl\-bg-left {
    background-position: left !important;
  }

  .xl\-bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\-bg-left-top {
    background-position: left top !important;
  }

  .xl\-bg-right {
    background-position: right !important;
  }

  .xl\-bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\-bg-right-top {
    background-position: right top !important;
  }

  .xl\-bg-top {
    background-position: top !important;
  }

  .xl\-bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\-bg-auto {
    background-size: auto !important;
  }

  .xl\-bg-cover {
    background-size: cover !important;
  }

  .xl\-bg-contain {
    background-size: contain !important;
  }

  .xl\-border-transparent {
    border-color: transparent !important;
  }

  .xl\-border-pink-darkest {
    border-color: #4d2728 !important;
  }

  .xl\-border-pink-darker {
    border-color: #994e4f !important;
  }

  .xl\-border-pink-dark {
    border-color: #e67577 !important;
  }

  .xl\-border-pink {
    border-color: #ff8284 !important;
  }

  .xl\-border-pink-light {
    border-color: #ffa8a9 !important;
  }

  .xl\-border-pink-lighter {
    border-color: #ffcdce !important;
  }

  .xl\-border-pink-lightest {
    border-color: #fff3f3 !important;
  }

  .xl\-border-green-darkest {
    border-color: #030 !important;
  }

  .xl\-border-green-darker {
    border-color: #2b6609 !important;
  }

  .xl\-border-green-dark {
    border-color: #447f22 !important;
  }

  .xl\-border-green {
    border-color: #77b255 !important;
  }

  .xl\-border-green-light {
    border-color: #c4ffa2 !important;
  }

  .xl\-border-green-lighter {
    border-color: #dfb !important;
  }

  .xl\-border-green-lightest {
    border-color: #f6ffd4 !important;
  }

  .xl\-border-black-darkest {
    border-color: #070707 !important;
  }

  .xl\-border-black-darker {
    border-color: #0e0e0e !important;
  }

  .xl\-border-black-dark {
    border-color: #161616 !important;
  }

  .xl\-border-black {
    border-color: #181818 !important;
  }

  .xl\-border-black-light {
    border-color: #5d5d5d !important;
  }

  .xl\-border-black-lighter {
    border-color: #a3a3a3 !important;
  }

  .xl\-border-black-lightest {
    border-color: #e8e8e8 !important;
  }

  .xl\-border-white-darkest {
    border-color: #4d4d4d !important;
  }

  .xl\-border-white-darker {
    border-color: #999 !important;
  }

  .xl\-border-white-dark {
    border-color: #e6e6e6 !important;
  }

  .xl\-border-white {
    border-color: #fff !important;
  }

  .xl\-border-white-light {
    border-color: #fff !important;
  }

  .xl\-border-white-lighter {
    border-color: #fff !important;
  }

  .xl\-border-white-lightest {
    border-color: #fff !important;
  }

  .xl\-hover\-border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\-hover\-border-pink-darkest:hover {
    border-color: #4d2728 !important;
  }

  .xl\-hover\-border-pink-darker:hover {
    border-color: #994e4f !important;
  }

  .xl\-hover\-border-pink-dark:hover {
    border-color: #e67577 !important;
  }

  .xl\-hover\-border-pink:hover {
    border-color: #ff8284 !important;
  }

  .xl\-hover\-border-pink-light:hover {
    border-color: #ffa8a9 !important;
  }

  .xl\-hover\-border-pink-lighter:hover {
    border-color: #ffcdce !important;
  }

  .xl\-hover\-border-pink-lightest:hover {
    border-color: #fff3f3 !important;
  }

  .xl\-hover\-border-green-darkest:hover {
    border-color: #030 !important;
  }

  .xl\-hover\-border-green-darker:hover {
    border-color: #2b6609 !important;
  }

  .xl\-hover\-border-green-dark:hover {
    border-color: #447f22 !important;
  }

  .xl\-hover\-border-green:hover {
    border-color: #77b255 !important;
  }

  .xl\-hover\-border-green-light:hover {
    border-color: #c4ffa2 !important;
  }

  .xl\-hover\-border-green-lighter:hover {
    border-color: #dfb !important;
  }

  .xl\-hover\-border-green-lightest:hover {
    border-color: #f6ffd4 !important;
  }

  .xl\-hover\-border-black-darkest:hover {
    border-color: #070707 !important;
  }

  .xl\-hover\-border-black-darker:hover {
    border-color: #0e0e0e !important;
  }

  .xl\-hover\-border-black-dark:hover {
    border-color: #161616 !important;
  }

  .xl\-hover\-border-black:hover {
    border-color: #181818 !important;
  }

  .xl\-hover\-border-black-light:hover {
    border-color: #5d5d5d !important;
  }

  .xl\-hover\-border-black-lighter:hover {
    border-color: #a3a3a3 !important;
  }

  .xl\-hover\-border-black-lightest:hover {
    border-color: #e8e8e8 !important;
  }

  .xl\-hover\-border-white-darkest:hover {
    border-color: #4d4d4d !important;
  }

  .xl\-hover\-border-white-darker:hover {
    border-color: #999 !important;
  }

  .xl\-hover\-border-white-dark:hover {
    border-color: #e6e6e6 !important;
  }

  .xl\-hover\-border-white:hover {
    border-color: #fff !important;
  }

  .xl\-hover\-border-white-light:hover {
    border-color: #fff !important;
  }

  .xl\-hover\-border-white-lighter:hover {
    border-color: #fff !important;
  }

  .xl\-hover\-border-white-lightest:hover {
    border-color: #fff !important;
  }

  .xl\-rounded-none {
    border-radius: 0 !important;
  }

  .xl\-rounded-sm {
    border-radius: .125rem !important;
  }

  .xl\-rounded {
    border-radius: .25rem !important;
  }

  .xl\-rounded-lg {
    border-radius: .5rem !important;
  }

  .xl\-rounded-full {
    border-radius: 9999px !important;
  }

  .xl\-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\-rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .xl\-rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .xl\-rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xl\-rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xl\-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .xl\-rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .xl\-rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xl\-rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xl\-rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .xl\-rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .xl\-rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xl\-rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xl\-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .xl\-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .xl\-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .xl\-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .xl\-rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .xl\-rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .xl\-rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .xl\-rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .xl\-rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .xl\-rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .xl\-rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .xl\-rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .xl\-rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .xl\-rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .xl\-rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .xl\-rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .xl\-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\-hover\-rounded-none:hover {
    border-radius: 0 !important;
  }

  .xl\-hover\-rounded-sm:hover {
    border-radius: .125rem !important;
  }

  .xl\-hover\-rounded:hover {
    border-radius: .25rem !important;
  }

  .xl\-hover\-rounded-lg:hover {
    border-radius: .5rem !important;
  }

  .xl\-hover\-rounded-full:hover {
    border-radius: 9999px !important;
  }

  .xl\-hover\-rounded-t-none:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\-hover\-rounded-r-none:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\-hover\-rounded-b-none:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\-hover\-rounded-l-none:hover {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\-hover\-rounded-t-sm:hover {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .xl\-hover\-rounded-r-sm:hover {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .xl\-hover\-rounded-b-sm:hover {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xl\-hover\-rounded-l-sm:hover {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xl\-hover\-rounded-t:hover {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .xl\-hover\-rounded-r:hover {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .xl\-hover\-rounded-b:hover {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xl\-hover\-rounded-l:hover {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xl\-hover\-rounded-t-lg:hover {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .xl\-hover\-rounded-r-lg:hover {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .xl\-hover\-rounded-b-lg:hover {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xl\-hover\-rounded-l-lg:hover {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xl\-hover\-rounded-t-full:hover {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\-hover\-rounded-r-full:hover {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\-hover\-rounded-b-full:hover {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\-hover\-rounded-l-full:hover {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\-hover\-rounded-tl-none:hover {
    border-top-left-radius: 0 !important;
  }

  .xl\-hover\-rounded-tr-none:hover {
    border-top-right-radius: 0 !important;
  }

  .xl\-hover\-rounded-br-none:hover {
    border-bottom-right-radius: 0 !important;
  }

  .xl\-hover\-rounded-bl-none:hover {
    border-bottom-left-radius: 0 !important;
  }

  .xl\-hover\-rounded-tl-sm:hover {
    border-top-left-radius: .125rem !important;
  }

  .xl\-hover\-rounded-tr-sm:hover {
    border-top-right-radius: .125rem !important;
  }

  .xl\-hover\-rounded-br-sm:hover {
    border-bottom-right-radius: .125rem !important;
  }

  .xl\-hover\-rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem !important;
  }

  .xl\-hover\-rounded-tl:hover {
    border-top-left-radius: .25rem !important;
  }

  .xl\-hover\-rounded-tr:hover {
    border-top-right-radius: .25rem !important;
  }

  .xl\-hover\-rounded-br:hover {
    border-bottom-right-radius: .25rem !important;
  }

  .xl\-hover\-rounded-bl:hover {
    border-bottom-left-radius: .25rem !important;
  }

  .xl\-hover\-rounded-tl-lg:hover {
    border-top-left-radius: .5rem !important;
  }

  .xl\-hover\-rounded-tr-lg:hover {
    border-top-right-radius: .5rem !important;
  }

  .xl\-hover\-rounded-br-lg:hover {
    border-bottom-right-radius: .5rem !important;
  }

  .xl\-hover\-rounded-bl-lg:hover {
    border-bottom-left-radius: .5rem !important;
  }

  .xl\-hover\-rounded-tl-full:hover {
    border-top-left-radius: 9999px !important;
  }

  .xl\-hover\-rounded-tr-full:hover {
    border-top-right-radius: 9999px !important;
  }

  .xl\-hover\-rounded-br-full:hover {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\-hover\-rounded-bl-full:hover {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\-border-solid {
    border-style: solid !important;
  }

  .xl\-border-dashed {
    border-style: dashed !important;
  }

  .xl\-border-dotted {
    border-style: dotted !important;
  }

  .xl\-border-none {
    border-style: none !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 {
    border-width: 1px !important;
  }

  .xl\-border-t-0 {
    border-top-width: 0 !important;
  }

  .xl\-border-r-0 {
    border-right-width: 0 !important;
  }

  .xl\-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xl\-border-l-0 {
    border-left-width: 0 !important;
  }

  .xl\-border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\-border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\-border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\-border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\-border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\-border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\-border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\-border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\-border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\-border-t {
    border-top-width: 1px !important;
  }

  .xl\-border-r {
    border-right-width: 1px !important;
  }

  .xl\-border-b {
    border-bottom-width: 1px !important;
  }

  .xl\-border-l {
    border-left-width: 1px !important;
  }

  .xl\-hover\-border-0:hover {
    border-width: 0 !important;
  }

  .xl\-hover\-border-2:hover {
    border-width: 2px !important;
  }

  .xl\-hover\-border-4:hover {
    border-width: 4px !important;
  }

  .xl\-hover\-border-8:hover {
    border-width: 8px !important;
  }

  .xl\-hover\-border:hover {
    border-width: 1px !important;
  }

  .xl\-hover\-border-t-0:hover {
    border-top-width: 0 !important;
  }

  .xl\-hover\-border-r-0:hover {
    border-right-width: 0 !important;
  }

  .xl\-hover\-border-b-0:hover {
    border-bottom-width: 0 !important;
  }

  .xl\-hover\-border-l-0:hover {
    border-left-width: 0 !important;
  }

  .xl\-hover\-border-t-2:hover {
    border-top-width: 2px !important;
  }

  .xl\-hover\-border-r-2:hover {
    border-right-width: 2px !important;
  }

  .xl\-hover\-border-b-2:hover {
    border-bottom-width: 2px !important;
  }

  .xl\-hover\-border-l-2:hover {
    border-left-width: 2px !important;
  }

  .xl\-hover\-border-t-4:hover {
    border-top-width: 4px !important;
  }

  .xl\-hover\-border-r-4:hover {
    border-right-width: 4px !important;
  }

  .xl\-hover\-border-b-4:hover {
    border-bottom-width: 4px !important;
  }

  .xl\-hover\-border-l-4:hover {
    border-left-width: 4px !important;
  }

  .xl\-hover\-border-t-8:hover {
    border-top-width: 8px !important;
  }

  .xl\-hover\-border-r-8:hover {
    border-right-width: 8px !important;
  }

  .xl\-hover\-border-b-8:hover {
    border-bottom-width: 8px !important;
  }

  .xl\-hover\-border-l-8:hover {
    border-left-width: 8px !important;
  }

  .xl\-hover\-border-t:hover {
    border-top-width: 1px !important;
  }

  .xl\-hover\-border-r:hover {
    border-right-width: 1px !important;
  }

  .xl\-hover\-border-b:hover {
    border-bottom-width: 1px !important;
  }

  .xl\-hover\-border-l:hover {
    border-left-width: 1px !important;
  }

  .xl\-cursor-auto {
    cursor: auto !important;
  }

  .xl\-cursor-default {
    cursor: default !important;
  }

  .xl\-cursor-pointer {
    cursor: pointer !important;
  }

  .xl\-cursor-wait {
    cursor: wait !important;
  }

  .xl\-cursor-move {
    cursor: move !important;
  }

  .xl\-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\-block {
    display: block !important;
  }

  .xl\-inline-block {
    display: inline-block !important;
  }

  .xl\-inline {
    display: inline !important;
  }

  .xl\-table {
    display: table !important;
  }

  .xl\-table-row {
    display: table-row !important;
  }

  .xl\-table-cell {
    display: table-cell !important;
  }

  .xl\-hidden {
    display: none !important;
  }

  .xl\-flex {
    display: flex !important;
  }

  .xl\-inline-flex {
    display: inline-flex !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-no-wrap {
    flex-wrap: nowrap !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\-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\-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\-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\-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-grow {
    flex-grow: 1 !important;
  }

  .xl\-flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\-flex-no-grow {
    flex-grow: 0 !important;
  }

  .xl\-flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .xl\-float-right {
    float: right !important;
  }

  .xl\-float-left {
    float: left !important;
  }

  .xl\-float-none {
    float: none !important;
  }

  .xl\-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\-font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .xl\-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
  }

  .xl\-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .xl\-font-normal {
    font-weight: 400 !important;
  }

  .xl\-font-bold {
    font-weight: 700 !important;
  }

  .xl\-hover\-font-normal:hover {
    font-weight: 400 !important;
  }

  .xl\-hover\-font-bold:hover {
    font-weight: 700 !important;
  }

  .xl\-h-1 {
    height: .25rem !important;
  }

  .xl\-h-2 {
    height: .5rem !important;
  }

  .xl\-h-3 {
    height: .75rem !important;
  }

  .xl\-h-4 {
    height: 1rem !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-20 {
    height: 5rem !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-96 {
    height: 24rem !important;
  }

  .xl\-h-120 {
    height: 30rem !important;
  }

  .xl\-h-128 {
    height: 32rem !important;
  }

  .xl\-h-156 {
    height: 54rem !important;
  }

  .xl\-h-270 {
    height: 93.75rem !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\-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\-m-0 {
    margin: 0 !important;
  }

  .xl\-m-1 {
    margin: .25rem !important;
  }

  .xl\-m-2 {
    margin: .5rem !important;
  }

  .xl\-m-3 {
    margin: .75rem !important;
  }

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

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

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

  .xl\-m-10 {
    margin: 2.6875rem !important;
  }

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

  .xl\-m-14 {
    margin: 3.5rem !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-48 {
    margin: 12rem !important;
  }

  .xl\-m-64 {
    margin: 16rem !important;
  }

  .xl\-m-128 {
    margin: 32rem !important;
  }

  .xl\-m-256 {
    margin: 64rem !important;
  }

  .xl\-m-auto {
    margin: auto !important;
  }

  .xl\-m-px {
    margin: 1px !important;
  }

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

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

  .xl\-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .xl\-mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .xl\-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .xl\-mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .xl\-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .xl\-mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

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

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

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

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

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

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

  .xl\-my-10 {
    margin-top: 2.6875rem !important;
    margin-bottom: 2.6875rem !important;
  }

  .xl\-mx-10 {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important;
  }

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

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

  .xl\-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

  .xl\-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\-my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }

  .xl\-mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }

  .xl\-my-256 {
    margin-top: 64rem !important;
    margin-bottom: 64rem !important;
  }

  .xl\-mx-256 {
    margin-left: 64rem !important;
    margin-right: 64rem !important;
  }

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

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

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

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

  .xl\-mt-0 {
    margin-top: 0 !important;
  }

  .xl\-mr-0 {
    margin-right: 0 !important;
  }

  .xl\-mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\-ml-0 {
    margin-left: 0 !important;
  }

  .xl\-mt-1 {
    margin-top: .25rem !important;
  }

  .xl\-mr-1 {
    margin-right: .25rem !important;
  }

  .xl\-mb-1 {
    margin-bottom: .25rem !important;
  }

  .xl\-ml-1 {
    margin-left: .25rem !important;
  }

  .xl\-mt-2 {
    margin-top: .5rem !important;
  }

  .xl\-mr-2 {
    margin-right: .5rem !important;
  }

  .xl\-mb-2 {
    margin-bottom: .5rem !important;
  }

  .xl\-ml-2 {
    margin-left: .5rem !important;
  }

  .xl\-mt-3 {
    margin-top: .75rem !important;
  }

  .xl\-mr-3 {
    margin-right: .75rem !important;
  }

  .xl\-mb-3 {
    margin-bottom: .75rem !important;
  }

  .xl\-ml-3 {
    margin-left: .75rem !important;
  }

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

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

  .xl\-mb-4 {
    margin-bottom: 1rem !important;
  }

  .xl\-ml-4 {
    margin-left: 1rem !important;
  }

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

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

  .xl\-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\-ml-6 {
    margin-left: 1.5rem !important;
  }

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

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

  .xl\-mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\-ml-8 {
    margin-left: 2rem !important;
  }

  .xl\-mt-10 {
    margin-top: 2.6875rem !important;
  }

  .xl\-mr-10 {
    margin-right: 2.6875rem !important;
  }

  .xl\-mb-10 {
    margin-bottom: 2.6875rem !important;
  }

  .xl\-ml-10 {
    margin-left: 2.6875rem !important;
  }

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

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

  .xl\-mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl\-ml-12 {
    margin-left: 3rem !important;
  }

  .xl\-mt-14 {
    margin-top: 3.5rem !important;
  }

  .xl\-mr-14 {
    margin-right: 3.5rem !important;
  }

  .xl\-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xl\-ml-14 {
    margin-left: 3.5rem !important;
  }

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

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

  .xl\-mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\-ml-16 {
    margin-left: 4rem !important;
  }

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

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

  .xl\-mb-20 {
    margin-bottom: 5rem !important;
  }

  .xl\-ml-20 {
    margin-left: 5rem !important;
  }

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

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

  .xl\-mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\-ml-24 {
    margin-left: 6rem !important;
  }

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

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

  .xl\-mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl\-ml-32 {
    margin-left: 8rem !important;
  }

  .xl\-mt-48 {
    margin-top: 12rem !important;
  }

  .xl\-mr-48 {
    margin-right: 12rem !important;
  }

  .xl\-mb-48 {
    margin-bottom: 12rem !important;
  }

  .xl\-ml-48 {
    margin-left: 12rem !important;
  }

  .xl\-mt-64 {
    margin-top: 16rem !important;
  }

  .xl\-mr-64 {
    margin-right: 16rem !important;
  }

  .xl\-mb-64 {
    margin-bottom: 16rem !important;
  }

  .xl\-ml-64 {
    margin-left: 16rem !important;
  }

  .xl\-mt-128 {
    margin-top: 32rem !important;
  }

  .xl\-mr-128 {
    margin-right: 32rem !important;
  }

  .xl\-mb-128 {
    margin-bottom: 32rem !important;
  }

  .xl\-ml-128 {
    margin-left: 32rem !important;
  }

  .xl\-mt-256 {
    margin-top: 64rem !important;
  }

  .xl\-mr-256 {
    margin-right: 64rem !important;
  }

  .xl\-mb-256 {
    margin-bottom: 64rem !important;
  }

  .xl\-ml-256 {
    margin-left: 64rem !important;
  }

  .xl\-mt-auto {
    margin-top: auto !important;
  }

  .xl\-mr-auto {
    margin-right: auto !important;
  }

  .xl\-mb-auto {
    margin-bottom: auto !important;
  }

  .xl\-ml-auto {
    margin-left: auto !important;
  }

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

  .xl\-mr-px {
    margin-right: 1px !important;
  }

  .xl\-mb-px {
    margin-bottom: 1px !important;
  }

  .xl\-ml-px {
    margin-left: 1px !important;
  }

  .xl\-max-h-full {
    max-height: 100% !important;
  }

  .xl\-max-h-screen {
    max-height: 100vh !important;
  }

  .xl\-max-w-initial {
    max-width: initial !important;
  }

  .xl\-max-w-xxs {
    max-width: 15.625rem !important;
  }

  .xl\-max-w-xs {
    max-width: 20rem !important;
  }

  .xl\-max-w-xssm {
    max-width: 25rem !important;
  }

  .xl\-max-w-smxs {
    max-width: 27.5rem !important;
  }

  .xl\-max-w-sm {
    max-width: 30rem !important;
  }

  .xl\-max-w-xmd {
    max-width: 32.5rem !important;
  }

  .xl\-max-w-mdsm {
    max-width: 35rem !important;
  }

  .xl\-max-w-md {
    max-width: 40rem !important;
  }

  .xl\-max-w-mdlg {
    max-width: 45rem !important;
  }

  .xl\-max-w-lg {
    max-width: 50rem !important;
  }

  .xl\-max-w-lgxl {
    max-width: 55rem !important;
  }

  .xl\-max-w-xl {
    max-width: 60rem !important;
  }

  .xl\-max-w-xxl {
    max-width: 67.5rem !important;
  }

  .xl\-max-w-2xl {
    max-width: 70rem !important;
  }

  .xl\-max-w-3xl {
    max-width: 75rem !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\-min-h-0 {
    min-height: 0 !important;
  }

  .xl\-min-h-1 {
    min-height: .25rem !important;
  }

  .xl\-min-h-2 {
    min-height: .5rem !important;
  }

  .xl\-min-h-3 {
    min-height: .75rem !important;
  }

  .xl\-min-h-4 {
    min-height: 1rem !important;
  }

  .xl\-min-h-6 {
    min-height: 1.5rem !important;
  }

  .xl\-min-h-8 {
    min-height: 2rem !important;
  }

  .xl\-min-h-10 {
    min-height: 2.5rem !important;
  }

  .xl\-min-h-12 {
    min-height: 3rem !important;
  }

  .xl\-min-h-16 {
    min-height: 4rem !important;
  }

  .xl\-min-h-24 {
    min-height: 6rem !important;
  }

  .xl\-min-h-32 {
    min-height: 8rem !important;
  }

  .xl\-min-h-43 {
    min-height: 43rem !important;
  }

  .xl\-min-h-48 {
    min-height: 12rem !important;
  }

  .xl\-min-h-64 {
    min-height: 16rem !important;
  }

  .xl\-min-h-96 {
    min-height: 24rem !important;
  }

  .xl\-min-h-108 {
    min-height: 27rem !important;
  }

  .xl\-min-h-120 {
    min-height: 30rem !important;
  }

  .xl\-min-h-128 {
    min-height: 32rem !important;
  }

  .xl\-min-h-156 {
    min-height: 54rem !important;
  }

  .xl\-min-h-270 {
    min-height: 93.75rem !important;
  }

  .xl\-min-h-full {
    min-height: 100% !important;
  }

  .xl\-min-h-half {
    min-height: 50vh !important;
  }

  .xl\-min-h-screen {
    min-height: 100vh !important;
  }

  .xl\-min-w-0 {
    min-width: 0 !important;
  }

  .xl\-min-w-1 {
    min-width: .25rem !important;
  }

  .xl\-min-w-2 {
    min-width: .5rem !important;
  }

  .xl\-min-w-3 {
    min-width: .75rem !important;
  }

  .xl\-min-w-4 {
    min-width: 1rem !important;
  }

  .xl\-min-w-6 {
    min-width: 1.5rem !important;
  }

  .xl\-min-w-8 {
    min-width: 2rem !important;
  }

  .xl\-min-w-10 {
    min-width: 2.5rem !important;
  }

  .xl\-min-w-12 {
    min-width: 3rem !important;
  }

  .xl\-min-w-16 {
    min-width: 4rem !important;
  }

  .xl\-min-w-24 {
    min-width: 6rem !important;
  }

  .xl\-min-w-32 {
    min-width: 8rem !important;
  }

  .xl\-min-w-48 {
    min-width: 12rem !important;
  }

  .xl\-min-w-64 {
    min-width: 16rem !important;
  }

  .xl\-min-w-96 {
    min-width: 24rem !important;
  }

  .xl\-min-w-120 {
    min-width: 30rem !important;
  }

  .xl\-min-w-128 {
    min-width: 32rem !important;
  }

  .xl\-min-w-156 {
    min-width: 54rem !important;
  }

  .xl\-min-w-full {
    min-width: 100% !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-6 {
    margin: -1.5rem !important;
  }

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

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

  .xl\--m-14 {
    margin: -3.5rem !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-48 {
    margin: -12rem !important;
  }

  .xl\--m-64 {
    margin: -16rem !important;
  }

  .xl\--m-128 {
    margin: -32rem !important;
  }

  .xl\--m-256 {
    margin: -64rem !important;
  }

  .xl\--m-px {
    margin: -1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl\--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

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

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

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

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

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

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

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

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

  .xl\--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\--my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important;
  }

  .xl\--mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }

  .xl\--my-256 {
    margin-top: -64rem !important;
    margin-bottom: -64rem !important;
  }

  .xl\--mx-256 {
    margin-left: -64rem !important;
    margin-right: -64rem !important;
  }

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

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

  .xl\--mt-0 {
    margin-top: 0 !important;
  }

  .xl\--mr-0 {
    margin-right: 0 !important;
  }

  .xl\--mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\--ml-0 {
    margin-left: 0 !important;
  }

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

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

  .xl\--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xl\--ml-1 {
    margin-left: -0.25rem !important;
  }

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

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

  .xl\--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xl\--ml-2 {
    margin-left: -0.5rem !important;
  }

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

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

  .xl\--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xl\--ml-3 {
    margin-left: -0.75rem !important;
  }

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

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

  .xl\--mb-4 {
    margin-bottom: -1rem !important;
  }

  .xl\--ml-4 {
    margin-left: -1rem !important;
  }

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

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

  .xl\--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xl\--ml-6 {
    margin-left: -1.5rem !important;
  }

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

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

  .xl\--mb-8 {
    margin-bottom: -2rem !important;
  }

  .xl\--ml-8 {
    margin-left: -2rem !important;
  }

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

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

  .xl\--mb-12 {
    margin-bottom: -3rem !important;
  }

  .xl\--ml-12 {
    margin-left: -3rem !important;
  }

  .xl\--mt-14 {
    margin-top: -3.5rem !important;
  }

  .xl\--mr-14 {
    margin-right: -3.5rem !important;
  }

  .xl\--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .xl\--ml-14 {
    margin-left: -3.5rem !important;
  }

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

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

  .xl\--mb-16 {
    margin-bottom: -4rem !important;
  }

  .xl\--ml-16 {
    margin-left: -4rem !important;
  }

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

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

  .xl\--mb-20 {
    margin-bottom: -5rem !important;
  }

  .xl\--ml-20 {
    margin-left: -5rem !important;
  }

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

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

  .xl\--mb-24 {
    margin-bottom: -6rem !important;
  }

  .xl\--ml-24 {
    margin-left: -6rem !important;
  }

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

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

  .xl\--mb-32 {
    margin-bottom: -8rem !important;
  }

  .xl\--ml-32 {
    margin-left: -8rem !important;
  }

  .xl\--mt-48 {
    margin-top: -12rem !important;
  }

  .xl\--mr-48 {
    margin-right: -12rem !important;
  }

  .xl\--mb-48 {
    margin-bottom: -12rem !important;
  }

  .xl\--ml-48 {
    margin-left: -12rem !important;
  }

  .xl\--mt-64 {
    margin-top: -16rem !important;
  }

  .xl\--mr-64 {
    margin-right: -16rem !important;
  }

  .xl\--mb-64 {
    margin-bottom: -16rem !important;
  }

  .xl\--ml-64 {
    margin-left: -16rem !important;
  }

  .xl\--mt-128 {
    margin-top: -32rem !important;
  }

  .xl\--mr-128 {
    margin-right: -32rem !important;
  }

  .xl\--mb-128 {
    margin-bottom: -32rem !important;
  }

  .xl\--ml-128 {
    margin-left: -32rem !important;
  }

  .xl\--mt-256 {
    margin-top: -64rem !important;
  }

  .xl\--mr-256 {
    margin-right: -64rem !important;
  }

  .xl\--mb-256 {
    margin-bottom: -64rem !important;
  }

  .xl\--ml-256 {
    margin-left: -64rem !important;
  }

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

  .xl\--mr-px {
    margin-right: -1px !important;
  }

  .xl\--mb-px {
    margin-bottom: -1px !important;
  }

  .xl\--ml-px {
    margin-left: -1px !important;
  }

  .xl\-opacity-0 {
    opacity: 0 !important;
  }

  .xl\-opacity-25 {
    opacity: .25 !important;
  }

  .xl\-opacity-50 {
    opacity: .5 !important;
  }

  .xl\-opacity-75 {
    opacity: .75 !important;
  }

  .xl\-opacity-90 {
    opacity: .9 !important;
  }

  .xl\-opacity-100 {
    opacity: 1 !important;
  }

  .xl\-hover\-opacity-0:hover {
    opacity: 0 !important;
  }

  .xl\-hover\-opacity-25:hover {
    opacity: .25 !important;
  }

  .xl\-hover\-opacity-50:hover {
    opacity: .5 !important;
  }

  .xl\-hover\-opacity-75:hover {
    opacity: .75 !important;
  }

  .xl\-hover\-opacity-90:hover {
    opacity: .9 !important;
  }

  .xl\-hover\-opacity-100:hover {
    opacity: 1 !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\-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\-p-0 {
    padding: 0 !important;
  }

  .xl\-p-1 {
    padding: .25rem !important;
  }

  .xl\-p-2 {
    padding: .5rem !important;
  }

  .xl\-p-3 {
    padding: .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.75rem !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-48 {
    padding: 12rem !important;
  }

  .xl\-p-64 {
    padding: 16rem !important;
  }

  .xl\-p-px {
    padding: 1px !important;
  }

  .xl\-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .xl\-px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .xl\-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .xl\-px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .xl\-py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .xl\-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .xl\-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\-py-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\-px-10 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xl\-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\-pt-0 {
    padding-top: 0 !important;
  }

  .xl\-pr-0 {
    padding-right: 0 !important;
  }

  .xl\-pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\-pl-0 {
    padding-left: 0 !important;
  }

  .xl\-pt-1 {
    padding-top: .25rem !important;
  }

  .xl\-pr-1 {
    padding-right: .25rem !important;
  }

  .xl\-pb-1 {
    padding-bottom: .25rem !important;
  }

  .xl\-pl-1 {
    padding-left: .25rem !important;
  }

  .xl\-pt-2 {
    padding-top: .5rem !important;
  }

  .xl\-pr-2 {
    padding-right: .5rem !important;
  }

  .xl\-pb-2 {
    padding-bottom: .5rem !important;
  }

  .xl\-pl-2 {
    padding-left: .5rem !important;
  }

  .xl\-pt-3 {
    padding-top: .75rem !important;
  }

  .xl\-pr-3 {
    padding-right: .75rem !important;
  }

  .xl\-pb-3 {
    padding-bottom: .75rem !important;
  }

  .xl\-pl-3 {
    padding-left: .75rem !important;
  }

  .xl\-pt-4 {
    padding-top: 1rem !important;
  }

  .xl\-pr-4 {
    padding-right: 1rem !important;
  }

  .xl\-pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl\-pl-4 {
    padding-left: 1rem !important;
  }

  .xl\-pt-5 {
    padding-top: 1.25rem !important;
  }

  .xl\-pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl\-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xl\-pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl\-pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl\-pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl\-pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\-pt-8 {
    padding-top: 2rem !important;
  }

  .xl\-pr-8 {
    padding-right: 2rem !important;
  }

  .xl\-pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\-pl-8 {
    padding-left: 2rem !important;
  }

  .xl\-pt-10 {
    padding-top: 2.75rem !important;
  }

  .xl\-pr-10 {
    padding-right: 2.75rem !important;
  }

  .xl\-pb-10 {
    padding-bottom: 2.75rem !important;
  }

  .xl\-pl-10 {
    padding-left: 2.75rem !important;
  }

  .xl\-pt-12 {
    padding-top: 3rem !important;
  }

  .xl\-pr-12 {
    padding-right: 3rem !important;
  }

  .xl\-pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\-pl-12 {
    padding-left: 3rem !important;
  }

  .xl\-pt-16 {
    padding-top: 4rem !important;
  }

  .xl\-pr-16 {
    padding-right: 4rem !important;
  }

  .xl\-pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl\-pl-16 {
    padding-left: 4rem !important;
  }

  .xl\-pt-20 {
    padding-top: 5rem !important;
  }

  .xl\-pr-20 {
    padding-right: 5rem !important;
  }

  .xl\-pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\-pl-20 {
    padding-left: 5rem !important;
  }

  .xl\-pt-24 {
    padding-top: 6rem !important;
  }

  .xl\-pr-24 {
    padding-right: 6rem !important;
  }

  .xl\-pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl\-pl-24 {
    padding-left: 6rem !important;
  }

  .xl\-pt-32 {
    padding-top: 8rem !important;
  }

  .xl\-pr-32 {
    padding-right: 8rem !important;
  }

  .xl\-pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl\-pl-32 {
    padding-left: 8rem !important;
  }

  .xl\-pt-48 {
    padding-top: 12rem !important;
  }

  .xl\-pr-48 {
    padding-right: 12rem !important;
  }

  .xl\-pb-48 {
    padding-bottom: 12rem !important;
  }

  .xl\-pl-48 {
    padding-left: 12rem !important;
  }

  .xl\-pt-64 {
    padding-top: 16rem !important;
  }

  .xl\-pr-64 {
    padding-right: 16rem !important;
  }

  .xl\-pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl\-pl-64 {
    padding-left: 16rem !important;
  }

  .xl\-pt-px {
    padding-top: 1px !important;
  }

  .xl\-pr-px {
    padding-right: 1px !important;
  }

  .xl\-pb-px {
    padding-bottom: 1px !important;
  }

  .xl\-pl-px {
    padding-left: 1px !important;
  }

  .xl\-pointer-events-none {
    pointer-events: none !important;
  }

  .xl\-pointer-events-auto {
    pointer-events: auto !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\-pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\-pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\-pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\-pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .xl\-pin-t {
    top: 0 !important;
  }

  .xl\-pin-r {
    right: 0 !important;
  }

  .xl\-pin-b {
    bottom: 0 !important;
  }

  .xl\-pin-l {
    left: 0 !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\-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xl\-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xl\-shadow-none {
    box-shadow: none !important;
  }

  .xl\-hover\-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xl\-hover\-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\-hover\-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\-hover\-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xl\-hover\-shadow-none:hover {
    box-shadow: none !important;
  }

  .xl\-table-auto {
    table-layout: auto !important;
  }

  .xl\-table-fixed {
    table-layout: fixed !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\-text-transparent {
    color: transparent !important;
  }

  .xl\-text-pink-darkest {
    color: #4d2728 !important;
  }

  .xl\-text-pink-darker {
    color: #994e4f !important;
  }

  .xl\-text-pink-dark {
    color: #e67577 !important;
  }

  .xl\-text-pink {
    color: #ff8284 !important;
  }

  .xl\-text-pink-light {
    color: #ffa8a9 !important;
  }

  .xl\-text-pink-lighter {
    color: #ffcdce !important;
  }

  .xl\-text-pink-lightest {
    color: #fff3f3 !important;
  }

  .xl\-text-green-darkest {
    color: #030 !important;
  }

  .xl\-text-green-darker {
    color: #2b6609 !important;
  }

  .xl\-text-green-dark {
    color: #447f22 !important;
  }

  .xl\-text-green {
    color: #77b255 !important;
  }

  .xl\-text-green-light {
    color: #c4ffa2 !important;
  }

  .xl\-text-green-lighter {
    color: #dfb !important;
  }

  .xl\-text-green-lightest {
    color: #f6ffd4 !important;
  }

  .xl\-text-black-darkest {
    color: #070707 !important;
  }

  .xl\-text-black-darker {
    color: #0e0e0e !important;
  }

  .xl\-text-black-dark {
    color: #161616 !important;
  }

  .xl\-text-black {
    color: #181818 !important;
  }

  .xl\-text-black-light {
    color: #5d5d5d !important;
  }

  .xl\-text-black-lighter {
    color: #a3a3a3 !important;
  }

  .xl\-text-black-lightest {
    color: #e8e8e8 !important;
  }

  .xl\-text-white-darkest {
    color: #4d4d4d !important;
  }

  .xl\-text-white-darker {
    color: #999 !important;
  }

  .xl\-text-white-dark {
    color: #e6e6e6 !important;
  }

  .xl\-text-white {
    color: #fff !important;
  }

  .xl\-text-white-light {
    color: #fff !important;
  }

  .xl\-text-white-lighter {
    color: #fff !important;
  }

  .xl\-text-white-lightest {
    color: #fff !important;
  }

  .xl\-hover\-text-transparent:hover {
    color: transparent !important;
  }

  .xl\-hover\-text-pink-darkest:hover {
    color: #4d2728 !important;
  }

  .xl\-hover\-text-pink-darker:hover {
    color: #994e4f !important;
  }

  .xl\-hover\-text-pink-dark:hover {
    color: #e67577 !important;
  }

  .xl\-hover\-text-pink:hover {
    color: #ff8284 !important;
  }

  .xl\-hover\-text-pink-light:hover {
    color: #ffa8a9 !important;
  }

  .xl\-hover\-text-pink-lighter:hover {
    color: #ffcdce !important;
  }

  .xl\-hover\-text-pink-lightest:hover {
    color: #fff3f3 !important;
  }

  .xl\-hover\-text-green-darkest:hover {
    color: #030 !important;
  }

  .xl\-hover\-text-green-darker:hover {
    color: #2b6609 !important;
  }

  .xl\-hover\-text-green-dark:hover {
    color: #447f22 !important;
  }

  .xl\-hover\-text-green:hover {
    color: #77b255 !important;
  }

  .xl\-hover\-text-green-light:hover {
    color: #c4ffa2 !important;
  }

  .xl\-hover\-text-green-lighter:hover {
    color: #dfb !important;
  }

  .xl\-hover\-text-green-lightest:hover {
    color: #f6ffd4 !important;
  }

  .xl\-hover\-text-black-darkest:hover {
    color: #070707 !important;
  }

  .xl\-hover\-text-black-darker:hover {
    color: #0e0e0e !important;
  }

  .xl\-hover\-text-black-dark:hover {
    color: #161616 !important;
  }

  .xl\-hover\-text-black:hover {
    color: #181818 !important;
  }

  .xl\-hover\-text-black-light:hover {
    color: #5d5d5d !important;
  }

  .xl\-hover\-text-black-lighter:hover {
    color: #a3a3a3 !important;
  }

  .xl\-hover\-text-black-lightest:hover {
    color: #e8e8e8 !important;
  }

  .xl\-hover\-text-white-darkest:hover {
    color: #4d4d4d !important;
  }

  .xl\-hover\-text-white-darker:hover {
    color: #999 !important;
  }

  .xl\-hover\-text-white-dark:hover {
    color: #e6e6e6 !important;
  }

  .xl\-hover\-text-white:hover {
    color: #fff !important;
  }

  .xl\-hover\-text-white-light:hover {
    color: #fff !important;
  }

  .xl\-hover\-text-white-lighter:hover {
    color: #fff !important;
  }

  .xl\-hover\-text-white-lightest:hover {
    color: #fff !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-4-5xl {
    font-size: 2.5rem !important;
  }

  .xl\-text-5xl {
    font-size: 3rem !important;
  }

  .xl\-italic {
    font-style: italic !important;
  }

  .xl\-roman {
    font-style: normal !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\-underline {
    text-decoration: underline !important;
  }

  .xl\-line-through {
    text-decoration: line-through !important;
  }

  .xl\-no-underline {
    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\-italic:hover {
    font-style: italic !important;
  }

  .xl\-hover\-roman:hover {
    font-style: normal !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\-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\-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\-tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .xl\-tracking-normal {
    letter-spacing: 0 !important;
  }

  .xl\-tracking-wide {
    letter-spacing: .05em !important;
  }

  .xl\-select-none {
    user-select: none !important;
  }

  .xl\-select-text {
    user-select: text !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\-visible {
    visibility: visible !important;
  }

  .xl\-invisible {
    visibility: hidden !important;
  }

  .xl\-whitespace-normal {
    white-space: normal !important;
  }

  .xl\-whitespace-no-wrap {
    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-words {
    word-wrap: break-word !important;
  }

  .xl\-break-normal {
    word-wrap: normal !important;
  }

  .xl\-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\-w-1 {
    width: .25rem !important;
  }

  .xl\-w-2 {
    width: .5rem !important;
  }

  .xl\-w-3 {
    width: .75rem !important;
  }

  .xl\-w-4 {
    width: 1rem !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-20 {
    width: 5rem !important;
  }

  .xl\-w-24 {
    width: 6rem !important;
  }

  .xl\-w-32 {
    width: 8rem !important;
  }

  .xl\-w-40 {
    width: 10rem !important;
  }

  .xl\-w-44 {
    width: 11rem !important;
  }

  .xl\-w-48 {
    width: 12rem !important;
  }

  .xl\-w-56 {
    width: 14rem !important;
  }

  .xl\-w-64 {
    width: 16rem !important;
  }

  .xl\-w-96 {
    width: 24rem !important;
  }

  .xl\-w-120 {
    width: 30rem !important;
  }

  .xl\-w-128 {
    width: 32rem !important;
  }

  .xl\-w-256 {
    width: 64rem !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-full {
    width: 100% !important;
  }

  .xl\-w-screen {
    width: 100vw !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;
  }
}

@media (min-width: 1440px) {
  .xxl\-list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .xxl\-appearance-none {
    appearance: none !important;
  }

  .xxl\-bg-fixed {
    background-attachment: fixed !important;
  }

  .xxl\-bg-local {
    background-attachment: local !important;
  }

  .xxl\-bg-scroll {
    background-attachment: scroll !important;
  }

  .xxl\-bg-transparent {
    background-color: transparent !important;
  }

  .xxl\-bg-pink-darkest {
    background-color: #4d2728 !important;
  }

  .xxl\-bg-pink-darker {
    background-color: #994e4f !important;
  }

  .xxl\-bg-pink-dark {
    background-color: #e67577 !important;
  }

  .xxl\-bg-pink {
    background-color: #ff8284 !important;
  }

  .xxl\-bg-pink-light {
    background-color: #ffa8a9 !important;
  }

  .xxl\-bg-pink-lighter {
    background-color: #ffcdce !important;
  }

  .xxl\-bg-pink-lightest {
    background-color: #fff3f3 !important;
  }

  .xxl\-bg-green-darkest {
    background-color: #030 !important;
  }

  .xxl\-bg-green-darker {
    background-color: #2b6609 !important;
  }

  .xxl\-bg-green-dark {
    background-color: #447f22 !important;
  }

  .xxl\-bg-green {
    background-color: #77b255 !important;
  }

  .xxl\-bg-green-light {
    background-color: #c4ffa2 !important;
  }

  .xxl\-bg-green-lighter {
    background-color: #dfb !important;
  }

  .xxl\-bg-green-lightest {
    background-color: #f6ffd4 !important;
  }

  .xxl\-bg-black-darkest {
    background-color: #070707 !important;
  }

  .xxl\-bg-black-darker {
    background-color: #0e0e0e !important;
  }

  .xxl\-bg-black-dark {
    background-color: #161616 !important;
  }

  .xxl\-bg-black {
    background-color: #181818 !important;
  }

  .xxl\-bg-black-light {
    background-color: #5d5d5d !important;
  }

  .xxl\-bg-black-lighter {
    background-color: #a3a3a3 !important;
  }

  .xxl\-bg-black-lightest {
    background-color: #e8e8e8 !important;
  }

  .xxl\-bg-white-darkest {
    background-color: #4d4d4d !important;
  }

  .xxl\-bg-white-darker {
    background-color: #999 !important;
  }

  .xxl\-bg-white-dark {
    background-color: #e6e6e6 !important;
  }

  .xxl\-bg-white {
    background-color: #fff !important;
  }

  .xxl\-bg-white-light {
    background-color: #fff !important;
  }

  .xxl\-bg-white-lighter {
    background-color: #fff !important;
  }

  .xxl\-bg-white-lightest {
    background-color: #fff !important;
  }

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

  .xxl\-hover\-bg-pink-darkest:hover {
    background-color: #4d2728 !important;
  }

  .xxl\-hover\-bg-pink-darker:hover {
    background-color: #994e4f !important;
  }

  .xxl\-hover\-bg-pink-dark:hover {
    background-color: #e67577 !important;
  }

  .xxl\-hover\-bg-pink:hover {
    background-color: #ff8284 !important;
  }

  .xxl\-hover\-bg-pink-light:hover {
    background-color: #ffa8a9 !important;
  }

  .xxl\-hover\-bg-pink-lighter:hover {
    background-color: #ffcdce !important;
  }

  .xxl\-hover\-bg-pink-lightest:hover {
    background-color: #fff3f3 !important;
  }

  .xxl\-hover\-bg-green-darkest:hover {
    background-color: #030 !important;
  }

  .xxl\-hover\-bg-green-darker:hover {
    background-color: #2b6609 !important;
  }

  .xxl\-hover\-bg-green-dark:hover {
    background-color: #447f22 !important;
  }

  .xxl\-hover\-bg-green:hover {
    background-color: #77b255 !important;
  }

  .xxl\-hover\-bg-green-light:hover {
    background-color: #c4ffa2 !important;
  }

  .xxl\-hover\-bg-green-lighter:hover {
    background-color: #dfb !important;
  }

  .xxl\-hover\-bg-green-lightest:hover {
    background-color: #f6ffd4 !important;
  }

  .xxl\-hover\-bg-black-darkest:hover {
    background-color: #070707 !important;
  }

  .xxl\-hover\-bg-black-darker:hover {
    background-color: #0e0e0e !important;
  }

  .xxl\-hover\-bg-black-dark:hover {
    background-color: #161616 !important;
  }

  .xxl\-hover\-bg-black:hover {
    background-color: #181818 !important;
  }

  .xxl\-hover\-bg-black-light:hover {
    background-color: #5d5d5d !important;
  }

  .xxl\-hover\-bg-black-lighter:hover {
    background-color: #a3a3a3 !important;
  }

  .xxl\-hover\-bg-black-lightest:hover {
    background-color: #e8e8e8 !important;
  }

  .xxl\-hover\-bg-white-darkest:hover {
    background-color: #4d4d4d !important;
  }

  .xxl\-hover\-bg-white-darker:hover {
    background-color: #999 !important;
  }

  .xxl\-hover\-bg-white-dark:hover {
    background-color: #e6e6e6 !important;
  }

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

  .xxl\-hover\-bg-white-light:hover {
    background-color: #fff !important;
  }

  .xxl\-hover\-bg-white-lighter:hover {
    background-color: #fff !important;
  }

  .xxl\-hover\-bg-white-lightest:hover {
    background-color: #fff !important;
  }

  .xxl\-bg-bottom {
    background-position: bottom !important;
  }

  .xxl\-bg-center {
    background-position: center !important;
  }

  .xxl\-bg-left {
    background-position: left !important;
  }

  .xxl\-bg-left-bottom {
    background-position: left bottom !important;
  }

  .xxl\-bg-left-top {
    background-position: left top !important;
  }

  .xxl\-bg-right {
    background-position: right !important;
  }

  .xxl\-bg-right-bottom {
    background-position: right bottom !important;
  }

  .xxl\-bg-right-top {
    background-position: right top !important;
  }

  .xxl\-bg-top {
    background-position: top !important;
  }

  .xxl\-bg-repeat {
    background-repeat: repeat !important;
  }

  .xxl\-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xxl\-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xxl\-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xxl\-bg-auto {
    background-size: auto !important;
  }

  .xxl\-bg-cover {
    background-size: cover !important;
  }

  .xxl\-bg-contain {
    background-size: contain !important;
  }

  .xxl\-border-transparent {
    border-color: transparent !important;
  }

  .xxl\-border-pink-darkest {
    border-color: #4d2728 !important;
  }

  .xxl\-border-pink-darker {
    border-color: #994e4f !important;
  }

  .xxl\-border-pink-dark {
    border-color: #e67577 !important;
  }

  .xxl\-border-pink {
    border-color: #ff8284 !important;
  }

  .xxl\-border-pink-light {
    border-color: #ffa8a9 !important;
  }

  .xxl\-border-pink-lighter {
    border-color: #ffcdce !important;
  }

  .xxl\-border-pink-lightest {
    border-color: #fff3f3 !important;
  }

  .xxl\-border-green-darkest {
    border-color: #030 !important;
  }

  .xxl\-border-green-darker {
    border-color: #2b6609 !important;
  }

  .xxl\-border-green-dark {
    border-color: #447f22 !important;
  }

  .xxl\-border-green {
    border-color: #77b255 !important;
  }

  .xxl\-border-green-light {
    border-color: #c4ffa2 !important;
  }

  .xxl\-border-green-lighter {
    border-color: #dfb !important;
  }

  .xxl\-border-green-lightest {
    border-color: #f6ffd4 !important;
  }

  .xxl\-border-black-darkest {
    border-color: #070707 !important;
  }

  .xxl\-border-black-darker {
    border-color: #0e0e0e !important;
  }

  .xxl\-border-black-dark {
    border-color: #161616 !important;
  }

  .xxl\-border-black {
    border-color: #181818 !important;
  }

  .xxl\-border-black-light {
    border-color: #5d5d5d !important;
  }

  .xxl\-border-black-lighter {
    border-color: #a3a3a3 !important;
  }

  .xxl\-border-black-lightest {
    border-color: #e8e8e8 !important;
  }

  .xxl\-border-white-darkest {
    border-color: #4d4d4d !important;
  }

  .xxl\-border-white-darker {
    border-color: #999 !important;
  }

  .xxl\-border-white-dark {
    border-color: #e6e6e6 !important;
  }

  .xxl\-border-white {
    border-color: #fff !important;
  }

  .xxl\-border-white-light {
    border-color: #fff !important;
  }

  .xxl\-border-white-lighter {
    border-color: #fff !important;
  }

  .xxl\-border-white-lightest {
    border-color: #fff !important;
  }

  .xxl\-hover\-border-transparent:hover {
    border-color: transparent !important;
  }

  .xxl\-hover\-border-pink-darkest:hover {
    border-color: #4d2728 !important;
  }

  .xxl\-hover\-border-pink-darker:hover {
    border-color: #994e4f !important;
  }

  .xxl\-hover\-border-pink-dark:hover {
    border-color: #e67577 !important;
  }

  .xxl\-hover\-border-pink:hover {
    border-color: #ff8284 !important;
  }

  .xxl\-hover\-border-pink-light:hover {
    border-color: #ffa8a9 !important;
  }

  .xxl\-hover\-border-pink-lighter:hover {
    border-color: #ffcdce !important;
  }

  .xxl\-hover\-border-pink-lightest:hover {
    border-color: #fff3f3 !important;
  }

  .xxl\-hover\-border-green-darkest:hover {
    border-color: #030 !important;
  }

  .xxl\-hover\-border-green-darker:hover {
    border-color: #2b6609 !important;
  }

  .xxl\-hover\-border-green-dark:hover {
    border-color: #447f22 !important;
  }

  .xxl\-hover\-border-green:hover {
    border-color: #77b255 !important;
  }

  .xxl\-hover\-border-green-light:hover {
    border-color: #c4ffa2 !important;
  }

  .xxl\-hover\-border-green-lighter:hover {
    border-color: #dfb !important;
  }

  .xxl\-hover\-border-green-lightest:hover {
    border-color: #f6ffd4 !important;
  }

  .xxl\-hover\-border-black-darkest:hover {
    border-color: #070707 !important;
  }

  .xxl\-hover\-border-black-darker:hover {
    border-color: #0e0e0e !important;
  }

  .xxl\-hover\-border-black-dark:hover {
    border-color: #161616 !important;
  }

  .xxl\-hover\-border-black:hover {
    border-color: #181818 !important;
  }

  .xxl\-hover\-border-black-light:hover {
    border-color: #5d5d5d !important;
  }

  .xxl\-hover\-border-black-lighter:hover {
    border-color: #a3a3a3 !important;
  }

  .xxl\-hover\-border-black-lightest:hover {
    border-color: #e8e8e8 !important;
  }

  .xxl\-hover\-border-white-darkest:hover {
    border-color: #4d4d4d !important;
  }

  .xxl\-hover\-border-white-darker:hover {
    border-color: #999 !important;
  }

  .xxl\-hover\-border-white-dark:hover {
    border-color: #e6e6e6 !important;
  }

  .xxl\-hover\-border-white:hover {
    border-color: #fff !important;
  }

  .xxl\-hover\-border-white-light:hover {
    border-color: #fff !important;
  }

  .xxl\-hover\-border-white-lighter:hover {
    border-color: #fff !important;
  }

  .xxl\-hover\-border-white-lightest:hover {
    border-color: #fff !important;
  }

  .xxl\-rounded-none {
    border-radius: 0 !important;
  }

  .xxl\-rounded-sm {
    border-radius: .125rem !important;
  }

  .xxl\-rounded {
    border-radius: .25rem !important;
  }

  .xxl\-rounded-lg {
    border-radius: .5rem !important;
  }

  .xxl\-rounded-full {
    border-radius: 9999px !important;
  }

  .xxl\-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xxl\-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xxl\-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\-rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .xxl\-rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .xxl\-rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xxl\-rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xxl\-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .xxl\-rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .xxl\-rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xxl\-rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xxl\-rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .xxl\-rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .xxl\-rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xxl\-rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xxl\-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xxl\-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .xxl\-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .xxl\-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .xxl\-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .xxl\-rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .xxl\-rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .xxl\-rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .xxl\-rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .xxl\-rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .xxl\-rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .xxl\-rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .xxl\-rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .xxl\-rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .xxl\-rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .xxl\-rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .xxl\-rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .xxl\-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xxl\-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xxl\-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\-hover\-rounded-none:hover {
    border-radius: 0 !important;
  }

  .xxl\-hover\-rounded-sm:hover {
    border-radius: .125rem !important;
  }

  .xxl\-hover\-rounded:hover {
    border-radius: .25rem !important;
  }

  .xxl\-hover\-rounded-lg:hover {
    border-radius: .5rem !important;
  }

  .xxl\-hover\-rounded-full:hover {
    border-radius: 9999px !important;
  }

  .xxl\-hover\-rounded-t-none:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xxl\-hover\-rounded-r-none:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xxl\-hover\-rounded-b-none:hover {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\-hover\-rounded-l-none:hover {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\-hover\-rounded-t-sm:hover {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .xxl\-hover\-rounded-r-sm:hover {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .xxl\-hover\-rounded-b-sm:hover {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xxl\-hover\-rounded-l-sm:hover {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xxl\-hover\-rounded-t:hover {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .xxl\-hover\-rounded-r:hover {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .xxl\-hover\-rounded-b:hover {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xxl\-hover\-rounded-l:hover {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xxl\-hover\-rounded-t-lg:hover {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .xxl\-hover\-rounded-r-lg:hover {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .xxl\-hover\-rounded-b-lg:hover {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xxl\-hover\-rounded-l-lg:hover {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xxl\-hover\-rounded-t-full:hover {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xxl\-hover\-rounded-r-full:hover {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\-hover\-rounded-b-full:hover {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\-hover\-rounded-l-full:hover {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\-hover\-rounded-tl-none:hover {
    border-top-left-radius: 0 !important;
  }

  .xxl\-hover\-rounded-tr-none:hover {
    border-top-right-radius: 0 !important;
  }

  .xxl\-hover\-rounded-br-none:hover {
    border-bottom-right-radius: 0 !important;
  }

  .xxl\-hover\-rounded-bl-none:hover {
    border-bottom-left-radius: 0 !important;
  }

  .xxl\-hover\-rounded-tl-sm:hover {
    border-top-left-radius: .125rem !important;
  }

  .xxl\-hover\-rounded-tr-sm:hover {
    border-top-right-radius: .125rem !important;
  }

  .xxl\-hover\-rounded-br-sm:hover {
    border-bottom-right-radius: .125rem !important;
  }

  .xxl\-hover\-rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem !important;
  }

  .xxl\-hover\-rounded-tl:hover {
    border-top-left-radius: .25rem !important;
  }

  .xxl\-hover\-rounded-tr:hover {
    border-top-right-radius: .25rem !important;
  }

  .xxl\-hover\-rounded-br:hover {
    border-bottom-right-radius: .25rem !important;
  }

  .xxl\-hover\-rounded-bl:hover {
    border-bottom-left-radius: .25rem !important;
  }

  .xxl\-hover\-rounded-tl-lg:hover {
    border-top-left-radius: .5rem !important;
  }

  .xxl\-hover\-rounded-tr-lg:hover {
    border-top-right-radius: .5rem !important;
  }

  .xxl\-hover\-rounded-br-lg:hover {
    border-bottom-right-radius: .5rem !important;
  }

  .xxl\-hover\-rounded-bl-lg:hover {
    border-bottom-left-radius: .5rem !important;
  }

  .xxl\-hover\-rounded-tl-full:hover {
    border-top-left-radius: 9999px !important;
  }

  .xxl\-hover\-rounded-tr-full:hover {
    border-top-right-radius: 9999px !important;
  }

  .xxl\-hover\-rounded-br-full:hover {
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\-hover\-rounded-bl-full:hover {
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\-border-solid {
    border-style: solid !important;
  }

  .xxl\-border-dashed {
    border-style: dashed !important;
  }

  .xxl\-border-dotted {
    border-style: dotted !important;
  }

  .xxl\-border-none {
    border-style: none !important;
  }

  .xxl\-border-0 {
    border-width: 0 !important;
  }

  .xxl\-border-2 {
    border-width: 2px !important;
  }

  .xxl\-border-4 {
    border-width: 4px !important;
  }

  .xxl\-border-8 {
    border-width: 8px !important;
  }

  .xxl\-border {
    border-width: 1px !important;
  }

  .xxl\-border-t-0 {
    border-top-width: 0 !important;
  }

  .xxl\-border-r-0 {
    border-right-width: 0 !important;
  }

  .xxl\-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xxl\-border-l-0 {
    border-left-width: 0 !important;
  }

  .xxl\-border-t-2 {
    border-top-width: 2px !important;
  }

  .xxl\-border-r-2 {
    border-right-width: 2px !important;
  }

  .xxl\-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xxl\-border-l-2 {
    border-left-width: 2px !important;
  }

  .xxl\-border-t-4 {
    border-top-width: 4px !important;
  }

  .xxl\-border-r-4 {
    border-right-width: 4px !important;
  }

  .xxl\-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xxl\-border-l-4 {
    border-left-width: 4px !important;
  }

  .xxl\-border-t-8 {
    border-top-width: 8px !important;
  }

  .xxl\-border-r-8 {
    border-right-width: 8px !important;
  }

  .xxl\-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xxl\-border-l-8 {
    border-left-width: 8px !important;
  }

  .xxl\-border-t {
    border-top-width: 1px !important;
  }

  .xxl\-border-r {
    border-right-width: 1px !important;
  }

  .xxl\-border-b {
    border-bottom-width: 1px !important;
  }

  .xxl\-border-l {
    border-left-width: 1px !important;
  }

  .xxl\-hover\-border-0:hover {
    border-width: 0 !important;
  }

  .xxl\-hover\-border-2:hover {
    border-width: 2px !important;
  }

  .xxl\-hover\-border-4:hover {
    border-width: 4px !important;
  }

  .xxl\-hover\-border-8:hover {
    border-width: 8px !important;
  }

  .xxl\-hover\-border:hover {
    border-width: 1px !important;
  }

  .xxl\-hover\-border-t-0:hover {
    border-top-width: 0 !important;
  }

  .xxl\-hover\-border-r-0:hover {
    border-right-width: 0 !important;
  }

  .xxl\-hover\-border-b-0:hover {
    border-bottom-width: 0 !important;
  }

  .xxl\-hover\-border-l-0:hover {
    border-left-width: 0 !important;
  }

  .xxl\-hover\-border-t-2:hover {
    border-top-width: 2px !important;
  }

  .xxl\-hover\-border-r-2:hover {
    border-right-width: 2px !important;
  }

  .xxl\-hover\-border-b-2:hover {
    border-bottom-width: 2px !important;
  }

  .xxl\-hover\-border-l-2:hover {
    border-left-width: 2px !important;
  }

  .xxl\-hover\-border-t-4:hover {
    border-top-width: 4px !important;
  }

  .xxl\-hover\-border-r-4:hover {
    border-right-width: 4px !important;
  }

  .xxl\-hover\-border-b-4:hover {
    border-bottom-width: 4px !important;
  }

  .xxl\-hover\-border-l-4:hover {
    border-left-width: 4px !important;
  }

  .xxl\-hover\-border-t-8:hover {
    border-top-width: 8px !important;
  }

  .xxl\-hover\-border-r-8:hover {
    border-right-width: 8px !important;
  }

  .xxl\-hover\-border-b-8:hover {
    border-bottom-width: 8px !important;
  }

  .xxl\-hover\-border-l-8:hover {
    border-left-width: 8px !important;
  }

  .xxl\-hover\-border-t:hover {
    border-top-width: 1px !important;
  }

  .xxl\-hover\-border-r:hover {
    border-right-width: 1px !important;
  }

  .xxl\-hover\-border-b:hover {
    border-bottom-width: 1px !important;
  }

  .xxl\-hover\-border-l:hover {
    border-left-width: 1px !important;
  }

  .xxl\-cursor-auto {
    cursor: auto !important;
  }

  .xxl\-cursor-default {
    cursor: default !important;
  }

  .xxl\-cursor-pointer {
    cursor: pointer !important;
  }

  .xxl\-cursor-wait {
    cursor: wait !important;
  }

  .xxl\-cursor-move {
    cursor: move !important;
  }

  .xxl\-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xxl\-block {
    display: block !important;
  }

  .xxl\-inline-block {
    display: inline-block !important;
  }

  .xxl\-inline {
    display: inline !important;
  }

  .xxl\-table {
    display: table !important;
  }

  .xxl\-table-row {
    display: table-row !important;
  }

  .xxl\-table-cell {
    display: table-cell !important;
  }

  .xxl\-hidden {
    display: none !important;
  }

  .xxl\-flex {
    display: flex !important;
  }

  .xxl\-inline-flex {
    display: inline-flex !important;
  }

  .xxl\-flex-row {
    flex-direction: row !important;
  }

  .xxl\-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xxl\-flex-col {
    flex-direction: column !important;
  }

  .xxl\-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xxl\-flex-wrap {
    flex-wrap: wrap !important;
  }

  .xxl\-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xxl\-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .xxl\-items-start {
    align-items: flex-start !important;
  }

  .xxl\-items-end {
    align-items: flex-end !important;
  }

  .xxl\-items-center {
    align-items: center !important;
  }

  .xxl\-items-baseline {
    align-items: baseline !important;
  }

  .xxl\-items-stretch {
    align-items: stretch !important;
  }

  .xxl\-self-auto {
    align-self: auto !important;
  }

  .xxl\-self-start {
    align-self: flex-start !important;
  }

  .xxl\-self-end {
    align-self: flex-end !important;
  }

  .xxl\-self-center {
    align-self: center !important;
  }

  .xxl\-self-stretch {
    align-self: stretch !important;
  }

  .xxl\-justify-start {
    justify-content: flex-start !important;
  }

  .xxl\-justify-end {
    justify-content: flex-end !important;
  }

  .xxl\-justify-center {
    justify-content: center !important;
  }

  .xxl\-justify-between {
    justify-content: space-between !important;
  }

  .xxl\-justify-around {
    justify-content: space-around !important;
  }

  .xxl\-content-center {
    align-content: center !important;
  }

  .xxl\-content-start {
    align-content: flex-start !important;
  }

  .xxl\-content-end {
    align-content: flex-end !important;
  }

  .xxl\-content-between {
    align-content: space-between !important;
  }

  .xxl\-content-around {
    align-content: space-around !important;
  }

  .xxl\-flex-1 {
    flex: 1 1 0% !important;
  }

  .xxl\-flex-auto {
    flex: 1 1 auto !important;
  }

  .xxl\-flex-initial {
    flex: 0 1 auto !important;
  }

  .xxl\-flex-none {
    flex: none !important;
  }

  .xxl\-flex-grow {
    flex-grow: 1 !important;
  }

  .xxl\-flex-shrink {
    flex-shrink: 1 !important;
  }

  .xxl\-flex-no-grow {
    flex-grow: 0 !important;
  }

  .xxl\-flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .xxl\-float-right {
    float: right !important;
  }

  .xxl\-float-left {
    float: left !important;
  }

  .xxl\-float-none {
    float: none !important;
  }

  .xxl\-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xxl\-font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .xxl\-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
  }

  .xxl\-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .xxl\-font-normal {
    font-weight: 400 !important;
  }

  .xxl\-font-bold {
    font-weight: 700 !important;
  }

  .xxl\-hover\-font-normal:hover {
    font-weight: 400 !important;
  }

  .xxl\-hover\-font-bold:hover {
    font-weight: 700 !important;
  }

  .xxl\-h-1 {
    height: .25rem !important;
  }

  .xxl\-h-2 {
    height: .5rem !important;
  }

  .xxl\-h-3 {
    height: .75rem !important;
  }

  .xxl\-h-4 {
    height: 1rem !important;
  }

  .xxl\-h-6 {
    height: 1.5rem !important;
  }

  .xxl\-h-8 {
    height: 2rem !important;
  }

  .xxl\-h-10 {
    height: 2.5rem !important;
  }

  .xxl\-h-12 {
    height: 3rem !important;
  }

  .xxl\-h-16 {
    height: 4rem !important;
  }

  .xxl\-h-20 {
    height: 5rem !important;
  }

  .xxl\-h-24 {
    height: 6rem !important;
  }

  .xxl\-h-32 {
    height: 8rem !important;
  }

  .xxl\-h-48 {
    height: 12rem !important;
  }

  .xxl\-h-64 {
    height: 16rem !important;
  }

  .xxl\-h-96 {
    height: 24rem !important;
  }

  .xxl\-h-120 {
    height: 30rem !important;
  }

  .xxl\-h-128 {
    height: 32rem !important;
  }

  .xxl\-h-156 {
    height: 54rem !important;
  }

  .xxl\-h-270 {
    height: 93.75rem !important;
  }

  .xxl\-h-auto {
    height: auto !important;
  }

  .xxl\-h-px {
    height: 1px !important;
  }

  .xxl\-h-full {
    height: 100% !important;
  }

  .xxl\-h-screen {
    height: 100vh !important;
  }

  .xxl\-leading-none {
    line-height: 1 !important;
  }

  .xxl\-leading-tight {
    line-height: 1.25 !important;
  }

  .xxl\-leading-normal {
    line-height: 1.5 !important;
  }

  .xxl\-leading-loose {
    line-height: 2 !important;
  }

  .xxl\-m-0 {
    margin: 0 !important;
  }

  .xxl\-m-1 {
    margin: .25rem !important;
  }

  .xxl\-m-2 {
    margin: .5rem !important;
  }

  .xxl\-m-3 {
    margin: .75rem !important;
  }

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

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

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

  .xxl\-m-10 {
    margin: 2.6875rem !important;
  }

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

  .xxl\-m-14 {
    margin: 3.5rem !important;
  }

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

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

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

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

  .xxl\-m-48 {
    margin: 12rem !important;
  }

  .xxl\-m-64 {
    margin: 16rem !important;
  }

  .xxl\-m-128 {
    margin: 32rem !important;
  }

  .xxl\-m-256 {
    margin: 64rem !important;
  }

  .xxl\-m-auto {
    margin: auto !important;
  }

  .xxl\-m-px {
    margin: 1px !important;
  }

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

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

  .xxl\-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .xxl\-mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .xxl\-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .xxl\-mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .xxl\-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .xxl\-mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

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

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

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

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

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

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

  .xxl\-my-10 {
    margin-top: 2.6875rem !important;
    margin-bottom: 2.6875rem !important;
  }

  .xxl\-mx-10 {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important;
  }

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

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

  .xxl\-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xxl\-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

  .xxl\-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xxl\-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xxl\-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xxl\-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xxl\-my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }

  .xxl\-mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }

  .xxl\-my-256 {
    margin-top: 64rem !important;
    margin-bottom: 64rem !important;
  }

  .xxl\-mx-256 {
    margin-left: 64rem !important;
    margin-right: 64rem !important;
  }

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

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

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

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

  .xxl\-mt-0 {
    margin-top: 0 !important;
  }

  .xxl\-mr-0 {
    margin-right: 0 !important;
  }

  .xxl\-mb-0 {
    margin-bottom: 0 !important;
  }

  .xxl\-ml-0 {
    margin-left: 0 !important;
  }

  .xxl\-mt-1 {
    margin-top: .25rem !important;
  }

  .xxl\-mr-1 {
    margin-right: .25rem !important;
  }

  .xxl\-mb-1 {
    margin-bottom: .25rem !important;
  }

  .xxl\-ml-1 {
    margin-left: .25rem !important;
  }

  .xxl\-mt-2 {
    margin-top: .5rem !important;
  }

  .xxl\-mr-2 {
    margin-right: .5rem !important;
  }

  .xxl\-mb-2 {
    margin-bottom: .5rem !important;
  }

  .xxl\-ml-2 {
    margin-left: .5rem !important;
  }

  .xxl\-mt-3 {
    margin-top: .75rem !important;
  }

  .xxl\-mr-3 {
    margin-right: .75rem !important;
  }

  .xxl\-mb-3 {
    margin-bottom: .75rem !important;
  }

  .xxl\-ml-3 {
    margin-left: .75rem !important;
  }

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

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

  .xxl\-mb-4 {
    margin-bottom: 1rem !important;
  }

  .xxl\-ml-4 {
    margin-left: 1rem !important;
  }

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

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

  .xxl\-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xxl\-ml-6 {
    margin-left: 1.5rem !important;
  }

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

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

  .xxl\-mb-8 {
    margin-bottom: 2rem !important;
  }

  .xxl\-ml-8 {
    margin-left: 2rem !important;
  }

  .xxl\-mt-10 {
    margin-top: 2.6875rem !important;
  }

  .xxl\-mr-10 {
    margin-right: 2.6875rem !important;
  }

  .xxl\-mb-10 {
    margin-bottom: 2.6875rem !important;
  }

  .xxl\-ml-10 {
    margin-left: 2.6875rem !important;
  }

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

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

  .xxl\-mb-12 {
    margin-bottom: 3rem !important;
  }

  .xxl\-ml-12 {
    margin-left: 3rem !important;
  }

  .xxl\-mt-14 {
    margin-top: 3.5rem !important;
  }

  .xxl\-mr-14 {
    margin-right: 3.5rem !important;
  }

  .xxl\-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xxl\-ml-14 {
    margin-left: 3.5rem !important;
  }

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

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

  .xxl\-mb-16 {
    margin-bottom: 4rem !important;
  }

  .xxl\-ml-16 {
    margin-left: 4rem !important;
  }

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

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

  .xxl\-mb-20 {
    margin-bottom: 5rem !important;
  }

  .xxl\-ml-20 {
    margin-left: 5rem !important;
  }

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

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

  .xxl\-mb-24 {
    margin-bottom: 6rem !important;
  }

  .xxl\-ml-24 {
    margin-left: 6rem !important;
  }

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

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

  .xxl\-mb-32 {
    margin-bottom: 8rem !important;
  }

  .xxl\-ml-32 {
    margin-left: 8rem !important;
  }

  .xxl\-mt-48 {
    margin-top: 12rem !important;
  }

  .xxl\-mr-48 {
    margin-right: 12rem !important;
  }

  .xxl\-mb-48 {
    margin-bottom: 12rem !important;
  }

  .xxl\-ml-48 {
    margin-left: 12rem !important;
  }

  .xxl\-mt-64 {
    margin-top: 16rem !important;
  }

  .xxl\-mr-64 {
    margin-right: 16rem !important;
  }

  .xxl\-mb-64 {
    margin-bottom: 16rem !important;
  }

  .xxl\-ml-64 {
    margin-left: 16rem !important;
  }

  .xxl\-mt-128 {
    margin-top: 32rem !important;
  }

  .xxl\-mr-128 {
    margin-right: 32rem !important;
  }

  .xxl\-mb-128 {
    margin-bottom: 32rem !important;
  }

  .xxl\-ml-128 {
    margin-left: 32rem !important;
  }

  .xxl\-mt-256 {
    margin-top: 64rem !important;
  }

  .xxl\-mr-256 {
    margin-right: 64rem !important;
  }

  .xxl\-mb-256 {
    margin-bottom: 64rem !important;
  }

  .xxl\-ml-256 {
    margin-left: 64rem !important;
  }

  .xxl\-mt-auto {
    margin-top: auto !important;
  }

  .xxl\-mr-auto {
    margin-right: auto !important;
  }

  .xxl\-mb-auto {
    margin-bottom: auto !important;
  }

  .xxl\-ml-auto {
    margin-left: auto !important;
  }

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

  .xxl\-mr-px {
    margin-right: 1px !important;
  }

  .xxl\-mb-px {
    margin-bottom: 1px !important;
  }

  .xxl\-ml-px {
    margin-left: 1px !important;
  }

  .xxl\-max-h-full {
    max-height: 100% !important;
  }

  .xxl\-max-h-screen {
    max-height: 100vh !important;
  }

  .xxl\-max-w-initial {
    max-width: initial !important;
  }

  .xxl\-max-w-xxs {
    max-width: 15.625rem !important;
  }

  .xxl\-max-w-xs {
    max-width: 20rem !important;
  }

  .xxl\-max-w-xssm {
    max-width: 25rem !important;
  }

  .xxl\-max-w-smxs {
    max-width: 27.5rem !important;
  }

  .xxl\-max-w-sm {
    max-width: 30rem !important;
  }

  .xxl\-max-w-xmd {
    max-width: 32.5rem !important;
  }

  .xxl\-max-w-mdsm {
    max-width: 35rem !important;
  }

  .xxl\-max-w-md {
    max-width: 40rem !important;
  }

  .xxl\-max-w-mdlg {
    max-width: 45rem !important;
  }

  .xxl\-max-w-lg {
    max-width: 50rem !important;
  }

  .xxl\-max-w-lgxl {
    max-width: 55rem !important;
  }

  .xxl\-max-w-xl {
    max-width: 60rem !important;
  }

  .xxl\-max-w-xxl {
    max-width: 67.5rem !important;
  }

  .xxl\-max-w-2xl {
    max-width: 70rem !important;
  }

  .xxl\-max-w-3xl {
    max-width: 75rem !important;
  }

  .xxl\-max-w-4xl {
    max-width: 90rem !important;
  }

  .xxl\-max-w-5xl {
    max-width: 100rem !important;
  }

  .xxl\-max-w-full {
    max-width: 100% !important;
  }

  .xxl\-min-h-0 {
    min-height: 0 !important;
  }

  .xxl\-min-h-1 {
    min-height: .25rem !important;
  }

  .xxl\-min-h-2 {
    min-height: .5rem !important;
  }

  .xxl\-min-h-3 {
    min-height: .75rem !important;
  }

  .xxl\-min-h-4 {
    min-height: 1rem !important;
  }

  .xxl\-min-h-6 {
    min-height: 1.5rem !important;
  }

  .xxl\-min-h-8 {
    min-height: 2rem !important;
  }

  .xxl\-min-h-10 {
    min-height: 2.5rem !important;
  }

  .xxl\-min-h-12 {
    min-height: 3rem !important;
  }

  .xxl\-min-h-16 {
    min-height: 4rem !important;
  }

  .xxl\-min-h-24 {
    min-height: 6rem !important;
  }

  .xxl\-min-h-32 {
    min-height: 8rem !important;
  }

  .xxl\-min-h-43 {
    min-height: 43rem !important;
  }

  .xxl\-min-h-48 {
    min-height: 12rem !important;
  }

  .xxl\-min-h-64 {
    min-height: 16rem !important;
  }

  .xxl\-min-h-96 {
    min-height: 24rem !important;
  }

  .xxl\-min-h-108 {
    min-height: 27rem !important;
  }

  .xxl\-min-h-120 {
    min-height: 30rem !important;
  }

  .xxl\-min-h-128 {
    min-height: 32rem !important;
  }

  .xxl\-min-h-156 {
    min-height: 54rem !important;
  }

  .xxl\-min-h-270 {
    min-height: 93.75rem !important;
  }

  .xxl\-min-h-full {
    min-height: 100% !important;
  }

  .xxl\-min-h-half {
    min-height: 50vh !important;
  }

  .xxl\-min-h-screen {
    min-height: 100vh !important;
  }

  .xxl\-min-w-0 {
    min-width: 0 !important;
  }

  .xxl\-min-w-1 {
    min-width: .25rem !important;
  }

  .xxl\-min-w-2 {
    min-width: .5rem !important;
  }

  .xxl\-min-w-3 {
    min-width: .75rem !important;
  }

  .xxl\-min-w-4 {
    min-width: 1rem !important;
  }

  .xxl\-min-w-6 {
    min-width: 1.5rem !important;
  }

  .xxl\-min-w-8 {
    min-width: 2rem !important;
  }

  .xxl\-min-w-10 {
    min-width: 2.5rem !important;
  }

  .xxl\-min-w-12 {
    min-width: 3rem !important;
  }

  .xxl\-min-w-16 {
    min-width: 4rem !important;
  }

  .xxl\-min-w-24 {
    min-width: 6rem !important;
  }

  .xxl\-min-w-32 {
    min-width: 8rem !important;
  }

  .xxl\-min-w-48 {
    min-width: 12rem !important;
  }

  .xxl\-min-w-64 {
    min-width: 16rem !important;
  }

  .xxl\-min-w-96 {
    min-width: 24rem !important;
  }

  .xxl\-min-w-120 {
    min-width: 30rem !important;
  }

  .xxl\-min-w-128 {
    min-width: 32rem !important;
  }

  .xxl\-min-w-156 {
    min-width: 54rem !important;
  }

  .xxl\-min-w-full {
    min-width: 100% !important;
  }

  .xxl\--m-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

  .xxl\--m-14 {
    margin: -3.5rem !important;
  }

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

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

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

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

  .xxl\--m-48 {
    margin: -12rem !important;
  }

  .xxl\--m-64 {
    margin: -16rem !important;
  }

  .xxl\--m-128 {
    margin: -32rem !important;
  }

  .xxl\--m-256 {
    margin: -64rem !important;
  }

  .xxl\--m-px {
    margin: -1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxl\--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xxl\--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

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

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

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

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

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

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

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

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

  .xxl\--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xxl\--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xxl\--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xxl\--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xxl\--my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important;
  }

  .xxl\--mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }

  .xxl\--my-256 {
    margin-top: -64rem !important;
    margin-bottom: -64rem !important;
  }

  .xxl\--mx-256 {
    margin-left: -64rem !important;
    margin-right: -64rem !important;
  }

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

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

  .xxl\--mt-0 {
    margin-top: 0 !important;
  }

  .xxl\--mr-0 {
    margin-right: 0 !important;
  }

  .xxl\--mb-0 {
    margin-bottom: 0 !important;
  }

  .xxl\--ml-0 {
    margin-left: 0 !important;
  }

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

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

  .xxl\--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xxl\--ml-1 {
    margin-left: -0.25rem !important;
  }

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

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

  .xxl\--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xxl\--ml-2 {
    margin-left: -0.5rem !important;
  }

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

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

  .xxl\--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xxl\--ml-3 {
    margin-left: -0.75rem !important;
  }

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

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

  .xxl\--mb-4 {
    margin-bottom: -1rem !important;
  }

  .xxl\--ml-4 {
    margin-left: -1rem !important;
  }

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

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

  .xxl\--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xxl\--ml-6 {
    margin-left: -1.5rem !important;
  }

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

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

  .xxl\--mb-8 {
    margin-bottom: -2rem !important;
  }

  .xxl\--ml-8 {
    margin-left: -2rem !important;
  }

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

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

  .xxl\--mb-12 {
    margin-bottom: -3rem !important;
  }

  .xxl\--ml-12 {
    margin-left: -3rem !important;
  }

  .xxl\--mt-14 {
    margin-top: -3.5rem !important;
  }

  .xxl\--mr-14 {
    margin-right: -3.5rem !important;
  }

  .xxl\--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .xxl\--ml-14 {
    margin-left: -3.5rem !important;
  }

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

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

  .xxl\--mb-16 {
    margin-bottom: -4rem !important;
  }

  .xxl\--ml-16 {
    margin-left: -4rem !important;
  }

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

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

  .xxl\--mb-20 {
    margin-bottom: -5rem !important;
  }

  .xxl\--ml-20 {
    margin-left: -5rem !important;
  }

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

  .xxl\--mr-24 {
    margin-right: -6rem !important;
  }

  .xxl\--mb-24 {
    margin-bottom: -6rem !important;
  }

  .xxl\--ml-24 {
    margin-left: -6rem !important;
  }

  .xxl\--mt-32 {
    margin-top: -8rem !important;
  }

  .xxl\--mr-32 {
    margin-right: -8rem !important;
  }

  .xxl\--mb-32 {
    margin-bottom: -8rem !important;
  }

  .xxl\--ml-32 {
    margin-left: -8rem !important;
  }

  .xxl\--mt-48 {
    margin-top: -12rem !important;
  }

  .xxl\--mr-48 {
    margin-right: -12rem !important;
  }

  .xxl\--mb-48 {
    margin-bottom: -12rem !important;
  }

  .xxl\--ml-48 {
    margin-left: -12rem !important;
  }

  .xxl\--mt-64 {
    margin-top: -16rem !important;
  }

  .xxl\--mr-64 {
    margin-right: -16rem !important;
  }

  .xxl\--mb-64 {
    margin-bottom: -16rem !important;
  }

  .xxl\--ml-64 {
    margin-left: -16rem !important;
  }

  .xxl\--mt-128 {
    margin-top: -32rem !important;
  }

  .xxl\--mr-128 {
    margin-right: -32rem !important;
  }

  .xxl\--mb-128 {
    margin-bottom: -32rem !important;
  }

  .xxl\--ml-128 {
    margin-left: -32rem !important;
  }

  .xxl\--mt-256 {
    margin-top: -64rem !important;
  }

  .xxl\--mr-256 {
    margin-right: -64rem !important;
  }

  .xxl\--mb-256 {
    margin-bottom: -64rem !important;
  }

  .xxl\--ml-256 {
    margin-left: -64rem !important;
  }

  .xxl\--mt-px {
    margin-top: -1px !important;
  }

  .xxl\--mr-px {
    margin-right: -1px !important;
  }

  .xxl\--mb-px {
    margin-bottom: -1px !important;
  }

  .xxl\--ml-px {
    margin-left: -1px !important;
  }

  .xxl\-opacity-0 {
    opacity: 0 !important;
  }

  .xxl\-opacity-25 {
    opacity: .25 !important;
  }

  .xxl\-opacity-50 {
    opacity: .5 !important;
  }

  .xxl\-opacity-75 {
    opacity: .75 !important;
  }

  .xxl\-opacity-90 {
    opacity: .9 !important;
  }

  .xxl\-opacity-100 {
    opacity: 1 !important;
  }

  .xxl\-hover\-opacity-0:hover {
    opacity: 0 !important;
  }

  .xxl\-hover\-opacity-25:hover {
    opacity: .25 !important;
  }

  .xxl\-hover\-opacity-50:hover {
    opacity: .5 !important;
  }

  .xxl\-hover\-opacity-75:hover {
    opacity: .75 !important;
  }

  .xxl\-hover\-opacity-90:hover {
    opacity: .9 !important;
  }

  .xxl\-hover\-opacity-100:hover {
    opacity: 1 !important;
  }

  .xxl\-overflow-auto {
    overflow: auto !important;
  }

  .xxl\-overflow-hidden {
    overflow: hidden !important;
  }

  .xxl\-overflow-visible {
    overflow: visible !important;
  }

  .xxl\-overflow-scroll {
    overflow: scroll !important;
  }

  .xxl\-overflow-x-auto {
    overflow-x: auto !important;
  }

  .xxl\-overflow-y-auto {
    overflow-y: auto !important;
  }

  .xxl\-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xxl\-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xxl\-overflow-x-visible {
    overflow-x: visible !important;
  }

  .xxl\-overflow-y-visible {
    overflow-y: visible !important;
  }

  .xxl\-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xxl\-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xxl\-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xxl\-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xxl\-p-0 {
    padding: 0 !important;
  }

  .xxl\-p-1 {
    padding: .25rem !important;
  }

  .xxl\-p-2 {
    padding: .5rem !important;
  }

  .xxl\-p-3 {
    padding: .75rem !important;
  }

  .xxl\-p-4 {
    padding: 1rem !important;
  }

  .xxl\-p-5 {
    padding: 1.25rem !important;
  }

  .xxl\-p-6 {
    padding: 1.5rem !important;
  }

  .xxl\-p-8 {
    padding: 2rem !important;
  }

  .xxl\-p-10 {
    padding: 2.75rem !important;
  }

  .xxl\-p-12 {
    padding: 3rem !important;
  }

  .xxl\-p-16 {
    padding: 4rem !important;
  }

  .xxl\-p-20 {
    padding: 5rem !important;
  }

  .xxl\-p-24 {
    padding: 6rem !important;
  }

  .xxl\-p-32 {
    padding: 8rem !important;
  }

  .xxl\-p-48 {
    padding: 12rem !important;
  }

  .xxl\-p-64 {
    padding: 16rem !important;
  }

  .xxl\-p-px {
    padding: 1px !important;
  }

  .xxl\-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xxl\-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xxl\-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .xxl\-px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .xxl\-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .xxl\-px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .xxl\-py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .xxl\-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .xxl\-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xxl\-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xxl\-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xxl\-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xxl\-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xxl\-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xxl\-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xxl\-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xxl\-py-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xxl\-px-10 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xxl\-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xxl\-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xxl\-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xxl\-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xxl\-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xxl\-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xxl\-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xxl\-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xxl\-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xxl\-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xxl\-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xxl\-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xxl\-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xxl\-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xxl\-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xxl\-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xxl\-pt-0 {
    padding-top: 0 !important;
  }

  .xxl\-pr-0 {
    padding-right: 0 !important;
  }

  .xxl\-pb-0 {
    padding-bottom: 0 !important;
  }

  .xxl\-pl-0 {
    padding-left: 0 !important;
  }

  .xxl\-pt-1 {
    padding-top: .25rem !important;
  }

  .xxl\-pr-1 {
    padding-right: .25rem !important;
  }

  .xxl\-pb-1 {
    padding-bottom: .25rem !important;
  }

  .xxl\-pl-1 {
    padding-left: .25rem !important;
  }

  .xxl\-pt-2 {
    padding-top: .5rem !important;
  }

  .xxl\-pr-2 {
    padding-right: .5rem !important;
  }

  .xxl\-pb-2 {
    padding-bottom: .5rem !important;
  }

  .xxl\-pl-2 {
    padding-left: .5rem !important;
  }

  .xxl\-pt-3 {
    padding-top: .75rem !important;
  }

  .xxl\-pr-3 {
    padding-right: .75rem !important;
  }

  .xxl\-pb-3 {
    padding-bottom: .75rem !important;
  }

  .xxl\-pl-3 {
    padding-left: .75rem !important;
  }

  .xxl\-pt-4 {
    padding-top: 1rem !important;
  }

  .xxl\-pr-4 {
    padding-right: 1rem !important;
  }

  .xxl\-pb-4 {
    padding-bottom: 1rem !important;
  }

  .xxl\-pl-4 {
    padding-left: 1rem !important;
  }

  .xxl\-pt-5 {
    padding-top: 1.25rem !important;
  }

  .xxl\-pr-5 {
    padding-right: 1.25rem !important;
  }

  .xxl\-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xxl\-pl-5 {
    padding-left: 1.25rem !important;
  }

  .xxl\-pt-6 {
    padding-top: 1.5rem !important;
  }

  .xxl\-pr-6 {
    padding-right: 1.5rem !important;
  }

  .xxl\-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xxl\-pl-6 {
    padding-left: 1.5rem !important;
  }

  .xxl\-pt-8 {
    padding-top: 2rem !important;
  }

  .xxl\-pr-8 {
    padding-right: 2rem !important;
  }

  .xxl\-pb-8 {
    padding-bottom: 2rem !important;
  }

  .xxl\-pl-8 {
    padding-left: 2rem !important;
  }

  .xxl\-pt-10 {
    padding-top: 2.75rem !important;
  }

  .xxl\-pr-10 {
    padding-right: 2.75rem !important;
  }

  .xxl\-pb-10 {
    padding-bottom: 2.75rem !important;
  }

  .xxl\-pl-10 {
    padding-left: 2.75rem !important;
  }

  .xxl\-pt-12 {
    padding-top: 3rem !important;
  }

  .xxl\-pr-12 {
    padding-right: 3rem !important;
  }

  .xxl\-pb-12 {
    padding-bottom: 3rem !important;
  }

  .xxl\-pl-12 {
    padding-left: 3rem !important;
  }

  .xxl\-pt-16 {
    padding-top: 4rem !important;
  }

  .xxl\-pr-16 {
    padding-right: 4rem !important;
  }

  .xxl\-pb-16 {
    padding-bottom: 4rem !important;
  }

  .xxl\-pl-16 {
    padding-left: 4rem !important;
  }

  .xxl\-pt-20 {
    padding-top: 5rem !important;
  }

  .xxl\-pr-20 {
    padding-right: 5rem !important;
  }

  .xxl\-pb-20 {
    padding-bottom: 5rem !important;
  }

  .xxl\-pl-20 {
    padding-left: 5rem !important;
  }

  .xxl\-pt-24 {
    padding-top: 6rem !important;
  }

  .xxl\-pr-24 {
    padding-right: 6rem !important;
  }

  .xxl\-pb-24 {
    padding-bottom: 6rem !important;
  }

  .xxl\-pl-24 {
    padding-left: 6rem !important;
  }

  .xxl\-pt-32 {
    padding-top: 8rem !important;
  }

  .xxl\-pr-32 {
    padding-right: 8rem !important;
  }

  .xxl\-pb-32 {
    padding-bottom: 8rem !important;
  }

  .xxl\-pl-32 {
    padding-left: 8rem !important;
  }

  .xxl\-pt-48 {
    padding-top: 12rem !important;
  }

  .xxl\-pr-48 {
    padding-right: 12rem !important;
  }

  .xxl\-pb-48 {
    padding-bottom: 12rem !important;
  }

  .xxl\-pl-48 {
    padding-left: 12rem !important;
  }

  .xxl\-pt-64 {
    padding-top: 16rem !important;
  }

  .xxl\-pr-64 {
    padding-right: 16rem !important;
  }

  .xxl\-pb-64 {
    padding-bottom: 16rem !important;
  }

  .xxl\-pl-64 {
    padding-left: 16rem !important;
  }

  .xxl\-pt-px {
    padding-top: 1px !important;
  }

  .xxl\-pr-px {
    padding-right: 1px !important;
  }

  .xxl\-pb-px {
    padding-bottom: 1px !important;
  }

  .xxl\-pl-px {
    padding-left: 1px !important;
  }

  .xxl\-pointer-events-none {
    pointer-events: none !important;
  }

  .xxl\-pointer-events-auto {
    pointer-events: auto !important;
  }

  .xxl\-static {
    position: static !important;
  }

  .xxl\-fixed {
    position: fixed !important;
  }

  .xxl\-absolute {
    position: absolute !important;
  }

  .xxl\-relative {
    position: relative !important;
  }

  .xxl\-sticky {
    position: sticky !important;
  }

  .xxl\-pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xxl\-pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xxl\-pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xxl\-pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .xxl\-pin-t {
    top: 0 !important;
  }

  .xxl\-pin-r {
    right: 0 !important;
  }

  .xxl\-pin-b {
    bottom: 0 !important;
  }

  .xxl\-pin-l {
    left: 0 !important;
  }

  .xxl\-resize-none {
    resize: none !important;
  }

  .xxl\-resize-y {
    resize: vertical !important;
  }

  .xxl\-resize-x {
    resize: horizontal !important;
  }

  .xxl\-resize {
    resize: both !important;
  }

  .xxl\-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xxl\-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xxl\-shadow-none {
    box-shadow: none !important;
  }

  .xxl\-hover\-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xxl\-hover\-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\-hover\-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\-hover\-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xxl\-hover\-shadow-none:hover {
    box-shadow: none !important;
  }

  .xxl\-table-auto {
    table-layout: auto !important;
  }

  .xxl\-table-fixed {
    table-layout: fixed !important;
  }

  .xxl\-text-left {
    text-align: left !important;
  }

  .xxl\-text-center {
    text-align: center !important;
  }

  .xxl\-text-right {
    text-align: right !important;
  }

  .xxl\-text-justify {
    text-align: justify !important;
  }

  .xxl\-text-transparent {
    color: transparent !important;
  }

  .xxl\-text-pink-darkest {
    color: #4d2728 !important;
  }

  .xxl\-text-pink-darker {
    color: #994e4f !important;
  }

  .xxl\-text-pink-dark {
    color: #e67577 !important;
  }

  .xxl\-text-pink {
    color: #ff8284 !important;
  }

  .xxl\-text-pink-light {
    color: #ffa8a9 !important;
  }

  .xxl\-text-pink-lighter {
    color: #ffcdce !important;
  }

  .xxl\-text-pink-lightest {
    color: #fff3f3 !important;
  }

  .xxl\-text-green-darkest {
    color: #030 !important;
  }

  .xxl\-text-green-darker {
    color: #2b6609 !important;
  }

  .xxl\-text-green-dark {
    color: #447f22 !important;
  }

  .xxl\-text-green {
    color: #77b255 !important;
  }

  .xxl\-text-green-light {
    color: #c4ffa2 !important;
  }

  .xxl\-text-green-lighter {
    color: #dfb !important;
  }

  .xxl\-text-green-lightest {
    color: #f6ffd4 !important;
  }

  .xxl\-text-black-darkest {
    color: #070707 !important;
  }

  .xxl\-text-black-darker {
    color: #0e0e0e !important;
  }

  .xxl\-text-black-dark {
    color: #161616 !important;
  }

  .xxl\-text-black {
    color: #181818 !important;
  }

  .xxl\-text-black-light {
    color: #5d5d5d !important;
  }

  .xxl\-text-black-lighter {
    color: #a3a3a3 !important;
  }

  .xxl\-text-black-lightest {
    color: #e8e8e8 !important;
  }

  .xxl\-text-white-darkest {
    color: #4d4d4d !important;
  }

  .xxl\-text-white-darker {
    color: #999 !important;
  }

  .xxl\-text-white-dark {
    color: #e6e6e6 !important;
  }

  .xxl\-text-white {
    color: #fff !important;
  }

  .xxl\-text-white-light {
    color: #fff !important;
  }

  .xxl\-text-white-lighter {
    color: #fff !important;
  }

  .xxl\-text-white-lightest {
    color: #fff !important;
  }

  .xxl\-hover\-text-transparent:hover {
    color: transparent !important;
  }

  .xxl\-hover\-text-pink-darkest:hover {
    color: #4d2728 !important;
  }

  .xxl\-hover\-text-pink-darker:hover {
    color: #994e4f !important;
  }

  .xxl\-hover\-text-pink-dark:hover {
    color: #e67577 !important;
  }

  .xxl\-hover\-text-pink:hover {
    color: #ff8284 !important;
  }

  .xxl\-hover\-text-pink-light:hover {
    color: #ffa8a9 !important;
  }

  .xxl\-hover\-text-pink-lighter:hover {
    color: #ffcdce !important;
  }

  .xxl\-hover\-text-pink-lightest:hover {
    color: #fff3f3 !important;
  }

  .xxl\-hover\-text-green-darkest:hover {
    color: #030 !important;
  }

  .xxl\-hover\-text-green-darker:hover {
    color: #2b6609 !important;
  }

  .xxl\-hover\-text-green-dark:hover {
    color: #447f22 !important;
  }

  .xxl\-hover\-text-green:hover {
    color: #77b255 !important;
  }

  .xxl\-hover\-text-green-light:hover {
    color: #c4ffa2 !important;
  }

  .xxl\-hover\-text-green-lighter:hover {
    color: #dfb !important;
  }

  .xxl\-hover\-text-green-lightest:hover {
    color: #f6ffd4 !important;
  }

  .xxl\-hover\-text-black-darkest:hover {
    color: #070707 !important;
  }

  .xxl\-hover\-text-black-darker:hover {
    color: #0e0e0e !important;
  }

  .xxl\-hover\-text-black-dark:hover {
    color: #161616 !important;
  }

  .xxl\-hover\-text-black:hover {
    color: #181818 !important;
  }

  .xxl\-hover\-text-black-light:hover {
    color: #5d5d5d !important;
  }

  .xxl\-hover\-text-black-lighter:hover {
    color: #a3a3a3 !important;
  }

  .xxl\-hover\-text-black-lightest:hover {
    color: #e8e8e8 !important;
  }

  .xxl\-hover\-text-white-darkest:hover {
    color: #4d4d4d !important;
  }

  .xxl\-hover\-text-white-darker:hover {
    color: #999 !important;
  }

  .xxl\-hover\-text-white-dark:hover {
    color: #e6e6e6 !important;
  }

  .xxl\-hover\-text-white:hover {
    color: #fff !important;
  }

  .xxl\-hover\-text-white-light:hover {
    color: #fff !important;
  }

  .xxl\-hover\-text-white-lighter:hover {
    color: #fff !important;
  }

  .xxl\-hover\-text-white-lightest:hover {
    color: #fff !important;
  }

  .xxl\-text-xs {
    font-size: .75rem !important;
  }

  .xxl\-text-sm {
    font-size: .875rem !important;
  }

  .xxl\-text-base {
    font-size: 1rem !important;
  }

  .xxl\-text-lg {
    font-size: 1.125rem !important;
  }

  .xxl\-text-xl {
    font-size: 1.25rem !important;
  }

  .xxl\-text-2xl {
    font-size: 1.5rem !important;
  }

  .xxl\-text-3xl {
    font-size: 1.875rem !important;
  }

  .xxl\-text-4xl {
    font-size: 2.25rem !important;
  }

  .xxl\-text-4-5xl {
    font-size: 2.5rem !important;
  }

  .xxl\-text-5xl {
    font-size: 3rem !important;
  }

  .xxl\-italic {
    font-style: italic !important;
  }

  .xxl\-roman {
    font-style: normal !important;
  }

  .xxl\-uppercase {
    text-transform: uppercase !important;
  }

  .xxl\-lowercase {
    text-transform: lowercase !important;
  }

  .xxl\-capitalize {
    text-transform: capitalize !important;
  }

  .xxl\-normal-case {
    text-transform: none !important;
  }

  .xxl\-underline {
    text-decoration: underline !important;
  }

  .xxl\-line-through {
    text-decoration: line-through !important;
  }

  .xxl\-no-underline {
    text-decoration: none !important;
  }

  .xxl\-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxl\-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxl\-hover\-italic:hover {
    font-style: italic !important;
  }

  .xxl\-hover\-roman:hover {
    font-style: normal !important;
  }

  .xxl\-hover\-uppercase:hover {
    text-transform: uppercase !important;
  }

  .xxl\-hover\-lowercase:hover {
    text-transform: lowercase !important;
  }

  .xxl\-hover\-capitalize:hover {
    text-transform: capitalize !important;
  }

  .xxl\-hover\-normal-case:hover {
    text-transform: none !important;
  }

  .xxl\-hover\-underline:hover {
    text-decoration: underline !important;
  }

  .xxl\-hover\-line-through:hover {
    text-decoration: line-through !important;
  }

  .xxl\-hover\-no-underline:hover {
    text-decoration: none !important;
  }

  .xxl\-hover\-antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxl\-hover\-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxl\-tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .xxl\-tracking-normal {
    letter-spacing: 0 !important;
  }

  .xxl\-tracking-wide {
    letter-spacing: .05em !important;
  }

  .xxl\-select-none {
    user-select: none !important;
  }

  .xxl\-select-text {
    user-select: text !important;
  }

  .xxl\-align-baseline {
    vertical-align: baseline !important;
  }

  .xxl\-align-top {
    vertical-align: top !important;
  }

  .xxl\-align-middle {
    vertical-align: middle !important;
  }

  .xxl\-align-bottom {
    vertical-align: bottom !important;
  }

  .xxl\-align-text-top {
    vertical-align: text-top !important;
  }

  .xxl\-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xxl\-visible {
    visibility: visible !important;
  }

  .xxl\-invisible {
    visibility: hidden !important;
  }

  .xxl\-whitespace-normal {
    white-space: normal !important;
  }

  .xxl\-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xxl\-whitespace-pre {
    white-space: pre !important;
  }

  .xxl\-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xxl\-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xxl\-break-words {
    word-wrap: break-word !important;
  }

  .xxl\-break-normal {
    word-wrap: normal !important;
  }

  .xxl\-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xxl\-w-1 {
    width: .25rem !important;
  }

  .xxl\-w-2 {
    width: .5rem !important;
  }

  .xxl\-w-3 {
    width: .75rem !important;
  }

  .xxl\-w-4 {
    width: 1rem !important;
  }

  .xxl\-w-6 {
    width: 1.5rem !important;
  }

  .xxl\-w-8 {
    width: 2rem !important;
  }

  .xxl\-w-10 {
    width: 2.5rem !important;
  }

  .xxl\-w-12 {
    width: 3rem !important;
  }

  .xxl\-w-16 {
    width: 4rem !important;
  }

  .xxl\-w-20 {
    width: 5rem !important;
  }

  .xxl\-w-24 {
    width: 6rem !important;
  }

  .xxl\-w-32 {
    width: 8rem !important;
  }

  .xxl\-w-40 {
    width: 10rem !important;
  }

  .xxl\-w-44 {
    width: 11rem !important;
  }

  .xxl\-w-48 {
    width: 12rem !important;
  }

  .xxl\-w-56 {
    width: 14rem !important;
  }

  .xxl\-w-64 {
    width: 16rem !important;
  }

  .xxl\-w-96 {
    width: 24rem !important;
  }

  .xxl\-w-120 {
    width: 30rem !important;
  }

  .xxl\-w-128 {
    width: 32rem !important;
  }

  .xxl\-w-256 {
    width: 64rem !important;
  }

  .xxl\-w-auto {
    width: auto !important;
  }

  .xxl\-w-px {
    width: 1px !important;
  }

  .xxl\-w-1-2 {
    width: 50% !important;
  }

  .xxl\-w-1-3 {
    width: 33.33333% !important;
  }

  .xxl\-w-2-3 {
    width: 66.66667% !important;
  }

  .xxl\-w-1-4 {
    width: 25% !important;
  }

  .xxl\-w-3-4 {
    width: 75% !important;
  }

  .xxl\-w-1-5 {
    width: 20% !important;
  }

  .xxl\-w-2-5 {
    width: 40% !important;
  }

  .xxl\-w-3-5 {
    width: 60% !important;
  }

  .xxl\-w-4-5 {
    width: 80% !important;
  }

  .xxl\-w-1-6 {
    width: 16.66667% !important;
  }

  .xxl\-w-5-6 {
    width: 83.33333% !important;
  }

  .xxl\-w-full {
    width: 100% !important;
  }

  .xxl\-w-screen {
    width: 100vw !important;
  }

  .xxl\-z-0 {
    z-index: 0 !important;
  }

  .xxl\-z-10 {
    z-index: 10 !important;
  }

  .xxl\-z-20 {
    z-index: 20 !important;
  }

  .xxl\-z-30 {
    z-index: 30 !important;
  }

  .xxl\-z-40 {
    z-index: 40 !important;
  }

  .xxl\-z-50 {
    z-index: 50 !important;
  }

  .xxl\-z-auto {
    z-index: auto !important;
  }

  .xxl\-order-1 {
    order: 1 !important;
  }

  .xxl\-order-2 {
    order: 2 !important;
  }

  .xxl\-order-3 {
    order: 3 !important;
  }
}
