/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #B8BFC1; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.btn-icon {
  fill: currentColor;
  color: inherit;
}

/* Sizes */

.btn-xs {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
}

.btn-s {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}

.btn-m {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.btn-l {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 48px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 20px;
}

.btn-xl {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 64px;
  padding-left: 64px;
  padding-right: 64px;
  font-size: 24px;
}

@media (min-width: 640px) {
  .sm\:btn-xs {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .sm\:btn-s {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .sm\:btn-m {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .sm\:btn-l {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 48px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 20px;
  }

  .sm\:btn-xl {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 64px;
    padding-left: 64px;
    padding-right: 64px;
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .md\:btn-xs {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .md\:btn-s {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .md\:btn-m {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .md\:btn-l {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 48px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 20px;
  }

  .md\:btn-xl {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 64px;
    padding-left: 64px;
    padding-right: 64px;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .lg\:btn-xs {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .lg\:btn-s {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .lg\:btn-m {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .lg\:btn-l {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 48px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 20px;
  }

  .lg\:btn-xl {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 64px;
    padding-left: 64px;
    padding-right: 64px;
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .xl\:btn-xs {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .xl\:btn-s {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .xl\:btn-m {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .xl\:btn-l {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 48px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 20px;
  }

  .xl\:btn-xl {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 64px;
    padding-left: 64px;
    padding-right: 64px;
    font-size: 24px;
  }
}

.btn-icon-only-xs {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 24px;
  width: 24px;
  padding-left: 0;
  padding-right: 0;
}

.btn-icon-only-s {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  width: 32px;
  padding-left: 0;
  padding-right: 0;
}

.btn-icon-only-m {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  padding-left: 0;
  padding-right: 0;
}

.btn-icon-only-l {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 48px;
  width: 48px;
  padding-left: 0;
  padding-right: 0;
}

.btn-icon-only-xl {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 64px;
  width: 64px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 640px) {
  .sm\:btn-icon-only-xs {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 24px;
    width: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:btn-icon-only-s {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 32px;
    width: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:btn-icon-only-m {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 40px;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:btn-icon-only-l {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 48px;
    width: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:btn-icon-only-xl {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 64px;
    width: 64px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .md\:btn-icon-only-xs {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 24px;
    width: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .md\:btn-icon-only-s {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 32px;
    width: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .md\:btn-icon-only-m {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 40px;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .md\:btn-icon-only-l {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 48px;
    width: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .md\:btn-icon-only-xl {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 64px;
    width: 64px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .lg\:btn-icon-only-xs {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 24px;
    width: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:btn-icon-only-s {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 32px;
    width: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:btn-icon-only-m {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 40px;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:btn-icon-only-l {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 48px;
    width: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:btn-icon-only-xl {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 64px;
    width: 64px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1280px) {
  .xl\:btn-icon-only-xs {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 24px;
    width: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:btn-icon-only-s {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 32px;
    width: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:btn-icon-only-m {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 40px;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:btn-icon-only-l {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 48px;
    width: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:btn-icon-only-xl {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 64px;
    width: 64px;
    padding-left: 0;
    padding-right: 0;
  }
}

.btn-block {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.btn-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  width: auto;
}

@media (min-width: 640px) {
  .sm\:btn-block {
    display: -webkit-box;
    display: flex;
    width: 100%;
  }

  .sm\:btn-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    width: auto;
  }
}

@media (min-width: 768px) {
  .md\:btn-block {
    display: -webkit-box;
    display: flex;
    width: 100%;
  }

  .md\:btn-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .lg\:btn-block {
    display: -webkit-box;
    display: flex;
    width: 100%;
  }

  .lg\:btn-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    width: auto;
  }
}

@media (min-width: 1280px) {
  .xl\:btn-block {
    display: -webkit-box;
    display: flex;
    width: 100%;
  }

  .xl\:btn-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    width: auto;
  }
}

.btn-xs > .btn-icon,
	.btn-icon-only-xs > .btn-icon {
  height: 12px;
  width: 12px;
}

.btn-s > .btn-icon,
	.btn-icon-only-s > .btn-icon {
  height: 16px;
  width: 16px;
}

.btn-m > .btn-icon,
	.btn-icon-only-m > .btn-icon {
  height: 16px;
  width: 16px;
}

.btn-l > .btn-icon,
	.btn-icon-only-l > .btn-icon {
  height: 16px;
  width: 16px;
}

.btn-xl > .btn-icon,
	.btn-icon-only-xl > .btn-icon {
  height: 24px;
  width: 24px;
}

@media (min-width: 640px) {
  .sm\:btn-xs > .btn-icon,
	.sm\:btn-icon-only-xs > .btn-icon {
    height: 12px;
    width: 12px;
  }

  .sm\:btn-s > .btn-icon,
	.sm\:btn-icon-only-s > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .sm\:btn-m > .btn-icon,
	.sm\:btn-icon-only-m > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .sm\:btn-l > .btn-icon,
	.sm\:btn-icon-only-l > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .sm\:btn-xl > .btn-icon,
	.sm\:btn-icon-only-xl > .btn-icon {
    height: 24px;
    width: 24px;
  }
}

@media (min-width: 768px) {
  .md\:btn-xs > .btn-icon,
	.md\:btn-icon-only-xs > .btn-icon {
    height: 12px;
    width: 12px;
  }

  .md\:btn-s > .btn-icon,
	.md\:btn-icon-only-s > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .md\:btn-m > .btn-icon,
	.md\:btn-icon-only-m > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .md\:btn-l > .btn-icon,
	.md\:btn-icon-only-l > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .md\:btn-xl > .btn-icon,
	.md\:btn-icon-only-xl > .btn-icon {
    height: 24px;
    width: 24px;
  }
}

@media (min-width: 1024px) {
  .lg\:btn-xs > .btn-icon,
	.lg\:btn-icon-only-xs > .btn-icon {
    height: 12px;
    width: 12px;
  }

  .lg\:btn-s > .btn-icon,
	.lg\:btn-icon-only-s > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .lg\:btn-m > .btn-icon,
	.lg\:btn-icon-only-m > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .lg\:btn-l > .btn-icon,
	.lg\:btn-icon-only-l > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .lg\:btn-xl > .btn-icon,
	.lg\:btn-icon-only-xl > .btn-icon {
    height: 24px;
    width: 24px;
  }
}

@media (min-width: 1280px) {
  .xl\:btn-xs > .btn-icon,
	.xl\:btn-icon-only-xs > .btn-icon {
    height: 12px;
    width: 12px;
  }

  .xl\:btn-s > .btn-icon,
	.xl\:btn-icon-only-s > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .xl\:btn-m > .btn-icon,
	.xl\:btn-icon-only-m > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .xl\:btn-l > .btn-icon,
	.xl\:btn-icon-only-l > .btn-icon {
    height: 16px;
    width: 16px;
  }

  .xl\:btn-xl > .btn-icon,
	.xl\:btn-icon-only-xl > .btn-icon {
    height: 24px;
    width: 24px;
  }
}

/* Colors */

.btn-action {
  background-color: #12A4E2;
  color: #FFFFFF;
  border-color: #12A4E2;
  border-radius: 3px;
}

.btn-action-2 {
  background-color: #ECEEEE;
  color: #0990CA;
  border-color: #ECEEEE;
  border-radius: 3px;
}

.btn-action-3 {
  background-color: #FFFFFF;
  color: #0990CA;
  border-color: #FFFFFF;
  border-radius: 3px;
}

.btn-action-focus,
.btn-action:focus,
.btn-action-2-focus,
.btn-action-2:focus,
.btn-action-3-focus,
.btn-action-3:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(18, 164, 226, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  position: relative;
  z-index: 1;
}

.btn-action-hover,
.btn-action:hover {
  background-color: #0990CA;
  color: #FFFFFF;
  border-color: #0575A5;
}

.btn-action-2-hover,
.btn-action-2:hover {
  background-color: #E1E4E5;
  color: #0990CA;
  border-color: #E1E4E5;
}

.btn-action-3-hover,
.btn-action-3:hover {
  background-color: #ECEEEE;
  color: #0990CA;
  border-color: #ECEEEE;
}

.btn-action-active,
.btn-action:active,
:checked + .btn-show-checked-action,
:checked + * > .btn-show-checked-action,
.btn-checked-action {
  background-color: #0575A5;
  color: #FFFFFF;
  border-color: #035273;
  box-shadow: none;
}

.btn-action-2-active,
.btn-action-2:active,
:checked + .btn-show-checked-action-2,
:checked + * > .btn-show-checked-action-2,
.btn-checked-action-2 {
  background-color: #D3D7D9;
  color: #0575A5;
  border-color: #D3D7D9;
  box-shadow: none;
}

.btn-action-3-active,
.btn-action-3:active,
:checked + .btn-show-checked-action-3,
:checked + * > .btn-show-checked-action-3,
.btn-checked-action-3 {
  background-color: #E1E4E5;
  color: #0575A5;
  border-color: #E1E4E5;
  box-shadow: none;
}

.btn-neutral {
  background-color: #6C757A;
  color: #FFFFFF;
  border-color: #6C757A;
  border-radius: 3px;
}

.btn-neutral-2 {
  background-color: #ECEEEE;
  color: #565E61;
  border-color: #ECEEEE;
  border-radius: 3px;
}

.btn-neutral-3 {
  background-color: #FFFFFF;
  color: #565E61;
  border-color: #FFFFFF;
  border-radius: 3px;
}

.btn-neutral-focus,
.btn-neutral:focus,
.btn-neutral-2-focus,
.btn-neutral-2:focus,
.btn-neutral-3-focus,
.btn-neutral-3:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(108, 117, 122, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  position: relative;
  z-index: 1;
}

.btn-neutral-hover,
.btn-neutral:hover {
  background-color: #565E61;
  color: #FFFFFF;
  border-color: #3C4144;
}

.btn-neutral-2-hover,
.btn-neutral-2:hover {
  background-color: #E1E4E5;
  color: #565E61;
  border-color: #E1E4E5;
}

.btn-neutral-3-hover,
.btn-neutral-3:hover {
  background-color: #E1E4E5;
  color: #565E61;
  border-color: #E1E4E5;
}

.btn-neutral-active,
.btn-neutral:active,
:checked + .btn-show-checked-neutral,
:checked + * > .btn-show-checked-neutral,
.btn-checked-neutral {
  background-color: #3C4144;
  color: #FFFFFF;
  border-color: #3C4144;
  box-shadow: none;
}

.btn-neutral-2-active,
.btn-neutral-2:active,
:checked + .btn-show-checked-neutral-2,
:checked + * > .btn-show-checked-neutral-2,
.btn-checked-neutral-2 {
  background-color: #D3D7D9;
  color: #565E61;
  border-color: #D3D7D9;
  box-shadow: none;
}

.btn-neutral-3-active,
.btn-neutral-3:active,
:checked + .btn-show-checked-neutral-3,
:checked + * > .btn-show-checked-neutral-3,
.btn-checked-neutral-3 {
  background-color: #D3D7D9;
  color: #565E61;
  border-color: #D3D7D9;
  box-shadow: none;
}

.btn-danger {
  background-color: #FF5858;
  color: #FFFFFF;
  border-color: #FF5858;
  border-radius: 3px;
}

.btn-danger-2 {
  background-color: #ECEEEE;
  color: #D33C3C;
  border-color: #ECEEEE;
  border-radius: 3px;
}

.btn-danger-3 {
  background-color: #FFFFFF;
  color: #D33C3C;
  border-color: #FFFFFF;
  border-radius: 3px;
}

.btn-danger-focus,
.btn-danger:focus,
.btn-danger-2-focus,
.btn-danger-2:focus,
.btn-danger-3-focus,
.btn-danger-3:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 88, 88, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  position: relative;
  z-index: 1;
}

.btn-danger-hover,
.btn-danger:hover {
  background-color: #D33C3C;
  color: #FFFFFF;
  border-color: #A42424;
}

.btn-danger-2-hover,
.btn-danger-2:hover {
  background-color: #E1E4E5;
  color: #D33C3C;
  border-color: #E1E4E5;
}

.btn-danger-3-hover,
.btn-danger-3:hover {
  background-color: #ECEEEE;
  color: #D33C3C;
  border-color: #ECEEEE;
}

.btn-danger-active,
.btn-danger:active,
:checked + .btn-show-checked-danger,
:checked + * > .btn-show-checked-danger,
.btn-checked-danger {
  background-color: #A42424;
  color: #FFFFFF;
  border-color: #761212;
  box-shadow: none;
}

.btn-danger-2-active,
.btn-danger-2:active,
:checked + .btn-show-checked-danger-2,
:checked + * > .btn-show-checked-danger-2,
.btn-checked-danger-2 {
  background-color: #D3D7D9;
  color: #D33C3C;
  border-color: #D3D7D9;
  box-shadow: none;
}

.btn-danger-3-active,
.btn-danger-3:active,
:checked + .btn-show-checked-danger-3,
:checked + * > .btn-show-checked-danger-3,
.btn-checked-danger-3 {
  background-color: #E1E4E5;
  color: #D33C3C;
  border-color: #E1E4E5;
  box-shadow: none;
}

/* Sizes */

.input-xs {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  font-size: 14px;
}

.input-s {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  height: 32px;
  font-size: 16px;
}

.input-m {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  font-size: 16px;
}

.input-l {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
  font-size: 20px;
}

.input-xl {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: 64px;
  font-size: 24px;
}

@media (min-width: 640px) {
  .sm\:input-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    height: 24px;
    font-size: 14px;
  }

  .sm\:input-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    font-size: 16px;
  }

  .sm\:input-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    font-size: 16px;
  }

  .sm\:input-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
    height: 48px;
    font-size: 20px;
  }

  .sm\:input-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 64px;
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .md\:input-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    height: 24px;
    font-size: 14px;
  }

  .md\:input-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    font-size: 16px;
  }

  .md\:input-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    font-size: 16px;
  }

  .md\:input-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
    height: 48px;
    font-size: 20px;
  }

  .md\:input-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 64px;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .lg\:input-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    height: 24px;
    font-size: 14px;
  }

  .lg\:input-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    font-size: 16px;
  }

  .lg\:input-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    font-size: 16px;
  }

  .lg\:input-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
    height: 48px;
    font-size: 20px;
  }

  .lg\:input-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 64px;
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .xl\:input-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    height: 24px;
    font-size: 14px;
  }

  .xl\:input-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    font-size: 16px;
  }

  .xl\:input-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    font-size: 16px;
  }

  .xl\:input-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
    height: 48px;
    font-size: 20px;
  }

  .xl\:input-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 64px;
    font-size: 24px;
  }
}

.input-icon-start-xs {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-left: 24px;
  padding-right: 6px;
  height: 24px;
  font-size: 14px;
}

.input-icon-start-s {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-left: 32px;
  padding-right: 8px;
  height: 32px;
  font-size: 16px;
}

.input-icon-start-m {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-left: 40px;
  padding-right: 12px;
  height: 40px;
  font-size: 16px;
}

.input-icon-start-l {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-left: 48px;
  padding-right: 16px;
  height: 48px;
  font-size: 20px;
}

.input-icon-start-xl {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-left: 64px;
  padding-right: 20px;
  height: 64px;
  font-size: 24px;
}

.input-icon-start-svg-xs {
  fill: currentColor;
  color: #565E61;
  height: 12px;
  width: 12px;
  margin-left: 6px;
}

.input-icon-start-svg-s {
  fill: currentColor;
  color: #565E61;
  height: 16px;
  width: 16px;
  margin-left: 8px;
}

.input-icon-start-svg-m {
  fill: currentColor;
  color: #565E61;
  height: 16px;
  width: 16px;
  margin-left: 12px;
}

.input-icon-start-svg-l {
  fill: currentColor;
  color: #565E61;
  height: 16px;
  width: 16px;
  margin-left: 16px;
}

.input-icon-start-svg-xl {
  fill: currentColor;
  color: #565E61;
  height: 24px;
  width: 24px;
  margin-left: 20px;
}

.input-icon-start-svg-con {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  left: 1px;
  z-index: 1; /* avoid hiding icon on input:hover */
}

.input-icon-end-xs {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-right: 24px;
  padding-left: 6px;
  height: 24px;
  font-size: 14px;
}

.input-icon-end-s {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-right: 32px;
  padding-left: 8px;
  height: 32px;
  font-size: 16px;
}

.input-icon-end-m {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-right: 40px;
  padding-left: 12px;
  height: 40px;
  font-size: 16px;
}

.input-icon-end-l {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-right: 48px;
  padding-left: 16px;
  height: 48px;
  font-size: 20px;
}

.input-icon-end-xl {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 0;
  padding-right: 64px;
  padding-left: 20px;
  height: 64px;
  font-size: 24px;
}

.input-icon-end-svg-xs {
  fill: currentColor;
  color: #565E61;
  height: 12px;
  width: 12px;
  margin-right: 6px;
}

.input-icon-end-svg-s {
  fill: currentColor;
  color: #565E61;
  height: 16px;
  width: 16px;
  margin-right: 8px;
}

.input-icon-end-svg-m {
  fill: currentColor;
  color: #565E61;
  height: 16px;
  width: 16px;
  margin-right: 12px;
}

.input-icon-end-svg-l {
  fill: currentColor;
  color: #565E61;
  height: 16px;
  width: 16px;
  margin-right: 16px;
}

.input-icon-end-svg-xl {
  fill: currentColor;
  color: #565E61;
  height: 24px;
  width: 24px;
  margin-right: 20px;
}

.input-icon-end-svg-con {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  right: 1px;
  z-index: 1; /* avoid hiding icon on input:hover */
}

@media (min-width: 640px) {
  .sm\:input-icon-start-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 24px;
    padding-right: 6px;
    height: 24px;
    font-size: 14px;
  }

  .sm\:input-icon-start-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 32px;
    padding-right: 8px;
    height: 32px;
    font-size: 16px;
  }

  .sm\:input-icon-start-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 40px;
    padding-right: 12px;
    height: 40px;
    font-size: 16px;
  }

  .sm\:input-icon-start-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 48px;
    padding-right: 16px;
    height: 48px;
    font-size: 20px;
  }

  .sm\:input-icon-start-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 64px;
    padding-right: 20px;
    height: 64px;
    font-size: 24px;
  }

  .sm\:input-icon-start-svg-xs {
    fill: currentColor;
    color: #565E61;
    height: 12px;
    width: 12px;
    margin-left: 6px;
  }

  .sm\:input-icon-start-svg-s {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 8px;
  }

  .sm\:input-icon-start-svg-m {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 12px;
  }

  .sm\:input-icon-start-svg-l {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 16px;
  }

  .sm\:input-icon-start-svg-xl {
    fill: currentColor;
    color: #565E61;
    height: 24px;
    width: 24px;
    margin-left: 20px;
  }

  .sm\:input-icon-end-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 24px;
    padding-left: 6px;
    height: 24px;
    font-size: 14px;
  }

  .sm\:input-icon-end-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 32px;
    padding-left: 8px;
    height: 32px;
    font-size: 16px;
  }

  .sm\:input-icon-end-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 40px;
    padding-left: 12px;
    height: 40px;
    font-size: 16px;
  }

  .sm\:input-icon-end-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 48px;
    padding-left: 16px;
    height: 48px;
    font-size: 20px;
  }

  .sm\:input-icon-end-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 64px;
    padding-left: 20px;
    height: 64px;
    font-size: 24px;
  }

  .sm\:input-icon-end-svg-xs {
    fill: currentColor;
    color: #565E61;
    height: 12px;
    width: 12px;
    margin-right: 6px;
  }

  .sm\:input-icon-end-svg-s {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 8px;
  }

  .sm\:input-icon-end-svg-m {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 12px;
  }

  .sm\:input-icon-end-svg-l {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 16px;
  }

  .sm\:input-icon-end-svg-xl {
    fill: currentColor;
    color: #565E61;
    height: 24px;
    width: 24px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .md\:input-icon-start-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 24px;
    padding-right: 6px;
    height: 24px;
    font-size: 14px;
  }

  .md\:input-icon-start-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 32px;
    padding-right: 8px;
    height: 32px;
    font-size: 16px;
  }

  .md\:input-icon-start-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 40px;
    padding-right: 12px;
    height: 40px;
    font-size: 16px;
  }

  .md\:input-icon-start-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 48px;
    padding-right: 16px;
    height: 48px;
    font-size: 20px;
  }

  .md\:input-icon-start-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 64px;
    padding-right: 20px;
    height: 64px;
    font-size: 24px;
  }

  .md\:input-icon-start-svg-xs {
    fill: currentColor;
    color: #565E61;
    height: 12px;
    width: 12px;
    margin-left: 6px;
  }

  .md\:input-icon-start-svg-s {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 8px;
  }

  .md\:input-icon-start-svg-m {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 12px;
  }

  .md\:input-icon-start-svg-l {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 16px;
  }

  .md\:input-icon-start-svg-xl {
    fill: currentColor;
    color: #565E61;
    height: 24px;
    width: 24px;
    margin-left: 20px;
  }

  .md\:input-icon-end-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 24px;
    padding-left: 6px;
    height: 24px;
    font-size: 14px;
  }

  .md\:input-icon-end-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 32px;
    padding-left: 8px;
    height: 32px;
    font-size: 16px;
  }

  .md\:input-icon-end-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 40px;
    padding-left: 12px;
    height: 40px;
    font-size: 16px;
  }

  .md\:input-icon-end-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 48px;
    padding-left: 16px;
    height: 48px;
    font-size: 20px;
  }

  .md\:input-icon-end-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 64px;
    padding-left: 20px;
    height: 64px;
    font-size: 24px;
  }

  .md\:input-icon-end-svg-xs {
    fill: currentColor;
    color: #565E61;
    height: 12px;
    width: 12px;
    margin-right: 6px;
  }

  .md\:input-icon-end-svg-s {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 8px;
  }

  .md\:input-icon-end-svg-m {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 12px;
  }

  .md\:input-icon-end-svg-l {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 16px;
  }

  .md\:input-icon-end-svg-xl {
    fill: currentColor;
    color: #565E61;
    height: 24px;
    width: 24px;
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .lg\:input-icon-start-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 24px;
    padding-right: 6px;
    height: 24px;
    font-size: 14px;
  }

  .lg\:input-icon-start-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 32px;
    padding-right: 8px;
    height: 32px;
    font-size: 16px;
  }

  .lg\:input-icon-start-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 40px;
    padding-right: 12px;
    height: 40px;
    font-size: 16px;
  }

  .lg\:input-icon-start-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 48px;
    padding-right: 16px;
    height: 48px;
    font-size: 20px;
  }

  .lg\:input-icon-start-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 64px;
    padding-right: 20px;
    height: 64px;
    font-size: 24px;
  }

  .lg\:input-icon-start-svg-xs {
    fill: currentColor;
    color: #565E61;
    height: 12px;
    width: 12px;
    margin-left: 6px;
  }

  .lg\:input-icon-start-svg-s {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 8px;
  }

  .lg\:input-icon-start-svg-m {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 12px;
  }

  .lg\:input-icon-start-svg-l {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 16px;
  }

  .lg\:input-icon-start-svg-xl {
    fill: currentColor;
    color: #565E61;
    height: 24px;
    width: 24px;
    margin-left: 20px;
  }

  .lg\:input-icon-end-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 24px;
    padding-left: 6px;
    height: 24px;
    font-size: 14px;
  }

  .lg\:input-icon-end-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 32px;
    padding-left: 8px;
    height: 32px;
    font-size: 16px;
  }

  .lg\:input-icon-end-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 40px;
    padding-left: 12px;
    height: 40px;
    font-size: 16px;
  }

  .lg\:input-icon-end-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 48px;
    padding-left: 16px;
    height: 48px;
    font-size: 20px;
  }

  .lg\:input-icon-end-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 64px;
    padding-left: 20px;
    height: 64px;
    font-size: 24px;
  }

  .lg\:input-icon-end-svg-xs {
    fill: currentColor;
    color: #565E61;
    height: 12px;
    width: 12px;
    margin-right: 6px;
  }

  .lg\:input-icon-end-svg-s {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 8px;
  }

  .lg\:input-icon-end-svg-m {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 12px;
  }

  .lg\:input-icon-end-svg-l {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 16px;
  }

  .lg\:input-icon-end-svg-xl {
    fill: currentColor;
    color: #565E61;
    height: 24px;
    width: 24px;
    margin-right: 20px;
  }
}

@media (min-width: 1280px) {
  .xl\:input-icon-start-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 24px;
    padding-right: 6px;
    height: 24px;
    font-size: 14px;
  }

  .xl\:input-icon-start-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 32px;
    padding-right: 8px;
    height: 32px;
    font-size: 16px;
  }

  .xl\:input-icon-start-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 40px;
    padding-right: 12px;
    height: 40px;
    font-size: 16px;
  }

  .xl\:input-icon-start-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 48px;
    padding-right: 16px;
    height: 48px;
    font-size: 20px;
  }

  .xl\:input-icon-start-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-left: 64px;
    padding-right: 20px;
    height: 64px;
    font-size: 24px;
  }

  .xl\:input-icon-start-svg-xs {
    fill: currentColor;
    color: #565E61;
    height: 12px;
    width: 12px;
    margin-left: 6px;
  }

  .xl\:input-icon-start-svg-s {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 8px;
  }

  .xl\:input-icon-start-svg-m {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 12px;
  }

  .xl\:input-icon-start-svg-l {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-left: 16px;
  }

  .xl\:input-icon-start-svg-xl {
    fill: currentColor;
    color: #565E61;
    height: 24px;
    width: 24px;
    margin-left: 20px;
  }

  .xl\:input-icon-end-xs {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 24px;
    padding-left: 6px;
    height: 24px;
    font-size: 14px;
  }

  .xl\:input-icon-end-s {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 32px;
    padding-left: 8px;
    height: 32px;
    font-size: 16px;
  }

  .xl\:input-icon-end-m {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 40px;
    padding-left: 12px;
    height: 40px;
    font-size: 16px;
  }

  .xl\:input-icon-end-l {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 48px;
    padding-left: 16px;
    height: 48px;
    font-size: 20px;
  }

  .xl\:input-icon-end-xl {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    min-width: 0;
    padding-right: 64px;
    padding-left: 20px;
    height: 64px;
    font-size: 24px;
  }

  .xl\:input-icon-end-svg-xs {
    fill: currentColor;
    color: #565E61;
    height: 12px;
    width: 12px;
    margin-right: 6px;
  }

  .xl\:input-icon-end-svg-s {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 8px;
  }

  .xl\:input-icon-end-svg-m {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 12px;
  }

  .xl\:input-icon-end-svg-l {
    fill: currentColor;
    color: #565E61;
    height: 16px;
    width: 16px;
    margin-right: 16px;
  }

  .xl\:input-icon-end-svg-xl {
    fill: currentColor;
    color: #565E61;
    height: 24px;
    width: 24px;
    margin-right: 20px;
  }
}

/* Colors */

.input-default {
  background-color: #FFFFFF;
  color: #3C4144;
  border-color: #D3D7D9;
  border-radius: 3px;
  position: relative; /* needed for z-index */
}

.input-default-focus,
.input-default:focus {
  outline: 0;
  border-color: #0990CA;
  box-shadow: 0 0 0 3px rgba(18, 164, 226, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  z-index: 1;
}

.input-default::-webkit-input-placeholder {
  color: #B8BFC1;
  font-style: italic;
}

.input-default::-moz-placeholder {
  color: #B8BFC1;
  font-style: italic;
}

.input-default:-ms-input-placeholder {
  color: #B8BFC1;
  font-style: italic;
}

.input-default::-ms-input-placeholder {
  color: #B8BFC1;
  font-style: italic;
}

.input-default-placeholder,
.input-default::placeholder {
  color: #B8BFC1;
  font-style: italic;
}

.input-invalid {
  background-color: #FFFFFF;
  color: #D33C3C;
  border-color: #D33C3C;
  border-radius: 3px;
  position: relative; /* needed for z-index */
}

.input-invalid-focus,
.input-invalid:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 88, 88, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  z-index: 1;
}

.input-invalid::-webkit-input-placeholder {
  color: #FFA2A2;
  font-style: italic;
}

.input-invalid::-moz-placeholder {
  color: #FFA2A2;
  font-style: italic;
}

.input-invalid:-ms-input-placeholder {
  color: #FFA2A2;
  font-style: italic;
}

.input-invalid::-ms-input-placeholder {
  color: #FFA2A2;
  font-style: italic;
}

.input-invalid-placeholder,
.input-invalid::placeholder {
  color: #FFA2A2;
  font-style: italic;
}

.input-valid {
  background-color: #FFFFFF;
  color: #2B9D51;
  border-color: #3EBB68;
  border-radius: 3px;
  position: relative; /* needed for z-index */
}

.input-valid-focus,
.input-valid:focus {
  outline: 0;
  border-color: #2B9D51;
  box-shadow: 0 0 0 3px rgba(62, 187, 104, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  z-index: 1;
}

.input-valid::-webkit-input-placeholder {
  color: #60C883;
  font-style: italic;
}

.input-valid::-moz-placeholder {
  color: #60C883;
  font-style: italic;
}

.input-valid:-ms-input-placeholder {
  color: #60C883;
  font-style: italic;
}

.input-valid::-ms-input-placeholder {
  color: #60C883;
  font-style: italic;
}

.input-valid-placeholder,
.input-valid::placeholder {
  color: #60C883;
  font-style: italic;
}

.input-disabled {
  background-color: #ECEEEE;
  color: #858F93;
  border-color: #B8BFC1;
  border-radius: 3px;
}

.input-disabled-focus,
.input-disabled:focus {
  /* The disabled state has no focus */
  outline: 0;
}

.input-disabled::-webkit-input-placeholder {
  color: #9EA6AA;
  font-style: italic;
}

.input-disabled::-moz-placeholder {
  color: #9EA6AA;
  font-style: italic;
}

.input-disabled:-ms-input-placeholder {
  color: #9EA6AA;
  font-style: italic;
}

.input-disabled::-ms-input-placeholder {
  color: #9EA6AA;
  font-style: italic;
}

.input-disabled-placeholder,
.input-disabled::placeholder {
  color: #9EA6AA;
  font-style: italic;
}

/* Firefox adds an extra 5px padding-left, we remove it */

.select-xs {
  border-width: 1px;
  height: 24px;
  padding-right: 24px;
  font-size: 14px; padding-left: 8px;
}

.select-s {
  border-width: 1px;
  height: 32px;
  padding-right: 24px;
  font-size: 16px; padding-left: 8px;
}

.select-m {
  border-width: 1px;
  height: 40px;
  padding-right: 32px;
  font-size: 16px; padding-left: 12px;
}

.select-l {
  border-width: 1px;
  height: 48px;
  padding-right: 40px;
  font-size: 20px; padding-left: 16px;
}

.select-xl {
  border-width: 1px;
  height: 64px;
  padding-right: 48px;
  font-size: 24px; padding-left: 20px;
}

@media (min-width: 640px) {
  .sm\:select-xs {
    border-width: 1px;
    height: 24px;
    padding-right: 24px;
    font-size: 14px; padding-left: 8px;
  }

  .sm\:select-s {
    border-width: 1px;
    height: 32px;
    padding-right: 24px;
    font-size: 16px; padding-left: 8px;
  }

  .sm\:select-m {
    border-width: 1px;
    height: 40px;
    padding-right: 32px;
    font-size: 16px; padding-left: 12px;
  }

  .sm\:select-l {
    border-width: 1px;
    height: 48px;
    padding-right: 40px;
    font-size: 20px; padding-left: 16px;
  }

  .sm\:select-xl {
    border-width: 1px;
    height: 64px;
    padding-right: 48px;
    font-size: 24px; padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .md\:select-xs {
    border-width: 1px;
    height: 24px;
    padding-right: 24px;
    font-size: 14px; padding-left: 8px;
  }

  .md\:select-s {
    border-width: 1px;
    height: 32px;
    padding-right: 24px;
    font-size: 16px; padding-left: 8px;
  }

  .md\:select-m {
    border-width: 1px;
    height: 40px;
    padding-right: 32px;
    font-size: 16px; padding-left: 12px;
  }

  .md\:select-l {
    border-width: 1px;
    height: 48px;
    padding-right: 40px;
    font-size: 20px; padding-left: 16px;
  }

  .md\:select-xl {
    border-width: 1px;
    height: 64px;
    padding-right: 48px;
    font-size: 24px; padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .lg\:select-xs {
    border-width: 1px;
    height: 24px;
    padding-right: 24px;
    font-size: 14px; padding-left: 8px;
  }

  .lg\:select-s {
    border-width: 1px;
    height: 32px;
    padding-right: 24px;
    font-size: 16px; padding-left: 8px;
  }

  .lg\:select-m {
    border-width: 1px;
    height: 40px;
    padding-right: 32px;
    font-size: 16px; padding-left: 12px;
  }

  .lg\:select-l {
    border-width: 1px;
    height: 48px;
    padding-right: 40px;
    font-size: 20px; padding-left: 16px;
  }

  .lg\:select-xl {
    border-width: 1px;
    height: 64px;
    padding-right: 48px;
    font-size: 24px; padding-left: 20px;
  }
}

@media (min-width: 1280px) {
  .xl\:select-xs {
    border-width: 1px;
    height: 24px;
    padding-right: 24px;
    font-size: 14px; padding-left: 8px;
  }

  .xl\:select-s {
    border-width: 1px;
    height: 32px;
    padding-right: 24px;
    font-size: 16px; padding-left: 8px;
  }

  .xl\:select-m {
    border-width: 1px;
    height: 40px;
    padding-right: 32px;
    font-size: 16px; padding-left: 12px;
  }

  .xl\:select-l {
    border-width: 1px;
    height: 48px;
    padding-right: 40px;
    font-size: 20px; padding-left: 16px;
  }

  .xl\:select-xl {
    border-width: 1px;
    height: 64px;
    padding-right: 48px;
    font-size: 24px; padding-left: 20px;
  }
}

/* Hack: Firefox adds an extra 4px padding to the left, remove it here; */

@-moz-document url-prefix() {
  .select-xs { padding-left: 3px;
  }

  .select-s { padding-left: 3px;
  }

  .select-m { padding-left: 7px;
  }

  .select-l { padding-left: 11px;
  }

  .select-xl { padding-left: 15px;
  }

  @media (min-width: 640px) {
    .sm\:select-xs { padding-left: 3px;
    }

    .sm\:select-s { padding-left: 3px;
    }

    .sm\:select-m { padding-left: 7px;
    }

    .sm\:select-l { padding-left: 11px;
    }

    .sm\:select-xl { padding-left: 15px;
    }
  }

  @media (min-width: 768px) {
    .md\:select-xs { padding-left: 3px;
    }

    .md\:select-s { padding-left: 3px;
    }

    .md\:select-m { padding-left: 7px;
    }

    .md\:select-l { padding-left: 11px;
    }

    .md\:select-xl { padding-left: 15px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:select-xs { padding-left: 3px;
    }

    .lg\:select-s { padding-left: 3px;
    }

    .lg\:select-m { padding-left: 7px;
    }

    .lg\:select-l { padding-left: 11px;
    }

    .lg\:select-xl { padding-left: 15px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:select-xs { padding-left: 3px;
    }

    .xl\:select-s { padding-left: 3px;
    }

    .xl\:select-m { padding-left: 7px;
    }

    .xl\:select-l { padding-left: 11px;
    }

    .xl\:select-xl { padding-left: 15px;
    }
  }
}

.select-default {
  border-color: #D3D7D9;
  border-radius: 3px;
  color: #3C4144;
  background-color: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  position: relative; /* needed for z-index */
  background-position: right center;
}

.select-default-focus,
	.select-default:focus {
  outline: 0;
  border-color: #0990CA;
  box-shadow: 0 0 0 3px rgba(18, 164, 226, 0.5);
  /*
		 * Make sure the shadows are not overlapped by sibling elements.
		 * Warning: the `relative` positioning must not be in the :focus part,
		 * otherwise Firefox will not open the select tag immediately on first click.
		 */
  z-index: 1;
}

.select-default:-moz-focusring,
	.select-default::-moz-focus-inner {
  color: transparent;
  text-shadow: none;
}

.select-default-xs {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
}

.select-default-s {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
}

.select-default-m {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='8' viewBox='0 0 20 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
}

.select-default-l {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='9' viewBox='0 0 25 9'%3E%3Cpath d='M0 2h10L5 9z' fill='%233C4144'/%3E%3C/svg%3E");
}

.select-default-xl {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='10' viewBox='0 0 30 10'%3E%3Cpath d='M0 2h12l-6 8z' fill='%233C4144'/%3E%3C/svg%3E");
}

@media (min-width: 640px) {
  .sm\:select-default-xs {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .sm\:select-default-s {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .sm\:select-default-m {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='8' viewBox='0 0 20 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .sm\:select-default-l {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='9' viewBox='0 0 25 9'%3E%3Cpath d='M0 2h10L5 9z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .sm\:select-default-xl {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='10' viewBox='0 0 30 10'%3E%3Cpath d='M0 2h12l-6 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }
}

@media (min-width: 768px) {
  .md\:select-default-xs {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .md\:select-default-s {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .md\:select-default-m {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='8' viewBox='0 0 20 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .md\:select-default-l {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='9' viewBox='0 0 25 9'%3E%3Cpath d='M0 2h10L5 9z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .md\:select-default-xl {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='10' viewBox='0 0 30 10'%3E%3Cpath d='M0 2h12l-6 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }
}

@media (min-width: 1024px) {
  .lg\:select-default-xs {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .lg\:select-default-s {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .lg\:select-default-m {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='8' viewBox='0 0 20 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .lg\:select-default-l {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='9' viewBox='0 0 25 9'%3E%3Cpath d='M0 2h10L5 9z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .lg\:select-default-xl {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='10' viewBox='0 0 30 10'%3E%3Cpath d='M0 2h12l-6 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }
}

@media (min-width: 1280px) {
  .xl\:select-default-xs {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .xl\:select-default-s {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .xl\:select-default-m {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='8' viewBox='0 0 20 8'%3E%3Cpath d='M0 2h8L4 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .xl\:select-default-l {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='9' viewBox='0 0 25 9'%3E%3Cpath d='M0 2h10L5 9z' fill='%233C4144'/%3E%3C/svg%3E");
  }

  .xl\:select-default-xl {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='10' viewBox='0 0 30 10'%3E%3Cpath d='M0 2h12l-6 8z' fill='%233C4144'/%3E%3C/svg%3E");
  }
}

.checkbox-xs {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
          flex: none;
}

.checkbox-s {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
          flex: none;
}

.checkbox-m {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
          flex: none;
}

.checkbox-l {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
          flex: none;
}

.checkbox-xl {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
          flex: none;
}

@media (min-width: 640px) {
  .sm\:checkbox-xs {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:checkbox-s {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:checkbox-m {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:checkbox-l {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:checkbox-xl {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
            flex: none;
  }
}

@media (min-width: 768px) {
  .md\:checkbox-xs {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:checkbox-s {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:checkbox-m {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:checkbox-l {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:checkbox-xl {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
            flex: none;
  }
}

@media (min-width: 1024px) {
  .lg\:checkbox-xs {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:checkbox-s {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:checkbox-m {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:checkbox-l {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:checkbox-xl {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
            flex: none;
  }
}

@media (min-width: 1280px) {
  .xl\:checkbox-xs {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:checkbox-s {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:checkbox-m {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:checkbox-l {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:checkbox-xl {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
            flex: none;
  }
}

.checkbox-default {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  fill: currentColor;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  border-width: 1px;
  border-color: #D3D7D9;
  border-radius: 3px;
  position: relative; /* needed for z-index */
}

.checkbox-default-checked,
.checkbox-default:checked {
  background-color: #12A4E2;
  border-color: #12A4E2; /* border and background colors must match, using transparent will cause wrong background-image position in Chrome 78 */
  color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M4 7l2 2m0 0l4-4' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
  background-size: cover;
}

.checkbox-default-focus,
.checkbox-default:focus {
  outline: 0;
  border-color: #0990CA;
  box-shadow: 0 0 0 3px rgba(18, 164, 226, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  z-index: 1;
}

.checkbox-default-active,
.checkbox-default-active-checked,
.checkbox-default-active:checked /* override, it has higher specificity */,
.checkbox-default:active {
  border-color: #0990CA;
  background-color: rgba(18, 164, 226, 0.5);
}

.radio-xs {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
          flex: none;
}

.radio-s {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
          flex: none;
}

.radio-m {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
          flex: none;
}

.radio-l {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
          flex: none;
}

.radio-xl {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
          flex: none;
}

@media (min-width: 640px) {
  .sm\:radio-xs {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:radio-s {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:radio-m {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:radio-l {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:radio-xl {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
            flex: none;
  }
}

@media (min-width: 768px) {
  .md\:radio-xs {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:radio-s {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:radio-m {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:radio-l {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:radio-xl {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
            flex: none;
  }
}

@media (min-width: 1024px) {
  .lg\:radio-xs {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:radio-s {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:radio-m {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:radio-l {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:radio-xl {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
            flex: none;
  }
}

@media (min-width: 1280px) {
  .xl\:radio-xs {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:radio-s {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:radio-m {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:radio-l {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:radio-xl {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
            flex: none;
  }
}

.radio-default {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  fill: currentColor;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  border-width: 1px;
  border-color: #D3D7D9;
  border-radius: 9999px;
  position: relative; /* needed for z-index */
}

.radio-default:checked {
  background-color: #12A4E2;
  border-color: #12A4E2; /* border and background colors must match, using transparent will cause wrong background-image position in Chrome 78 */
  color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle cx='7' cy='7' r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-size: cover;
}

.radio-default-focus,
.radio-default:focus {
  outline: 0;
  border-color: #0990CA;
  box-shadow: 0 0 0 3px rgba(18, 164, 226, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  z-index: 1;
}

.radio-default-active,
.radio-default-active:checked /* override, it has higher specificity */,
.radio-default:active {
  border-color: #0990CA;
  background-color: rgba(18, 164, 226, 0.5);
}

.radio-default-focus-holder {
  position: relative; /* needed for z-index */
}

.radio-default-focus + * > .radio-default-focus-holder,
.radio-default:focus + * > .radio-default-focus-holder {
  outline: 0;
  border-color: #0990CA;
  box-shadow: 0 0 0 3px rgba(18, 164, 226, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  z-index: 1;
}

.file {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.file-focus-holder {
  position: relative; /* needed for z-index */
}

.file:focus + .file-focus-holder,
.file:focus + * > .file-focus-holder {
  outline: 0;
  border-color: #0990CA;
  box-shadow: 0 0 0 3px rgba(18, 164, 226, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  z-index: 1;
}

.textarea-xs {
  border-width: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}

.textarea-s {
  border-width: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
}

.textarea-m {
  border-width: 1px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.textarea-l {
  border-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
}

.textarea-xl {
  border-width: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 24px;
}

@media (min-width: 640px) {
  .sm\:textarea-xs {
    border-width: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .sm\:textarea-s {
    border-width: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  .sm\:textarea-m {
    border-width: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .sm\:textarea-l {
    border-width: 1px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .sm\:textarea-xl {
    border-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .md\:textarea-xs {
    border-width: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .md\:textarea-s {
    border-width: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  .md\:textarea-m {
    border-width: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .md\:textarea-l {
    border-width: 1px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .md\:textarea-xl {
    border-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .lg\:textarea-xs {
    border-width: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .lg\:textarea-s {
    border-width: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  .lg\:textarea-m {
    border-width: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .lg\:textarea-l {
    border-width: 1px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .lg\:textarea-xl {
    border-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .xl\:textarea-xs {
    border-width: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .xl\:textarea-s {
    border-width: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  .xl\:textarea-m {
    border-width: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .xl\:textarea-l {
    border-width: 1px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .xl\:textarea-xl {
    border-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
  }
}

.textarea-default {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #D3D7D9;
  border-radius: 3px;
  color: #3C4144;
  position: relative; /* needed for z-index */
}

.textarea-default-focus,
.textarea-default:focus {
  outline: 0;
  border-color: #0990CA;
  box-shadow: 0 0 0 3px rgba(18, 164, 226, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  z-index: 1;
}

.range-xs,
.range-s,
.range-m,
.range-l,
.range-xl {
  /* Currently, this exists for documentation purposes only, may be used later */
  height: 4px;
}

.range-default-xs::-moz-range-thumb {
  width: 16px;
  height: 16px;
}

.range-default-xs::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
}

.range-default-xs::slider-thumb {
  width: 16px;
  height: 16px;
}

.range-default-s::-moz-range-thumb {
  width: 16px;
  height: 16px;
}

.range-default-s::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
}

.range-default-s::slider-thumb {
  width: 16px;
  height: 16px;
}

.range-default-m::-moz-range-thumb {
  width: 16px;
  height: 16px;
}

.range-default-m::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
}

.range-default-m::slider-thumb {
  width: 16px;
  height: 16px;
}

.range-default-l::-moz-range-thumb {
  width: 20px;
  height: 20px;
}

.range-default-l::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
}

.range-default-l::slider-thumb {
  width: 20px;
  height: 20px;
}

.range-default-xl::-moz-range-thumb {
  width: 24px;
  height: 24px;
}

.range-default-xl::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
}

.range-default-xl::slider-thumb {
  width: 24px;
  height: 24px;
}

@media (min-width: 640px) {
  .sm\:range-default-xs::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .sm\:range-default-xs::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .sm\:range-default-xs::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .sm\:range-default-s::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .sm\:range-default-s::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .sm\:range-default-s::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .sm\:range-default-m::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .sm\:range-default-m::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .sm\:range-default-m::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .sm\:range-default-l::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }

  .sm\:range-default-l::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }

  .sm\:range-default-l::slider-thumb {
    width: 20px;
    height: 20px;
  }

  .sm\:range-default-xl::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }

  .sm\:range-default-xl::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }

  .sm\:range-default-xl::slider-thumb {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) {
  .md\:range-default-xs::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .md\:range-default-xs::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .md\:range-default-xs::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .md\:range-default-s::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .md\:range-default-s::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .md\:range-default-s::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .md\:range-default-m::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .md\:range-default-m::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .md\:range-default-m::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .md\:range-default-l::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }

  .md\:range-default-l::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }

  .md\:range-default-l::slider-thumb {
    width: 20px;
    height: 20px;
  }

  .md\:range-default-xl::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }

  .md\:range-default-xl::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }

  .md\:range-default-xl::slider-thumb {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1024px) {
  .lg\:range-default-xs::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .lg\:range-default-xs::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .lg\:range-default-xs::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .lg\:range-default-s::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .lg\:range-default-s::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .lg\:range-default-s::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .lg\:range-default-m::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .lg\:range-default-m::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .lg\:range-default-m::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .lg\:range-default-l::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }

  .lg\:range-default-l::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }

  .lg\:range-default-l::slider-thumb {
    width: 20px;
    height: 20px;
  }

  .lg\:range-default-xl::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }

  .lg\:range-default-xl::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }

  .lg\:range-default-xl::slider-thumb {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1280px) {
  .xl\:range-default-xs::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .xl\:range-default-xs::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .xl\:range-default-xs::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .xl\:range-default-s::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .xl\:range-default-s::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .xl\:range-default-s::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .xl\:range-default-m::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .xl\:range-default-m::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  .xl\:range-default-m::slider-thumb {
    width: 16px;
    height: 16px;
  }

  .xl\:range-default-l::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }

  .xl\:range-default-l::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }

  .xl\:range-default-l::slider-thumb {
    width: 20px;
    height: 20px;
  }

  .xl\:range-default-xl::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }

  .xl\:range-default-xl::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }

  .xl\:range-default-xl::slider-thumb {
    width: 24px;
    height: 24px;
  }
}

.range-default {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #D3D7D9;
  border-width: 1px;
  border-color: #D3D7D9;
  border-radius: 9999px;
  position: relative; /* needed for z-index */
}

.range-default::-moz-focus-outer {
  border-width: 0; /* hide dotted outline in Firefox */
}

.range-default::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  border-radius: 9999px;
  background-color: #12A4E2;
  cursor: pointer;
  border-width: 0;
}

.range-default::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 9999px;
  background-color: #12A4E2;
  cursor: pointer;
  border-width: 0;
}

.range-default::slider-thumb {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  background-color: #12A4E2;
  cursor: pointer;
  border-width: 0;
}

.range-default:focus {
  outline: 0;
  border-color: #0990CA;
  background-color: #12A4E2;
  box-shadow: 0 0 0 3px rgba(18, 164, 226, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  z-index: 1;
}

.range-default:focus::-moz-range-thumb {
  background-color: #0990CA;
}

.range-default:focus::-webkit-slider-thumb {
  background-color: #0990CA;
}

.range-default:focus::slider-thumb {
  background-color: #0990CA;
}

.focus-default {
  position: relative; /* needed for z-index */
}

:focus + .focus-default,
:focus + * > .focus-default {
  outline: 0;
  border-color: #0990CA;
  box-shadow: 0 0 0 3px rgba(18, 164, 226, 0.5);
  /* Make sure the shadows are not overlapped by sibling elements */
  z-index: 1;
}

.bg-pat-checkerboard {
  background-repeat: repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M0 0h8v8H0zm8 8h8v8H8z' fill='%230001'/%3E%3C/svg%3E");
}

.p {
  font-size: 16px;
  color: #3C4144;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.h1 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 40px;
}

.h2 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 32px;
}

.h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
}

.h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
}

.h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
}

.h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
}

.heading-display {
  line-height: 1.25;
  font-weight: 200;
  color: #242729;
  font-size: 96px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* override the font-size locally */
}

.a {
  text-decoration: none;
  color: #12A4E2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.a:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #0990CA;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.code {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background-color: #ECEEEE;
}

.text-container p {
  font-size: 16px;
  color: #3C4144;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-container p:first-child {
  margin-top: 0;
}

.text-container p:last-child {
  margin-bottom: 0;
}

.text-container a {
  text-decoration: none;
  color: #12A4E2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-container a:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #0990CA;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-container h1 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 40px;
}

.text-container h2 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 32px;
}

.text-container h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
}

.text-container h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
}

.text-container h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
}

.text-container h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: #3C4144;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
}

.text-container code {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background-color: #ECEEEE;
}

.text-container ul {
  list-style-type: disc;
  list-style-position: inside;
}

.text-container ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.text-container ol ol,
.text-container ul ul {
  margin-left: 24px;
}

.text-container li > p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000000;
}

.bg-black-90 {
  background-color: #000000E6;
}

.bg-black-80 {
  background-color: #000000CD;
}

.bg-black-70 {
  background-color: #000000B3;
}

.bg-black-60 {
  background-color: #0000009A;
}

.bg-black-50 {
  background-color: #00000080;
}

.bg-black-40 {
  background-color: #00000066;
}

.bg-black-30 {
  background-color: #0000004D;
}

.bg-black-20 {
  background-color: #00000033;
}

.bg-black-10 {
  background-color: #0000001A;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-white-90 {
  background-color: #FFFFFFE6;
}

.bg-white-80 {
  background-color: #FFFFFFCD;
}

.bg-white-70 {
  background-color: #FFFFFFB3;
}

.bg-white-60 {
  background-color: #FFFFFF9A;
}

.bg-white-50 {
  background-color: #FFFFFF80;
}

.bg-white-40 {
  background-color: #FFFFFF66;
}

.bg-white-30 {
  background-color: #FFFFFF4D;
}

.bg-white-20 {
  background-color: #FFFFFF33;
}

.bg-white-10 {
  background-color: #FFFFFF1A;
}

.bg-blue-100 {
  background-color: #DEEFF7;
}

.bg-blue-125 {
  background-color: #D0ECF7;
}

.bg-blue-150 {
  background-color: #C4E8F7;
}

.bg-blue-200 {
  background-color: #A7DFF7;
}

.bg-blue-300 {
  background-color: #6DCCF5;
}

.bg-blue-400 {
  background-color: #37B8F0;
}

.bg-blue-500 {
  background-color: #12A4E2;
}

.bg-blue-600 {
  background-color: #0990CA;
}

.bg-blue-700 {
  background-color: #0575A5;
}

.bg-blue-800 {
  background-color: #035273;
}

.bg-blue-900 {
  background-color: #023043;
}

.bg-gray-100 {
  background-color: #ECEEEE;
}

.bg-gray-125 {
  background-color: #E7E9E9;
}

.bg-gray-150 {
  background-color: #E1E4E5;
}

.bg-gray-200 {
  background-color: #D3D7D9;
}

.bg-gray-300 {
  background-color: #B8BFC1;
}

.bg-gray-400 {
  background-color: #9EA6AA;
}

.bg-gray-500 {
  background-color: #858F93;
}

.bg-gray-600 {
  background-color: #6C757A;
}

.bg-gray-700 {
  background-color: #565E61;
}

.bg-gray-800 {
  background-color: #3C4144;
}

.bg-gray-900 {
  background-color: #242729;
}

.bg-red-100 {
  background-color: #FFECEC;
}

.bg-red-125 {
  background-color: #FFE3E3;
}

.bg-red-150 {
  background-color: #FFDADA;
}

.bg-red-200 {
  background-color: #FFC7C7;
}

.bg-red-300 {
  background-color: #FFA2A2;
}

.bg-red-400 {
  background-color: #FF7D7D;
}

.bg-red-500 {
  background-color: #FF5858;
}

.bg-red-600 {
  background-color: #D33C3C;
}

.bg-red-700 {
  background-color: #A42424;
}

.bg-red-800 {
  background-color: #761212;
}

.bg-red-900 {
  background-color: #460606;
}

.bg-green-100 {
  background-color: #E4F1E8;
}

.bg-green-200 {
  background-color: #B4E4C4;
}

.bg-green-300 {
  background-color: #86D6A0;
}

.bg-green-400 {
  background-color: #60C883;
}

.bg-green-500 {
  background-color: #3EBB68;
}

.bg-green-600 {
  background-color: #2B9D51;
}

.bg-green-700 {
  background-color: #1D813E;
}

.bg-green-800 {
  background-color: #11622C;
}

.bg-green-900 {
  background-color: #08441C;
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-black:hover {
  background-color: #000000;
}

.hover\:bg-black-90:hover {
  background-color: #000000E6;
}

.hover\:bg-black-80:hover {
  background-color: #000000CD;
}

.hover\:bg-black-70:hover {
  background-color: #000000B3;
}

.hover\:bg-black-60:hover {
  background-color: #0000009A;
}

.hover\:bg-black-50:hover {
  background-color: #00000080;
}

.hover\:bg-black-40:hover {
  background-color: #00000066;
}

.hover\:bg-black-30:hover {
  background-color: #0000004D;
}

.hover\:bg-black-20:hover {
  background-color: #00000033;
}

.hover\:bg-black-10:hover {
  background-color: #0000001A;
}

.hover\:bg-white:hover {
  background-color: #FFFFFF;
}

.hover\:bg-white-90:hover {
  background-color: #FFFFFFE6;
}

.hover\:bg-white-80:hover {
  background-color: #FFFFFFCD;
}

.hover\:bg-white-70:hover {
  background-color: #FFFFFFB3;
}

.hover\:bg-white-60:hover {
  background-color: #FFFFFF9A;
}

.hover\:bg-white-50:hover {
  background-color: #FFFFFF80;
}

.hover\:bg-white-40:hover {
  background-color: #FFFFFF66;
}

.hover\:bg-white-30:hover {
  background-color: #FFFFFF4D;
}

.hover\:bg-white-20:hover {
  background-color: #FFFFFF33;
}

.hover\:bg-white-10:hover {
  background-color: #FFFFFF1A;
}

.hover\:bg-blue-100:hover {
  background-color: #DEEFF7;
}

.hover\:bg-blue-125:hover {
  background-color: #D0ECF7;
}

.hover\:bg-blue-150:hover {
  background-color: #C4E8F7;
}

.hover\:bg-blue-200:hover {
  background-color: #A7DFF7;
}

.hover\:bg-blue-300:hover {
  background-color: #6DCCF5;
}

.hover\:bg-blue-400:hover {
  background-color: #37B8F0;
}

.hover\:bg-blue-500:hover {
  background-color: #12A4E2;
}

.hover\:bg-blue-600:hover {
  background-color: #0990CA;
}

.hover\:bg-blue-700:hover {
  background-color: #0575A5;
}

.hover\:bg-blue-800:hover {
  background-color: #035273;
}

.hover\:bg-blue-900:hover {
  background-color: #023043;
}

.hover\:bg-gray-100:hover {
  background-color: #ECEEEE;
}

.hover\:bg-gray-125:hover {
  background-color: #E7E9E9;
}

.hover\:bg-gray-150:hover {
  background-color: #E1E4E5;
}

.hover\:bg-gray-200:hover {
  background-color: #D3D7D9;
}

.hover\:bg-gray-300:hover {
  background-color: #B8BFC1;
}

.hover\:bg-gray-400:hover {
  background-color: #9EA6AA;
}

.hover\:bg-gray-500:hover {
  background-color: #858F93;
}

.hover\:bg-gray-600:hover {
  background-color: #6C757A;
}

.hover\:bg-gray-700:hover {
  background-color: #565E61;
}

.hover\:bg-gray-800:hover {
  background-color: #3C4144;
}

.hover\:bg-gray-900:hover {
  background-color: #242729;
}

.hover\:bg-red-100:hover {
  background-color: #FFECEC;
}

.hover\:bg-red-125:hover {
  background-color: #FFE3E3;
}

.hover\:bg-red-150:hover {
  background-color: #FFDADA;
}

.hover\:bg-red-200:hover {
  background-color: #FFC7C7;
}

.hover\:bg-red-300:hover {
  background-color: #FFA2A2;
}

.hover\:bg-red-400:hover {
  background-color: #FF7D7D;
}

.hover\:bg-red-500:hover {
  background-color: #FF5858;
}

.hover\:bg-red-600:hover {
  background-color: #D33C3C;
}

.hover\:bg-red-700:hover {
  background-color: #A42424;
}

.hover\:bg-red-800:hover {
  background-color: #761212;
}

.hover\:bg-red-900:hover {
  background-color: #460606;
}

.hover\:bg-green-100:hover {
  background-color: #E4F1E8;
}

.hover\:bg-green-200:hover {
  background-color: #B4E4C4;
}

.hover\:bg-green-300:hover {
  background-color: #86D6A0;
}

.hover\:bg-green-400:hover {
  background-color: #60C883;
}

.hover\:bg-green-500:hover {
  background-color: #3EBB68;
}

.hover\:bg-green-600:hover {
  background-color: #2B9D51;
}

.hover\:bg-green-700:hover {
  background-color: #1D813E;
}

.hover\:bg-green-800:hover {
  background-color: #11622C;
}

.hover\:bg-green-900:hover {
  background-color: #08441C;
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-black:focus {
  background-color: #000000;
}

.focus\:bg-black-90:focus {
  background-color: #000000E6;
}

.focus\:bg-black-80:focus {
  background-color: #000000CD;
}

.focus\:bg-black-70:focus {
  background-color: #000000B3;
}

.focus\:bg-black-60:focus {
  background-color: #0000009A;
}

.focus\:bg-black-50:focus {
  background-color: #00000080;
}

.focus\:bg-black-40:focus {
  background-color: #00000066;
}

.focus\:bg-black-30:focus {
  background-color: #0000004D;
}

.focus\:bg-black-20:focus {
  background-color: #00000033;
}

.focus\:bg-black-10:focus {
  background-color: #0000001A;
}

.focus\:bg-white:focus {
  background-color: #FFFFFF;
}

.focus\:bg-white-90:focus {
  background-color: #FFFFFFE6;
}

.focus\:bg-white-80:focus {
  background-color: #FFFFFFCD;
}

.focus\:bg-white-70:focus {
  background-color: #FFFFFFB3;
}

.focus\:bg-white-60:focus {
  background-color: #FFFFFF9A;
}

.focus\:bg-white-50:focus {
  background-color: #FFFFFF80;
}

.focus\:bg-white-40:focus {
  background-color: #FFFFFF66;
}

.focus\:bg-white-30:focus {
  background-color: #FFFFFF4D;
}

.focus\:bg-white-20:focus {
  background-color: #FFFFFF33;
}

.focus\:bg-white-10:focus {
  background-color: #FFFFFF1A;
}

.focus\:bg-blue-100:focus {
  background-color: #DEEFF7;
}

.focus\:bg-blue-125:focus {
  background-color: #D0ECF7;
}

.focus\:bg-blue-150:focus {
  background-color: #C4E8F7;
}

.focus\:bg-blue-200:focus {
  background-color: #A7DFF7;
}

.focus\:bg-blue-300:focus {
  background-color: #6DCCF5;
}

.focus\:bg-blue-400:focus {
  background-color: #37B8F0;
}

.focus\:bg-blue-500:focus {
  background-color: #12A4E2;
}

.focus\:bg-blue-600:focus {
  background-color: #0990CA;
}

.focus\:bg-blue-700:focus {
  background-color: #0575A5;
}

.focus\:bg-blue-800:focus {
  background-color: #035273;
}

.focus\:bg-blue-900:focus {
  background-color: #023043;
}

.focus\:bg-gray-100:focus {
  background-color: #ECEEEE;
}

.focus\:bg-gray-125:focus {
  background-color: #E7E9E9;
}

.focus\:bg-gray-150:focus {
  background-color: #E1E4E5;
}

.focus\:bg-gray-200:focus {
  background-color: #D3D7D9;
}

.focus\:bg-gray-300:focus {
  background-color: #B8BFC1;
}

.focus\:bg-gray-400:focus {
  background-color: #9EA6AA;
}

.focus\:bg-gray-500:focus {
  background-color: #858F93;
}

.focus\:bg-gray-600:focus {
  background-color: #6C757A;
}

.focus\:bg-gray-700:focus {
  background-color: #565E61;
}

.focus\:bg-gray-800:focus {
  background-color: #3C4144;
}

.focus\:bg-gray-900:focus {
  background-color: #242729;
}

.focus\:bg-red-100:focus {
  background-color: #FFECEC;
}

.focus\:bg-red-125:focus {
  background-color: #FFE3E3;
}

.focus\:bg-red-150:focus {
  background-color: #FFDADA;
}

.focus\:bg-red-200:focus {
  background-color: #FFC7C7;
}

.focus\:bg-red-300:focus {
  background-color: #FFA2A2;
}

.focus\:bg-red-400:focus {
  background-color: #FF7D7D;
}

.focus\:bg-red-500:focus {
  background-color: #FF5858;
}

.focus\:bg-red-600:focus {
  background-color: #D33C3C;
}

.focus\:bg-red-700:focus {
  background-color: #A42424;
}

.focus\:bg-red-800:focus {
  background-color: #761212;
}

.focus\:bg-red-900:focus {
  background-color: #460606;
}

.focus\:bg-green-100:focus {
  background-color: #E4F1E8;
}

.focus\:bg-green-200:focus {
  background-color: #B4E4C4;
}

.focus\:bg-green-300:focus {
  background-color: #86D6A0;
}

.focus\:bg-green-400:focus {
  background-color: #60C883;
}

.focus\:bg-green-500:focus {
  background-color: #3EBB68;
}

.focus\:bg-green-600:focus {
  background-color: #2B9D51;
}

.focus\:bg-green-700:focus {
  background-color: #1D813E;
}

.focus\:bg-green-800:focus {
  background-color: #11622C;
}

.focus\:bg-green-900:focus {
  background-color: #08441C;
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:bg-black:active {
  background-color: #000000;
}

.active\:bg-black-90:active {
  background-color: #000000E6;
}

.active\:bg-black-80:active {
  background-color: #000000CD;
}

.active\:bg-black-70:active {
  background-color: #000000B3;
}

.active\:bg-black-60:active {
  background-color: #0000009A;
}

.active\:bg-black-50:active {
  background-color: #00000080;
}

.active\:bg-black-40:active {
  background-color: #00000066;
}

.active\:bg-black-30:active {
  background-color: #0000004D;
}

.active\:bg-black-20:active {
  background-color: #00000033;
}

.active\:bg-black-10:active {
  background-color: #0000001A;
}

.active\:bg-white:active {
  background-color: #FFFFFF;
}

.active\:bg-white-90:active {
  background-color: #FFFFFFE6;
}

.active\:bg-white-80:active {
  background-color: #FFFFFFCD;
}

.active\:bg-white-70:active {
  background-color: #FFFFFFB3;
}

.active\:bg-white-60:active {
  background-color: #FFFFFF9A;
}

.active\:bg-white-50:active {
  background-color: #FFFFFF80;
}

.active\:bg-white-40:active {
  background-color: #FFFFFF66;
}

.active\:bg-white-30:active {
  background-color: #FFFFFF4D;
}

.active\:bg-white-20:active {
  background-color: #FFFFFF33;
}

.active\:bg-white-10:active {
  background-color: #FFFFFF1A;
}

.active\:bg-blue-100:active {
  background-color: #DEEFF7;
}

.active\:bg-blue-125:active {
  background-color: #D0ECF7;
}

.active\:bg-blue-150:active {
  background-color: #C4E8F7;
}

.active\:bg-blue-200:active {
  background-color: #A7DFF7;
}

.active\:bg-blue-300:active {
  background-color: #6DCCF5;
}

.active\:bg-blue-400:active {
  background-color: #37B8F0;
}

.active\:bg-blue-500:active {
  background-color: #12A4E2;
}

.active\:bg-blue-600:active {
  background-color: #0990CA;
}

.active\:bg-blue-700:active {
  background-color: #0575A5;
}

.active\:bg-blue-800:active {
  background-color: #035273;
}

.active\:bg-blue-900:active {
  background-color: #023043;
}

.active\:bg-gray-100:active {
  background-color: #ECEEEE;
}

.active\:bg-gray-125:active {
  background-color: #E7E9E9;
}

.active\:bg-gray-150:active {
  background-color: #E1E4E5;
}

.active\:bg-gray-200:active {
  background-color: #D3D7D9;
}

.active\:bg-gray-300:active {
  background-color: #B8BFC1;
}

.active\:bg-gray-400:active {
  background-color: #9EA6AA;
}

.active\:bg-gray-500:active {
  background-color: #858F93;
}

.active\:bg-gray-600:active {
  background-color: #6C757A;
}

.active\:bg-gray-700:active {
  background-color: #565E61;
}

.active\:bg-gray-800:active {
  background-color: #3C4144;
}

.active\:bg-gray-900:active {
  background-color: #242729;
}

.active\:bg-red-100:active {
  background-color: #FFECEC;
}

.active\:bg-red-125:active {
  background-color: #FFE3E3;
}

.active\:bg-red-150:active {
  background-color: #FFDADA;
}

.active\:bg-red-200:active {
  background-color: #FFC7C7;
}

.active\:bg-red-300:active {
  background-color: #FFA2A2;
}

.active\:bg-red-400:active {
  background-color: #FF7D7D;
}

.active\:bg-red-500:active {
  background-color: #FF5858;
}

.active\:bg-red-600:active {
  background-color: #D33C3C;
}

.active\:bg-red-700:active {
  background-color: #A42424;
}

.active\:bg-red-800:active {
  background-color: #761212;
}

.active\:bg-red-900:active {
  background-color: #460606;
}

.active\:bg-green-100:active {
  background-color: #E4F1E8;
}

.active\:bg-green-200:active {
  background-color: #B4E4C4;
}

.active\:bg-green-300:active {
  background-color: #86D6A0;
}

.active\:bg-green-400:active {
  background-color: #60C883;
}

.active\:bg-green-500:active {
  background-color: #3EBB68;
}

.active\:bg-green-600:active {
  background-color: #2B9D51;
}

.active\:bg-green-700:active {
  background-color: #1D813E;
}

.active\:bg-green-800:active {
  background-color: #11622C;
}

.active\:bg-green-900:active {
  background-color: #08441C;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  border-color: #000000;
}

.border-black-90 {
  border-color: #000000E6;
}

.border-black-80 {
  border-color: #000000CD;
}

.border-black-70 {
  border-color: #000000B3;
}

.border-black-60 {
  border-color: #0000009A;
}

.border-black-50 {
  border-color: #00000080;
}

.border-black-40 {
  border-color: #00000066;
}

.border-black-30 {
  border-color: #0000004D;
}

.border-black-20 {
  border-color: #00000033;
}

.border-black-10 {
  border-color: #0000001A;
}

.border-white {
  border-color: #FFFFFF;
}

.border-white-90 {
  border-color: #FFFFFFE6;
}

.border-white-80 {
  border-color: #FFFFFFCD;
}

.border-white-70 {
  border-color: #FFFFFFB3;
}

.border-white-60 {
  border-color: #FFFFFF9A;
}

.border-white-50 {
  border-color: #FFFFFF80;
}

.border-white-40 {
  border-color: #FFFFFF66;
}

.border-white-30 {
  border-color: #FFFFFF4D;
}

.border-white-20 {
  border-color: #FFFFFF33;
}

.border-white-10 {
  border-color: #FFFFFF1A;
}

.border-blue-100 {
  border-color: #DEEFF7;
}

.border-blue-125 {
  border-color: #D0ECF7;
}

.border-blue-150 {
  border-color: #C4E8F7;
}

.border-blue-200 {
  border-color: #A7DFF7;
}

.border-blue-300 {
  border-color: #6DCCF5;
}

.border-blue-400 {
  border-color: #37B8F0;
}

.border-blue-500 {
  border-color: #12A4E2;
}

.border-blue-600 {
  border-color: #0990CA;
}

.border-blue-700 {
  border-color: #0575A5;
}

.border-blue-800 {
  border-color: #035273;
}

.border-blue-900 {
  border-color: #023043;
}

.border-gray-100 {
  border-color: #ECEEEE;
}

.border-gray-125 {
  border-color: #E7E9E9;
}

.border-gray-150 {
  border-color: #E1E4E5;
}

.border-gray-200 {
  border-color: #D3D7D9;
}

.border-gray-300 {
  border-color: #B8BFC1;
}

.border-gray-400 {
  border-color: #9EA6AA;
}

.border-gray-500 {
  border-color: #858F93;
}

.border-gray-600 {
  border-color: #6C757A;
}

.border-gray-700 {
  border-color: #565E61;
}

.border-gray-800 {
  border-color: #3C4144;
}

.border-gray-900 {
  border-color: #242729;
}

.border-red-100 {
  border-color: #FFECEC;
}

.border-red-125 {
  border-color: #FFE3E3;
}

.border-red-150 {
  border-color: #FFDADA;
}

.border-red-200 {
  border-color: #FFC7C7;
}

.border-red-300 {
  border-color: #FFA2A2;
}

.border-red-400 {
  border-color: #FF7D7D;
}

.border-red-500 {
  border-color: #FF5858;
}

.border-red-600 {
  border-color: #D33C3C;
}

.border-red-700 {
  border-color: #A42424;
}

.border-red-800 {
  border-color: #761212;
}

.border-red-900 {
  border-color: #460606;
}

.border-green-100 {
  border-color: #E4F1E8;
}

.border-green-200 {
  border-color: #B4E4C4;
}

.border-green-300 {
  border-color: #86D6A0;
}

.border-green-400 {
  border-color: #60C883;
}

.border-green-500 {
  border-color: #3EBB68;
}

.border-green-600 {
  border-color: #2B9D51;
}

.border-green-700 {
  border-color: #1D813E;
}

.border-green-800 {
  border-color: #11622C;
}

.border-green-900 {
  border-color: #08441C;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-black:hover {
  border-color: #000000;
}

.hover\:border-black-90:hover {
  border-color: #000000E6;
}

.hover\:border-black-80:hover {
  border-color: #000000CD;
}

.hover\:border-black-70:hover {
  border-color: #000000B3;
}

.hover\:border-black-60:hover {
  border-color: #0000009A;
}

.hover\:border-black-50:hover {
  border-color: #00000080;
}

.hover\:border-black-40:hover {
  border-color: #00000066;
}

.hover\:border-black-30:hover {
  border-color: #0000004D;
}

.hover\:border-black-20:hover {
  border-color: #00000033;
}

.hover\:border-black-10:hover {
  border-color: #0000001A;
}

.hover\:border-white:hover {
  border-color: #FFFFFF;
}

.hover\:border-white-90:hover {
  border-color: #FFFFFFE6;
}

.hover\:border-white-80:hover {
  border-color: #FFFFFFCD;
}

.hover\:border-white-70:hover {
  border-color: #FFFFFFB3;
}

.hover\:border-white-60:hover {
  border-color: #FFFFFF9A;
}

.hover\:border-white-50:hover {
  border-color: #FFFFFF80;
}

.hover\:border-white-40:hover {
  border-color: #FFFFFF66;
}

.hover\:border-white-30:hover {
  border-color: #FFFFFF4D;
}

.hover\:border-white-20:hover {
  border-color: #FFFFFF33;
}

.hover\:border-white-10:hover {
  border-color: #FFFFFF1A;
}

.hover\:border-blue-100:hover {
  border-color: #DEEFF7;
}

.hover\:border-blue-125:hover {
  border-color: #D0ECF7;
}

.hover\:border-blue-150:hover {
  border-color: #C4E8F7;
}

.hover\:border-blue-200:hover {
  border-color: #A7DFF7;
}

.hover\:border-blue-300:hover {
  border-color: #6DCCF5;
}

.hover\:border-blue-400:hover {
  border-color: #37B8F0;
}

.hover\:border-blue-500:hover {
  border-color: #12A4E2;
}

.hover\:border-blue-600:hover {
  border-color: #0990CA;
}

.hover\:border-blue-700:hover {
  border-color: #0575A5;
}

.hover\:border-blue-800:hover {
  border-color: #035273;
}

.hover\:border-blue-900:hover {
  border-color: #023043;
}

.hover\:border-gray-100:hover {
  border-color: #ECEEEE;
}

.hover\:border-gray-125:hover {
  border-color: #E7E9E9;
}

.hover\:border-gray-150:hover {
  border-color: #E1E4E5;
}

.hover\:border-gray-200:hover {
  border-color: #D3D7D9;
}

.hover\:border-gray-300:hover {
  border-color: #B8BFC1;
}

.hover\:border-gray-400:hover {
  border-color: #9EA6AA;
}

.hover\:border-gray-500:hover {
  border-color: #858F93;
}

.hover\:border-gray-600:hover {
  border-color: #6C757A;
}

.hover\:border-gray-700:hover {
  border-color: #565E61;
}

.hover\:border-gray-800:hover {
  border-color: #3C4144;
}

.hover\:border-gray-900:hover {
  border-color: #242729;
}

.hover\:border-red-100:hover {
  border-color: #FFECEC;
}

.hover\:border-red-125:hover {
  border-color: #FFE3E3;
}

.hover\:border-red-150:hover {
  border-color: #FFDADA;
}

.hover\:border-red-200:hover {
  border-color: #FFC7C7;
}

.hover\:border-red-300:hover {
  border-color: #FFA2A2;
}

.hover\:border-red-400:hover {
  border-color: #FF7D7D;
}

.hover\:border-red-500:hover {
  border-color: #FF5858;
}

.hover\:border-red-600:hover {
  border-color: #D33C3C;
}

.hover\:border-red-700:hover {
  border-color: #A42424;
}

.hover\:border-red-800:hover {
  border-color: #761212;
}

.hover\:border-red-900:hover {
  border-color: #460606;
}

.hover\:border-green-100:hover {
  border-color: #E4F1E8;
}

.hover\:border-green-200:hover {
  border-color: #B4E4C4;
}

.hover\:border-green-300:hover {
  border-color: #86D6A0;
}

.hover\:border-green-400:hover {
  border-color: #60C883;
}

.hover\:border-green-500:hover {
  border-color: #3EBB68;
}

.hover\:border-green-600:hover {
  border-color: #2B9D51;
}

.hover\:border-green-700:hover {
  border-color: #1D813E;
}

.hover\:border-green-800:hover {
  border-color: #11622C;
}

.hover\:border-green-900:hover {
  border-color: #08441C;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-black:focus {
  border-color: #000000;
}

.focus\:border-black-90:focus {
  border-color: #000000E6;
}

.focus\:border-black-80:focus {
  border-color: #000000CD;
}

.focus\:border-black-70:focus {
  border-color: #000000B3;
}

.focus\:border-black-60:focus {
  border-color: #0000009A;
}

.focus\:border-black-50:focus {
  border-color: #00000080;
}

.focus\:border-black-40:focus {
  border-color: #00000066;
}

.focus\:border-black-30:focus {
  border-color: #0000004D;
}

.focus\:border-black-20:focus {
  border-color: #00000033;
}

.focus\:border-black-10:focus {
  border-color: #0000001A;
}

.focus\:border-white:focus {
  border-color: #FFFFFF;
}

.focus\:border-white-90:focus {
  border-color: #FFFFFFE6;
}

.focus\:border-white-80:focus {
  border-color: #FFFFFFCD;
}

.focus\:border-white-70:focus {
  border-color: #FFFFFFB3;
}

.focus\:border-white-60:focus {
  border-color: #FFFFFF9A;
}

.focus\:border-white-50:focus {
  border-color: #FFFFFF80;
}

.focus\:border-white-40:focus {
  border-color: #FFFFFF66;
}

.focus\:border-white-30:focus {
  border-color: #FFFFFF4D;
}

.focus\:border-white-20:focus {
  border-color: #FFFFFF33;
}

.focus\:border-white-10:focus {
  border-color: #FFFFFF1A;
}

.focus\:border-blue-100:focus {
  border-color: #DEEFF7;
}

.focus\:border-blue-125:focus {
  border-color: #D0ECF7;
}

.focus\:border-blue-150:focus {
  border-color: #C4E8F7;
}

.focus\:border-blue-200:focus {
  border-color: #A7DFF7;
}

.focus\:border-blue-300:focus {
  border-color: #6DCCF5;
}

.focus\:border-blue-400:focus {
  border-color: #37B8F0;
}

.focus\:border-blue-500:focus {
  border-color: #12A4E2;
}

.focus\:border-blue-600:focus {
  border-color: #0990CA;
}

.focus\:border-blue-700:focus {
  border-color: #0575A5;
}

.focus\:border-blue-800:focus {
  border-color: #035273;
}

.focus\:border-blue-900:focus {
  border-color: #023043;
}

.focus\:border-gray-100:focus {
  border-color: #ECEEEE;
}

.focus\:border-gray-125:focus {
  border-color: #E7E9E9;
}

.focus\:border-gray-150:focus {
  border-color: #E1E4E5;
}

.focus\:border-gray-200:focus {
  border-color: #D3D7D9;
}

.focus\:border-gray-300:focus {
  border-color: #B8BFC1;
}

.focus\:border-gray-400:focus {
  border-color: #9EA6AA;
}

.focus\:border-gray-500:focus {
  border-color: #858F93;
}

.focus\:border-gray-600:focus {
  border-color: #6C757A;
}

.focus\:border-gray-700:focus {
  border-color: #565E61;
}

.focus\:border-gray-800:focus {
  border-color: #3C4144;
}

.focus\:border-gray-900:focus {
  border-color: #242729;
}

.focus\:border-red-100:focus {
  border-color: #FFECEC;
}

.focus\:border-red-125:focus {
  border-color: #FFE3E3;
}

.focus\:border-red-150:focus {
  border-color: #FFDADA;
}

.focus\:border-red-200:focus {
  border-color: #FFC7C7;
}

.focus\:border-red-300:focus {
  border-color: #FFA2A2;
}

.focus\:border-red-400:focus {
  border-color: #FF7D7D;
}

.focus\:border-red-500:focus {
  border-color: #FF5858;
}

.focus\:border-red-600:focus {
  border-color: #D33C3C;
}

.focus\:border-red-700:focus {
  border-color: #A42424;
}

.focus\:border-red-800:focus {
  border-color: #761212;
}

.focus\:border-red-900:focus {
  border-color: #460606;
}

.focus\:border-green-100:focus {
  border-color: #E4F1E8;
}

.focus\:border-green-200:focus {
  border-color: #B4E4C4;
}

.focus\:border-green-300:focus {
  border-color: #86D6A0;
}

.focus\:border-green-400:focus {
  border-color: #60C883;
}

.focus\:border-green-500:focus {
  border-color: #3EBB68;
}

.focus\:border-green-600:focus {
  border-color: #2B9D51;
}

.focus\:border-green-700:focus {
  border-color: #1D813E;
}

.focus\:border-green-800:focus {
  border-color: #11622C;
}

.focus\:border-green-900:focus {
  border-color: #08441C;
}

.active\:border-transparent:active {
  border-color: transparent;
}

.active\:border-black:active {
  border-color: #000000;
}

.active\:border-black-90:active {
  border-color: #000000E6;
}

.active\:border-black-80:active {
  border-color: #000000CD;
}

.active\:border-black-70:active {
  border-color: #000000B3;
}

.active\:border-black-60:active {
  border-color: #0000009A;
}

.active\:border-black-50:active {
  border-color: #00000080;
}

.active\:border-black-40:active {
  border-color: #00000066;
}

.active\:border-black-30:active {
  border-color: #0000004D;
}

.active\:border-black-20:active {
  border-color: #00000033;
}

.active\:border-black-10:active {
  border-color: #0000001A;
}

.active\:border-white:active {
  border-color: #FFFFFF;
}

.active\:border-white-90:active {
  border-color: #FFFFFFE6;
}

.active\:border-white-80:active {
  border-color: #FFFFFFCD;
}

.active\:border-white-70:active {
  border-color: #FFFFFFB3;
}

.active\:border-white-60:active {
  border-color: #FFFFFF9A;
}

.active\:border-white-50:active {
  border-color: #FFFFFF80;
}

.active\:border-white-40:active {
  border-color: #FFFFFF66;
}

.active\:border-white-30:active {
  border-color: #FFFFFF4D;
}

.active\:border-white-20:active {
  border-color: #FFFFFF33;
}

.active\:border-white-10:active {
  border-color: #FFFFFF1A;
}

.active\:border-blue-100:active {
  border-color: #DEEFF7;
}

.active\:border-blue-125:active {
  border-color: #D0ECF7;
}

.active\:border-blue-150:active {
  border-color: #C4E8F7;
}

.active\:border-blue-200:active {
  border-color: #A7DFF7;
}

.active\:border-blue-300:active {
  border-color: #6DCCF5;
}

.active\:border-blue-400:active {
  border-color: #37B8F0;
}

.active\:border-blue-500:active {
  border-color: #12A4E2;
}

.active\:border-blue-600:active {
  border-color: #0990CA;
}

.active\:border-blue-700:active {
  border-color: #0575A5;
}

.active\:border-blue-800:active {
  border-color: #035273;
}

.active\:border-blue-900:active {
  border-color: #023043;
}

.active\:border-gray-100:active {
  border-color: #ECEEEE;
}

.active\:border-gray-125:active {
  border-color: #E7E9E9;
}

.active\:border-gray-150:active {
  border-color: #E1E4E5;
}

.active\:border-gray-200:active {
  border-color: #D3D7D9;
}

.active\:border-gray-300:active {
  border-color: #B8BFC1;
}

.active\:border-gray-400:active {
  border-color: #9EA6AA;
}

.active\:border-gray-500:active {
  border-color: #858F93;
}

.active\:border-gray-600:active {
  border-color: #6C757A;
}

.active\:border-gray-700:active {
  border-color: #565E61;
}

.active\:border-gray-800:active {
  border-color: #3C4144;
}

.active\:border-gray-900:active {
  border-color: #242729;
}

.active\:border-red-100:active {
  border-color: #FFECEC;
}

.active\:border-red-125:active {
  border-color: #FFE3E3;
}

.active\:border-red-150:active {
  border-color: #FFDADA;
}

.active\:border-red-200:active {
  border-color: #FFC7C7;
}

.active\:border-red-300:active {
  border-color: #FFA2A2;
}

.active\:border-red-400:active {
  border-color: #FF7D7D;
}

.active\:border-red-500:active {
  border-color: #FF5858;
}

.active\:border-red-600:active {
  border-color: #D33C3C;
}

.active\:border-red-700:active {
  border-color: #A42424;
}

.active\:border-red-800:active {
  border-color: #761212;
}

.active\:border-red-900:active {
  border-color: #460606;
}

.active\:border-green-100:active {
  border-color: #E4F1E8;
}

.active\:border-green-200:active {
  border-color: #B4E4C4;
}

.active\:border-green-300:active {
  border-color: #86D6A0;
}

.active\:border-green-400:active {
  border-color: #60C883;
}

.active\:border-green-500:active {
  border-color: #3EBB68;
}

.active\:border-green-600:active {
  border-color: #2B9D51;
}

.active\:border-green-700:active {
  border-color: #1D813E;
}

.active\:border-green-800:active {
  border-color: #11622C;
}

.active\:border-green-900:active {
  border-color: #08441C;
}

.rounded {
  border-radius: 3px;
}

.rounded-3px {
  border-radius: 3px;
}

.rounded-none {
  border-radius: 0;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.rounded-r {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.rounded-b {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rounded-l {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rounded-t-3px {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.rounded-r-3px {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.rounded-b-3px {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rounded-l-3px {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl {
  border-top-left-radius: 3px;
}

.rounded-tr {
  border-top-right-radius: 3px;
}

.rounded-br {
  border-bottom-right-radius: 3px;
}

.rounded-bl {
  border-bottom-left-radius: 3px;
}

.rounded-tl-3px {
  border-top-left-radius: 3px;
}

.rounded-tr-3px {
  border-top-right-radius: 3px;
}

.rounded-br-3px {
  border-bottom-right-radius: 3px;
}

.rounded-bl-3px {
  border-bottom-left-radius: 3px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-1 {
  border-top-width: 1px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-l-1 {
  border-left-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-3 {
  border-top-width: 3px;
}

.border-r-3 {
  border-right-width: 3px;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: inline-flex;
}

.grid {
  display: grid;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.hidden {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  -webkit-box-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.flex-auto {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.flex-initial {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
          flex: none;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.order-first {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.order-none {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-display {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 1px;
}

.h-2 {
  height: 2px;
}

.h-3 {
  height: 3px;
}

.h-4 {
  height: 4px;
}

.h-5 {
  height: 5px;
}

.h-6 {
  height: 6px;
}

.h-7 {
  height: 7px;
}

.h-8 {
  height: 8px;
}

.h-10 {
  height: 10px;
}

.h-12 {
  height: 12px;
}

.h-14 {
  height: 14px;
}

.h-16 {
  height: 16px;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 20px;
}

.h-24 {
  height: 24px;
}

.h-28 {
  height: 28px;
}

.h-32 {
  height: 32px;
}

.h-36 {
  height: 36px;
}

.h-40 {
  height: 40px;
}

.h-44 {
  height: 44px;
}

.h-48 {
  height: 48px;
}

.h-52 {
  height: 52px;
}

.h-56 {
  height: 56px;
}

.h-60 {
  height: 60px;
}

.h-64 {
  height: 64px;
}

.h-72 {
  height: 72px;
}

.h-80 {
  height: 80px;
}

.h-88 {
  height: 88px;
}

.h-96 {
  height: 96px;
}

.h-104 {
  height: 104px;
}

.h-112 {
  height: 112px;
}

.h-120 {
  height: 120px;
}

.h-128 {
  height: 128px;
}

.h-144 {
  height: 144px;
}

.h-160 {
  height: 160px;
}

.h-176 {
  height: 176px;
}

.h-192 {
  height: 192px;
}

.h-208 {
  height: 208px;
}

.h-224 {
  height: 224px;
}

.h-240 {
  height: 240px;
}

.h-256 {
  height: 256px;
}

.h-272 {
  height: 272px;
}

.h-288 {
  height: 288px;
}

.h-304 {
  height: 304px;
}

.h-320 {
  height: 320px;
}

.h-336 {
  height: 336px;
}

.h-352 {
  height: 352px;
}

.h-368 {
  height: 368px;
}

.h-384 {
  height: 384px;
}

.h-400 {
  height: 400px;
}

.h-416 {
  height: 416px;
}

.h-432 {
  height: 432px;
}

.h-448 {
  height: 448px;
}

.h-464 {
  height: 464px;
}

.h-480 {
  height: 480px;
}

.h-496 {
  height: 496px;
}

.h-512 {
  height: 512px;
}

.h-528 {
  height: 528px;
}

.h-544 {
  height: 544px;
}

.h-560 {
  height: 560px;
}

.h-576 {
  height: 576px;
}

.h-592 {
  height: 592px;
}

.h-608 {
  height: 608px;
}

.h-624 {
  height: 624px;
}

.h-640 {
  height: 640px;
}

.h-672 {
  height: 672px;
}

.h-704 {
  height: 704px;
}

.h-736 {
  height: 736px;
}

.h-768 {
  height: 768px;
}

.h-800 {
  height: 800px;
}

.h-832 {
  height: 832px;
}

.h-864 {
  height: 864px;
}

.h-896 {
  height: 896px;
}

.h-928 {
  height: 928px;
}

.h-960 {
  height: 960px;
}

.h-992 {
  height: 992px;
}

.h-1024 {
  height: 1024px;
}

.h-1088 {
  height: 1088px;
}

.h-1152 {
  height: 1152px;
}

.h-1216 {
  height: 1216px;
}

.h-1280 {
  height: 1280px;
}

.h-1344 {
  height: 1344px;
}

.h-1408 {
  height: 1408px;
}

.h-1472 {
  height: 1472px;
}

.h-1536 {
  height: 1536px;
}

.h-1600 {
  height: 1600px;
}

.h-auto {
  height: auto;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-1\/4 {
  height: 25%;
}

.h-2\/4 {
  height: 50%;
}

.h-3\/4 {
  height: 75%;
}

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-1\/12 {
  height: 8.333333%;
}

.h-2\/12 {
  height: 16.666667%;
}

.h-3\/12 {
  height: 25%;
}

.h-4\/12 {
  height: 33.333333%;
}

.h-5\/12 {
  height: 41.666667%;
}

.h-6\/12 {
  height: 50%;
}

.h-7\/12 {
  height: 58.333333%;
}

.h-8\/12 {
  height: 66.666667%;
}

.h-9\/12 {
  height: 75%;
}

.h-10\/12 {
  height: 83.333333%;
}

.h-11\/12 {
  height: 91.666667%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1px;
}

.m-2 {
  margin: 2px;
}

.m-3 {
  margin: 3px;
}

.m-4 {
  margin: 4px;
}

.m-5 {
  margin: 5px;
}

.m-6 {
  margin: 6px;
}

.m-7 {
  margin: 7px;
}

.m-8 {
  margin: 8px;
}

.m-10 {
  margin: 10px;
}

.m-12 {
  margin: 12px;
}

.m-14 {
  margin: 14px;
}

.m-16 {
  margin: 16px;
}

.m-18 {
  margin: 18px;
}

.m-20 {
  margin: 20px;
}

.m-24 {
  margin: 24px;
}

.m-28 {
  margin: 28px;
}

.m-32 {
  margin: 32px;
}

.m-36 {
  margin: 36px;
}

.m-40 {
  margin: 40px;
}

.m-44 {
  margin: 44px;
}

.m-48 {
  margin: 48px;
}

.m-52 {
  margin: 52px;
}

.m-56 {
  margin: 56px;
}

.m-60 {
  margin: 60px;
}

.m-64 {
  margin: 64px;
}

.m-72 {
  margin: 72px;
}

.m-80 {
  margin: 80px;
}

.m-88 {
  margin: 88px;
}

.m-96 {
  margin: 96px;
}

.m-104 {
  margin: 104px;
}

.m-112 {
  margin: 112px;
}

.m-120 {
  margin: 120px;
}

.m-128 {
  margin: 128px;
}

.m-auto {
  margin: auto;
}

.-m-1 {
  margin: -1px;
}

.-m-2 {
  margin: -2px;
}

.-m-3 {
  margin: -3px;
}

.-m-4 {
  margin: -4px;
}

.-m-5 {
  margin: -5px;
}

.-m-6 {
  margin: -6px;
}

.-m-7 {
  margin: -7px;
}

.-m-8 {
  margin: -8px;
}

.-m-10 {
  margin: -10px;
}

.-m-12 {
  margin: -12px;
}

.-m-14 {
  margin: -14px;
}

.-m-16 {
  margin: -16px;
}

.-m-18 {
  margin: -18px;
}

.-m-20 {
  margin: -20px;
}

.-m-24 {
  margin: -24px;
}

.-m-28 {
  margin: -28px;
}

.-m-32 {
  margin: -32px;
}

.-m-36 {
  margin: -36px;
}

.-m-40 {
  margin: -40px;
}

.-m-44 {
  margin: -44px;
}

.-m-48 {
  margin: -48px;
}

.-m-52 {
  margin: -52px;
}

.-m-56 {
  margin: -56px;
}

.-m-60 {
  margin: -60px;
}

.-m-64 {
  margin: -64px;
}

.-m-72 {
  margin: -72px;
}

.-m-80 {
  margin: -80px;
}

.-m-88 {
  margin: -88px;
}

.-m-96 {
  margin: -96px;
}

.-m-104 {
  margin: -104px;
}

.-m-112 {
  margin: -112px;
}

.-m-120 {
  margin: -120px;
}

.-m-128 {
  margin: -128px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.my-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mx-7 {
  margin-left: 7px;
  margin-right: 7px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.mx-18 {
  margin-left: 18px;
  margin-right: 18px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.mx-44 {
  margin-left: 44px;
  margin-right: 44px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.mx-52 {
  margin-left: 52px;
  margin-right: 52px;
}

.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.mx-56 {
  margin-left: 56px;
  margin-right: 56px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mx-72 {
  margin-left: 72px;
  margin-right: 72px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-88 {
  margin-top: 88px;
  margin-bottom: 88px;
}

.mx-88 {
  margin-left: 88px;
  margin-right: 88px;
}

.my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mx-96 {
  margin-left: 96px;
  margin-right: 96px;
}

.my-104 {
  margin-top: 104px;
  margin-bottom: 104px;
}

.mx-104 {
  margin-left: 104px;
  margin-right: 104px;
}

.my-112 {
  margin-top: 112px;
  margin-bottom: 112px;
}

.mx-112 {
  margin-left: 112px;
  margin-right: 112px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.my-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.mx-128 {
  margin-left: 128px;
  margin-right: 128px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-my-1 {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-1 {
  margin-left: -1px;
  margin-right: -1px;
}

.-my-2 {
  margin-top: -2px;
  margin-bottom: -2px;
}

.-mx-2 {
  margin-left: -2px;
  margin-right: -2px;
}

.-my-3 {
  margin-top: -3px;
  margin-bottom: -3px;
}

.-mx-3 {
  margin-left: -3px;
  margin-right: -3px;
}

.-my-4 {
  margin-top: -4px;
  margin-bottom: -4px;
}

.-mx-4 {
  margin-left: -4px;
  margin-right: -4px;
}

.-my-5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.-mx-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.-my-6 {
  margin-top: -6px;
  margin-bottom: -6px;
}

.-mx-6 {
  margin-left: -6px;
  margin-right: -6px;
}

.-my-7 {
  margin-top: -7px;
  margin-bottom: -7px;
}

.-mx-7 {
  margin-left: -7px;
  margin-right: -7px;
}

.-my-8 {
  margin-top: -8px;
  margin-bottom: -8px;
}

.-mx-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.-my-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.-mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.-my-12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.-mx-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.-my-14 {
  margin-top: -14px;
  margin-bottom: -14px;
}

.-mx-14 {
  margin-left: -14px;
  margin-right: -14px;
}

.-my-16 {
  margin-top: -16px;
  margin-bottom: -16px;
}

.-mx-16 {
  margin-left: -16px;
  margin-right: -16px;
}

.-my-18 {
  margin-top: -18px;
  margin-bottom: -18px;
}

.-mx-18 {
  margin-left: -18px;
  margin-right: -18px;
}

.-my-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.-my-24 {
  margin-top: -24px;
  margin-bottom: -24px;
}

.-mx-24 {
  margin-left: -24px;
  margin-right: -24px;
}

.-my-28 {
  margin-top: -28px;
  margin-bottom: -28px;
}

.-mx-28 {
  margin-left: -28px;
  margin-right: -28px;
}

.-my-32 {
  margin-top: -32px;
  margin-bottom: -32px;
}

.-mx-32 {
  margin-left: -32px;
  margin-right: -32px;
}

.-my-36 {
  margin-top: -36px;
  margin-bottom: -36px;
}

.-mx-36 {
  margin-left: -36px;
  margin-right: -36px;
}

.-my-40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.-mx-40 {
  margin-left: -40px;
  margin-right: -40px;
}

.-my-44 {
  margin-top: -44px;
  margin-bottom: -44px;
}

.-mx-44 {
  margin-left: -44px;
  margin-right: -44px;
}

.-my-48 {
  margin-top: -48px;
  margin-bottom: -48px;
}

.-mx-48 {
  margin-left: -48px;
  margin-right: -48px;
}

.-my-52 {
  margin-top: -52px;
  margin-bottom: -52px;
}

.-mx-52 {
  margin-left: -52px;
  margin-right: -52px;
}

.-my-56 {
  margin-top: -56px;
  margin-bottom: -56px;
}

.-mx-56 {
  margin-left: -56px;
  margin-right: -56px;
}

.-my-60 {
  margin-top: -60px;
  margin-bottom: -60px;
}

.-mx-60 {
  margin-left: -60px;
  margin-right: -60px;
}

.-my-64 {
  margin-top: -64px;
  margin-bottom: -64px;
}

.-mx-64 {
  margin-left: -64px;
  margin-right: -64px;
}

.-my-72 {
  margin-top: -72px;
  margin-bottom: -72px;
}

.-mx-72 {
  margin-left: -72px;
  margin-right: -72px;
}

.-my-80 {
  margin-top: -80px;
  margin-bottom: -80px;
}

.-mx-80 {
  margin-left: -80px;
  margin-right: -80px;
}

.-my-88 {
  margin-top: -88px;
  margin-bottom: -88px;
}

.-mx-88 {
  margin-left: -88px;
  margin-right: -88px;
}

.-my-96 {
  margin-top: -96px;
  margin-bottom: -96px;
}

.-mx-96 {
  margin-left: -96px;
  margin-right: -96px;
}

.-my-104 {
  margin-top: -104px;
  margin-bottom: -104px;
}

.-mx-104 {
  margin-left: -104px;
  margin-right: -104px;
}

.-my-112 {
  margin-top: -112px;
  margin-bottom: -112px;
}

.-mx-112 {
  margin-left: -112px;
  margin-right: -112px;
}

.-my-120 {
  margin-top: -120px;
  margin-bottom: -120px;
}

.-mx-120 {
  margin-left: -120px;
  margin-right: -120px;
}

.-my-128 {
  margin-top: -128px;
  margin-bottom: -128px;
}

.-mx-128 {
  margin-left: -128px;
  margin-right: -128px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mt-14 {
  margin-top: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-18 {
  margin-top: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-44 {
  margin-top: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mt-52 {
  margin-top: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-88 {
  margin-top: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.ml-88 {
  margin-left: 88px;
}

.mt-96 {
  margin-top: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mt-104 {
  margin-top: 104px;
}

.mr-104 {
  margin-right: 104px;
}

.mb-104 {
  margin-bottom: 104px;
}

.ml-104 {
  margin-left: 104px;
}

.mt-112 {
  margin-top: 112px;
}

.mr-112 {
  margin-right: 112px;
}

.mb-112 {
  margin-bottom: 112px;
}

.ml-112 {
  margin-left: 112px;
}

.mt-120 {
  margin-top: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mt-128 {
  margin-top: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.-mt-1 {
  margin-top: -1px;
}

.-mr-1 {
  margin-right: -1px;
}

.-mb-1 {
  margin-bottom: -1px;
}

.-ml-1 {
  margin-left: -1px;
}

.-mt-2 {
  margin-top: -2px;
}

.-mr-2 {
  margin-right: -2px;
}

.-mb-2 {
  margin-bottom: -2px;
}

.-ml-2 {
  margin-left: -2px;
}

.-mt-3 {
  margin-top: -3px;
}

.-mr-3 {
  margin-right: -3px;
}

.-mb-3 {
  margin-bottom: -3px;
}

.-ml-3 {
  margin-left: -3px;
}

.-mt-4 {
  margin-top: -4px;
}

.-mr-4 {
  margin-right: -4px;
}

.-mb-4 {
  margin-bottom: -4px;
}

.-ml-4 {
  margin-left: -4px;
}

.-mt-5 {
  margin-top: -5px;
}

.-mr-5 {
  margin-right: -5px;
}

.-mb-5 {
  margin-bottom: -5px;
}

.-ml-5 {
  margin-left: -5px;
}

.-mt-6 {
  margin-top: -6px;
}

.-mr-6 {
  margin-right: -6px;
}

.-mb-6 {
  margin-bottom: -6px;
}

.-ml-6 {
  margin-left: -6px;
}

.-mt-7 {
  margin-top: -7px;
}

.-mr-7 {
  margin-right: -7px;
}

.-mb-7 {
  margin-bottom: -7px;
}

.-ml-7 {
  margin-left: -7px;
}

.-mt-8 {
  margin-top: -8px;
}

.-mr-8 {
  margin-right: -8px;
}

.-mb-8 {
  margin-bottom: -8px;
}

.-ml-8 {
  margin-left: -8px;
}

.-mt-10 {
  margin-top: -10px;
}

.-mr-10 {
  margin-right: -10px;
}

.-mb-10 {
  margin-bottom: -10px;
}

.-ml-10 {
  margin-left: -10px;
}

.-mt-12 {
  margin-top: -12px;
}

.-mr-12 {
  margin-right: -12px;
}

.-mb-12 {
  margin-bottom: -12px;
}

.-ml-12 {
  margin-left: -12px;
}

.-mt-14 {
  margin-top: -14px;
}

.-mr-14 {
  margin-right: -14px;
}

.-mb-14 {
  margin-bottom: -14px;
}

.-ml-14 {
  margin-left: -14px;
}

.-mt-16 {
  margin-top: -16px;
}

.-mr-16 {
  margin-right: -16px;
}

.-mb-16 {
  margin-bottom: -16px;
}

.-ml-16 {
  margin-left: -16px;
}

.-mt-18 {
  margin-top: -18px;
}

.-mr-18 {
  margin-right: -18px;
}

.-mb-18 {
  margin-bottom: -18px;
}

.-ml-18 {
  margin-left: -18px;
}

.-mt-20 {
  margin-top: -20px;
}

.-mr-20 {
  margin-right: -20px;
}

.-mb-20 {
  margin-bottom: -20px;
}

.-ml-20 {
  margin-left: -20px;
}

.-mt-24 {
  margin-top: -24px;
}

.-mr-24 {
  margin-right: -24px;
}

.-mb-24 {
  margin-bottom: -24px;
}

.-ml-24 {
  margin-left: -24px;
}

.-mt-28 {
  margin-top: -28px;
}

.-mr-28 {
  margin-right: -28px;
}

.-mb-28 {
  margin-bottom: -28px;
}

.-ml-28 {
  margin-left: -28px;
}

.-mt-32 {
  margin-top: -32px;
}

.-mr-32 {
  margin-right: -32px;
}

.-mb-32 {
  margin-bottom: -32px;
}

.-ml-32 {
  margin-left: -32px;
}

.-mt-36 {
  margin-top: -36px;
}

.-mr-36 {
  margin-right: -36px;
}

.-mb-36 {
  margin-bottom: -36px;
}

.-ml-36 {
  margin-left: -36px;
}

.-mt-40 {
  margin-top: -40px;
}

.-mr-40 {
  margin-right: -40px;
}

.-mb-40 {
  margin-bottom: -40px;
}

.-ml-40 {
  margin-left: -40px;
}

.-mt-44 {
  margin-top: -44px;
}

.-mr-44 {
  margin-right: -44px;
}

.-mb-44 {
  margin-bottom: -44px;
}

.-ml-44 {
  margin-left: -44px;
}

.-mt-48 {
  margin-top: -48px;
}

.-mr-48 {
  margin-right: -48px;
}

.-mb-48 {
  margin-bottom: -48px;
}

.-ml-48 {
  margin-left: -48px;
}

.-mt-52 {
  margin-top: -52px;
}

.-mr-52 {
  margin-right: -52px;
}

.-mb-52 {
  margin-bottom: -52px;
}

.-ml-52 {
  margin-left: -52px;
}

.-mt-56 {
  margin-top: -56px;
}

.-mr-56 {
  margin-right: -56px;
}

.-mb-56 {
  margin-bottom: -56px;
}

.-ml-56 {
  margin-left: -56px;
}

.-mt-60 {
  margin-top: -60px;
}

.-mr-60 {
  margin-right: -60px;
}

.-mb-60 {
  margin-bottom: -60px;
}

.-ml-60 {
  margin-left: -60px;
}

.-mt-64 {
  margin-top: -64px;
}

.-mr-64 {
  margin-right: -64px;
}

.-mb-64 {
  margin-bottom: -64px;
}

.-ml-64 {
  margin-left: -64px;
}

.-mt-72 {
  margin-top: -72px;
}

.-mr-72 {
  margin-right: -72px;
}

.-mb-72 {
  margin-bottom: -72px;
}

.-ml-72 {
  margin-left: -72px;
}

.-mt-80 {
  margin-top: -80px;
}

.-mr-80 {
  margin-right: -80px;
}

.-mb-80 {
  margin-bottom: -80px;
}

.-ml-80 {
  margin-left: -80px;
}

.-mt-88 {
  margin-top: -88px;
}

.-mr-88 {
  margin-right: -88px;
}

.-mb-88 {
  margin-bottom: -88px;
}

.-ml-88 {
  margin-left: -88px;
}

.-mt-96 {
  margin-top: -96px;
}

.-mr-96 {
  margin-right: -96px;
}

.-mb-96 {
  margin-bottom: -96px;
}

.-ml-96 {
  margin-left: -96px;
}

.-mt-104 {
  margin-top: -104px;
}

.-mr-104 {
  margin-right: -104px;
}

.-mb-104 {
  margin-bottom: -104px;
}

.-ml-104 {
  margin-left: -104px;
}

.-mt-112 {
  margin-top: -112px;
}

.-mr-112 {
  margin-right: -112px;
}

.-mb-112 {
  margin-bottom: -112px;
}

.-ml-112 {
  margin-left: -112px;
}

.-mt-120 {
  margin-top: -120px;
}

.-mr-120 {
  margin-right: -120px;
}

.-mb-120 {
  margin-bottom: -120px;
}

.-ml-120 {
  margin-left: -120px;
}

.-mt-128 {
  margin-top: -128px;
}

.-mr-128 {
  margin-right: -128px;
}

.-mb-128 {
  margin-bottom: -128px;
}

.-ml-128 {
  margin-left: -128px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-0 {
  max-width: 0;
}

.max-w-1 {
  max-width: 1px;
}

.max-w-2 {
  max-width: 2px;
}

.max-w-3 {
  max-width: 3px;
}

.max-w-4 {
  max-width: 4px;
}

.max-w-5 {
  max-width: 5px;
}

.max-w-6 {
  max-width: 6px;
}

.max-w-7 {
  max-width: 7px;
}

.max-w-8 {
  max-width: 8px;
}

.max-w-10 {
  max-width: 10px;
}

.max-w-12 {
  max-width: 12px;
}

.max-w-14 {
  max-width: 14px;
}

.max-w-16 {
  max-width: 16px;
}

.max-w-18 {
  max-width: 18px;
}

.max-w-20 {
  max-width: 20px;
}

.max-w-24 {
  max-width: 24px;
}

.max-w-28 {
  max-width: 28px;
}

.max-w-32 {
  max-width: 32px;
}

.max-w-36 {
  max-width: 36px;
}

.max-w-40 {
  max-width: 40px;
}

.max-w-44 {
  max-width: 44px;
}

.max-w-48 {
  max-width: 48px;
}

.max-w-52 {
  max-width: 52px;
}

.max-w-56 {
  max-width: 56px;
}

.max-w-60 {
  max-width: 60px;
}

.max-w-64 {
  max-width: 64px;
}

.max-w-72 {
  max-width: 72px;
}

.max-w-80 {
  max-width: 80px;
}

.max-w-88 {
  max-width: 88px;
}

.max-w-96 {
  max-width: 96px;
}

.max-w-104 {
  max-width: 104px;
}

.max-w-112 {
  max-width: 112px;
}

.max-w-120 {
  max-width: 120px;
}

.max-w-128 {
  max-width: 128px;
}

.max-w-144 {
  max-width: 144px;
}

.max-w-160 {
  max-width: 160px;
}

.max-w-176 {
  max-width: 176px;
}

.max-w-192 {
  max-width: 192px;
}

.max-w-208 {
  max-width: 208px;
}

.max-w-224 {
  max-width: 224px;
}

.max-w-240 {
  max-width: 240px;
}

.max-w-256 {
  max-width: 256px;
}

.max-w-272 {
  max-width: 272px;
}

.max-w-288 {
  max-width: 288px;
}

.max-w-304 {
  max-width: 304px;
}

.max-w-320 {
  max-width: 320px;
}

.max-w-336 {
  max-width: 336px;
}

.max-w-352 {
  max-width: 352px;
}

.max-w-368 {
  max-width: 368px;
}

.max-w-384 {
  max-width: 384px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-416 {
  max-width: 416px;
}

.max-w-432 {
  max-width: 432px;
}

.max-w-448 {
  max-width: 448px;
}

.max-w-464 {
  max-width: 464px;
}

.max-w-480 {
  max-width: 480px;
}

.max-w-496 {
  max-width: 496px;
}

.max-w-512 {
  max-width: 512px;
}

.max-w-528 {
  max-width: 528px;
}

.max-w-544 {
  max-width: 544px;
}

.max-w-560 {
  max-width: 560px;
}

.max-w-576 {
  max-width: 576px;
}

.max-w-592 {
  max-width: 592px;
}

.max-w-608 {
  max-width: 608px;
}

.max-w-624 {
  max-width: 624px;
}

.max-w-640 {
  max-width: 640px;
}

.max-w-672 {
  max-width: 672px;
}

.max-w-704 {
  max-width: 704px;
}

.max-w-736 {
  max-width: 736px;
}

.max-w-768 {
  max-width: 768px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-832 {
  max-width: 832px;
}

.max-w-864 {
  max-width: 864px;
}

.max-w-896 {
  max-width: 896px;
}

.max-w-928 {
  max-width: 928px;
}

.max-w-960 {
  max-width: 960px;
}

.max-w-992 {
  max-width: 992px;
}

.max-w-1024 {
  max-width: 1024px;
}

.max-w-1088 {
  max-width: 1088px;
}

.max-w-1152 {
  max-width: 1152px;
}

.max-w-1216 {
  max-width: 1216px;
}

.max-w-1280 {
  max-width: 1280px;
}

.max-w-1344 {
  max-width: 1344px;
}

.max-w-1408 {
  max-width: 1408px;
}

.max-w-1472 {
  max-width: 1472px;
}

.max-w-1536 {
  max-width: 1536px;
}

.max-w-1600 {
  max-width: 1600px;
}

.max-w-auto {
  max-width: auto;
}

.max-w-1\/2 {
  max-width: 50%;
}

.max-w-1\/3 {
  max-width: 33.333333%;
}

.max-w-2\/3 {
  max-width: 66.666667%;
}

.max-w-1\/4 {
  max-width: 25%;
}

.max-w-2\/4 {
  max-width: 50%;
}

.max-w-3\/4 {
  max-width: 75%;
}

.max-w-1\/5 {
  max-width: 20%;
}

.max-w-2\/5 {
  max-width: 40%;
}

.max-w-3\/5 {
  max-width: 60%;
}

.max-w-4\/5 {
  max-width: 80%;
}

.max-w-1\/6 {
  max-width: 16.666667%;
}

.max-w-2\/6 {
  max-width: 33.333333%;
}

.max-w-3\/6 {
  max-width: 50%;
}

.max-w-4\/6 {
  max-width: 66.666667%;
}

.max-w-5\/6 {
  max-width: 83.333333%;
}

.max-w-1\/12 {
  max-width: 8.333333%;
}

.max-w-2\/12 {
  max-width: 16.666667%;
}

.max-w-3\/12 {
  max-width: 25%;
}

.max-w-4\/12 {
  max-width: 33.333333%;
}

.max-w-5\/12 {
  max-width: 41.666667%;
}

.max-w-6\/12 {
  max-width: 50%;
}

.max-w-7\/12 {
  max-width: 58.333333%;
}

.max-w-8\/12 {
  max-width: 66.666667%;
}

.max-w-9\/12 {
  max-width: 75%;
}

.max-w-10\/12 {
  max-width: 83.333333%;
}

.max-w-11\/12 {
  max-width: 91.666667%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen {
  max-width: 100vw;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.active\:opacity-0:active {
  opacity: 0;
}

.active\:opacity-25:active {
  opacity: 0.25;
}

.active\:opacity-50:active {
  opacity: 0.5;
}

.active\:opacity-75:active {
  opacity: 0.75;
}

.active\:opacity-100:active {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1px;
}

.p-2 {
  padding: 2px;
}

.p-3 {
  padding: 3px;
}

.p-4 {
  padding: 4px;
}

.p-5 {
  padding: 5px;
}

.p-6 {
  padding: 6px;
}

.p-7 {
  padding: 7px;
}

.p-8 {
  padding: 8px;
}

.p-10 {
  padding: 10px;
}

.p-12 {
  padding: 12px;
}

.p-14 {
  padding: 14px;
}

.p-16 {
  padding: 16px;
}

.p-18 {
  padding: 18px;
}

.p-20 {
  padding: 20px;
}

.p-24 {
  padding: 24px;
}

.p-28 {
  padding: 28px;
}

.p-32 {
  padding: 32px;
}

.p-36 {
  padding: 36px;
}

.p-40 {
  padding: 40px;
}

.p-44 {
  padding: 44px;
}

.p-48 {
  padding: 48px;
}

.p-52 {
  padding: 52px;
}

.p-56 {
  padding: 56px;
}

.p-60 {
  padding: 60px;
}

.p-64 {
  padding: 64px;
}

.p-72 {
  padding: 72px;
}

.p-80 {
  padding: 80px;
}

.p-88 {
  padding: 88px;
}

.p-96 {
  padding: 96px;
}

.p-104 {
  padding: 104px;
}

.p-112 {
  padding: 112px;
}

.p-120 {
  padding: 120px;
}

.p-128 {
  padding: 128px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.px-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.px-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.px-44 {
  padding-left: 44px;
  padding-right: 44px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.px-52 {
  padding-left: 52px;
  padding-right: 52px;
}

.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.px-72 {
  padding-left: 72px;
  padding-right: 72px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.px-88 {
  padding-left: 88px;
  padding-right: 88px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.px-96 {
  padding-left: 96px;
  padding-right: 96px;
}

.py-104 {
  padding-top: 104px;
  padding-bottom: 104px;
}

.px-104 {
  padding-left: 104px;
  padding-right: 104px;
}

.py-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.px-112 {
  padding-left: 112px;
  padding-right: 112px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.py-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.px-128 {
  padding-left: 128px;
  padding-right: 128px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pt-14 {
  padding-top: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pt-18 {
  padding-top: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pt-36 {
  padding-top: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-44 {
  padding-top: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pt-52 {
  padding-top: 52px;
}

.pr-52 {
  padding-right: 52px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pl-52 {
  padding-left: 52px;
}

.pt-56 {
  padding-top: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pt-72 {
  padding-top: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pt-88 {
  padding-top: 88px;
}

.pr-88 {
  padding-right: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pl-88 {
  padding-left: 88px;
}

.pt-96 {
  padding-top: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pt-104 {
  padding-top: 104px;
}

.pr-104 {
  padding-right: 104px;
}

.pb-104 {
  padding-bottom: 104px;
}

.pl-104 {
  padding-left: 104px;
}

.pt-112 {
  padding-top: 112px;
}

.pr-112 {
  padding-right: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

.pl-112 {
  padding-left: 112px;
}

.pt-120 {
  padding-top: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pt-128 {
  padding-top: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pl-128 {
  padding-left: 128px;
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-black::-webkit-input-placeholder {
  color: #000000;
}

.placeholder-black::-moz-placeholder {
  color: #000000;
}

.placeholder-black:-ms-input-placeholder {
  color: #000000;
}

.placeholder-black::-ms-input-placeholder {
  color: #000000;
}

.placeholder-black::placeholder {
  color: #000000;
}

.placeholder-black-90::-webkit-input-placeholder {
  color: #000000E6;
}

.placeholder-black-90::-moz-placeholder {
  color: #000000E6;
}

.placeholder-black-90:-ms-input-placeholder {
  color: #000000E6;
}

.placeholder-black-90::-ms-input-placeholder {
  color: #000000E6;
}

.placeholder-black-90::placeholder {
  color: #000000E6;
}

.placeholder-black-80::-webkit-input-placeholder {
  color: #000000CD;
}

.placeholder-black-80::-moz-placeholder {
  color: #000000CD;
}

.placeholder-black-80:-ms-input-placeholder {
  color: #000000CD;
}

.placeholder-black-80::-ms-input-placeholder {
  color: #000000CD;
}

.placeholder-black-80::placeholder {
  color: #000000CD;
}

.placeholder-black-70::-webkit-input-placeholder {
  color: #000000B3;
}

.placeholder-black-70::-moz-placeholder {
  color: #000000B3;
}

.placeholder-black-70:-ms-input-placeholder {
  color: #000000B3;
}

.placeholder-black-70::-ms-input-placeholder {
  color: #000000B3;
}

.placeholder-black-70::placeholder {
  color: #000000B3;
}

.placeholder-black-60::-webkit-input-placeholder {
  color: #0000009A;
}

.placeholder-black-60::-moz-placeholder {
  color: #0000009A;
}

.placeholder-black-60:-ms-input-placeholder {
  color: #0000009A;
}

.placeholder-black-60::-ms-input-placeholder {
  color: #0000009A;
}

.placeholder-black-60::placeholder {
  color: #0000009A;
}

.placeholder-black-50::-webkit-input-placeholder {
  color: #00000080;
}

.placeholder-black-50::-moz-placeholder {
  color: #00000080;
}

.placeholder-black-50:-ms-input-placeholder {
  color: #00000080;
}

.placeholder-black-50::-ms-input-placeholder {
  color: #00000080;
}

.placeholder-black-50::placeholder {
  color: #00000080;
}

.placeholder-black-40::-webkit-input-placeholder {
  color: #00000066;
}

.placeholder-black-40::-moz-placeholder {
  color: #00000066;
}

.placeholder-black-40:-ms-input-placeholder {
  color: #00000066;
}

.placeholder-black-40::-ms-input-placeholder {
  color: #00000066;
}

.placeholder-black-40::placeholder {
  color: #00000066;
}

.placeholder-black-30::-webkit-input-placeholder {
  color: #0000004D;
}

.placeholder-black-30::-moz-placeholder {
  color: #0000004D;
}

.placeholder-black-30:-ms-input-placeholder {
  color: #0000004D;
}

.placeholder-black-30::-ms-input-placeholder {
  color: #0000004D;
}

.placeholder-black-30::placeholder {
  color: #0000004D;
}

.placeholder-black-20::-webkit-input-placeholder {
  color: #00000033;
}

.placeholder-black-20::-moz-placeholder {
  color: #00000033;
}

.placeholder-black-20:-ms-input-placeholder {
  color: #00000033;
}

.placeholder-black-20::-ms-input-placeholder {
  color: #00000033;
}

.placeholder-black-20::placeholder {
  color: #00000033;
}

.placeholder-black-10::-webkit-input-placeholder {
  color: #0000001A;
}

.placeholder-black-10::-moz-placeholder {
  color: #0000001A;
}

.placeholder-black-10:-ms-input-placeholder {
  color: #0000001A;
}

.placeholder-black-10::-ms-input-placeholder {
  color: #0000001A;
}

.placeholder-black-10::placeholder {
  color: #0000001A;
}

.placeholder-white::-webkit-input-placeholder {
  color: #FFFFFF;
}

.placeholder-white::-moz-placeholder {
  color: #FFFFFF;
}

.placeholder-white:-ms-input-placeholder {
  color: #FFFFFF;
}

.placeholder-white::-ms-input-placeholder {
  color: #FFFFFF;
}

.placeholder-white::placeholder {
  color: #FFFFFF;
}

.placeholder-white-90::-webkit-input-placeholder {
  color: #FFFFFFE6;
}

.placeholder-white-90::-moz-placeholder {
  color: #FFFFFFE6;
}

.placeholder-white-90:-ms-input-placeholder {
  color: #FFFFFFE6;
}

.placeholder-white-90::-ms-input-placeholder {
  color: #FFFFFFE6;
}

.placeholder-white-90::placeholder {
  color: #FFFFFFE6;
}

.placeholder-white-80::-webkit-input-placeholder {
  color: #FFFFFFCD;
}

.placeholder-white-80::-moz-placeholder {
  color: #FFFFFFCD;
}

.placeholder-white-80:-ms-input-placeholder {
  color: #FFFFFFCD;
}

.placeholder-white-80::-ms-input-placeholder {
  color: #FFFFFFCD;
}

.placeholder-white-80::placeholder {
  color: #FFFFFFCD;
}

.placeholder-white-70::-webkit-input-placeholder {
  color: #FFFFFFB3;
}

.placeholder-white-70::-moz-placeholder {
  color: #FFFFFFB3;
}

.placeholder-white-70:-ms-input-placeholder {
  color: #FFFFFFB3;
}

.placeholder-white-70::-ms-input-placeholder {
  color: #FFFFFFB3;
}

.placeholder-white-70::placeholder {
  color: #FFFFFFB3;
}

.placeholder-white-60::-webkit-input-placeholder {
  color: #FFFFFF9A;
}

.placeholder-white-60::-moz-placeholder {
  color: #FFFFFF9A;
}

.placeholder-white-60:-ms-input-placeholder {
  color: #FFFFFF9A;
}

.placeholder-white-60::-ms-input-placeholder {
  color: #FFFFFF9A;
}

.placeholder-white-60::placeholder {
  color: #FFFFFF9A;
}

.placeholder-white-50::-webkit-input-placeholder {
  color: #FFFFFF80;
}

.placeholder-white-50::-moz-placeholder {
  color: #FFFFFF80;
}

.placeholder-white-50:-ms-input-placeholder {
  color: #FFFFFF80;
}

.placeholder-white-50::-ms-input-placeholder {
  color: #FFFFFF80;
}

.placeholder-white-50::placeholder {
  color: #FFFFFF80;
}

.placeholder-white-40::-webkit-input-placeholder {
  color: #FFFFFF66;
}

.placeholder-white-40::-moz-placeholder {
  color: #FFFFFF66;
}

.placeholder-white-40:-ms-input-placeholder {
  color: #FFFFFF66;
}

.placeholder-white-40::-ms-input-placeholder {
  color: #FFFFFF66;
}

.placeholder-white-40::placeholder {
  color: #FFFFFF66;
}

.placeholder-white-30::-webkit-input-placeholder {
  color: #FFFFFF4D;
}

.placeholder-white-30::-moz-placeholder {
  color: #FFFFFF4D;
}

.placeholder-white-30:-ms-input-placeholder {
  color: #FFFFFF4D;
}

.placeholder-white-30::-ms-input-placeholder {
  color: #FFFFFF4D;
}

.placeholder-white-30::placeholder {
  color: #FFFFFF4D;
}

.placeholder-white-20::-webkit-input-placeholder {
  color: #FFFFFF33;
}

.placeholder-white-20::-moz-placeholder {
  color: #FFFFFF33;
}

.placeholder-white-20:-ms-input-placeholder {
  color: #FFFFFF33;
}

.placeholder-white-20::-ms-input-placeholder {
  color: #FFFFFF33;
}

.placeholder-white-20::placeholder {
  color: #FFFFFF33;
}

.placeholder-white-10::-webkit-input-placeholder {
  color: #FFFFFF1A;
}

.placeholder-white-10::-moz-placeholder {
  color: #FFFFFF1A;
}

.placeholder-white-10:-ms-input-placeholder {
  color: #FFFFFF1A;
}

.placeholder-white-10::-ms-input-placeholder {
  color: #FFFFFF1A;
}

.placeholder-white-10::placeholder {
  color: #FFFFFF1A;
}

.placeholder-blue-100::-webkit-input-placeholder {
  color: #DEEFF7;
}

.placeholder-blue-100::-moz-placeholder {
  color: #DEEFF7;
}

.placeholder-blue-100:-ms-input-placeholder {
  color: #DEEFF7;
}

.placeholder-blue-100::-ms-input-placeholder {
  color: #DEEFF7;
}

.placeholder-blue-100::placeholder {
  color: #DEEFF7;
}

.placeholder-blue-125::-webkit-input-placeholder {
  color: #D0ECF7;
}

.placeholder-blue-125::-moz-placeholder {
  color: #D0ECF7;
}

.placeholder-blue-125:-ms-input-placeholder {
  color: #D0ECF7;
}

.placeholder-blue-125::-ms-input-placeholder {
  color: #D0ECF7;
}

.placeholder-blue-125::placeholder {
  color: #D0ECF7;
}

.placeholder-blue-150::-webkit-input-placeholder {
  color: #C4E8F7;
}

.placeholder-blue-150::-moz-placeholder {
  color: #C4E8F7;
}

.placeholder-blue-150:-ms-input-placeholder {
  color: #C4E8F7;
}

.placeholder-blue-150::-ms-input-placeholder {
  color: #C4E8F7;
}

.placeholder-blue-150::placeholder {
  color: #C4E8F7;
}

.placeholder-blue-200::-webkit-input-placeholder {
  color: #A7DFF7;
}

.placeholder-blue-200::-moz-placeholder {
  color: #A7DFF7;
}

.placeholder-blue-200:-ms-input-placeholder {
  color: #A7DFF7;
}

.placeholder-blue-200::-ms-input-placeholder {
  color: #A7DFF7;
}

.placeholder-blue-200::placeholder {
  color: #A7DFF7;
}

.placeholder-blue-300::-webkit-input-placeholder {
  color: #6DCCF5;
}

.placeholder-blue-300::-moz-placeholder {
  color: #6DCCF5;
}

.placeholder-blue-300:-ms-input-placeholder {
  color: #6DCCF5;
}

.placeholder-blue-300::-ms-input-placeholder {
  color: #6DCCF5;
}

.placeholder-blue-300::placeholder {
  color: #6DCCF5;
}

.placeholder-blue-400::-webkit-input-placeholder {
  color: #37B8F0;
}

.placeholder-blue-400::-moz-placeholder {
  color: #37B8F0;
}

.placeholder-blue-400:-ms-input-placeholder {
  color: #37B8F0;
}

.placeholder-blue-400::-ms-input-placeholder {
  color: #37B8F0;
}

.placeholder-blue-400::placeholder {
  color: #37B8F0;
}

.placeholder-blue-500::-webkit-input-placeholder {
  color: #12A4E2;
}

.placeholder-blue-500::-moz-placeholder {
  color: #12A4E2;
}

.placeholder-blue-500:-ms-input-placeholder {
  color: #12A4E2;
}

.placeholder-blue-500::-ms-input-placeholder {
  color: #12A4E2;
}

.placeholder-blue-500::placeholder {
  color: #12A4E2;
}

.placeholder-blue-600::-webkit-input-placeholder {
  color: #0990CA;
}

.placeholder-blue-600::-moz-placeholder {
  color: #0990CA;
}

.placeholder-blue-600:-ms-input-placeholder {
  color: #0990CA;
}

.placeholder-blue-600::-ms-input-placeholder {
  color: #0990CA;
}

.placeholder-blue-600::placeholder {
  color: #0990CA;
}

.placeholder-blue-700::-webkit-input-placeholder {
  color: #0575A5;
}

.placeholder-blue-700::-moz-placeholder {
  color: #0575A5;
}

.placeholder-blue-700:-ms-input-placeholder {
  color: #0575A5;
}

.placeholder-blue-700::-ms-input-placeholder {
  color: #0575A5;
}

.placeholder-blue-700::placeholder {
  color: #0575A5;
}

.placeholder-blue-800::-webkit-input-placeholder {
  color: #035273;
}

.placeholder-blue-800::-moz-placeholder {
  color: #035273;
}

.placeholder-blue-800:-ms-input-placeholder {
  color: #035273;
}

.placeholder-blue-800::-ms-input-placeholder {
  color: #035273;
}

.placeholder-blue-800::placeholder {
  color: #035273;
}

.placeholder-blue-900::-webkit-input-placeholder {
  color: #023043;
}

.placeholder-blue-900::-moz-placeholder {
  color: #023043;
}

.placeholder-blue-900:-ms-input-placeholder {
  color: #023043;
}

.placeholder-blue-900::-ms-input-placeholder {
  color: #023043;
}

.placeholder-blue-900::placeholder {
  color: #023043;
}

.placeholder-gray-100::-webkit-input-placeholder {
  color: #ECEEEE;
}

.placeholder-gray-100::-moz-placeholder {
  color: #ECEEEE;
}

.placeholder-gray-100:-ms-input-placeholder {
  color: #ECEEEE;
}

.placeholder-gray-100::-ms-input-placeholder {
  color: #ECEEEE;
}

.placeholder-gray-100::placeholder {
  color: #ECEEEE;
}

.placeholder-gray-125::-webkit-input-placeholder {
  color: #E7E9E9;
}

.placeholder-gray-125::-moz-placeholder {
  color: #E7E9E9;
}

.placeholder-gray-125:-ms-input-placeholder {
  color: #E7E9E9;
}

.placeholder-gray-125::-ms-input-placeholder {
  color: #E7E9E9;
}

.placeholder-gray-125::placeholder {
  color: #E7E9E9;
}

.placeholder-gray-150::-webkit-input-placeholder {
  color: #E1E4E5;
}

.placeholder-gray-150::-moz-placeholder {
  color: #E1E4E5;
}

.placeholder-gray-150:-ms-input-placeholder {
  color: #E1E4E5;
}

.placeholder-gray-150::-ms-input-placeholder {
  color: #E1E4E5;
}

.placeholder-gray-150::placeholder {
  color: #E1E4E5;
}

.placeholder-gray-200::-webkit-input-placeholder {
  color: #D3D7D9;
}

.placeholder-gray-200::-moz-placeholder {
  color: #D3D7D9;
}

.placeholder-gray-200:-ms-input-placeholder {
  color: #D3D7D9;
}

.placeholder-gray-200::-ms-input-placeholder {
  color: #D3D7D9;
}

.placeholder-gray-200::placeholder {
  color: #D3D7D9;
}

.placeholder-gray-300::-webkit-input-placeholder {
  color: #B8BFC1;
}

.placeholder-gray-300::-moz-placeholder {
  color: #B8BFC1;
}

.placeholder-gray-300:-ms-input-placeholder {
  color: #B8BFC1;
}

.placeholder-gray-300::-ms-input-placeholder {
  color: #B8BFC1;
}

.placeholder-gray-300::placeholder {
  color: #B8BFC1;
}

.placeholder-gray-400::-webkit-input-placeholder {
  color: #9EA6AA;
}

.placeholder-gray-400::-moz-placeholder {
  color: #9EA6AA;
}

.placeholder-gray-400:-ms-input-placeholder {
  color: #9EA6AA;
}

.placeholder-gray-400::-ms-input-placeholder {
  color: #9EA6AA;
}

.placeholder-gray-400::placeholder {
  color: #9EA6AA;
}

.placeholder-gray-500::-webkit-input-placeholder {
  color: #858F93;
}

.placeholder-gray-500::-moz-placeholder {
  color: #858F93;
}

.placeholder-gray-500:-ms-input-placeholder {
  color: #858F93;
}

.placeholder-gray-500::-ms-input-placeholder {
  color: #858F93;
}

.placeholder-gray-500::placeholder {
  color: #858F93;
}

.placeholder-gray-600::-webkit-input-placeholder {
  color: #6C757A;
}

.placeholder-gray-600::-moz-placeholder {
  color: #6C757A;
}

.placeholder-gray-600:-ms-input-placeholder {
  color: #6C757A;
}

.placeholder-gray-600::-ms-input-placeholder {
  color: #6C757A;
}

.placeholder-gray-600::placeholder {
  color: #6C757A;
}

.placeholder-gray-700::-webkit-input-placeholder {
  color: #565E61;
}

.placeholder-gray-700::-moz-placeholder {
  color: #565E61;
}

.placeholder-gray-700:-ms-input-placeholder {
  color: #565E61;
}

.placeholder-gray-700::-ms-input-placeholder {
  color: #565E61;
}

.placeholder-gray-700::placeholder {
  color: #565E61;
}

.placeholder-gray-800::-webkit-input-placeholder {
  color: #3C4144;
}

.placeholder-gray-800::-moz-placeholder {
  color: #3C4144;
}

.placeholder-gray-800:-ms-input-placeholder {
  color: #3C4144;
}

.placeholder-gray-800::-ms-input-placeholder {
  color: #3C4144;
}

.placeholder-gray-800::placeholder {
  color: #3C4144;
}

.placeholder-gray-900::-webkit-input-placeholder {
  color: #242729;
}

.placeholder-gray-900::-moz-placeholder {
  color: #242729;
}

.placeholder-gray-900:-ms-input-placeholder {
  color: #242729;
}

.placeholder-gray-900::-ms-input-placeholder {
  color: #242729;
}

.placeholder-gray-900::placeholder {
  color: #242729;
}

.placeholder-red-100::-webkit-input-placeholder {
  color: #FFECEC;
}

.placeholder-red-100::-moz-placeholder {
  color: #FFECEC;
}

.placeholder-red-100:-ms-input-placeholder {
  color: #FFECEC;
}

.placeholder-red-100::-ms-input-placeholder {
  color: #FFECEC;
}

.placeholder-red-100::placeholder {
  color: #FFECEC;
}

.placeholder-red-125::-webkit-input-placeholder {
  color: #FFE3E3;
}

.placeholder-red-125::-moz-placeholder {
  color: #FFE3E3;
}

.placeholder-red-125:-ms-input-placeholder {
  color: #FFE3E3;
}

.placeholder-red-125::-ms-input-placeholder {
  color: #FFE3E3;
}

.placeholder-red-125::placeholder {
  color: #FFE3E3;
}

.placeholder-red-150::-webkit-input-placeholder {
  color: #FFDADA;
}

.placeholder-red-150::-moz-placeholder {
  color: #FFDADA;
}

.placeholder-red-150:-ms-input-placeholder {
  color: #FFDADA;
}

.placeholder-red-150::-ms-input-placeholder {
  color: #FFDADA;
}

.placeholder-red-150::placeholder {
  color: #FFDADA;
}

.placeholder-red-200::-webkit-input-placeholder {
  color: #FFC7C7;
}

.placeholder-red-200::-moz-placeholder {
  color: #FFC7C7;
}

.placeholder-red-200:-ms-input-placeholder {
  color: #FFC7C7;
}

.placeholder-red-200::-ms-input-placeholder {
  color: #FFC7C7;
}

.placeholder-red-200::placeholder {
  color: #FFC7C7;
}

.placeholder-red-300::-webkit-input-placeholder {
  color: #FFA2A2;
}

.placeholder-red-300::-moz-placeholder {
  color: #FFA2A2;
}

.placeholder-red-300:-ms-input-placeholder {
  color: #FFA2A2;
}

.placeholder-red-300::-ms-input-placeholder {
  color: #FFA2A2;
}

.placeholder-red-300::placeholder {
  color: #FFA2A2;
}

.placeholder-red-400::-webkit-input-placeholder {
  color: #FF7D7D;
}

.placeholder-red-400::-moz-placeholder {
  color: #FF7D7D;
}

.placeholder-red-400:-ms-input-placeholder {
  color: #FF7D7D;
}

.placeholder-red-400::-ms-input-placeholder {
  color: #FF7D7D;
}

.placeholder-red-400::placeholder {
  color: #FF7D7D;
}

.placeholder-red-500::-webkit-input-placeholder {
  color: #FF5858;
}

.placeholder-red-500::-moz-placeholder {
  color: #FF5858;
}

.placeholder-red-500:-ms-input-placeholder {
  color: #FF5858;
}

.placeholder-red-500::-ms-input-placeholder {
  color: #FF5858;
}

.placeholder-red-500::placeholder {
  color: #FF5858;
}

.placeholder-red-600::-webkit-input-placeholder {
  color: #D33C3C;
}

.placeholder-red-600::-moz-placeholder {
  color: #D33C3C;
}

.placeholder-red-600:-ms-input-placeholder {
  color: #D33C3C;
}

.placeholder-red-600::-ms-input-placeholder {
  color: #D33C3C;
}

.placeholder-red-600::placeholder {
  color: #D33C3C;
}

.placeholder-red-700::-webkit-input-placeholder {
  color: #A42424;
}

.placeholder-red-700::-moz-placeholder {
  color: #A42424;
}

.placeholder-red-700:-ms-input-placeholder {
  color: #A42424;
}

.placeholder-red-700::-ms-input-placeholder {
  color: #A42424;
}

.placeholder-red-700::placeholder {
  color: #A42424;
}

.placeholder-red-800::-webkit-input-placeholder {
  color: #761212;
}

.placeholder-red-800::-moz-placeholder {
  color: #761212;
}

.placeholder-red-800:-ms-input-placeholder {
  color: #761212;
}

.placeholder-red-800::-ms-input-placeholder {
  color: #761212;
}

.placeholder-red-800::placeholder {
  color: #761212;
}

.placeholder-red-900::-webkit-input-placeholder {
  color: #460606;
}

.placeholder-red-900::-moz-placeholder {
  color: #460606;
}

.placeholder-red-900:-ms-input-placeholder {
  color: #460606;
}

.placeholder-red-900::-ms-input-placeholder {
  color: #460606;
}

.placeholder-red-900::placeholder {
  color: #460606;
}

.placeholder-green-100::-webkit-input-placeholder {
  color: #E4F1E8;
}

.placeholder-green-100::-moz-placeholder {
  color: #E4F1E8;
}

.placeholder-green-100:-ms-input-placeholder {
  color: #E4F1E8;
}

.placeholder-green-100::-ms-input-placeholder {
  color: #E4F1E8;
}

.placeholder-green-100::placeholder {
  color: #E4F1E8;
}

.placeholder-green-200::-webkit-input-placeholder {
  color: #B4E4C4;
}

.placeholder-green-200::-moz-placeholder {
  color: #B4E4C4;
}

.placeholder-green-200:-ms-input-placeholder {
  color: #B4E4C4;
}

.placeholder-green-200::-ms-input-placeholder {
  color: #B4E4C4;
}

.placeholder-green-200::placeholder {
  color: #B4E4C4;
}

.placeholder-green-300::-webkit-input-placeholder {
  color: #86D6A0;
}

.placeholder-green-300::-moz-placeholder {
  color: #86D6A0;
}

.placeholder-green-300:-ms-input-placeholder {
  color: #86D6A0;
}

.placeholder-green-300::-ms-input-placeholder {
  color: #86D6A0;
}

.placeholder-green-300::placeholder {
  color: #86D6A0;
}

.placeholder-green-400::-webkit-input-placeholder {
  color: #60C883;
}

.placeholder-green-400::-moz-placeholder {
  color: #60C883;
}

.placeholder-green-400:-ms-input-placeholder {
  color: #60C883;
}

.placeholder-green-400::-ms-input-placeholder {
  color: #60C883;
}

.placeholder-green-400::placeholder {
  color: #60C883;
}

.placeholder-green-500::-webkit-input-placeholder {
  color: #3EBB68;
}

.placeholder-green-500::-moz-placeholder {
  color: #3EBB68;
}

.placeholder-green-500:-ms-input-placeholder {
  color: #3EBB68;
}

.placeholder-green-500::-ms-input-placeholder {
  color: #3EBB68;
}

.placeholder-green-500::placeholder {
  color: #3EBB68;
}

.placeholder-green-600::-webkit-input-placeholder {
  color: #2B9D51;
}

.placeholder-green-600::-moz-placeholder {
  color: #2B9D51;
}

.placeholder-green-600:-ms-input-placeholder {
  color: #2B9D51;
}

.placeholder-green-600::-ms-input-placeholder {
  color: #2B9D51;
}

.placeholder-green-600::placeholder {
  color: #2B9D51;
}

.placeholder-green-700::-webkit-input-placeholder {
  color: #1D813E;
}

.placeholder-green-700::-moz-placeholder {
  color: #1D813E;
}

.placeholder-green-700:-ms-input-placeholder {
  color: #1D813E;
}

.placeholder-green-700::-ms-input-placeholder {
  color: #1D813E;
}

.placeholder-green-700::placeholder {
  color: #1D813E;
}

.placeholder-green-800::-webkit-input-placeholder {
  color: #11622C;
}

.placeholder-green-800::-moz-placeholder {
  color: #11622C;
}

.placeholder-green-800:-ms-input-placeholder {
  color: #11622C;
}

.placeholder-green-800::-ms-input-placeholder {
  color: #11622C;
}

.placeholder-green-800::placeholder {
  color: #11622C;
}

.placeholder-green-900::-webkit-input-placeholder {
  color: #08441C;
}

.placeholder-green-900::-moz-placeholder {
  color: #08441C;
}

.placeholder-green-900:-ms-input-placeholder {
  color: #08441C;
}

.placeholder-green-900::-ms-input-placeholder {
  color: #08441C;
}

.placeholder-green-900::placeholder {
  color: #08441C;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  color: #000000;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  color: #000000;
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  color: #000000;
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  color: #000000;
}

.focus\:placeholder-black:focus::placeholder {
  color: #000000;
}

.focus\:placeholder-black-90:focus::-webkit-input-placeholder {
  color: #000000E6;
}

.focus\:placeholder-black-90:focus::-moz-placeholder {
  color: #000000E6;
}

.focus\:placeholder-black-90:focus:-ms-input-placeholder {
  color: #000000E6;
}

.focus\:placeholder-black-90:focus::-ms-input-placeholder {
  color: #000000E6;
}

.focus\:placeholder-black-90:focus::placeholder {
  color: #000000E6;
}

.focus\:placeholder-black-80:focus::-webkit-input-placeholder {
  color: #000000CD;
}

.focus\:placeholder-black-80:focus::-moz-placeholder {
  color: #000000CD;
}

.focus\:placeholder-black-80:focus:-ms-input-placeholder {
  color: #000000CD;
}

.focus\:placeholder-black-80:focus::-ms-input-placeholder {
  color: #000000CD;
}

.focus\:placeholder-black-80:focus::placeholder {
  color: #000000CD;
}

.focus\:placeholder-black-70:focus::-webkit-input-placeholder {
  color: #000000B3;
}

.focus\:placeholder-black-70:focus::-moz-placeholder {
  color: #000000B3;
}

.focus\:placeholder-black-70:focus:-ms-input-placeholder {
  color: #000000B3;
}

.focus\:placeholder-black-70:focus::-ms-input-placeholder {
  color: #000000B3;
}

.focus\:placeholder-black-70:focus::placeholder {
  color: #000000B3;
}

.focus\:placeholder-black-60:focus::-webkit-input-placeholder {
  color: #0000009A;
}

.focus\:placeholder-black-60:focus::-moz-placeholder {
  color: #0000009A;
}

.focus\:placeholder-black-60:focus:-ms-input-placeholder {
  color: #0000009A;
}

.focus\:placeholder-black-60:focus::-ms-input-placeholder {
  color: #0000009A;
}

.focus\:placeholder-black-60:focus::placeholder {
  color: #0000009A;
}

.focus\:placeholder-black-50:focus::-webkit-input-placeholder {
  color: #00000080;
}

.focus\:placeholder-black-50:focus::-moz-placeholder {
  color: #00000080;
}

.focus\:placeholder-black-50:focus:-ms-input-placeholder {
  color: #00000080;
}

.focus\:placeholder-black-50:focus::-ms-input-placeholder {
  color: #00000080;
}

.focus\:placeholder-black-50:focus::placeholder {
  color: #00000080;
}

.focus\:placeholder-black-40:focus::-webkit-input-placeholder {
  color: #00000066;
}

.focus\:placeholder-black-40:focus::-moz-placeholder {
  color: #00000066;
}

.focus\:placeholder-black-40:focus:-ms-input-placeholder {
  color: #00000066;
}

.focus\:placeholder-black-40:focus::-ms-input-placeholder {
  color: #00000066;
}

.focus\:placeholder-black-40:focus::placeholder {
  color: #00000066;
}

.focus\:placeholder-black-30:focus::-webkit-input-placeholder {
  color: #0000004D;
}

.focus\:placeholder-black-30:focus::-moz-placeholder {
  color: #0000004D;
}

.focus\:placeholder-black-30:focus:-ms-input-placeholder {
  color: #0000004D;
}

.focus\:placeholder-black-30:focus::-ms-input-placeholder {
  color: #0000004D;
}

.focus\:placeholder-black-30:focus::placeholder {
  color: #0000004D;
}

.focus\:placeholder-black-20:focus::-webkit-input-placeholder {
  color: #00000033;
}

.focus\:placeholder-black-20:focus::-moz-placeholder {
  color: #00000033;
}

.focus\:placeholder-black-20:focus:-ms-input-placeholder {
  color: #00000033;
}

.focus\:placeholder-black-20:focus::-ms-input-placeholder {
  color: #00000033;
}

.focus\:placeholder-black-20:focus::placeholder {
  color: #00000033;
}

.focus\:placeholder-black-10:focus::-webkit-input-placeholder {
  color: #0000001A;
}

.focus\:placeholder-black-10:focus::-moz-placeholder {
  color: #0000001A;
}

.focus\:placeholder-black-10:focus:-ms-input-placeholder {
  color: #0000001A;
}

.focus\:placeholder-black-10:focus::-ms-input-placeholder {
  color: #0000001A;
}

.focus\:placeholder-black-10:focus::placeholder {
  color: #0000001A;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  color: #FFFFFF;
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: #FFFFFF;
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  color: #FFFFFF;
}

.focus\:placeholder-white:focus::placeholder {
  color: #FFFFFF;
}

.focus\:placeholder-white-90:focus::-webkit-input-placeholder {
  color: #FFFFFFE6;
}

.focus\:placeholder-white-90:focus::-moz-placeholder {
  color: #FFFFFFE6;
}

.focus\:placeholder-white-90:focus:-ms-input-placeholder {
  color: #FFFFFFE6;
}

.focus\:placeholder-white-90:focus::-ms-input-placeholder {
  color: #FFFFFFE6;
}

.focus\:placeholder-white-90:focus::placeholder {
  color: #FFFFFFE6;
}

.focus\:placeholder-white-80:focus::-webkit-input-placeholder {
  color: #FFFFFFCD;
}

.focus\:placeholder-white-80:focus::-moz-placeholder {
  color: #FFFFFFCD;
}

.focus\:placeholder-white-80:focus:-ms-input-placeholder {
  color: #FFFFFFCD;
}

.focus\:placeholder-white-80:focus::-ms-input-placeholder {
  color: #FFFFFFCD;
}

.focus\:placeholder-white-80:focus::placeholder {
  color: #FFFFFFCD;
}

.focus\:placeholder-white-70:focus::-webkit-input-placeholder {
  color: #FFFFFFB3;
}

.focus\:placeholder-white-70:focus::-moz-placeholder {
  color: #FFFFFFB3;
}

.focus\:placeholder-white-70:focus:-ms-input-placeholder {
  color: #FFFFFFB3;
}

.focus\:placeholder-white-70:focus::-ms-input-placeholder {
  color: #FFFFFFB3;
}

.focus\:placeholder-white-70:focus::placeholder {
  color: #FFFFFFB3;
}

.focus\:placeholder-white-60:focus::-webkit-input-placeholder {
  color: #FFFFFF9A;
}

.focus\:placeholder-white-60:focus::-moz-placeholder {
  color: #FFFFFF9A;
}

.focus\:placeholder-white-60:focus:-ms-input-placeholder {
  color: #FFFFFF9A;
}

.focus\:placeholder-white-60:focus::-ms-input-placeholder {
  color: #FFFFFF9A;
}

.focus\:placeholder-white-60:focus::placeholder {
  color: #FFFFFF9A;
}

.focus\:placeholder-white-50:focus::-webkit-input-placeholder {
  color: #FFFFFF80;
}

.focus\:placeholder-white-50:focus::-moz-placeholder {
  color: #FFFFFF80;
}

.focus\:placeholder-white-50:focus:-ms-input-placeholder {
  color: #FFFFFF80;
}

.focus\:placeholder-white-50:focus::-ms-input-placeholder {
  color: #FFFFFF80;
}

.focus\:placeholder-white-50:focus::placeholder {
  color: #FFFFFF80;
}

.focus\:placeholder-white-40:focus::-webkit-input-placeholder {
  color: #FFFFFF66;
}

.focus\:placeholder-white-40:focus::-moz-placeholder {
  color: #FFFFFF66;
}

.focus\:placeholder-white-40:focus:-ms-input-placeholder {
  color: #FFFFFF66;
}

.focus\:placeholder-white-40:focus::-ms-input-placeholder {
  color: #FFFFFF66;
}

.focus\:placeholder-white-40:focus::placeholder {
  color: #FFFFFF66;
}

.focus\:placeholder-white-30:focus::-webkit-input-placeholder {
  color: #FFFFFF4D;
}

.focus\:placeholder-white-30:focus::-moz-placeholder {
  color: #FFFFFF4D;
}

.focus\:placeholder-white-30:focus:-ms-input-placeholder {
  color: #FFFFFF4D;
}

.focus\:placeholder-white-30:focus::-ms-input-placeholder {
  color: #FFFFFF4D;
}

.focus\:placeholder-white-30:focus::placeholder {
  color: #FFFFFF4D;
}

.focus\:placeholder-white-20:focus::-webkit-input-placeholder {
  color: #FFFFFF33;
}

.focus\:placeholder-white-20:focus::-moz-placeholder {
  color: #FFFFFF33;
}

.focus\:placeholder-white-20:focus:-ms-input-placeholder {
  color: #FFFFFF33;
}

.focus\:placeholder-white-20:focus::-ms-input-placeholder {
  color: #FFFFFF33;
}

.focus\:placeholder-white-20:focus::placeholder {
  color: #FFFFFF33;
}

.focus\:placeholder-white-10:focus::-webkit-input-placeholder {
  color: #FFFFFF1A;
}

.focus\:placeholder-white-10:focus::-moz-placeholder {
  color: #FFFFFF1A;
}

.focus\:placeholder-white-10:focus:-ms-input-placeholder {
  color: #FFFFFF1A;
}

.focus\:placeholder-white-10:focus::-ms-input-placeholder {
  color: #FFFFFF1A;
}

.focus\:placeholder-white-10:focus::placeholder {
  color: #FFFFFF1A;
}

.focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
  color: #DEEFF7;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  color: #DEEFF7;
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  color: #DEEFF7;
}

.focus\:placeholder-blue-100:focus::-ms-input-placeholder {
  color: #DEEFF7;
}

.focus\:placeholder-blue-100:focus::placeholder {
  color: #DEEFF7;
}

.focus\:placeholder-blue-125:focus::-webkit-input-placeholder {
  color: #D0ECF7;
}

.focus\:placeholder-blue-125:focus::-moz-placeholder {
  color: #D0ECF7;
}

.focus\:placeholder-blue-125:focus:-ms-input-placeholder {
  color: #D0ECF7;
}

.focus\:placeholder-blue-125:focus::-ms-input-placeholder {
  color: #D0ECF7;
}

.focus\:placeholder-blue-125:focus::placeholder {
  color: #D0ECF7;
}

.focus\:placeholder-blue-150:focus::-webkit-input-placeholder {
  color: #C4E8F7;
}

.focus\:placeholder-blue-150:focus::-moz-placeholder {
  color: #C4E8F7;
}

.focus\:placeholder-blue-150:focus:-ms-input-placeholder {
  color: #C4E8F7;
}

.focus\:placeholder-blue-150:focus::-ms-input-placeholder {
  color: #C4E8F7;
}

.focus\:placeholder-blue-150:focus::placeholder {
  color: #C4E8F7;
}

.focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
  color: #A7DFF7;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  color: #A7DFF7;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  color: #A7DFF7;
}

.focus\:placeholder-blue-200:focus::-ms-input-placeholder {
  color: #A7DFF7;
}

.focus\:placeholder-blue-200:focus::placeholder {
  color: #A7DFF7;
}

.focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
  color: #6DCCF5;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  color: #6DCCF5;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  color: #6DCCF5;
}

.focus\:placeholder-blue-300:focus::-ms-input-placeholder {
  color: #6DCCF5;
}

.focus\:placeholder-blue-300:focus::placeholder {
  color: #6DCCF5;
}

.focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
  color: #37B8F0;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  color: #37B8F0;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  color: #37B8F0;
}

.focus\:placeholder-blue-400:focus::-ms-input-placeholder {
  color: #37B8F0;
}

.focus\:placeholder-blue-400:focus::placeholder {
  color: #37B8F0;
}

.focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
  color: #12A4E2;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  color: #12A4E2;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  color: #12A4E2;
}

.focus\:placeholder-blue-500:focus::-ms-input-placeholder {
  color: #12A4E2;
}

.focus\:placeholder-blue-500:focus::placeholder {
  color: #12A4E2;
}

.focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
  color: #0990CA;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  color: #0990CA;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  color: #0990CA;
}

.focus\:placeholder-blue-600:focus::-ms-input-placeholder {
  color: #0990CA;
}

.focus\:placeholder-blue-600:focus::placeholder {
  color: #0990CA;
}

.focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
  color: #0575A5;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  color: #0575A5;
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  color: #0575A5;
}

.focus\:placeholder-blue-700:focus::-ms-input-placeholder {
  color: #0575A5;
}

.focus\:placeholder-blue-700:focus::placeholder {
  color: #0575A5;
}

.focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
  color: #035273;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  color: #035273;
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  color: #035273;
}

.focus\:placeholder-blue-800:focus::-ms-input-placeholder {
  color: #035273;
}

.focus\:placeholder-blue-800:focus::placeholder {
  color: #035273;
}

.focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
  color: #023043;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  color: #023043;
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  color: #023043;
}

.focus\:placeholder-blue-900:focus::-ms-input-placeholder {
  color: #023043;
}

.focus\:placeholder-blue-900:focus::placeholder {
  color: #023043;
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
  color: #ECEEEE;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  color: #ECEEEE;
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  color: #ECEEEE;
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder {
  color: #ECEEEE;
}

.focus\:placeholder-gray-100:focus::placeholder {
  color: #ECEEEE;
}

.focus\:placeholder-gray-125:focus::-webkit-input-placeholder {
  color: #E7E9E9;
}

.focus\:placeholder-gray-125:focus::-moz-placeholder {
  color: #E7E9E9;
}

.focus\:placeholder-gray-125:focus:-ms-input-placeholder {
  color: #E7E9E9;
}

.focus\:placeholder-gray-125:focus::-ms-input-placeholder {
  color: #E7E9E9;
}

.focus\:placeholder-gray-125:focus::placeholder {
  color: #E7E9E9;
}

.focus\:placeholder-gray-150:focus::-webkit-input-placeholder {
  color: #E1E4E5;
}

.focus\:placeholder-gray-150:focus::-moz-placeholder {
  color: #E1E4E5;
}

.focus\:placeholder-gray-150:focus:-ms-input-placeholder {
  color: #E1E4E5;
}

.focus\:placeholder-gray-150:focus::-ms-input-placeholder {
  color: #E1E4E5;
}

.focus\:placeholder-gray-150:focus::placeholder {
  color: #E1E4E5;
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
  color: #D3D7D9;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  color: #D3D7D9;
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  color: #D3D7D9;
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder {
  color: #D3D7D9;
}

.focus\:placeholder-gray-200:focus::placeholder {
  color: #D3D7D9;
}

.focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
  color: #B8BFC1;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  color: #B8BFC1;
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  color: #B8BFC1;
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder {
  color: #B8BFC1;
}

.focus\:placeholder-gray-300:focus::placeholder {
  color: #B8BFC1;
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
  color: #9EA6AA;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  color: #9EA6AA;
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  color: #9EA6AA;
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder {
  color: #9EA6AA;
}

.focus\:placeholder-gray-400:focus::placeholder {
  color: #9EA6AA;
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
  color: #858F93;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  color: #858F93;
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  color: #858F93;
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
  color: #858F93;
}

.focus\:placeholder-gray-500:focus::placeholder {
  color: #858F93;
}

.focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
  color: #6C757A;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  color: #6C757A;
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  color: #6C757A;
}

.focus\:placeholder-gray-600:focus::-ms-input-placeholder {
  color: #6C757A;
}

.focus\:placeholder-gray-600:focus::placeholder {
  color: #6C757A;
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
  color: #565E61;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  color: #565E61;
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  color: #565E61;
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder {
  color: #565E61;
}

.focus\:placeholder-gray-700:focus::placeholder {
  color: #565E61;
}

.focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
  color: #3C4144;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  color: #3C4144;
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  color: #3C4144;
}

.focus\:placeholder-gray-800:focus::-ms-input-placeholder {
  color: #3C4144;
}

.focus\:placeholder-gray-800:focus::placeholder {
  color: #3C4144;
}

.focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
  color: #242729;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  color: #242729;
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  color: #242729;
}

.focus\:placeholder-gray-900:focus::-ms-input-placeholder {
  color: #242729;
}

.focus\:placeholder-gray-900:focus::placeholder {
  color: #242729;
}

.focus\:placeholder-red-100:focus::-webkit-input-placeholder {
  color: #FFECEC;
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  color: #FFECEC;
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  color: #FFECEC;
}

.focus\:placeholder-red-100:focus::-ms-input-placeholder {
  color: #FFECEC;
}

.focus\:placeholder-red-100:focus::placeholder {
  color: #FFECEC;
}

.focus\:placeholder-red-125:focus::-webkit-input-placeholder {
  color: #FFE3E3;
}

.focus\:placeholder-red-125:focus::-moz-placeholder {
  color: #FFE3E3;
}

.focus\:placeholder-red-125:focus:-ms-input-placeholder {
  color: #FFE3E3;
}

.focus\:placeholder-red-125:focus::-ms-input-placeholder {
  color: #FFE3E3;
}

.focus\:placeholder-red-125:focus::placeholder {
  color: #FFE3E3;
}

.focus\:placeholder-red-150:focus::-webkit-input-placeholder {
  color: #FFDADA;
}

.focus\:placeholder-red-150:focus::-moz-placeholder {
  color: #FFDADA;
}

.focus\:placeholder-red-150:focus:-ms-input-placeholder {
  color: #FFDADA;
}

.focus\:placeholder-red-150:focus::-ms-input-placeholder {
  color: #FFDADA;
}

.focus\:placeholder-red-150:focus::placeholder {
  color: #FFDADA;
}

.focus\:placeholder-red-200:focus::-webkit-input-placeholder {
  color: #FFC7C7;
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  color: #FFC7C7;
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  color: #FFC7C7;
}

.focus\:placeholder-red-200:focus::-ms-input-placeholder {
  color: #FFC7C7;
}

.focus\:placeholder-red-200:focus::placeholder {
  color: #FFC7C7;
}

.focus\:placeholder-red-300:focus::-webkit-input-placeholder {
  color: #FFA2A2;
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  color: #FFA2A2;
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  color: #FFA2A2;
}

.focus\:placeholder-red-300:focus::-ms-input-placeholder {
  color: #FFA2A2;
}

.focus\:placeholder-red-300:focus::placeholder {
  color: #FFA2A2;
}

.focus\:placeholder-red-400:focus::-webkit-input-placeholder {
  color: #FF7D7D;
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  color: #FF7D7D;
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  color: #FF7D7D;
}

.focus\:placeholder-red-400:focus::-ms-input-placeholder {
  color: #FF7D7D;
}

.focus\:placeholder-red-400:focus::placeholder {
  color: #FF7D7D;
}

.focus\:placeholder-red-500:focus::-webkit-input-placeholder {
  color: #FF5858;
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  color: #FF5858;
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  color: #FF5858;
}

.focus\:placeholder-red-500:focus::-ms-input-placeholder {
  color: #FF5858;
}

.focus\:placeholder-red-500:focus::placeholder {
  color: #FF5858;
}

.focus\:placeholder-red-600:focus::-webkit-input-placeholder {
  color: #D33C3C;
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  color: #D33C3C;
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  color: #D33C3C;
}

.focus\:placeholder-red-600:focus::-ms-input-placeholder {
  color: #D33C3C;
}

.focus\:placeholder-red-600:focus::placeholder {
  color: #D33C3C;
}

.focus\:placeholder-red-700:focus::-webkit-input-placeholder {
  color: #A42424;
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  color: #A42424;
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  color: #A42424;
}

.focus\:placeholder-red-700:focus::-ms-input-placeholder {
  color: #A42424;
}

.focus\:placeholder-red-700:focus::placeholder {
  color: #A42424;
}

.focus\:placeholder-red-800:focus::-webkit-input-placeholder {
  color: #761212;
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  color: #761212;
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  color: #761212;
}

.focus\:placeholder-red-800:focus::-ms-input-placeholder {
  color: #761212;
}

.focus\:placeholder-red-800:focus::placeholder {
  color: #761212;
}

.focus\:placeholder-red-900:focus::-webkit-input-placeholder {
  color: #460606;
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  color: #460606;
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  color: #460606;
}

.focus\:placeholder-red-900:focus::-ms-input-placeholder {
  color: #460606;
}

.focus\:placeholder-red-900:focus::placeholder {
  color: #460606;
}

.focus\:placeholder-green-100:focus::-webkit-input-placeholder {
  color: #E4F1E8;
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  color: #E4F1E8;
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  color: #E4F1E8;
}

.focus\:placeholder-green-100:focus::-ms-input-placeholder {
  color: #E4F1E8;
}

.focus\:placeholder-green-100:focus::placeholder {
  color: #E4F1E8;
}

.focus\:placeholder-green-200:focus::-webkit-input-placeholder {
  color: #B4E4C4;
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  color: #B4E4C4;
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  color: #B4E4C4;
}

.focus\:placeholder-green-200:focus::-ms-input-placeholder {
  color: #B4E4C4;
}

.focus\:placeholder-green-200:focus::placeholder {
  color: #B4E4C4;
}

.focus\:placeholder-green-300:focus::-webkit-input-placeholder {
  color: #86D6A0;
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  color: #86D6A0;
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  color: #86D6A0;
}

.focus\:placeholder-green-300:focus::-ms-input-placeholder {
  color: #86D6A0;
}

.focus\:placeholder-green-300:focus::placeholder {
  color: #86D6A0;
}

.focus\:placeholder-green-400:focus::-webkit-input-placeholder {
  color: #60C883;
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  color: #60C883;
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  color: #60C883;
}

.focus\:placeholder-green-400:focus::-ms-input-placeholder {
  color: #60C883;
}

.focus\:placeholder-green-400:focus::placeholder {
  color: #60C883;
}

.focus\:placeholder-green-500:focus::-webkit-input-placeholder {
  color: #3EBB68;
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  color: #3EBB68;
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  color: #3EBB68;
}

.focus\:placeholder-green-500:focus::-ms-input-placeholder {
  color: #3EBB68;
}

.focus\:placeholder-green-500:focus::placeholder {
  color: #3EBB68;
}

.focus\:placeholder-green-600:focus::-webkit-input-placeholder {
  color: #2B9D51;
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  color: #2B9D51;
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  color: #2B9D51;
}

.focus\:placeholder-green-600:focus::-ms-input-placeholder {
  color: #2B9D51;
}

.focus\:placeholder-green-600:focus::placeholder {
  color: #2B9D51;
}

.focus\:placeholder-green-700:focus::-webkit-input-placeholder {
  color: #1D813E;
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  color: #1D813E;
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  color: #1D813E;
}

.focus\:placeholder-green-700:focus::-ms-input-placeholder {
  color: #1D813E;
}

.focus\:placeholder-green-700:focus::placeholder {
  color: #1D813E;
}

.focus\:placeholder-green-800:focus::-webkit-input-placeholder {
  color: #11622C;
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  color: #11622C;
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  color: #11622C;
}

.focus\:placeholder-green-800:focus::-ms-input-placeholder {
  color: #11622C;
}

.focus\:placeholder-green-800:focus::placeholder {
  color: #11622C;
}

.focus\:placeholder-green-900:focus::-webkit-input-placeholder {
  color: #08441C;
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  color: #08441C;
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  color: #08441C;
}

.focus\:placeholder-green-900:focus::-ms-input-placeholder {
  color: #08441C;
}

.focus\:placeholder-green-900:focus::placeholder {
  color: #08441C;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow-1 {
  box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
}

.shadow-2 {
  box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
}

.shadow-4 {
  box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
}

.shadow-8 {
  box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
}

.shadow-16 {
  box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
}

.shadow-32 {
  box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
}

.shadow-none {
  box-shadow: none;
}

.shadow-contrast {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
}

.shadow-contrast-inset {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
}

.shadow-1-inset {
  box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
}

.shadow-2-inset {
  box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
}

.shadow-4-inset {
  box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
}

.shadow-8-inset {
  box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
}

.shadow-16-inset {
  box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
}

.shadow-32-inset {
  box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
}

.hover\:shadow-1:hover {
  box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
}

.hover\:shadow-2:hover {
  box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
}

.hover\:shadow-4:hover {
  box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
}

.hover\:shadow-8:hover {
  box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
}

.hover\:shadow-16:hover {
  box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
}

.hover\:shadow-32:hover {
  box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.hover\:shadow-contrast:hover {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
}

.hover\:shadow-contrast-inset:hover {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
}

.hover\:shadow-1-inset:hover {
  box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
}

.hover\:shadow-2-inset:hover {
  box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
}

.hover\:shadow-4-inset:hover {
  box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
}

.hover\:shadow-8-inset:hover {
  box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
}

.hover\:shadow-16-inset:hover {
  box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
}

.hover\:shadow-32-inset:hover {
  box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
}

.focus\:shadow-1:focus {
  box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
}

.focus\:shadow-2:focus {
  box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
}

.focus\:shadow-4:focus {
  box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
}

.focus\:shadow-8:focus {
  box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
}

.focus\:shadow-16:focus {
  box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
}

.focus\:shadow-32:focus {
  box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
}

.focus\:shadow-none:focus {
  box-shadow: none;
}

.focus\:shadow-contrast:focus {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
}

.focus\:shadow-contrast-inset:focus {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
}

.focus\:shadow-1-inset:focus {
  box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
}

.focus\:shadow-2-inset:focus {
  box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
}

.focus\:shadow-4-inset:focus {
  box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
}

.focus\:shadow-8-inset:focus {
  box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
}

.focus\:shadow-16-inset:focus {
  box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
}

.focus\:shadow-32-inset:focus {
  box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
}

.active\:shadow-1:active {
  box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
}

.active\:shadow-2:active {
  box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
}

.active\:shadow-4:active {
  box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
}

.active\:shadow-8:active {
  box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
}

.active\:shadow-16:active {
  box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
}

.active\:shadow-32:active {
  box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
}

.active\:shadow-none:active {
  box-shadow: none;
}

.active\:shadow-contrast:active {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
}

.active\:shadow-contrast-inset:active {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
}

.active\:shadow-1-inset:active {
  box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
}

.active\:shadow-2-inset:active {
  box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
}

.active\:shadow-4-inset:active {
  box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
}

.active\:shadow-8-inset:active {
  box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
}

.active\:shadow-16-inset:active {
  box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
}

.active\:shadow-32-inset:active {
  box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #000000;
}

.text-black-90 {
  color: #000000E6;
}

.text-black-80 {
  color: #000000CD;
}

.text-black-70 {
  color: #000000B3;
}

.text-black-60 {
  color: #0000009A;
}

.text-black-50 {
  color: #00000080;
}

.text-black-40 {
  color: #00000066;
}

.text-black-30 {
  color: #0000004D;
}

.text-black-20 {
  color: #00000033;
}

.text-black-10 {
  color: #0000001A;
}

.text-white {
  color: #FFFFFF;
}

.text-white-90 {
  color: #FFFFFFE6;
}

.text-white-80 {
  color: #FFFFFFCD;
}

.text-white-70 {
  color: #FFFFFFB3;
}

.text-white-60 {
  color: #FFFFFF9A;
}

.text-white-50 {
  color: #FFFFFF80;
}

.text-white-40 {
  color: #FFFFFF66;
}

.text-white-30 {
  color: #FFFFFF4D;
}

.text-white-20 {
  color: #FFFFFF33;
}

.text-white-10 {
  color: #FFFFFF1A;
}

.text-blue-100 {
  color: #DEEFF7;
}

.text-blue-125 {
  color: #D0ECF7;
}

.text-blue-150 {
  color: #C4E8F7;
}

.text-blue-200 {
  color: #A7DFF7;
}

.text-blue-300 {
  color: #6DCCF5;
}

.text-blue-400 {
  color: #37B8F0;
}

.text-blue-500 {
  color: #12A4E2;
}

.text-blue-600 {
  color: #0990CA;
}

.text-blue-700 {
  color: #0575A5;
}

.text-blue-800 {
  color: #035273;
}

.text-blue-900 {
  color: #023043;
}

.text-gray-100 {
  color: #ECEEEE;
}

.text-gray-125 {
  color: #E7E9E9;
}

.text-gray-150 {
  color: #E1E4E5;
}

.text-gray-200 {
  color: #D3D7D9;
}

.text-gray-300 {
  color: #B8BFC1;
}

.text-gray-400 {
  color: #9EA6AA;
}

.text-gray-500 {
  color: #858F93;
}

.text-gray-600 {
  color: #6C757A;
}

.text-gray-700 {
  color: #565E61;
}

.text-gray-800 {
  color: #3C4144;
}

.text-gray-900 {
  color: #242729;
}

.text-red-100 {
  color: #FFECEC;
}

.text-red-125 {
  color: #FFE3E3;
}

.text-red-150 {
  color: #FFDADA;
}

.text-red-200 {
  color: #FFC7C7;
}

.text-red-300 {
  color: #FFA2A2;
}

.text-red-400 {
  color: #FF7D7D;
}

.text-red-500 {
  color: #FF5858;
}

.text-red-600 {
  color: #D33C3C;
}

.text-red-700 {
  color: #A42424;
}

.text-red-800 {
  color: #761212;
}

.text-red-900 {
  color: #460606;
}

.text-green-100 {
  color: #E4F1E8;
}

.text-green-200 {
  color: #B4E4C4;
}

.text-green-300 {
  color: #86D6A0;
}

.text-green-400 {
  color: #60C883;
}

.text-green-500 {
  color: #3EBB68;
}

.text-green-600 {
  color: #2B9D51;
}

.text-green-700 {
  color: #1D813E;
}

.text-green-800 {
  color: #11622C;
}

.text-green-900 {
  color: #08441C;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-black:hover {
  color: #000000;
}

.hover\:text-black-90:hover {
  color: #000000E6;
}

.hover\:text-black-80:hover {
  color: #000000CD;
}

.hover\:text-black-70:hover {
  color: #000000B3;
}

.hover\:text-black-60:hover {
  color: #0000009A;
}

.hover\:text-black-50:hover {
  color: #00000080;
}

.hover\:text-black-40:hover {
  color: #00000066;
}

.hover\:text-black-30:hover {
  color: #0000004D;
}

.hover\:text-black-20:hover {
  color: #00000033;
}

.hover\:text-black-10:hover {
  color: #0000001A;
}

.hover\:text-white:hover {
  color: #FFFFFF;
}

.hover\:text-white-90:hover {
  color: #FFFFFFE6;
}

.hover\:text-white-80:hover {
  color: #FFFFFFCD;
}

.hover\:text-white-70:hover {
  color: #FFFFFFB3;
}

.hover\:text-white-60:hover {
  color: #FFFFFF9A;
}

.hover\:text-white-50:hover {
  color: #FFFFFF80;
}

.hover\:text-white-40:hover {
  color: #FFFFFF66;
}

.hover\:text-white-30:hover {
  color: #FFFFFF4D;
}

.hover\:text-white-20:hover {
  color: #FFFFFF33;
}

.hover\:text-white-10:hover {
  color: #FFFFFF1A;
}

.hover\:text-blue-100:hover {
  color: #DEEFF7;
}

.hover\:text-blue-125:hover {
  color: #D0ECF7;
}

.hover\:text-blue-150:hover {
  color: #C4E8F7;
}

.hover\:text-blue-200:hover {
  color: #A7DFF7;
}

.hover\:text-blue-300:hover {
  color: #6DCCF5;
}

.hover\:text-blue-400:hover {
  color: #37B8F0;
}

.hover\:text-blue-500:hover {
  color: #12A4E2;
}

.hover\:text-blue-600:hover {
  color: #0990CA;
}

.hover\:text-blue-700:hover {
  color: #0575A5;
}

.hover\:text-blue-800:hover {
  color: #035273;
}

.hover\:text-blue-900:hover {
  color: #023043;
}

.hover\:text-gray-100:hover {
  color: #ECEEEE;
}

.hover\:text-gray-125:hover {
  color: #E7E9E9;
}

.hover\:text-gray-150:hover {
  color: #E1E4E5;
}

.hover\:text-gray-200:hover {
  color: #D3D7D9;
}

.hover\:text-gray-300:hover {
  color: #B8BFC1;
}

.hover\:text-gray-400:hover {
  color: #9EA6AA;
}

.hover\:text-gray-500:hover {
  color: #858F93;
}

.hover\:text-gray-600:hover {
  color: #6C757A;
}

.hover\:text-gray-700:hover {
  color: #565E61;
}

.hover\:text-gray-800:hover {
  color: #3C4144;
}

.hover\:text-gray-900:hover {
  color: #242729;
}

.hover\:text-red-100:hover {
  color: #FFECEC;
}

.hover\:text-red-125:hover {
  color: #FFE3E3;
}

.hover\:text-red-150:hover {
  color: #FFDADA;
}

.hover\:text-red-200:hover {
  color: #FFC7C7;
}

.hover\:text-red-300:hover {
  color: #FFA2A2;
}

.hover\:text-red-400:hover {
  color: #FF7D7D;
}

.hover\:text-red-500:hover {
  color: #FF5858;
}

.hover\:text-red-600:hover {
  color: #D33C3C;
}

.hover\:text-red-700:hover {
  color: #A42424;
}

.hover\:text-red-800:hover {
  color: #761212;
}

.hover\:text-red-900:hover {
  color: #460606;
}

.hover\:text-green-100:hover {
  color: #E4F1E8;
}

.hover\:text-green-200:hover {
  color: #B4E4C4;
}

.hover\:text-green-300:hover {
  color: #86D6A0;
}

.hover\:text-green-400:hover {
  color: #60C883;
}

.hover\:text-green-500:hover {
  color: #3EBB68;
}

.hover\:text-green-600:hover {
  color: #2B9D51;
}

.hover\:text-green-700:hover {
  color: #1D813E;
}

.hover\:text-green-800:hover {
  color: #11622C;
}

.hover\:text-green-900:hover {
  color: #08441C;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-black:focus {
  color: #000000;
}

.focus\:text-black-90:focus {
  color: #000000E6;
}

.focus\:text-black-80:focus {
  color: #000000CD;
}

.focus\:text-black-70:focus {
  color: #000000B3;
}

.focus\:text-black-60:focus {
  color: #0000009A;
}

.focus\:text-black-50:focus {
  color: #00000080;
}

.focus\:text-black-40:focus {
  color: #00000066;
}

.focus\:text-black-30:focus {
  color: #0000004D;
}

.focus\:text-black-20:focus {
  color: #00000033;
}

.focus\:text-black-10:focus {
  color: #0000001A;
}

.focus\:text-white:focus {
  color: #FFFFFF;
}

.focus\:text-white-90:focus {
  color: #FFFFFFE6;
}

.focus\:text-white-80:focus {
  color: #FFFFFFCD;
}

.focus\:text-white-70:focus {
  color: #FFFFFFB3;
}

.focus\:text-white-60:focus {
  color: #FFFFFF9A;
}

.focus\:text-white-50:focus {
  color: #FFFFFF80;
}

.focus\:text-white-40:focus {
  color: #FFFFFF66;
}

.focus\:text-white-30:focus {
  color: #FFFFFF4D;
}

.focus\:text-white-20:focus {
  color: #FFFFFF33;
}

.focus\:text-white-10:focus {
  color: #FFFFFF1A;
}

.focus\:text-blue-100:focus {
  color: #DEEFF7;
}

.focus\:text-blue-125:focus {
  color: #D0ECF7;
}

.focus\:text-blue-150:focus {
  color: #C4E8F7;
}

.focus\:text-blue-200:focus {
  color: #A7DFF7;
}

.focus\:text-blue-300:focus {
  color: #6DCCF5;
}

.focus\:text-blue-400:focus {
  color: #37B8F0;
}

.focus\:text-blue-500:focus {
  color: #12A4E2;
}

.focus\:text-blue-600:focus {
  color: #0990CA;
}

.focus\:text-blue-700:focus {
  color: #0575A5;
}

.focus\:text-blue-800:focus {
  color: #035273;
}

.focus\:text-blue-900:focus {
  color: #023043;
}

.focus\:text-gray-100:focus {
  color: #ECEEEE;
}

.focus\:text-gray-125:focus {
  color: #E7E9E9;
}

.focus\:text-gray-150:focus {
  color: #E1E4E5;
}

.focus\:text-gray-200:focus {
  color: #D3D7D9;
}

.focus\:text-gray-300:focus {
  color: #B8BFC1;
}

.focus\:text-gray-400:focus {
  color: #9EA6AA;
}

.focus\:text-gray-500:focus {
  color: #858F93;
}

.focus\:text-gray-600:focus {
  color: #6C757A;
}

.focus\:text-gray-700:focus {
  color: #565E61;
}

.focus\:text-gray-800:focus {
  color: #3C4144;
}

.focus\:text-gray-900:focus {
  color: #242729;
}

.focus\:text-red-100:focus {
  color: #FFECEC;
}

.focus\:text-red-125:focus {
  color: #FFE3E3;
}

.focus\:text-red-150:focus {
  color: #FFDADA;
}

.focus\:text-red-200:focus {
  color: #FFC7C7;
}

.focus\:text-red-300:focus {
  color: #FFA2A2;
}

.focus\:text-red-400:focus {
  color: #FF7D7D;
}

.focus\:text-red-500:focus {
  color: #FF5858;
}

.focus\:text-red-600:focus {
  color: #D33C3C;
}

.focus\:text-red-700:focus {
  color: #A42424;
}

.focus\:text-red-800:focus {
  color: #761212;
}

.focus\:text-red-900:focus {
  color: #460606;
}

.focus\:text-green-100:focus {
  color: #E4F1E8;
}

.focus\:text-green-200:focus {
  color: #B4E4C4;
}

.focus\:text-green-300:focus {
  color: #86D6A0;
}

.focus\:text-green-400:focus {
  color: #60C883;
}

.focus\:text-green-500:focus {
  color: #3EBB68;
}

.focus\:text-green-600:focus {
  color: #2B9D51;
}

.focus\:text-green-700:focus {
  color: #1D813E;
}

.focus\:text-green-800:focus {
  color: #11622C;
}

.focus\:text-green-900:focus {
  color: #08441C;
}

.active\:text-transparent:active {
  color: transparent;
}

.active\:text-black:active {
  color: #000000;
}

.active\:text-black-90:active {
  color: #000000E6;
}

.active\:text-black-80:active {
  color: #000000CD;
}

.active\:text-black-70:active {
  color: #000000B3;
}

.active\:text-black-60:active {
  color: #0000009A;
}

.active\:text-black-50:active {
  color: #00000080;
}

.active\:text-black-40:active {
  color: #00000066;
}

.active\:text-black-30:active {
  color: #0000004D;
}

.active\:text-black-20:active {
  color: #00000033;
}

.active\:text-black-10:active {
  color: #0000001A;
}

.active\:text-white:active {
  color: #FFFFFF;
}

.active\:text-white-90:active {
  color: #FFFFFFE6;
}

.active\:text-white-80:active {
  color: #FFFFFFCD;
}

.active\:text-white-70:active {
  color: #FFFFFFB3;
}

.active\:text-white-60:active {
  color: #FFFFFF9A;
}

.active\:text-white-50:active {
  color: #FFFFFF80;
}

.active\:text-white-40:active {
  color: #FFFFFF66;
}

.active\:text-white-30:active {
  color: #FFFFFF4D;
}

.active\:text-white-20:active {
  color: #FFFFFF33;
}

.active\:text-white-10:active {
  color: #FFFFFF1A;
}

.active\:text-blue-100:active {
  color: #DEEFF7;
}

.active\:text-blue-125:active {
  color: #D0ECF7;
}

.active\:text-blue-150:active {
  color: #C4E8F7;
}

.active\:text-blue-200:active {
  color: #A7DFF7;
}

.active\:text-blue-300:active {
  color: #6DCCF5;
}

.active\:text-blue-400:active {
  color: #37B8F0;
}

.active\:text-blue-500:active {
  color: #12A4E2;
}

.active\:text-blue-600:active {
  color: #0990CA;
}

.active\:text-blue-700:active {
  color: #0575A5;
}

.active\:text-blue-800:active {
  color: #035273;
}

.active\:text-blue-900:active {
  color: #023043;
}

.active\:text-gray-100:active {
  color: #ECEEEE;
}

.active\:text-gray-125:active {
  color: #E7E9E9;
}

.active\:text-gray-150:active {
  color: #E1E4E5;
}

.active\:text-gray-200:active {
  color: #D3D7D9;
}

.active\:text-gray-300:active {
  color: #B8BFC1;
}

.active\:text-gray-400:active {
  color: #9EA6AA;
}

.active\:text-gray-500:active {
  color: #858F93;
}

.active\:text-gray-600:active {
  color: #6C757A;
}

.active\:text-gray-700:active {
  color: #565E61;
}

.active\:text-gray-800:active {
  color: #3C4144;
}

.active\:text-gray-900:active {
  color: #242729;
}

.active\:text-red-100:active {
  color: #FFECEC;
}

.active\:text-red-125:active {
  color: #FFE3E3;
}

.active\:text-red-150:active {
  color: #FFDADA;
}

.active\:text-red-200:active {
  color: #FFC7C7;
}

.active\:text-red-300:active {
  color: #FFA2A2;
}

.active\:text-red-400:active {
  color: #FF7D7D;
}

.active\:text-red-500:active {
  color: #FF5858;
}

.active\:text-red-600:active {
  color: #D33C3C;
}

.active\:text-red-700:active {
  color: #A42424;
}

.active\:text-red-800:active {
  color: #761212;
}

.active\:text-red-900:active {
  color: #460606;
}

.active\:text-green-100:active {
  color: #E4F1E8;
}

.active\:text-green-200:active {
  color: #B4E4C4;
}

.active\:text-green-300:active {
  color: #86D6A0;
}

.active\:text-green-400:active {
  color: #60C883;
}

.active\:text-green-500:active {
  color: #3EBB68;
}

.active\:text-green-600:active {
  color: #2B9D51;
}

.active\:text-green-700:active {
  color: #1D813E;
}

.active\:text-green-800:active {
  color: #11622C;
}

.active\:text-green-900:active {
  color: #08441C;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.text-28 {
  font-size: 28px;
}

.text-32 {
  font-size: 32px;
}

.text-40 {
  font-size: 40px;
}

.text-48 {
  font-size: 48px;
}

.text-56 {
  font-size: 56px;
}

.text-64 {
  font-size: 64px;
}

.text-72 {
  font-size: 72px;
}

.text-96 {
  font-size: 96px;
}

.text-128 {
  font-size: 128px;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.active\:underline:active {
  text-decoration: underline;
}

.active\:line-through:active {
  text-decoration: line-through;
}

.active\:no-underline:active {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 1px;
}

.w-2 {
  width: 2px;
}

.w-3 {
  width: 3px;
}

.w-4 {
  width: 4px;
}

.w-5 {
  width: 5px;
}

.w-6 {
  width: 6px;
}

.w-7 {
  width: 7px;
}

.w-8 {
  width: 8px;
}

.w-10 {
  width: 10px;
}

.w-12 {
  width: 12px;
}

.w-14 {
  width: 14px;
}

.w-16 {
  width: 16px;
}

.w-18 {
  width: 18px;
}

.w-20 {
  width: 20px;
}

.w-24 {
  width: 24px;
}

.w-28 {
  width: 28px;
}

.w-32 {
  width: 32px;
}

.w-36 {
  width: 36px;
}

.w-40 {
  width: 40px;
}

.w-44 {
  width: 44px;
}

.w-48 {
  width: 48px;
}

.w-52 {
  width: 52px;
}

.w-56 {
  width: 56px;
}

.w-60 {
  width: 60px;
}

.w-64 {
  width: 64px;
}

.w-72 {
  width: 72px;
}

.w-80 {
  width: 80px;
}

.w-88 {
  width: 88px;
}

.w-96 {
  width: 96px;
}

.w-104 {
  width: 104px;
}

.w-112 {
  width: 112px;
}

.w-120 {
  width: 120px;
}

.w-128 {
  width: 128px;
}

.w-144 {
  width: 144px;
}

.w-160 {
  width: 160px;
}

.w-176 {
  width: 176px;
}

.w-192 {
  width: 192px;
}

.w-208 {
  width: 208px;
}

.w-224 {
  width: 224px;
}

.w-240 {
  width: 240px;
}

.w-256 {
  width: 256px;
}

.w-272 {
  width: 272px;
}

.w-288 {
  width: 288px;
}

.w-304 {
  width: 304px;
}

.w-320 {
  width: 320px;
}

.w-336 {
  width: 336px;
}

.w-352 {
  width: 352px;
}

.w-368 {
  width: 368px;
}

.w-384 {
  width: 384px;
}

.w-400 {
  width: 400px;
}

.w-416 {
  width: 416px;
}

.w-432 {
  width: 432px;
}

.w-448 {
  width: 448px;
}

.w-464 {
  width: 464px;
}

.w-480 {
  width: 480px;
}

.w-496 {
  width: 496px;
}

.w-512 {
  width: 512px;
}

.w-528 {
  width: 528px;
}

.w-544 {
  width: 544px;
}

.w-560 {
  width: 560px;
}

.w-576 {
  width: 576px;
}

.w-592 {
  width: 592px;
}

.w-608 {
  width: 608px;
}

.w-624 {
  width: 624px;
}

.w-640 {
  width: 640px;
}

.w-672 {
  width: 672px;
}

.w-704 {
  width: 704px;
}

.w-736 {
  width: 736px;
}

.w-768 {
  width: 768px;
}

.w-800 {
  width: 800px;
}

.w-832 {
  width: 832px;
}

.w-864 {
  width: 864px;
}

.w-896 {
  width: 896px;
}

.w-928 {
  width: 928px;
}

.w-960 {
  width: 960px;
}

.w-992 {
  width: 992px;
}

.w-1024 {
  width: 1024px;
}

.w-1088 {
  width: 1088px;
}

.w-1152 {
  width: 1152px;
}

.w-1216 {
  width: 1216px;
}

.w-1280 {
  width: 1280px;
}

.w-1344 {
  width: 1344px;
}

.w-1408 {
  width: 1408px;
}

.w-1472 {
  width: 1472px;
}

.w-1536 {
  width: 1536px;
}

.w-1600 {
  width: 1600px;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-auto {
  z-index: auto;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transform-none {
  -webkit-transform: none;
          transform: none;
}

.origin-center {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.origin-top {
  -webkit-transform-origin: top;
          transform-origin: top;
}

.origin-top-right {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.origin-right {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.origin-bottom-right {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.origin-bottom {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.origin-bottom-left {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.origin-left {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.origin-top-left {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.scale-x-0 {
  --transform-scale-x: 0;
}

.scale-x-50 {
  --transform-scale-x: .5;
}

.scale-x-75 {
  --transform-scale-x: .75;
}

.scale-x-90 {
  --transform-scale-x: .9;
}

.scale-x-95 {
  --transform-scale-x: .95;
}

.scale-x-100 {
  --transform-scale-x: 1;
}

.scale-x-105 {
  --transform-scale-x: 1.05;
}

.scale-x-110 {
  --transform-scale-x: 1.1;
}

.scale-x-125 {
  --transform-scale-x: 1.25;
}

.scale-x-150 {
  --transform-scale-x: 1.5;
}

.scale-y-0 {
  --transform-scale-y: 0;
}

.scale-y-50 {
  --transform-scale-y: .5;
}

.scale-y-75 {
  --transform-scale-y: .75;
}

.scale-y-90 {
  --transform-scale-y: .9;
}

.scale-y-95 {
  --transform-scale-y: .95;
}

.scale-y-100 {
  --transform-scale-y: 1;
}

.scale-y-105 {
  --transform-scale-y: 1.05;
}

.scale-y-110 {
  --transform-scale-y: 1.1;
}

.scale-y-125 {
  --transform-scale-y: 1.25;
}

.scale-y-150 {
  --transform-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.hover\:scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.hover\:scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.hover\:scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.focus\:scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.focus\:scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.focus\:scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.focus\:scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.focus\:scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5;
}

.rotate-0 {
  --transform-rotate: 0;
}

.rotate-45 {
  --transform-rotate: 45deg;
}

.rotate-90 {
  --transform-rotate: 90deg;
}

.rotate-180 {
  --transform-rotate: 180deg;
}

.-rotate-180 {
  --transform-rotate: -180deg;
}

.-rotate-90 {
  --transform-rotate: -90deg;
}

.-rotate-45 {
  --transform-rotate: -45deg;
}

.hover\:rotate-0:hover {
  --transform-rotate: 0;
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg;
}

.focus\:rotate-0:focus {
  --transform-rotate: 0;
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg;
}

.skew-x-0 {
  --transform-skew-x: 0;
}

.skew-x-3 {
  --transform-skew-x: 3deg;
}

.skew-x-6 {
  --transform-skew-x: 6deg;
}

.skew-x-12 {
  --transform-skew-x: 12deg;
}

.-skew-x-12 {
  --transform-skew-x: -12deg;
}

.-skew-x-6 {
  --transform-skew-x: -6deg;
}

.-skew-x-3 {
  --transform-skew-x: -3deg;
}

.skew-y-0 {
  --transform-skew-y: 0;
}

.skew-y-3 {
  --transform-skew-y: 3deg;
}

.skew-y-6 {
  --transform-skew-y: 6deg;
}

.skew-y-12 {
  --transform-skew-y: 12deg;
}

.-skew-y-12 {
  --transform-skew-y: -12deg;
}

.-skew-y-6 {
  --transform-skew-y: -6deg;
}

.-skew-y-3 {
  --transform-skew-y: -3deg;
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0;
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg;
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0;
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg;
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0;
}

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg;
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0;
}

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg;
}

.transition-none {
  -webkit-transition-property: none;
  transition-property: none;
}

.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
}

.transition-colors {
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.transition-shadow {
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.ease-linear {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
}

.duration-100 {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

.duration-150 {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.duration-200 {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.duration-700 {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}

.duration-1000 {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

@media (min-width: 640px) {
  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-black {
    background-color: #000000;
  }

  .sm\:bg-black-90 {
    background-color: #000000E6;
  }

  .sm\:bg-black-80 {
    background-color: #000000CD;
  }

  .sm\:bg-black-70 {
    background-color: #000000B3;
  }

  .sm\:bg-black-60 {
    background-color: #0000009A;
  }

  .sm\:bg-black-50 {
    background-color: #00000080;
  }

  .sm\:bg-black-40 {
    background-color: #00000066;
  }

  .sm\:bg-black-30 {
    background-color: #0000004D;
  }

  .sm\:bg-black-20 {
    background-color: #00000033;
  }

  .sm\:bg-black-10 {
    background-color: #0000001A;
  }

  .sm\:bg-white {
    background-color: #FFFFFF;
  }

  .sm\:bg-white-90 {
    background-color: #FFFFFFE6;
  }

  .sm\:bg-white-80 {
    background-color: #FFFFFFCD;
  }

  .sm\:bg-white-70 {
    background-color: #FFFFFFB3;
  }

  .sm\:bg-white-60 {
    background-color: #FFFFFF9A;
  }

  .sm\:bg-white-50 {
    background-color: #FFFFFF80;
  }

  .sm\:bg-white-40 {
    background-color: #FFFFFF66;
  }

  .sm\:bg-white-30 {
    background-color: #FFFFFF4D;
  }

  .sm\:bg-white-20 {
    background-color: #FFFFFF33;
  }

  .sm\:bg-white-10 {
    background-color: #FFFFFF1A;
  }

  .sm\:bg-blue-100 {
    background-color: #DEEFF7;
  }

  .sm\:bg-blue-125 {
    background-color: #D0ECF7;
  }

  .sm\:bg-blue-150 {
    background-color: #C4E8F7;
  }

  .sm\:bg-blue-200 {
    background-color: #A7DFF7;
  }

  .sm\:bg-blue-300 {
    background-color: #6DCCF5;
  }

  .sm\:bg-blue-400 {
    background-color: #37B8F0;
  }

  .sm\:bg-blue-500 {
    background-color: #12A4E2;
  }

  .sm\:bg-blue-600 {
    background-color: #0990CA;
  }

  .sm\:bg-blue-700 {
    background-color: #0575A5;
  }

  .sm\:bg-blue-800 {
    background-color: #035273;
  }

  .sm\:bg-blue-900 {
    background-color: #023043;
  }

  .sm\:bg-gray-100 {
    background-color: #ECEEEE;
  }

  .sm\:bg-gray-125 {
    background-color: #E7E9E9;
  }

  .sm\:bg-gray-150 {
    background-color: #E1E4E5;
  }

  .sm\:bg-gray-200 {
    background-color: #D3D7D9;
  }

  .sm\:bg-gray-300 {
    background-color: #B8BFC1;
  }

  .sm\:bg-gray-400 {
    background-color: #9EA6AA;
  }

  .sm\:bg-gray-500 {
    background-color: #858F93;
  }

  .sm\:bg-gray-600 {
    background-color: #6C757A;
  }

  .sm\:bg-gray-700 {
    background-color: #565E61;
  }

  .sm\:bg-gray-800 {
    background-color: #3C4144;
  }

  .sm\:bg-gray-900 {
    background-color: #242729;
  }

  .sm\:bg-red-100 {
    background-color: #FFECEC;
  }

  .sm\:bg-red-125 {
    background-color: #FFE3E3;
  }

  .sm\:bg-red-150 {
    background-color: #FFDADA;
  }

  .sm\:bg-red-200 {
    background-color: #FFC7C7;
  }

  .sm\:bg-red-300 {
    background-color: #FFA2A2;
  }

  .sm\:bg-red-400 {
    background-color: #FF7D7D;
  }

  .sm\:bg-red-500 {
    background-color: #FF5858;
  }

  .sm\:bg-red-600 {
    background-color: #D33C3C;
  }

  .sm\:bg-red-700 {
    background-color: #A42424;
  }

  .sm\:bg-red-800 {
    background-color: #761212;
  }

  .sm\:bg-red-900 {
    background-color: #460606;
  }

  .sm\:bg-green-100 {
    background-color: #E4F1E8;
  }

  .sm\:bg-green-200 {
    background-color: #B4E4C4;
  }

  .sm\:bg-green-300 {
    background-color: #86D6A0;
  }

  .sm\:bg-green-400 {
    background-color: #60C883;
  }

  .sm\:bg-green-500 {
    background-color: #3EBB68;
  }

  .sm\:bg-green-600 {
    background-color: #2B9D51;
  }

  .sm\:bg-green-700 {
    background-color: #1D813E;
  }

  .sm\:bg-green-800 {
    background-color: #11622C;
  }

  .sm\:bg-green-900 {
    background-color: #08441C;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000000;
  }

  .sm\:hover\:bg-black-90:hover {
    background-color: #000000E6;
  }

  .sm\:hover\:bg-black-80:hover {
    background-color: #000000CD;
  }

  .sm\:hover\:bg-black-70:hover {
    background-color: #000000B3;
  }

  .sm\:hover\:bg-black-60:hover {
    background-color: #0000009A;
  }

  .sm\:hover\:bg-black-50:hover {
    background-color: #00000080;
  }

  .sm\:hover\:bg-black-40:hover {
    background-color: #00000066;
  }

  .sm\:hover\:bg-black-30:hover {
    background-color: #0000004D;
  }

  .sm\:hover\:bg-black-20:hover {
    background-color: #00000033;
  }

  .sm\:hover\:bg-black-10:hover {
    background-color: #0000001A;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #FFFFFF;
  }

  .sm\:hover\:bg-white-90:hover {
    background-color: #FFFFFFE6;
  }

  .sm\:hover\:bg-white-80:hover {
    background-color: #FFFFFFCD;
  }

  .sm\:hover\:bg-white-70:hover {
    background-color: #FFFFFFB3;
  }

  .sm\:hover\:bg-white-60:hover {
    background-color: #FFFFFF9A;
  }

  .sm\:hover\:bg-white-50:hover {
    background-color: #FFFFFF80;
  }

  .sm\:hover\:bg-white-40:hover {
    background-color: #FFFFFF66;
  }

  .sm\:hover\:bg-white-30:hover {
    background-color: #FFFFFF4D;
  }

  .sm\:hover\:bg-white-20:hover {
    background-color: #FFFFFF33;
  }

  .sm\:hover\:bg-white-10:hover {
    background-color: #FFFFFF1A;
  }

  .sm\:hover\:bg-blue-100:hover {
    background-color: #DEEFF7;
  }

  .sm\:hover\:bg-blue-125:hover {
    background-color: #D0ECF7;
  }

  .sm\:hover\:bg-blue-150:hover {
    background-color: #C4E8F7;
  }

  .sm\:hover\:bg-blue-200:hover {
    background-color: #A7DFF7;
  }

  .sm\:hover\:bg-blue-300:hover {
    background-color: #6DCCF5;
  }

  .sm\:hover\:bg-blue-400:hover {
    background-color: #37B8F0;
  }

  .sm\:hover\:bg-blue-500:hover {
    background-color: #12A4E2;
  }

  .sm\:hover\:bg-blue-600:hover {
    background-color: #0990CA;
  }

  .sm\:hover\:bg-blue-700:hover {
    background-color: #0575A5;
  }

  .sm\:hover\:bg-blue-800:hover {
    background-color: #035273;
  }

  .sm\:hover\:bg-blue-900:hover {
    background-color: #023043;
  }

  .sm\:hover\:bg-gray-100:hover {
    background-color: #ECEEEE;
  }

  .sm\:hover\:bg-gray-125:hover {
    background-color: #E7E9E9;
  }

  .sm\:hover\:bg-gray-150:hover {
    background-color: #E1E4E5;
  }

  .sm\:hover\:bg-gray-200:hover {
    background-color: #D3D7D9;
  }

  .sm\:hover\:bg-gray-300:hover {
    background-color: #B8BFC1;
  }

  .sm\:hover\:bg-gray-400:hover {
    background-color: #9EA6AA;
  }

  .sm\:hover\:bg-gray-500:hover {
    background-color: #858F93;
  }

  .sm\:hover\:bg-gray-600:hover {
    background-color: #6C757A;
  }

  .sm\:hover\:bg-gray-700:hover {
    background-color: #565E61;
  }

  .sm\:hover\:bg-gray-800:hover {
    background-color: #3C4144;
  }

  .sm\:hover\:bg-gray-900:hover {
    background-color: #242729;
  }

  .sm\:hover\:bg-red-100:hover {
    background-color: #FFECEC;
  }

  .sm\:hover\:bg-red-125:hover {
    background-color: #FFE3E3;
  }

  .sm\:hover\:bg-red-150:hover {
    background-color: #FFDADA;
  }

  .sm\:hover\:bg-red-200:hover {
    background-color: #FFC7C7;
  }

  .sm\:hover\:bg-red-300:hover {
    background-color: #FFA2A2;
  }

  .sm\:hover\:bg-red-400:hover {
    background-color: #FF7D7D;
  }

  .sm\:hover\:bg-red-500:hover {
    background-color: #FF5858;
  }

  .sm\:hover\:bg-red-600:hover {
    background-color: #D33C3C;
  }

  .sm\:hover\:bg-red-700:hover {
    background-color: #A42424;
  }

  .sm\:hover\:bg-red-800:hover {
    background-color: #761212;
  }

  .sm\:hover\:bg-red-900:hover {
    background-color: #460606;
  }

  .sm\:hover\:bg-green-100:hover {
    background-color: #E4F1E8;
  }

  .sm\:hover\:bg-green-200:hover {
    background-color: #B4E4C4;
  }

  .sm\:hover\:bg-green-300:hover {
    background-color: #86D6A0;
  }

  .sm\:hover\:bg-green-400:hover {
    background-color: #60C883;
  }

  .sm\:hover\:bg-green-500:hover {
    background-color: #3EBB68;
  }

  .sm\:hover\:bg-green-600:hover {
    background-color: #2B9D51;
  }

  .sm\:hover\:bg-green-700:hover {
    background-color: #1D813E;
  }

  .sm\:hover\:bg-green-800:hover {
    background-color: #11622C;
  }

  .sm\:hover\:bg-green-900:hover {
    background-color: #08441C;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-black:focus {
    background-color: #000000;
  }

  .sm\:focus\:bg-black-90:focus {
    background-color: #000000E6;
  }

  .sm\:focus\:bg-black-80:focus {
    background-color: #000000CD;
  }

  .sm\:focus\:bg-black-70:focus {
    background-color: #000000B3;
  }

  .sm\:focus\:bg-black-60:focus {
    background-color: #0000009A;
  }

  .sm\:focus\:bg-black-50:focus {
    background-color: #00000080;
  }

  .sm\:focus\:bg-black-40:focus {
    background-color: #00000066;
  }

  .sm\:focus\:bg-black-30:focus {
    background-color: #0000004D;
  }

  .sm\:focus\:bg-black-20:focus {
    background-color: #00000033;
  }

  .sm\:focus\:bg-black-10:focus {
    background-color: #0000001A;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #FFFFFF;
  }

  .sm\:focus\:bg-white-90:focus {
    background-color: #FFFFFFE6;
  }

  .sm\:focus\:bg-white-80:focus {
    background-color: #FFFFFFCD;
  }

  .sm\:focus\:bg-white-70:focus {
    background-color: #FFFFFFB3;
  }

  .sm\:focus\:bg-white-60:focus {
    background-color: #FFFFFF9A;
  }

  .sm\:focus\:bg-white-50:focus {
    background-color: #FFFFFF80;
  }

  .sm\:focus\:bg-white-40:focus {
    background-color: #FFFFFF66;
  }

  .sm\:focus\:bg-white-30:focus {
    background-color: #FFFFFF4D;
  }

  .sm\:focus\:bg-white-20:focus {
    background-color: #FFFFFF33;
  }

  .sm\:focus\:bg-white-10:focus {
    background-color: #FFFFFF1A;
  }

  .sm\:focus\:bg-blue-100:focus {
    background-color: #DEEFF7;
  }

  .sm\:focus\:bg-blue-125:focus {
    background-color: #D0ECF7;
  }

  .sm\:focus\:bg-blue-150:focus {
    background-color: #C4E8F7;
  }

  .sm\:focus\:bg-blue-200:focus {
    background-color: #A7DFF7;
  }

  .sm\:focus\:bg-blue-300:focus {
    background-color: #6DCCF5;
  }

  .sm\:focus\:bg-blue-400:focus {
    background-color: #37B8F0;
  }

  .sm\:focus\:bg-blue-500:focus {
    background-color: #12A4E2;
  }

  .sm\:focus\:bg-blue-600:focus {
    background-color: #0990CA;
  }

  .sm\:focus\:bg-blue-700:focus {
    background-color: #0575A5;
  }

  .sm\:focus\:bg-blue-800:focus {
    background-color: #035273;
  }

  .sm\:focus\:bg-blue-900:focus {
    background-color: #023043;
  }

  .sm\:focus\:bg-gray-100:focus {
    background-color: #ECEEEE;
  }

  .sm\:focus\:bg-gray-125:focus {
    background-color: #E7E9E9;
  }

  .sm\:focus\:bg-gray-150:focus {
    background-color: #E1E4E5;
  }

  .sm\:focus\:bg-gray-200:focus {
    background-color: #D3D7D9;
  }

  .sm\:focus\:bg-gray-300:focus {
    background-color: #B8BFC1;
  }

  .sm\:focus\:bg-gray-400:focus {
    background-color: #9EA6AA;
  }

  .sm\:focus\:bg-gray-500:focus {
    background-color: #858F93;
  }

  .sm\:focus\:bg-gray-600:focus {
    background-color: #6C757A;
  }

  .sm\:focus\:bg-gray-700:focus {
    background-color: #565E61;
  }

  .sm\:focus\:bg-gray-800:focus {
    background-color: #3C4144;
  }

  .sm\:focus\:bg-gray-900:focus {
    background-color: #242729;
  }

  .sm\:focus\:bg-red-100:focus {
    background-color: #FFECEC;
  }

  .sm\:focus\:bg-red-125:focus {
    background-color: #FFE3E3;
  }

  .sm\:focus\:bg-red-150:focus {
    background-color: #FFDADA;
  }

  .sm\:focus\:bg-red-200:focus {
    background-color: #FFC7C7;
  }

  .sm\:focus\:bg-red-300:focus {
    background-color: #FFA2A2;
  }

  .sm\:focus\:bg-red-400:focus {
    background-color: #FF7D7D;
  }

  .sm\:focus\:bg-red-500:focus {
    background-color: #FF5858;
  }

  .sm\:focus\:bg-red-600:focus {
    background-color: #D33C3C;
  }

  .sm\:focus\:bg-red-700:focus {
    background-color: #A42424;
  }

  .sm\:focus\:bg-red-800:focus {
    background-color: #761212;
  }

  .sm\:focus\:bg-red-900:focus {
    background-color: #460606;
  }

  .sm\:focus\:bg-green-100:focus {
    background-color: #E4F1E8;
  }

  .sm\:focus\:bg-green-200:focus {
    background-color: #B4E4C4;
  }

  .sm\:focus\:bg-green-300:focus {
    background-color: #86D6A0;
  }

  .sm\:focus\:bg-green-400:focus {
    background-color: #60C883;
  }

  .sm\:focus\:bg-green-500:focus {
    background-color: #3EBB68;
  }

  .sm\:focus\:bg-green-600:focus {
    background-color: #2B9D51;
  }

  .sm\:focus\:bg-green-700:focus {
    background-color: #1D813E;
  }

  .sm\:focus\:bg-green-800:focus {
    background-color: #11622C;
  }

  .sm\:focus\:bg-green-900:focus {
    background-color: #08441C;
  }

  .sm\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .sm\:active\:bg-black:active {
    background-color: #000000;
  }

  .sm\:active\:bg-black-90:active {
    background-color: #000000E6;
  }

  .sm\:active\:bg-black-80:active {
    background-color: #000000CD;
  }

  .sm\:active\:bg-black-70:active {
    background-color: #000000B3;
  }

  .sm\:active\:bg-black-60:active {
    background-color: #0000009A;
  }

  .sm\:active\:bg-black-50:active {
    background-color: #00000080;
  }

  .sm\:active\:bg-black-40:active {
    background-color: #00000066;
  }

  .sm\:active\:bg-black-30:active {
    background-color: #0000004D;
  }

  .sm\:active\:bg-black-20:active {
    background-color: #00000033;
  }

  .sm\:active\:bg-black-10:active {
    background-color: #0000001A;
  }

  .sm\:active\:bg-white:active {
    background-color: #FFFFFF;
  }

  .sm\:active\:bg-white-90:active {
    background-color: #FFFFFFE6;
  }

  .sm\:active\:bg-white-80:active {
    background-color: #FFFFFFCD;
  }

  .sm\:active\:bg-white-70:active {
    background-color: #FFFFFFB3;
  }

  .sm\:active\:bg-white-60:active {
    background-color: #FFFFFF9A;
  }

  .sm\:active\:bg-white-50:active {
    background-color: #FFFFFF80;
  }

  .sm\:active\:bg-white-40:active {
    background-color: #FFFFFF66;
  }

  .sm\:active\:bg-white-30:active {
    background-color: #FFFFFF4D;
  }

  .sm\:active\:bg-white-20:active {
    background-color: #FFFFFF33;
  }

  .sm\:active\:bg-white-10:active {
    background-color: #FFFFFF1A;
  }

  .sm\:active\:bg-blue-100:active {
    background-color: #DEEFF7;
  }

  .sm\:active\:bg-blue-125:active {
    background-color: #D0ECF7;
  }

  .sm\:active\:bg-blue-150:active {
    background-color: #C4E8F7;
  }

  .sm\:active\:bg-blue-200:active {
    background-color: #A7DFF7;
  }

  .sm\:active\:bg-blue-300:active {
    background-color: #6DCCF5;
  }

  .sm\:active\:bg-blue-400:active {
    background-color: #37B8F0;
  }

  .sm\:active\:bg-blue-500:active {
    background-color: #12A4E2;
  }

  .sm\:active\:bg-blue-600:active {
    background-color: #0990CA;
  }

  .sm\:active\:bg-blue-700:active {
    background-color: #0575A5;
  }

  .sm\:active\:bg-blue-800:active {
    background-color: #035273;
  }

  .sm\:active\:bg-blue-900:active {
    background-color: #023043;
  }

  .sm\:active\:bg-gray-100:active {
    background-color: #ECEEEE;
  }

  .sm\:active\:bg-gray-125:active {
    background-color: #E7E9E9;
  }

  .sm\:active\:bg-gray-150:active {
    background-color: #E1E4E5;
  }

  .sm\:active\:bg-gray-200:active {
    background-color: #D3D7D9;
  }

  .sm\:active\:bg-gray-300:active {
    background-color: #B8BFC1;
  }

  .sm\:active\:bg-gray-400:active {
    background-color: #9EA6AA;
  }

  .sm\:active\:bg-gray-500:active {
    background-color: #858F93;
  }

  .sm\:active\:bg-gray-600:active {
    background-color: #6C757A;
  }

  .sm\:active\:bg-gray-700:active {
    background-color: #565E61;
  }

  .sm\:active\:bg-gray-800:active {
    background-color: #3C4144;
  }

  .sm\:active\:bg-gray-900:active {
    background-color: #242729;
  }

  .sm\:active\:bg-red-100:active {
    background-color: #FFECEC;
  }

  .sm\:active\:bg-red-125:active {
    background-color: #FFE3E3;
  }

  .sm\:active\:bg-red-150:active {
    background-color: #FFDADA;
  }

  .sm\:active\:bg-red-200:active {
    background-color: #FFC7C7;
  }

  .sm\:active\:bg-red-300:active {
    background-color: #FFA2A2;
  }

  .sm\:active\:bg-red-400:active {
    background-color: #FF7D7D;
  }

  .sm\:active\:bg-red-500:active {
    background-color: #FF5858;
  }

  .sm\:active\:bg-red-600:active {
    background-color: #D33C3C;
  }

  .sm\:active\:bg-red-700:active {
    background-color: #A42424;
  }

  .sm\:active\:bg-red-800:active {
    background-color: #761212;
  }

  .sm\:active\:bg-red-900:active {
    background-color: #460606;
  }

  .sm\:active\:bg-green-100:active {
    background-color: #E4F1E8;
  }

  .sm\:active\:bg-green-200:active {
    background-color: #B4E4C4;
  }

  .sm\:active\:bg-green-300:active {
    background-color: #86D6A0;
  }

  .sm\:active\:bg-green-400:active {
    background-color: #60C883;
  }

  .sm\:active\:bg-green-500:active {
    background-color: #3EBB68;
  }

  .sm\:active\:bg-green-600:active {
    background-color: #2B9D51;
  }

  .sm\:active\:bg-green-700:active {
    background-color: #1D813E;
  }

  .sm\:active\:bg-green-800:active {
    background-color: #11622C;
  }

  .sm\:active\:bg-green-900:active {
    background-color: #08441C;
  }

  .sm\:rounded {
    border-radius: 3px;
  }

  .sm\:rounded-3px {
    border-radius: 3px;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .sm\:rounded-r {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .sm\:rounded-l {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .sm\:rounded-t-3px {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .sm\:rounded-r-3px {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .sm\:rounded-b-3px {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .sm\:rounded-l-3px {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 3px;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 3px;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 3px;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 3px;
  }

  .sm\:rounded-tl-3px {
    border-top-left-radius: 3px;
  }

  .sm\:rounded-tr-3px {
    border-top-right-radius: 3px;
  }

  .sm\:rounded-br-3px {
    border-bottom-right-radius: 3px;
  }

  .sm\:rounded-bl-3px {
    border-bottom-left-radius: 3px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: -webkit-box;
    display: flex;
  }

  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .sm\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .sm\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .sm\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .sm\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .sm\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .sm\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .sm\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .sm\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .sm\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .sm\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .sm\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .sm\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .sm\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .sm\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .sm\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .sm\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .sm\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .sm\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .sm\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .sm\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .sm\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 1px;
  }

  .sm\:h-2 {
    height: 2px;
  }

  .sm\:h-3 {
    height: 3px;
  }

  .sm\:h-4 {
    height: 4px;
  }

  .sm\:h-5 {
    height: 5px;
  }

  .sm\:h-6 {
    height: 6px;
  }

  .sm\:h-7 {
    height: 7px;
  }

  .sm\:h-8 {
    height: 8px;
  }

  .sm\:h-10 {
    height: 10px;
  }

  .sm\:h-12 {
    height: 12px;
  }

  .sm\:h-14 {
    height: 14px;
  }

  .sm\:h-16 {
    height: 16px;
  }

  .sm\:h-18 {
    height: 18px;
  }

  .sm\:h-20 {
    height: 20px;
  }

  .sm\:h-24 {
    height: 24px;
  }

  .sm\:h-28 {
    height: 28px;
  }

  .sm\:h-32 {
    height: 32px;
  }

  .sm\:h-36 {
    height: 36px;
  }

  .sm\:h-40 {
    height: 40px;
  }

  .sm\:h-44 {
    height: 44px;
  }

  .sm\:h-48 {
    height: 48px;
  }

  .sm\:h-52 {
    height: 52px;
  }

  .sm\:h-56 {
    height: 56px;
  }

  .sm\:h-60 {
    height: 60px;
  }

  .sm\:h-64 {
    height: 64px;
  }

  .sm\:h-72 {
    height: 72px;
  }

  .sm\:h-80 {
    height: 80px;
  }

  .sm\:h-88 {
    height: 88px;
  }

  .sm\:h-96 {
    height: 96px;
  }

  .sm\:h-104 {
    height: 104px;
  }

  .sm\:h-112 {
    height: 112px;
  }

  .sm\:h-120 {
    height: 120px;
  }

  .sm\:h-128 {
    height: 128px;
  }

  .sm\:h-144 {
    height: 144px;
  }

  .sm\:h-160 {
    height: 160px;
  }

  .sm\:h-176 {
    height: 176px;
  }

  .sm\:h-192 {
    height: 192px;
  }

  .sm\:h-208 {
    height: 208px;
  }

  .sm\:h-224 {
    height: 224px;
  }

  .sm\:h-240 {
    height: 240px;
  }

  .sm\:h-256 {
    height: 256px;
  }

  .sm\:h-272 {
    height: 272px;
  }

  .sm\:h-288 {
    height: 288px;
  }

  .sm\:h-304 {
    height: 304px;
  }

  .sm\:h-320 {
    height: 320px;
  }

  .sm\:h-336 {
    height: 336px;
  }

  .sm\:h-352 {
    height: 352px;
  }

  .sm\:h-368 {
    height: 368px;
  }

  .sm\:h-384 {
    height: 384px;
  }

  .sm\:h-400 {
    height: 400px;
  }

  .sm\:h-416 {
    height: 416px;
  }

  .sm\:h-432 {
    height: 432px;
  }

  .sm\:h-448 {
    height: 448px;
  }

  .sm\:h-464 {
    height: 464px;
  }

  .sm\:h-480 {
    height: 480px;
  }

  .sm\:h-496 {
    height: 496px;
  }

  .sm\:h-512 {
    height: 512px;
  }

  .sm\:h-528 {
    height: 528px;
  }

  .sm\:h-544 {
    height: 544px;
  }

  .sm\:h-560 {
    height: 560px;
  }

  .sm\:h-576 {
    height: 576px;
  }

  .sm\:h-592 {
    height: 592px;
  }

  .sm\:h-608 {
    height: 608px;
  }

  .sm\:h-624 {
    height: 624px;
  }

  .sm\:h-640 {
    height: 640px;
  }

  .sm\:h-672 {
    height: 672px;
  }

  .sm\:h-704 {
    height: 704px;
  }

  .sm\:h-736 {
    height: 736px;
  }

  .sm\:h-768 {
    height: 768px;
  }

  .sm\:h-800 {
    height: 800px;
  }

  .sm\:h-832 {
    height: 832px;
  }

  .sm\:h-864 {
    height: 864px;
  }

  .sm\:h-896 {
    height: 896px;
  }

  .sm\:h-928 {
    height: 928px;
  }

  .sm\:h-960 {
    height: 960px;
  }

  .sm\:h-992 {
    height: 992px;
  }

  .sm\:h-1024 {
    height: 1024px;
  }

  .sm\:h-1088 {
    height: 1088px;
  }

  .sm\:h-1152 {
    height: 1152px;
  }

  .sm\:h-1216 {
    height: 1216px;
  }

  .sm\:h-1280 {
    height: 1280px;
  }

  .sm\:h-1344 {
    height: 1344px;
  }

  .sm\:h-1408 {
    height: 1408px;
  }

  .sm\:h-1472 {
    height: 1472px;
  }

  .sm\:h-1536 {
    height: 1536px;
  }

  .sm\:h-1600 {
    height: 1600px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-2\/4 {
    height: 50%;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-1\/6 {
    height: 16.666667%;
  }

  .sm\:h-2\/6 {
    height: 33.333333%;
  }

  .sm\:h-3\/6 {
    height: 50%;
  }

  .sm\:h-4\/6 {
    height: 66.666667%;
  }

  .sm\:h-5\/6 {
    height: 83.333333%;
  }

  .sm\:h-1\/12 {
    height: 8.333333%;
  }

  .sm\:h-2\/12 {
    height: 16.666667%;
  }

  .sm\:h-3\/12 {
    height: 25%;
  }

  .sm\:h-4\/12 {
    height: 33.333333%;
  }

  .sm\:h-5\/12 {
    height: 41.666667%;
  }

  .sm\:h-6\/12 {
    height: 50%;
  }

  .sm\:h-7\/12 {
    height: 58.333333%;
  }

  .sm\:h-8\/12 {
    height: 66.666667%;
  }

  .sm\:h-9\/12 {
    height: 75%;
  }

  .sm\:h-10\/12 {
    height: 83.333333%;
  }

  .sm\:h-11\/12 {
    height: 91.666667%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: 1px;
  }

  .sm\:m-2 {
    margin: 2px;
  }

  .sm\:m-3 {
    margin: 3px;
  }

  .sm\:m-4 {
    margin: 4px;
  }

  .sm\:m-5 {
    margin: 5px;
  }

  .sm\:m-6 {
    margin: 6px;
  }

  .sm\:m-7 {
    margin: 7px;
  }

  .sm\:m-8 {
    margin: 8px;
  }

  .sm\:m-10 {
    margin: 10px;
  }

  .sm\:m-12 {
    margin: 12px;
  }

  .sm\:m-14 {
    margin: 14px;
  }

  .sm\:m-16 {
    margin: 16px;
  }

  .sm\:m-18 {
    margin: 18px;
  }

  .sm\:m-20 {
    margin: 20px;
  }

  .sm\:m-24 {
    margin: 24px;
  }

  .sm\:m-28 {
    margin: 28px;
  }

  .sm\:m-32 {
    margin: 32px;
  }

  .sm\:m-36 {
    margin: 36px;
  }

  .sm\:m-40 {
    margin: 40px;
  }

  .sm\:m-44 {
    margin: 44px;
  }

  .sm\:m-48 {
    margin: 48px;
  }

  .sm\:m-52 {
    margin: 52px;
  }

  .sm\:m-56 {
    margin: 56px;
  }

  .sm\:m-60 {
    margin: 60px;
  }

  .sm\:m-64 {
    margin: 64px;
  }

  .sm\:m-72 {
    margin: 72px;
  }

  .sm\:m-80 {
    margin: 80px;
  }

  .sm\:m-88 {
    margin: 88px;
  }

  .sm\:m-96 {
    margin: 96px;
  }

  .sm\:m-104 {
    margin: 104px;
  }

  .sm\:m-112 {
    margin: 112px;
  }

  .sm\:m-120 {
    margin: 120px;
  }

  .sm\:m-128 {
    margin: 128px;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:-m-1 {
    margin: -1px;
  }

  .sm\:-m-2 {
    margin: -2px;
  }

  .sm\:-m-3 {
    margin: -3px;
  }

  .sm\:-m-4 {
    margin: -4px;
  }

  .sm\:-m-5 {
    margin: -5px;
  }

  .sm\:-m-6 {
    margin: -6px;
  }

  .sm\:-m-7 {
    margin: -7px;
  }

  .sm\:-m-8 {
    margin: -8px;
  }

  .sm\:-m-10 {
    margin: -10px;
  }

  .sm\:-m-12 {
    margin: -12px;
  }

  .sm\:-m-14 {
    margin: -14px;
  }

  .sm\:-m-16 {
    margin: -16px;
  }

  .sm\:-m-18 {
    margin: -18px;
  }

  .sm\:-m-20 {
    margin: -20px;
  }

  .sm\:-m-24 {
    margin: -24px;
  }

  .sm\:-m-28 {
    margin: -28px;
  }

  .sm\:-m-32 {
    margin: -32px;
  }

  .sm\:-m-36 {
    margin: -36px;
  }

  .sm\:-m-40 {
    margin: -40px;
  }

  .sm\:-m-44 {
    margin: -44px;
  }

  .sm\:-m-48 {
    margin: -48px;
  }

  .sm\:-m-52 {
    margin: -52px;
  }

  .sm\:-m-56 {
    margin: -56px;
  }

  .sm\:-m-60 {
    margin: -60px;
  }

  .sm\:-m-64 {
    margin: -64px;
  }

  .sm\:-m-72 {
    margin: -72px;
  }

  .sm\:-m-80 {
    margin: -80px;
  }

  .sm\:-m-88 {
    margin: -88px;
  }

  .sm\:-m-96 {
    margin: -96px;
  }

  .sm\:-m-104 {
    margin: -104px;
  }

  .sm\:-m-112 {
    margin: -112px;
  }

  .sm\:-m-120 {
    margin: -120px;
  }

  .sm\:-m-128 {
    margin: -128px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sm\:mx-2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .sm\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sm\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .sm\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm\:my-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .sm\:mx-7 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .sm\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .sm\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .sm\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .sm\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm\:my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .sm\:mx-44 {
    margin-left: 44px;
    margin-right: 44px;
  }

  .sm\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm\:my-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .sm\:mx-52 {
    margin-left: 52px;
    margin-right: 52px;
  }

  .sm\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .sm\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .sm\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sm\:my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .sm\:mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .sm\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm\:my-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .sm\:mx-88 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .sm\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .sm\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .sm\:my-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }

  .sm\:mx-104 {
    margin-left: 104px;
    margin-right: 104px;
  }

  .sm\:my-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .sm\:mx-112 {
    margin-left: 112px;
    margin-right: 112px;
  }

  .sm\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sm\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:-my-1 {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-1 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-2 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .sm\:-mx-2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .sm\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .sm\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .sm\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .sm\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .sm\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .sm\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sm\:-my-7 {
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .sm\:-mx-7 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .sm\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .sm\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .sm\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .sm\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .sm\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .sm\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .sm\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .sm\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .sm\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm\:-my-44 {
    margin-top: -44px;
    margin-bottom: -44px;
  }

  .sm\:-mx-44 {
    margin-left: -44px;
    margin-right: -44px;
  }

  .sm\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .sm\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .sm\:-my-52 {
    margin-top: -52px;
    margin-bottom: -52px;
  }

  .sm\:-mx-52 {
    margin-left: -52px;
    margin-right: -52px;
  }

  .sm\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .sm\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .sm\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .sm\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .sm\:-my-72 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .sm\:-mx-72 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .sm\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm\:-my-88 {
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .sm\:-mx-88 {
    margin-left: -88px;
    margin-right: -88px;
  }

  .sm\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .sm\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .sm\:-my-104 {
    margin-top: -104px;
    margin-bottom: -104px;
  }

  .sm\:-mx-104 {
    margin-left: -104px;
    margin-right: -104px;
  }

  .sm\:-my-112 {
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .sm\:-mx-112 {
    margin-left: -112px;
    margin-right: -112px;
  }

  .sm\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .sm\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .sm\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .sm\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: 1px;
  }

  .sm\:mr-1 {
    margin-right: 1px;
  }

  .sm\:mb-1 {
    margin-bottom: 1px;
  }

  .sm\:ml-1 {
    margin-left: 1px;
  }

  .sm\:mt-2 {
    margin-top: 2px;
  }

  .sm\:mr-2 {
    margin-right: 2px;
  }

  .sm\:mb-2 {
    margin-bottom: 2px;
  }

  .sm\:ml-2 {
    margin-left: 2px;
  }

  .sm\:mt-3 {
    margin-top: 3px;
  }

  .sm\:mr-3 {
    margin-right: 3px;
  }

  .sm\:mb-3 {
    margin-bottom: 3px;
  }

  .sm\:ml-3 {
    margin-left: 3px;
  }

  .sm\:mt-4 {
    margin-top: 4px;
  }

  .sm\:mr-4 {
    margin-right: 4px;
  }

  .sm\:mb-4 {
    margin-bottom: 4px;
  }

  .sm\:ml-4 {
    margin-left: 4px;
  }

  .sm\:mt-5 {
    margin-top: 5px;
  }

  .sm\:mr-5 {
    margin-right: 5px;
  }

  .sm\:mb-5 {
    margin-bottom: 5px;
  }

  .sm\:ml-5 {
    margin-left: 5px;
  }

  .sm\:mt-6 {
    margin-top: 6px;
  }

  .sm\:mr-6 {
    margin-right: 6px;
  }

  .sm\:mb-6 {
    margin-bottom: 6px;
  }

  .sm\:ml-6 {
    margin-left: 6px;
  }

  .sm\:mt-7 {
    margin-top: 7px;
  }

  .sm\:mr-7 {
    margin-right: 7px;
  }

  .sm\:mb-7 {
    margin-bottom: 7px;
  }

  .sm\:ml-7 {
    margin-left: 7px;
  }

  .sm\:mt-8 {
    margin-top: 8px;
  }

  .sm\:mr-8 {
    margin-right: 8px;
  }

  .sm\:mb-8 {
    margin-bottom: 8px;
  }

  .sm\:ml-8 {
    margin-left: 8px;
  }

  .sm\:mt-10 {
    margin-top: 10px;
  }

  .sm\:mr-10 {
    margin-right: 10px;
  }

  .sm\:mb-10 {
    margin-bottom: 10px;
  }

  .sm\:ml-10 {
    margin-left: 10px;
  }

  .sm\:mt-12 {
    margin-top: 12px;
  }

  .sm\:mr-12 {
    margin-right: 12px;
  }

  .sm\:mb-12 {
    margin-bottom: 12px;
  }

  .sm\:ml-12 {
    margin-left: 12px;
  }

  .sm\:mt-14 {
    margin-top: 14px;
  }

  .sm\:mr-14 {
    margin-right: 14px;
  }

  .sm\:mb-14 {
    margin-bottom: 14px;
  }

  .sm\:ml-14 {
    margin-left: 14px;
  }

  .sm\:mt-16 {
    margin-top: 16px;
  }

  .sm\:mr-16 {
    margin-right: 16px;
  }

  .sm\:mb-16 {
    margin-bottom: 16px;
  }

  .sm\:ml-16 {
    margin-left: 16px;
  }

  .sm\:mt-18 {
    margin-top: 18px;
  }

  .sm\:mr-18 {
    margin-right: 18px;
  }

  .sm\:mb-18 {
    margin-bottom: 18px;
  }

  .sm\:ml-18 {
    margin-left: 18px;
  }

  .sm\:mt-20 {
    margin-top: 20px;
  }

  .sm\:mr-20 {
    margin-right: 20px;
  }

  .sm\:mb-20 {
    margin-bottom: 20px;
  }

  .sm\:ml-20 {
    margin-left: 20px;
  }

  .sm\:mt-24 {
    margin-top: 24px;
  }

  .sm\:mr-24 {
    margin-right: 24px;
  }

  .sm\:mb-24 {
    margin-bottom: 24px;
  }

  .sm\:ml-24 {
    margin-left: 24px;
  }

  .sm\:mt-28 {
    margin-top: 28px;
  }

  .sm\:mr-28 {
    margin-right: 28px;
  }

  .sm\:mb-28 {
    margin-bottom: 28px;
  }

  .sm\:ml-28 {
    margin-left: 28px;
  }

  .sm\:mt-32 {
    margin-top: 32px;
  }

  .sm\:mr-32 {
    margin-right: 32px;
  }

  .sm\:mb-32 {
    margin-bottom: 32px;
  }

  .sm\:ml-32 {
    margin-left: 32px;
  }

  .sm\:mt-36 {
    margin-top: 36px;
  }

  .sm\:mr-36 {
    margin-right: 36px;
  }

  .sm\:mb-36 {
    margin-bottom: 36px;
  }

  .sm\:ml-36 {
    margin-left: 36px;
  }

  .sm\:mt-40 {
    margin-top: 40px;
  }

  .sm\:mr-40 {
    margin-right: 40px;
  }

  .sm\:mb-40 {
    margin-bottom: 40px;
  }

  .sm\:ml-40 {
    margin-left: 40px;
  }

  .sm\:mt-44 {
    margin-top: 44px;
  }

  .sm\:mr-44 {
    margin-right: 44px;
  }

  .sm\:mb-44 {
    margin-bottom: 44px;
  }

  .sm\:ml-44 {
    margin-left: 44px;
  }

  .sm\:mt-48 {
    margin-top: 48px;
  }

  .sm\:mr-48 {
    margin-right: 48px;
  }

  .sm\:mb-48 {
    margin-bottom: 48px;
  }

  .sm\:ml-48 {
    margin-left: 48px;
  }

  .sm\:mt-52 {
    margin-top: 52px;
  }

  .sm\:mr-52 {
    margin-right: 52px;
  }

  .sm\:mb-52 {
    margin-bottom: 52px;
  }

  .sm\:ml-52 {
    margin-left: 52px;
  }

  .sm\:mt-56 {
    margin-top: 56px;
  }

  .sm\:mr-56 {
    margin-right: 56px;
  }

  .sm\:mb-56 {
    margin-bottom: 56px;
  }

  .sm\:ml-56 {
    margin-left: 56px;
  }

  .sm\:mt-60 {
    margin-top: 60px;
  }

  .sm\:mr-60 {
    margin-right: 60px;
  }

  .sm\:mb-60 {
    margin-bottom: 60px;
  }

  .sm\:ml-60 {
    margin-left: 60px;
  }

  .sm\:mt-64 {
    margin-top: 64px;
  }

  .sm\:mr-64 {
    margin-right: 64px;
  }

  .sm\:mb-64 {
    margin-bottom: 64px;
  }

  .sm\:ml-64 {
    margin-left: 64px;
  }

  .sm\:mt-72 {
    margin-top: 72px;
  }

  .sm\:mr-72 {
    margin-right: 72px;
  }

  .sm\:mb-72 {
    margin-bottom: 72px;
  }

  .sm\:ml-72 {
    margin-left: 72px;
  }

  .sm\:mt-80 {
    margin-top: 80px;
  }

  .sm\:mr-80 {
    margin-right: 80px;
  }

  .sm\:mb-80 {
    margin-bottom: 80px;
  }

  .sm\:ml-80 {
    margin-left: 80px;
  }

  .sm\:mt-88 {
    margin-top: 88px;
  }

  .sm\:mr-88 {
    margin-right: 88px;
  }

  .sm\:mb-88 {
    margin-bottom: 88px;
  }

  .sm\:ml-88 {
    margin-left: 88px;
  }

  .sm\:mt-96 {
    margin-top: 96px;
  }

  .sm\:mr-96 {
    margin-right: 96px;
  }

  .sm\:mb-96 {
    margin-bottom: 96px;
  }

  .sm\:ml-96 {
    margin-left: 96px;
  }

  .sm\:mt-104 {
    margin-top: 104px;
  }

  .sm\:mr-104 {
    margin-right: 104px;
  }

  .sm\:mb-104 {
    margin-bottom: 104px;
  }

  .sm\:ml-104 {
    margin-left: 104px;
  }

  .sm\:mt-112 {
    margin-top: 112px;
  }

  .sm\:mr-112 {
    margin-right: 112px;
  }

  .sm\:mb-112 {
    margin-bottom: 112px;
  }

  .sm\:ml-112 {
    margin-left: 112px;
  }

  .sm\:mt-120 {
    margin-top: 120px;
  }

  .sm\:mr-120 {
    margin-right: 120px;
  }

  .sm\:mb-120 {
    margin-bottom: 120px;
  }

  .sm\:ml-120 {
    margin-left: 120px;
  }

  .sm\:mt-128 {
    margin-top: 128px;
  }

  .sm\:mr-128 {
    margin-right: 128px;
  }

  .sm\:mb-128 {
    margin-bottom: 128px;
  }

  .sm\:ml-128 {
    margin-left: 128px;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:-mt-1 {
    margin-top: -1px;
  }

  .sm\:-mr-1 {
    margin-right: -1px;
  }

  .sm\:-mb-1 {
    margin-bottom: -1px;
  }

  .sm\:-ml-1 {
    margin-left: -1px;
  }

  .sm\:-mt-2 {
    margin-top: -2px;
  }

  .sm\:-mr-2 {
    margin-right: -2px;
  }

  .sm\:-mb-2 {
    margin-bottom: -2px;
  }

  .sm\:-ml-2 {
    margin-left: -2px;
  }

  .sm\:-mt-3 {
    margin-top: -3px;
  }

  .sm\:-mr-3 {
    margin-right: -3px;
  }

  .sm\:-mb-3 {
    margin-bottom: -3px;
  }

  .sm\:-ml-3 {
    margin-left: -3px;
  }

  .sm\:-mt-4 {
    margin-top: -4px;
  }

  .sm\:-mr-4 {
    margin-right: -4px;
  }

  .sm\:-mb-4 {
    margin-bottom: -4px;
  }

  .sm\:-ml-4 {
    margin-left: -4px;
  }

  .sm\:-mt-5 {
    margin-top: -5px;
  }

  .sm\:-mr-5 {
    margin-right: -5px;
  }

  .sm\:-mb-5 {
    margin-bottom: -5px;
  }

  .sm\:-ml-5 {
    margin-left: -5px;
  }

  .sm\:-mt-6 {
    margin-top: -6px;
  }

  .sm\:-mr-6 {
    margin-right: -6px;
  }

  .sm\:-mb-6 {
    margin-bottom: -6px;
  }

  .sm\:-ml-6 {
    margin-left: -6px;
  }

  .sm\:-mt-7 {
    margin-top: -7px;
  }

  .sm\:-mr-7 {
    margin-right: -7px;
  }

  .sm\:-mb-7 {
    margin-bottom: -7px;
  }

  .sm\:-ml-7 {
    margin-left: -7px;
  }

  .sm\:-mt-8 {
    margin-top: -8px;
  }

  .sm\:-mr-8 {
    margin-right: -8px;
  }

  .sm\:-mb-8 {
    margin-bottom: -8px;
  }

  .sm\:-ml-8 {
    margin-left: -8px;
  }

  .sm\:-mt-10 {
    margin-top: -10px;
  }

  .sm\:-mr-10 {
    margin-right: -10px;
  }

  .sm\:-mb-10 {
    margin-bottom: -10px;
  }

  .sm\:-ml-10 {
    margin-left: -10px;
  }

  .sm\:-mt-12 {
    margin-top: -12px;
  }

  .sm\:-mr-12 {
    margin-right: -12px;
  }

  .sm\:-mb-12 {
    margin-bottom: -12px;
  }

  .sm\:-ml-12 {
    margin-left: -12px;
  }

  .sm\:-mt-14 {
    margin-top: -14px;
  }

  .sm\:-mr-14 {
    margin-right: -14px;
  }

  .sm\:-mb-14 {
    margin-bottom: -14px;
  }

  .sm\:-ml-14 {
    margin-left: -14px;
  }

  .sm\:-mt-16 {
    margin-top: -16px;
  }

  .sm\:-mr-16 {
    margin-right: -16px;
  }

  .sm\:-mb-16 {
    margin-bottom: -16px;
  }

  .sm\:-ml-16 {
    margin-left: -16px;
  }

  .sm\:-mt-18 {
    margin-top: -18px;
  }

  .sm\:-mr-18 {
    margin-right: -18px;
  }

  .sm\:-mb-18 {
    margin-bottom: -18px;
  }

  .sm\:-ml-18 {
    margin-left: -18px;
  }

  .sm\:-mt-20 {
    margin-top: -20px;
  }

  .sm\:-mr-20 {
    margin-right: -20px;
  }

  .sm\:-mb-20 {
    margin-bottom: -20px;
  }

  .sm\:-ml-20 {
    margin-left: -20px;
  }

  .sm\:-mt-24 {
    margin-top: -24px;
  }

  .sm\:-mr-24 {
    margin-right: -24px;
  }

  .sm\:-mb-24 {
    margin-bottom: -24px;
  }

  .sm\:-ml-24 {
    margin-left: -24px;
  }

  .sm\:-mt-28 {
    margin-top: -28px;
  }

  .sm\:-mr-28 {
    margin-right: -28px;
  }

  .sm\:-mb-28 {
    margin-bottom: -28px;
  }

  .sm\:-ml-28 {
    margin-left: -28px;
  }

  .sm\:-mt-32 {
    margin-top: -32px;
  }

  .sm\:-mr-32 {
    margin-right: -32px;
  }

  .sm\:-mb-32 {
    margin-bottom: -32px;
  }

  .sm\:-ml-32 {
    margin-left: -32px;
  }

  .sm\:-mt-36 {
    margin-top: -36px;
  }

  .sm\:-mr-36 {
    margin-right: -36px;
  }

  .sm\:-mb-36 {
    margin-bottom: -36px;
  }

  .sm\:-ml-36 {
    margin-left: -36px;
  }

  .sm\:-mt-40 {
    margin-top: -40px;
  }

  .sm\:-mr-40 {
    margin-right: -40px;
  }

  .sm\:-mb-40 {
    margin-bottom: -40px;
  }

  .sm\:-ml-40 {
    margin-left: -40px;
  }

  .sm\:-mt-44 {
    margin-top: -44px;
  }

  .sm\:-mr-44 {
    margin-right: -44px;
  }

  .sm\:-mb-44 {
    margin-bottom: -44px;
  }

  .sm\:-ml-44 {
    margin-left: -44px;
  }

  .sm\:-mt-48 {
    margin-top: -48px;
  }

  .sm\:-mr-48 {
    margin-right: -48px;
  }

  .sm\:-mb-48 {
    margin-bottom: -48px;
  }

  .sm\:-ml-48 {
    margin-left: -48px;
  }

  .sm\:-mt-52 {
    margin-top: -52px;
  }

  .sm\:-mr-52 {
    margin-right: -52px;
  }

  .sm\:-mb-52 {
    margin-bottom: -52px;
  }

  .sm\:-ml-52 {
    margin-left: -52px;
  }

  .sm\:-mt-56 {
    margin-top: -56px;
  }

  .sm\:-mr-56 {
    margin-right: -56px;
  }

  .sm\:-mb-56 {
    margin-bottom: -56px;
  }

  .sm\:-ml-56 {
    margin-left: -56px;
  }

  .sm\:-mt-60 {
    margin-top: -60px;
  }

  .sm\:-mr-60 {
    margin-right: -60px;
  }

  .sm\:-mb-60 {
    margin-bottom: -60px;
  }

  .sm\:-ml-60 {
    margin-left: -60px;
  }

  .sm\:-mt-64 {
    margin-top: -64px;
  }

  .sm\:-mr-64 {
    margin-right: -64px;
  }

  .sm\:-mb-64 {
    margin-bottom: -64px;
  }

  .sm\:-ml-64 {
    margin-left: -64px;
  }

  .sm\:-mt-72 {
    margin-top: -72px;
  }

  .sm\:-mr-72 {
    margin-right: -72px;
  }

  .sm\:-mb-72 {
    margin-bottom: -72px;
  }

  .sm\:-ml-72 {
    margin-left: -72px;
  }

  .sm\:-mt-80 {
    margin-top: -80px;
  }

  .sm\:-mr-80 {
    margin-right: -80px;
  }

  .sm\:-mb-80 {
    margin-bottom: -80px;
  }

  .sm\:-ml-80 {
    margin-left: -80px;
  }

  .sm\:-mt-88 {
    margin-top: -88px;
  }

  .sm\:-mr-88 {
    margin-right: -88px;
  }

  .sm\:-mb-88 {
    margin-bottom: -88px;
  }

  .sm\:-ml-88 {
    margin-left: -88px;
  }

  .sm\:-mt-96 {
    margin-top: -96px;
  }

  .sm\:-mr-96 {
    margin-right: -96px;
  }

  .sm\:-mb-96 {
    margin-bottom: -96px;
  }

  .sm\:-ml-96 {
    margin-left: -96px;
  }

  .sm\:-mt-104 {
    margin-top: -104px;
  }

  .sm\:-mr-104 {
    margin-right: -104px;
  }

  .sm\:-mb-104 {
    margin-bottom: -104px;
  }

  .sm\:-ml-104 {
    margin-left: -104px;
  }

  .sm\:-mt-112 {
    margin-top: -112px;
  }

  .sm\:-mr-112 {
    margin-right: -112px;
  }

  .sm\:-mb-112 {
    margin-bottom: -112px;
  }

  .sm\:-ml-112 {
    margin-left: -112px;
  }

  .sm\:-mt-120 {
    margin-top: -120px;
  }

  .sm\:-mr-120 {
    margin-right: -120px;
  }

  .sm\:-mb-120 {
    margin-bottom: -120px;
  }

  .sm\:-ml-120 {
    margin-left: -120px;
  }

  .sm\:-mt-128 {
    margin-top: -128px;
  }

  .sm\:-mr-128 {
    margin-right: -128px;
  }

  .sm\:-mb-128 {
    margin-bottom: -128px;
  }

  .sm\:-ml-128 {
    margin-left: -128px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-0 {
    max-width: 0;
  }

  .sm\:max-w-1 {
    max-width: 1px;
  }

  .sm\:max-w-2 {
    max-width: 2px;
  }

  .sm\:max-w-3 {
    max-width: 3px;
  }

  .sm\:max-w-4 {
    max-width: 4px;
  }

  .sm\:max-w-5 {
    max-width: 5px;
  }

  .sm\:max-w-6 {
    max-width: 6px;
  }

  .sm\:max-w-7 {
    max-width: 7px;
  }

  .sm\:max-w-8 {
    max-width: 8px;
  }

  .sm\:max-w-10 {
    max-width: 10px;
  }

  .sm\:max-w-12 {
    max-width: 12px;
  }

  .sm\:max-w-14 {
    max-width: 14px;
  }

  .sm\:max-w-16 {
    max-width: 16px;
  }

  .sm\:max-w-18 {
    max-width: 18px;
  }

  .sm\:max-w-20 {
    max-width: 20px;
  }

  .sm\:max-w-24 {
    max-width: 24px;
  }

  .sm\:max-w-28 {
    max-width: 28px;
  }

  .sm\:max-w-32 {
    max-width: 32px;
  }

  .sm\:max-w-36 {
    max-width: 36px;
  }

  .sm\:max-w-40 {
    max-width: 40px;
  }

  .sm\:max-w-44 {
    max-width: 44px;
  }

  .sm\:max-w-48 {
    max-width: 48px;
  }

  .sm\:max-w-52 {
    max-width: 52px;
  }

  .sm\:max-w-56 {
    max-width: 56px;
  }

  .sm\:max-w-60 {
    max-width: 60px;
  }

  .sm\:max-w-64 {
    max-width: 64px;
  }

  .sm\:max-w-72 {
    max-width: 72px;
  }

  .sm\:max-w-80 {
    max-width: 80px;
  }

  .sm\:max-w-88 {
    max-width: 88px;
  }

  .sm\:max-w-96 {
    max-width: 96px;
  }

  .sm\:max-w-104 {
    max-width: 104px;
  }

  .sm\:max-w-112 {
    max-width: 112px;
  }

  .sm\:max-w-120 {
    max-width: 120px;
  }

  .sm\:max-w-128 {
    max-width: 128px;
  }

  .sm\:max-w-144 {
    max-width: 144px;
  }

  .sm\:max-w-160 {
    max-width: 160px;
  }

  .sm\:max-w-176 {
    max-width: 176px;
  }

  .sm\:max-w-192 {
    max-width: 192px;
  }

  .sm\:max-w-208 {
    max-width: 208px;
  }

  .sm\:max-w-224 {
    max-width: 224px;
  }

  .sm\:max-w-240 {
    max-width: 240px;
  }

  .sm\:max-w-256 {
    max-width: 256px;
  }

  .sm\:max-w-272 {
    max-width: 272px;
  }

  .sm\:max-w-288 {
    max-width: 288px;
  }

  .sm\:max-w-304 {
    max-width: 304px;
  }

  .sm\:max-w-320 {
    max-width: 320px;
  }

  .sm\:max-w-336 {
    max-width: 336px;
  }

  .sm\:max-w-352 {
    max-width: 352px;
  }

  .sm\:max-w-368 {
    max-width: 368px;
  }

  .sm\:max-w-384 {
    max-width: 384px;
  }

  .sm\:max-w-400 {
    max-width: 400px;
  }

  .sm\:max-w-416 {
    max-width: 416px;
  }

  .sm\:max-w-432 {
    max-width: 432px;
  }

  .sm\:max-w-448 {
    max-width: 448px;
  }

  .sm\:max-w-464 {
    max-width: 464px;
  }

  .sm\:max-w-480 {
    max-width: 480px;
  }

  .sm\:max-w-496 {
    max-width: 496px;
  }

  .sm\:max-w-512 {
    max-width: 512px;
  }

  .sm\:max-w-528 {
    max-width: 528px;
  }

  .sm\:max-w-544 {
    max-width: 544px;
  }

  .sm\:max-w-560 {
    max-width: 560px;
  }

  .sm\:max-w-576 {
    max-width: 576px;
  }

  .sm\:max-w-592 {
    max-width: 592px;
  }

  .sm\:max-w-608 {
    max-width: 608px;
  }

  .sm\:max-w-624 {
    max-width: 624px;
  }

  .sm\:max-w-640 {
    max-width: 640px;
  }

  .sm\:max-w-672 {
    max-width: 672px;
  }

  .sm\:max-w-704 {
    max-width: 704px;
  }

  .sm\:max-w-736 {
    max-width: 736px;
  }

  .sm\:max-w-768 {
    max-width: 768px;
  }

  .sm\:max-w-800 {
    max-width: 800px;
  }

  .sm\:max-w-832 {
    max-width: 832px;
  }

  .sm\:max-w-864 {
    max-width: 864px;
  }

  .sm\:max-w-896 {
    max-width: 896px;
  }

  .sm\:max-w-928 {
    max-width: 928px;
  }

  .sm\:max-w-960 {
    max-width: 960px;
  }

  .sm\:max-w-992 {
    max-width: 992px;
  }

  .sm\:max-w-1024 {
    max-width: 1024px;
  }

  .sm\:max-w-1088 {
    max-width: 1088px;
  }

  .sm\:max-w-1152 {
    max-width: 1152px;
  }

  .sm\:max-w-1216 {
    max-width: 1216px;
  }

  .sm\:max-w-1280 {
    max-width: 1280px;
  }

  .sm\:max-w-1344 {
    max-width: 1344px;
  }

  .sm\:max-w-1408 {
    max-width: 1408px;
  }

  .sm\:max-w-1472 {
    max-width: 1472px;
  }

  .sm\:max-w-1536 {
    max-width: 1536px;
  }

  .sm\:max-w-1600 {
    max-width: 1600px;
  }

  .sm\:max-w-auto {
    max-width: auto;
  }

  .sm\:max-w-1\/2 {
    max-width: 50%;
  }

  .sm\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .sm\:max-w-2\/3 {
    max-width: 66.666667%;
  }

  .sm\:max-w-1\/4 {
    max-width: 25%;
  }

  .sm\:max-w-2\/4 {
    max-width: 50%;
  }

  .sm\:max-w-3\/4 {
    max-width: 75%;
  }

  .sm\:max-w-1\/5 {
    max-width: 20%;
  }

  .sm\:max-w-2\/5 {
    max-width: 40%;
  }

  .sm\:max-w-3\/5 {
    max-width: 60%;
  }

  .sm\:max-w-4\/5 {
    max-width: 80%;
  }

  .sm\:max-w-1\/6 {
    max-width: 16.666667%;
  }

  .sm\:max-w-2\/6 {
    max-width: 33.333333%;
  }

  .sm\:max-w-3\/6 {
    max-width: 50%;
  }

  .sm\:max-w-4\/6 {
    max-width: 66.666667%;
  }

  .sm\:max-w-5\/6 {
    max-width: 83.333333%;
  }

  .sm\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .sm\:max-w-2\/12 {
    max-width: 16.666667%;
  }

  .sm\:max-w-3\/12 {
    max-width: 25%;
  }

  .sm\:max-w-4\/12 {
    max-width: 33.333333%;
  }

  .sm\:max-w-5\/12 {
    max-width: 41.666667%;
  }

  .sm\:max-w-6\/12 {
    max-width: 50%;
  }

  .sm\:max-w-7\/12 {
    max-width: 58.333333%;
  }

  .sm\:max-w-8\/12 {
    max-width: 66.666667%;
  }

  .sm\:max-w-9\/12 {
    max-width: 75%;
  }

  .sm\:max-w-10\/12 {
    max-width: 83.333333%;
  }

  .sm\:max-w-11\/12 {
    max-width: 91.666667%;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-screen {
    max-width: 100vw;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 1px;
  }

  .sm\:p-2 {
    padding: 2px;
  }

  .sm\:p-3 {
    padding: 3px;
  }

  .sm\:p-4 {
    padding: 4px;
  }

  .sm\:p-5 {
    padding: 5px;
  }

  .sm\:p-6 {
    padding: 6px;
  }

  .sm\:p-7 {
    padding: 7px;
  }

  .sm\:p-8 {
    padding: 8px;
  }

  .sm\:p-10 {
    padding: 10px;
  }

  .sm\:p-12 {
    padding: 12px;
  }

  .sm\:p-14 {
    padding: 14px;
  }

  .sm\:p-16 {
    padding: 16px;
  }

  .sm\:p-18 {
    padding: 18px;
  }

  .sm\:p-20 {
    padding: 20px;
  }

  .sm\:p-24 {
    padding: 24px;
  }

  .sm\:p-28 {
    padding: 28px;
  }

  .sm\:p-32 {
    padding: 32px;
  }

  .sm\:p-36 {
    padding: 36px;
  }

  .sm\:p-40 {
    padding: 40px;
  }

  .sm\:p-44 {
    padding: 44px;
  }

  .sm\:p-48 {
    padding: 48px;
  }

  .sm\:p-52 {
    padding: 52px;
  }

  .sm\:p-56 {
    padding: 56px;
  }

  .sm\:p-60 {
    padding: 60px;
  }

  .sm\:p-64 {
    padding: 64px;
  }

  .sm\:p-72 {
    padding: 72px;
  }

  .sm\:p-80 {
    padding: 80px;
  }

  .sm\:p-88 {
    padding: 88px;
  }

  .sm\:p-96 {
    padding: 96px;
  }

  .sm\:p-104 {
    padding: 104px;
  }

  .sm\:p-112 {
    padding: 112px;
  }

  .sm\:p-120 {
    padding: 120px;
  }

  .sm\:p-128 {
    padding: 128px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sm\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .sm\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:py-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sm\:px-7 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .sm\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .sm\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .sm\:px-44 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .sm\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm\:py-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .sm\:px-52 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .sm\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sm\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .sm\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm\:py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sm\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .sm\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm\:py-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .sm\:px-88 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .sm\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .sm\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .sm\:py-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .sm\:px-104 {
    padding-left: 104px;
    padding-right: 104px;
  }

  .sm\:py-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .sm\:px-112 {
    padding-left: 112px;
    padding-right: 112px;
  }

  .sm\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sm\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: 1px;
  }

  .sm\:pr-1 {
    padding-right: 1px;
  }

  .sm\:pb-1 {
    padding-bottom: 1px;
  }

  .sm\:pl-1 {
    padding-left: 1px;
  }

  .sm\:pt-2 {
    padding-top: 2px;
  }

  .sm\:pr-2 {
    padding-right: 2px;
  }

  .sm\:pb-2 {
    padding-bottom: 2px;
  }

  .sm\:pl-2 {
    padding-left: 2px;
  }

  .sm\:pt-3 {
    padding-top: 3px;
  }

  .sm\:pr-3 {
    padding-right: 3px;
  }

  .sm\:pb-3 {
    padding-bottom: 3px;
  }

  .sm\:pl-3 {
    padding-left: 3px;
  }

  .sm\:pt-4 {
    padding-top: 4px;
  }

  .sm\:pr-4 {
    padding-right: 4px;
  }

  .sm\:pb-4 {
    padding-bottom: 4px;
  }

  .sm\:pl-4 {
    padding-left: 4px;
  }

  .sm\:pt-5 {
    padding-top: 5px;
  }

  .sm\:pr-5 {
    padding-right: 5px;
  }

  .sm\:pb-5 {
    padding-bottom: 5px;
  }

  .sm\:pl-5 {
    padding-left: 5px;
  }

  .sm\:pt-6 {
    padding-top: 6px;
  }

  .sm\:pr-6 {
    padding-right: 6px;
  }

  .sm\:pb-6 {
    padding-bottom: 6px;
  }

  .sm\:pl-6 {
    padding-left: 6px;
  }

  .sm\:pt-7 {
    padding-top: 7px;
  }

  .sm\:pr-7 {
    padding-right: 7px;
  }

  .sm\:pb-7 {
    padding-bottom: 7px;
  }

  .sm\:pl-7 {
    padding-left: 7px;
  }

  .sm\:pt-8 {
    padding-top: 8px;
  }

  .sm\:pr-8 {
    padding-right: 8px;
  }

  .sm\:pb-8 {
    padding-bottom: 8px;
  }

  .sm\:pl-8 {
    padding-left: 8px;
  }

  .sm\:pt-10 {
    padding-top: 10px;
  }

  .sm\:pr-10 {
    padding-right: 10px;
  }

  .sm\:pb-10 {
    padding-bottom: 10px;
  }

  .sm\:pl-10 {
    padding-left: 10px;
  }

  .sm\:pt-12 {
    padding-top: 12px;
  }

  .sm\:pr-12 {
    padding-right: 12px;
  }

  .sm\:pb-12 {
    padding-bottom: 12px;
  }

  .sm\:pl-12 {
    padding-left: 12px;
  }

  .sm\:pt-14 {
    padding-top: 14px;
  }

  .sm\:pr-14 {
    padding-right: 14px;
  }

  .sm\:pb-14 {
    padding-bottom: 14px;
  }

  .sm\:pl-14 {
    padding-left: 14px;
  }

  .sm\:pt-16 {
    padding-top: 16px;
  }

  .sm\:pr-16 {
    padding-right: 16px;
  }

  .sm\:pb-16 {
    padding-bottom: 16px;
  }

  .sm\:pl-16 {
    padding-left: 16px;
  }

  .sm\:pt-18 {
    padding-top: 18px;
  }

  .sm\:pr-18 {
    padding-right: 18px;
  }

  .sm\:pb-18 {
    padding-bottom: 18px;
  }

  .sm\:pl-18 {
    padding-left: 18px;
  }

  .sm\:pt-20 {
    padding-top: 20px;
  }

  .sm\:pr-20 {
    padding-right: 20px;
  }

  .sm\:pb-20 {
    padding-bottom: 20px;
  }

  .sm\:pl-20 {
    padding-left: 20px;
  }

  .sm\:pt-24 {
    padding-top: 24px;
  }

  .sm\:pr-24 {
    padding-right: 24px;
  }

  .sm\:pb-24 {
    padding-bottom: 24px;
  }

  .sm\:pl-24 {
    padding-left: 24px;
  }

  .sm\:pt-28 {
    padding-top: 28px;
  }

  .sm\:pr-28 {
    padding-right: 28px;
  }

  .sm\:pb-28 {
    padding-bottom: 28px;
  }

  .sm\:pl-28 {
    padding-left: 28px;
  }

  .sm\:pt-32 {
    padding-top: 32px;
  }

  .sm\:pr-32 {
    padding-right: 32px;
  }

  .sm\:pb-32 {
    padding-bottom: 32px;
  }

  .sm\:pl-32 {
    padding-left: 32px;
  }

  .sm\:pt-36 {
    padding-top: 36px;
  }

  .sm\:pr-36 {
    padding-right: 36px;
  }

  .sm\:pb-36 {
    padding-bottom: 36px;
  }

  .sm\:pl-36 {
    padding-left: 36px;
  }

  .sm\:pt-40 {
    padding-top: 40px;
  }

  .sm\:pr-40 {
    padding-right: 40px;
  }

  .sm\:pb-40 {
    padding-bottom: 40px;
  }

  .sm\:pl-40 {
    padding-left: 40px;
  }

  .sm\:pt-44 {
    padding-top: 44px;
  }

  .sm\:pr-44 {
    padding-right: 44px;
  }

  .sm\:pb-44 {
    padding-bottom: 44px;
  }

  .sm\:pl-44 {
    padding-left: 44px;
  }

  .sm\:pt-48 {
    padding-top: 48px;
  }

  .sm\:pr-48 {
    padding-right: 48px;
  }

  .sm\:pb-48 {
    padding-bottom: 48px;
  }

  .sm\:pl-48 {
    padding-left: 48px;
  }

  .sm\:pt-52 {
    padding-top: 52px;
  }

  .sm\:pr-52 {
    padding-right: 52px;
  }

  .sm\:pb-52 {
    padding-bottom: 52px;
  }

  .sm\:pl-52 {
    padding-left: 52px;
  }

  .sm\:pt-56 {
    padding-top: 56px;
  }

  .sm\:pr-56 {
    padding-right: 56px;
  }

  .sm\:pb-56 {
    padding-bottom: 56px;
  }

  .sm\:pl-56 {
    padding-left: 56px;
  }

  .sm\:pt-60 {
    padding-top: 60px;
  }

  .sm\:pr-60 {
    padding-right: 60px;
  }

  .sm\:pb-60 {
    padding-bottom: 60px;
  }

  .sm\:pl-60 {
    padding-left: 60px;
  }

  .sm\:pt-64 {
    padding-top: 64px;
  }

  .sm\:pr-64 {
    padding-right: 64px;
  }

  .sm\:pb-64 {
    padding-bottom: 64px;
  }

  .sm\:pl-64 {
    padding-left: 64px;
  }

  .sm\:pt-72 {
    padding-top: 72px;
  }

  .sm\:pr-72 {
    padding-right: 72px;
  }

  .sm\:pb-72 {
    padding-bottom: 72px;
  }

  .sm\:pl-72 {
    padding-left: 72px;
  }

  .sm\:pt-80 {
    padding-top: 80px;
  }

  .sm\:pr-80 {
    padding-right: 80px;
  }

  .sm\:pb-80 {
    padding-bottom: 80px;
  }

  .sm\:pl-80 {
    padding-left: 80px;
  }

  .sm\:pt-88 {
    padding-top: 88px;
  }

  .sm\:pr-88 {
    padding-right: 88px;
  }

  .sm\:pb-88 {
    padding-bottom: 88px;
  }

  .sm\:pl-88 {
    padding-left: 88px;
  }

  .sm\:pt-96 {
    padding-top: 96px;
  }

  .sm\:pr-96 {
    padding-right: 96px;
  }

  .sm\:pb-96 {
    padding-bottom: 96px;
  }

  .sm\:pl-96 {
    padding-left: 96px;
  }

  .sm\:pt-104 {
    padding-top: 104px;
  }

  .sm\:pr-104 {
    padding-right: 104px;
  }

  .sm\:pb-104 {
    padding-bottom: 104px;
  }

  .sm\:pl-104 {
    padding-left: 104px;
  }

  .sm\:pt-112 {
    padding-top: 112px;
  }

  .sm\:pr-112 {
    padding-right: 112px;
  }

  .sm\:pb-112 {
    padding-bottom: 112px;
  }

  .sm\:pl-112 {
    padding-left: 112px;
  }

  .sm\:pt-120 {
    padding-top: 120px;
  }

  .sm\:pr-120 {
    padding-right: 120px;
  }

  .sm\:pb-120 {
    padding-bottom: 120px;
  }

  .sm\:pl-120 {
    padding-left: 120px;
  }

  .sm\:pt-128 {
    padding-top: 128px;
  }

  .sm\:pr-128 {
    padding-right: 128px;
  }

  .sm\:pb-128 {
    padding-bottom: 128px;
  }

  .sm\:pl-128 {
    padding-left: 128px;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:shadow-1 {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .sm\:shadow-2 {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .sm\:shadow-4 {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .sm\:shadow-8 {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .sm\:shadow-16 {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .sm\:shadow-32 {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:shadow-contrast {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .sm\:shadow-contrast-inset {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .sm\:shadow-1-inset {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .sm\:shadow-2-inset {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .sm\:shadow-4-inset {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .sm\:shadow-8-inset {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .sm\:shadow-16-inset {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .sm\:shadow-32-inset {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .sm\:hover\:shadow-1:hover {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .sm\:hover\:shadow-2:hover {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .sm\:hover\:shadow-4:hover {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .sm\:hover\:shadow-8:hover {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .sm\:hover\:shadow-16:hover {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .sm\:hover\:shadow-32:hover {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:hover\:shadow-contrast:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .sm\:hover\:shadow-contrast-inset:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .sm\:hover\:shadow-1-inset:hover {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .sm\:hover\:shadow-2-inset:hover {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .sm\:hover\:shadow-4-inset:hover {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .sm\:hover\:shadow-8-inset:hover {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .sm\:hover\:shadow-16-inset:hover {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .sm\:hover\:shadow-32-inset:hover {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .sm\:focus\:shadow-1:focus {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .sm\:focus\:shadow-2:focus {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .sm\:focus\:shadow-4:focus {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .sm\:focus\:shadow-8:focus {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .sm\:focus\:shadow-16:focus {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .sm\:focus\:shadow-32:focus {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .sm\:focus\:shadow-contrast:focus {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .sm\:focus\:shadow-contrast-inset:focus {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .sm\:focus\:shadow-1-inset:focus {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .sm\:focus\:shadow-2-inset:focus {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .sm\:focus\:shadow-4-inset:focus {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .sm\:focus\:shadow-8-inset:focus {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .sm\:focus\:shadow-16-inset:focus {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .sm\:focus\:shadow-32-inset:focus {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .sm\:active\:shadow-1:active {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .sm\:active\:shadow-2:active {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .sm\:active\:shadow-4:active {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .sm\:active\:shadow-8:active {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .sm\:active\:shadow-16:active {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .sm\:active\:shadow-32:active {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .sm\:active\:shadow-none:active {
    box-shadow: none;
  }

  .sm\:active\:shadow-contrast:active {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .sm\:active\:shadow-contrast-inset:active {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .sm\:active\:shadow-1-inset:active {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .sm\:active\:shadow-2-inset:active {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .sm\:active\:shadow-4-inset:active {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .sm\:active\:shadow-8-inset:active {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .sm\:active\:shadow-16-inset:active {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .sm\:active\:shadow-32-inset:active {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black {
    color: #000000;
  }

  .sm\:text-black-90 {
    color: #000000E6;
  }

  .sm\:text-black-80 {
    color: #000000CD;
  }

  .sm\:text-black-70 {
    color: #000000B3;
  }

  .sm\:text-black-60 {
    color: #0000009A;
  }

  .sm\:text-black-50 {
    color: #00000080;
  }

  .sm\:text-black-40 {
    color: #00000066;
  }

  .sm\:text-black-30 {
    color: #0000004D;
  }

  .sm\:text-black-20 {
    color: #00000033;
  }

  .sm\:text-black-10 {
    color: #0000001A;
  }

  .sm\:text-white {
    color: #FFFFFF;
  }

  .sm\:text-white-90 {
    color: #FFFFFFE6;
  }

  .sm\:text-white-80 {
    color: #FFFFFFCD;
  }

  .sm\:text-white-70 {
    color: #FFFFFFB3;
  }

  .sm\:text-white-60 {
    color: #FFFFFF9A;
  }

  .sm\:text-white-50 {
    color: #FFFFFF80;
  }

  .sm\:text-white-40 {
    color: #FFFFFF66;
  }

  .sm\:text-white-30 {
    color: #FFFFFF4D;
  }

  .sm\:text-white-20 {
    color: #FFFFFF33;
  }

  .sm\:text-white-10 {
    color: #FFFFFF1A;
  }

  .sm\:text-blue-100 {
    color: #DEEFF7;
  }

  .sm\:text-blue-125 {
    color: #D0ECF7;
  }

  .sm\:text-blue-150 {
    color: #C4E8F7;
  }

  .sm\:text-blue-200 {
    color: #A7DFF7;
  }

  .sm\:text-blue-300 {
    color: #6DCCF5;
  }

  .sm\:text-blue-400 {
    color: #37B8F0;
  }

  .sm\:text-blue-500 {
    color: #12A4E2;
  }

  .sm\:text-blue-600 {
    color: #0990CA;
  }

  .sm\:text-blue-700 {
    color: #0575A5;
  }

  .sm\:text-blue-800 {
    color: #035273;
  }

  .sm\:text-blue-900 {
    color: #023043;
  }

  .sm\:text-gray-100 {
    color: #ECEEEE;
  }

  .sm\:text-gray-125 {
    color: #E7E9E9;
  }

  .sm\:text-gray-150 {
    color: #E1E4E5;
  }

  .sm\:text-gray-200 {
    color: #D3D7D9;
  }

  .sm\:text-gray-300 {
    color: #B8BFC1;
  }

  .sm\:text-gray-400 {
    color: #9EA6AA;
  }

  .sm\:text-gray-500 {
    color: #858F93;
  }

  .sm\:text-gray-600 {
    color: #6C757A;
  }

  .sm\:text-gray-700 {
    color: #565E61;
  }

  .sm\:text-gray-800 {
    color: #3C4144;
  }

  .sm\:text-gray-900 {
    color: #242729;
  }

  .sm\:text-red-100 {
    color: #FFECEC;
  }

  .sm\:text-red-125 {
    color: #FFE3E3;
  }

  .sm\:text-red-150 {
    color: #FFDADA;
  }

  .sm\:text-red-200 {
    color: #FFC7C7;
  }

  .sm\:text-red-300 {
    color: #FFA2A2;
  }

  .sm\:text-red-400 {
    color: #FF7D7D;
  }

  .sm\:text-red-500 {
    color: #FF5858;
  }

  .sm\:text-red-600 {
    color: #D33C3C;
  }

  .sm\:text-red-700 {
    color: #A42424;
  }

  .sm\:text-red-800 {
    color: #761212;
  }

  .sm\:text-red-900 {
    color: #460606;
  }

  .sm\:text-green-100 {
    color: #E4F1E8;
  }

  .sm\:text-green-200 {
    color: #B4E4C4;
  }

  .sm\:text-green-300 {
    color: #86D6A0;
  }

  .sm\:text-green-400 {
    color: #60C883;
  }

  .sm\:text-green-500 {
    color: #3EBB68;
  }

  .sm\:text-green-600 {
    color: #2B9D51;
  }

  .sm\:text-green-700 {
    color: #1D813E;
  }

  .sm\:text-green-800 {
    color: #11622C;
  }

  .sm\:text-green-900 {
    color: #08441C;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    color: #000000;
  }

  .sm\:hover\:text-black-90:hover {
    color: #000000E6;
  }

  .sm\:hover\:text-black-80:hover {
    color: #000000CD;
  }

  .sm\:hover\:text-black-70:hover {
    color: #000000B3;
  }

  .sm\:hover\:text-black-60:hover {
    color: #0000009A;
  }

  .sm\:hover\:text-black-50:hover {
    color: #00000080;
  }

  .sm\:hover\:text-black-40:hover {
    color: #00000066;
  }

  .sm\:hover\:text-black-30:hover {
    color: #0000004D;
  }

  .sm\:hover\:text-black-20:hover {
    color: #00000033;
  }

  .sm\:hover\:text-black-10:hover {
    color: #0000001A;
  }

  .sm\:hover\:text-white:hover {
    color: #FFFFFF;
  }

  .sm\:hover\:text-white-90:hover {
    color: #FFFFFFE6;
  }

  .sm\:hover\:text-white-80:hover {
    color: #FFFFFFCD;
  }

  .sm\:hover\:text-white-70:hover {
    color: #FFFFFFB3;
  }

  .sm\:hover\:text-white-60:hover {
    color: #FFFFFF9A;
  }

  .sm\:hover\:text-white-50:hover {
    color: #FFFFFF80;
  }

  .sm\:hover\:text-white-40:hover {
    color: #FFFFFF66;
  }

  .sm\:hover\:text-white-30:hover {
    color: #FFFFFF4D;
  }

  .sm\:hover\:text-white-20:hover {
    color: #FFFFFF33;
  }

  .sm\:hover\:text-white-10:hover {
    color: #FFFFFF1A;
  }

  .sm\:hover\:text-blue-100:hover {
    color: #DEEFF7;
  }

  .sm\:hover\:text-blue-125:hover {
    color: #D0ECF7;
  }

  .sm\:hover\:text-blue-150:hover {
    color: #C4E8F7;
  }

  .sm\:hover\:text-blue-200:hover {
    color: #A7DFF7;
  }

  .sm\:hover\:text-blue-300:hover {
    color: #6DCCF5;
  }

  .sm\:hover\:text-blue-400:hover {
    color: #37B8F0;
  }

  .sm\:hover\:text-blue-500:hover {
    color: #12A4E2;
  }

  .sm\:hover\:text-blue-600:hover {
    color: #0990CA;
  }

  .sm\:hover\:text-blue-700:hover {
    color: #0575A5;
  }

  .sm\:hover\:text-blue-800:hover {
    color: #035273;
  }

  .sm\:hover\:text-blue-900:hover {
    color: #023043;
  }

  .sm\:hover\:text-gray-100:hover {
    color: #ECEEEE;
  }

  .sm\:hover\:text-gray-125:hover {
    color: #E7E9E9;
  }

  .sm\:hover\:text-gray-150:hover {
    color: #E1E4E5;
  }

  .sm\:hover\:text-gray-200:hover {
    color: #D3D7D9;
  }

  .sm\:hover\:text-gray-300:hover {
    color: #B8BFC1;
  }

  .sm\:hover\:text-gray-400:hover {
    color: #9EA6AA;
  }

  .sm\:hover\:text-gray-500:hover {
    color: #858F93;
  }

  .sm\:hover\:text-gray-600:hover {
    color: #6C757A;
  }

  .sm\:hover\:text-gray-700:hover {
    color: #565E61;
  }

  .sm\:hover\:text-gray-800:hover {
    color: #3C4144;
  }

  .sm\:hover\:text-gray-900:hover {
    color: #242729;
  }

  .sm\:hover\:text-red-100:hover {
    color: #FFECEC;
  }

  .sm\:hover\:text-red-125:hover {
    color: #FFE3E3;
  }

  .sm\:hover\:text-red-150:hover {
    color: #FFDADA;
  }

  .sm\:hover\:text-red-200:hover {
    color: #FFC7C7;
  }

  .sm\:hover\:text-red-300:hover {
    color: #FFA2A2;
  }

  .sm\:hover\:text-red-400:hover {
    color: #FF7D7D;
  }

  .sm\:hover\:text-red-500:hover {
    color: #FF5858;
  }

  .sm\:hover\:text-red-600:hover {
    color: #D33C3C;
  }

  .sm\:hover\:text-red-700:hover {
    color: #A42424;
  }

  .sm\:hover\:text-red-800:hover {
    color: #761212;
  }

  .sm\:hover\:text-red-900:hover {
    color: #460606;
  }

  .sm\:hover\:text-green-100:hover {
    color: #E4F1E8;
  }

  .sm\:hover\:text-green-200:hover {
    color: #B4E4C4;
  }

  .sm\:hover\:text-green-300:hover {
    color: #86D6A0;
  }

  .sm\:hover\:text-green-400:hover {
    color: #60C883;
  }

  .sm\:hover\:text-green-500:hover {
    color: #3EBB68;
  }

  .sm\:hover\:text-green-600:hover {
    color: #2B9D51;
  }

  .sm\:hover\:text-green-700:hover {
    color: #1D813E;
  }

  .sm\:hover\:text-green-800:hover {
    color: #11622C;
  }

  .sm\:hover\:text-green-900:hover {
    color: #08441C;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-black:focus {
    color: #000000;
  }

  .sm\:focus\:text-black-90:focus {
    color: #000000E6;
  }

  .sm\:focus\:text-black-80:focus {
    color: #000000CD;
  }

  .sm\:focus\:text-black-70:focus {
    color: #000000B3;
  }

  .sm\:focus\:text-black-60:focus {
    color: #0000009A;
  }

  .sm\:focus\:text-black-50:focus {
    color: #00000080;
  }

  .sm\:focus\:text-black-40:focus {
    color: #00000066;
  }

  .sm\:focus\:text-black-30:focus {
    color: #0000004D;
  }

  .sm\:focus\:text-black-20:focus {
    color: #00000033;
  }

  .sm\:focus\:text-black-10:focus {
    color: #0000001A;
  }

  .sm\:focus\:text-white:focus {
    color: #FFFFFF;
  }

  .sm\:focus\:text-white-90:focus {
    color: #FFFFFFE6;
  }

  .sm\:focus\:text-white-80:focus {
    color: #FFFFFFCD;
  }

  .sm\:focus\:text-white-70:focus {
    color: #FFFFFFB3;
  }

  .sm\:focus\:text-white-60:focus {
    color: #FFFFFF9A;
  }

  .sm\:focus\:text-white-50:focus {
    color: #FFFFFF80;
  }

  .sm\:focus\:text-white-40:focus {
    color: #FFFFFF66;
  }

  .sm\:focus\:text-white-30:focus {
    color: #FFFFFF4D;
  }

  .sm\:focus\:text-white-20:focus {
    color: #FFFFFF33;
  }

  .sm\:focus\:text-white-10:focus {
    color: #FFFFFF1A;
  }

  .sm\:focus\:text-blue-100:focus {
    color: #DEEFF7;
  }

  .sm\:focus\:text-blue-125:focus {
    color: #D0ECF7;
  }

  .sm\:focus\:text-blue-150:focus {
    color: #C4E8F7;
  }

  .sm\:focus\:text-blue-200:focus {
    color: #A7DFF7;
  }

  .sm\:focus\:text-blue-300:focus {
    color: #6DCCF5;
  }

  .sm\:focus\:text-blue-400:focus {
    color: #37B8F0;
  }

  .sm\:focus\:text-blue-500:focus {
    color: #12A4E2;
  }

  .sm\:focus\:text-blue-600:focus {
    color: #0990CA;
  }

  .sm\:focus\:text-blue-700:focus {
    color: #0575A5;
  }

  .sm\:focus\:text-blue-800:focus {
    color: #035273;
  }

  .sm\:focus\:text-blue-900:focus {
    color: #023043;
  }

  .sm\:focus\:text-gray-100:focus {
    color: #ECEEEE;
  }

  .sm\:focus\:text-gray-125:focus {
    color: #E7E9E9;
  }

  .sm\:focus\:text-gray-150:focus {
    color: #E1E4E5;
  }

  .sm\:focus\:text-gray-200:focus {
    color: #D3D7D9;
  }

  .sm\:focus\:text-gray-300:focus {
    color: #B8BFC1;
  }

  .sm\:focus\:text-gray-400:focus {
    color: #9EA6AA;
  }

  .sm\:focus\:text-gray-500:focus {
    color: #858F93;
  }

  .sm\:focus\:text-gray-600:focus {
    color: #6C757A;
  }

  .sm\:focus\:text-gray-700:focus {
    color: #565E61;
  }

  .sm\:focus\:text-gray-800:focus {
    color: #3C4144;
  }

  .sm\:focus\:text-gray-900:focus {
    color: #242729;
  }

  .sm\:focus\:text-red-100:focus {
    color: #FFECEC;
  }

  .sm\:focus\:text-red-125:focus {
    color: #FFE3E3;
  }

  .sm\:focus\:text-red-150:focus {
    color: #FFDADA;
  }

  .sm\:focus\:text-red-200:focus {
    color: #FFC7C7;
  }

  .sm\:focus\:text-red-300:focus {
    color: #FFA2A2;
  }

  .sm\:focus\:text-red-400:focus {
    color: #FF7D7D;
  }

  .sm\:focus\:text-red-500:focus {
    color: #FF5858;
  }

  .sm\:focus\:text-red-600:focus {
    color: #D33C3C;
  }

  .sm\:focus\:text-red-700:focus {
    color: #A42424;
  }

  .sm\:focus\:text-red-800:focus {
    color: #761212;
  }

  .sm\:focus\:text-red-900:focus {
    color: #460606;
  }

  .sm\:focus\:text-green-100:focus {
    color: #E4F1E8;
  }

  .sm\:focus\:text-green-200:focus {
    color: #B4E4C4;
  }

  .sm\:focus\:text-green-300:focus {
    color: #86D6A0;
  }

  .sm\:focus\:text-green-400:focus {
    color: #60C883;
  }

  .sm\:focus\:text-green-500:focus {
    color: #3EBB68;
  }

  .sm\:focus\:text-green-600:focus {
    color: #2B9D51;
  }

  .sm\:focus\:text-green-700:focus {
    color: #1D813E;
  }

  .sm\:focus\:text-green-800:focus {
    color: #11622C;
  }

  .sm\:focus\:text-green-900:focus {
    color: #08441C;
  }

  .sm\:active\:text-transparent:active {
    color: transparent;
  }

  .sm\:active\:text-black:active {
    color: #000000;
  }

  .sm\:active\:text-black-90:active {
    color: #000000E6;
  }

  .sm\:active\:text-black-80:active {
    color: #000000CD;
  }

  .sm\:active\:text-black-70:active {
    color: #000000B3;
  }

  .sm\:active\:text-black-60:active {
    color: #0000009A;
  }

  .sm\:active\:text-black-50:active {
    color: #00000080;
  }

  .sm\:active\:text-black-40:active {
    color: #00000066;
  }

  .sm\:active\:text-black-30:active {
    color: #0000004D;
  }

  .sm\:active\:text-black-20:active {
    color: #00000033;
  }

  .sm\:active\:text-black-10:active {
    color: #0000001A;
  }

  .sm\:active\:text-white:active {
    color: #FFFFFF;
  }

  .sm\:active\:text-white-90:active {
    color: #FFFFFFE6;
  }

  .sm\:active\:text-white-80:active {
    color: #FFFFFFCD;
  }

  .sm\:active\:text-white-70:active {
    color: #FFFFFFB3;
  }

  .sm\:active\:text-white-60:active {
    color: #FFFFFF9A;
  }

  .sm\:active\:text-white-50:active {
    color: #FFFFFF80;
  }

  .sm\:active\:text-white-40:active {
    color: #FFFFFF66;
  }

  .sm\:active\:text-white-30:active {
    color: #FFFFFF4D;
  }

  .sm\:active\:text-white-20:active {
    color: #FFFFFF33;
  }

  .sm\:active\:text-white-10:active {
    color: #FFFFFF1A;
  }

  .sm\:active\:text-blue-100:active {
    color: #DEEFF7;
  }

  .sm\:active\:text-blue-125:active {
    color: #D0ECF7;
  }

  .sm\:active\:text-blue-150:active {
    color: #C4E8F7;
  }

  .sm\:active\:text-blue-200:active {
    color: #A7DFF7;
  }

  .sm\:active\:text-blue-300:active {
    color: #6DCCF5;
  }

  .sm\:active\:text-blue-400:active {
    color: #37B8F0;
  }

  .sm\:active\:text-blue-500:active {
    color: #12A4E2;
  }

  .sm\:active\:text-blue-600:active {
    color: #0990CA;
  }

  .sm\:active\:text-blue-700:active {
    color: #0575A5;
  }

  .sm\:active\:text-blue-800:active {
    color: #035273;
  }

  .sm\:active\:text-blue-900:active {
    color: #023043;
  }

  .sm\:active\:text-gray-100:active {
    color: #ECEEEE;
  }

  .sm\:active\:text-gray-125:active {
    color: #E7E9E9;
  }

  .sm\:active\:text-gray-150:active {
    color: #E1E4E5;
  }

  .sm\:active\:text-gray-200:active {
    color: #D3D7D9;
  }

  .sm\:active\:text-gray-300:active {
    color: #B8BFC1;
  }

  .sm\:active\:text-gray-400:active {
    color: #9EA6AA;
  }

  .sm\:active\:text-gray-500:active {
    color: #858F93;
  }

  .sm\:active\:text-gray-600:active {
    color: #6C757A;
  }

  .sm\:active\:text-gray-700:active {
    color: #565E61;
  }

  .sm\:active\:text-gray-800:active {
    color: #3C4144;
  }

  .sm\:active\:text-gray-900:active {
    color: #242729;
  }

  .sm\:active\:text-red-100:active {
    color: #FFECEC;
  }

  .sm\:active\:text-red-125:active {
    color: #FFE3E3;
  }

  .sm\:active\:text-red-150:active {
    color: #FFDADA;
  }

  .sm\:active\:text-red-200:active {
    color: #FFC7C7;
  }

  .sm\:active\:text-red-300:active {
    color: #FFA2A2;
  }

  .sm\:active\:text-red-400:active {
    color: #FF7D7D;
  }

  .sm\:active\:text-red-500:active {
    color: #FF5858;
  }

  .sm\:active\:text-red-600:active {
    color: #D33C3C;
  }

  .sm\:active\:text-red-700:active {
    color: #A42424;
  }

  .sm\:active\:text-red-800:active {
    color: #761212;
  }

  .sm\:active\:text-red-900:active {
    color: #460606;
  }

  .sm\:active\:text-green-100:active {
    color: #E4F1E8;
  }

  .sm\:active\:text-green-200:active {
    color: #B4E4C4;
  }

  .sm\:active\:text-green-300:active {
    color: #86D6A0;
  }

  .sm\:active\:text-green-400:active {
    color: #60C883;
  }

  .sm\:active\:text-green-500:active {
    color: #3EBB68;
  }

  .sm\:active\:text-green-600:active {
    color: #2B9D51;
  }

  .sm\:active\:text-green-700:active {
    color: #1D813E;
  }

  .sm\:active\:text-green-800:active {
    color: #11622C;
  }

  .sm\:active\:text-green-900:active {
    color: #08441C;
  }

  .sm\:text-12 {
    font-size: 12px;
  }

  .sm\:text-14 {
    font-size: 14px;
  }

  .sm\:text-16 {
    font-size: 16px;
  }

  .sm\:text-18 {
    font-size: 18px;
  }

  .sm\:text-20 {
    font-size: 20px;
  }

  .sm\:text-24 {
    font-size: 24px;
  }

  .sm\:text-28 {
    font-size: 28px;
  }

  .sm\:text-32 {
    font-size: 32px;
  }

  .sm\:text-40 {
    font-size: 40px;
  }

  .sm\:text-48 {
    font-size: 48px;
  }

  .sm\:text-56 {
    font-size: 56px;
  }

  .sm\:text-64 {
    font-size: 64px;
  }

  .sm\:text-72 {
    font-size: 72px;
  }

  .sm\:text-96 {
    font-size: 96px;
  }

  .sm\:text-128 {
    font-size: 128px;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-1 {
    width: 1px;
  }

  .sm\:w-2 {
    width: 2px;
  }

  .sm\:w-3 {
    width: 3px;
  }

  .sm\:w-4 {
    width: 4px;
  }

  .sm\:w-5 {
    width: 5px;
  }

  .sm\:w-6 {
    width: 6px;
  }

  .sm\:w-7 {
    width: 7px;
  }

  .sm\:w-8 {
    width: 8px;
  }

  .sm\:w-10 {
    width: 10px;
  }

  .sm\:w-12 {
    width: 12px;
  }

  .sm\:w-14 {
    width: 14px;
  }

  .sm\:w-16 {
    width: 16px;
  }

  .sm\:w-18 {
    width: 18px;
  }

  .sm\:w-20 {
    width: 20px;
  }

  .sm\:w-24 {
    width: 24px;
  }

  .sm\:w-28 {
    width: 28px;
  }

  .sm\:w-32 {
    width: 32px;
  }

  .sm\:w-36 {
    width: 36px;
  }

  .sm\:w-40 {
    width: 40px;
  }

  .sm\:w-44 {
    width: 44px;
  }

  .sm\:w-48 {
    width: 48px;
  }

  .sm\:w-52 {
    width: 52px;
  }

  .sm\:w-56 {
    width: 56px;
  }

  .sm\:w-60 {
    width: 60px;
  }

  .sm\:w-64 {
    width: 64px;
  }

  .sm\:w-72 {
    width: 72px;
  }

  .sm\:w-80 {
    width: 80px;
  }

  .sm\:w-88 {
    width: 88px;
  }

  .sm\:w-96 {
    width: 96px;
  }

  .sm\:w-104 {
    width: 104px;
  }

  .sm\:w-112 {
    width: 112px;
  }

  .sm\:w-120 {
    width: 120px;
  }

  .sm\:w-128 {
    width: 128px;
  }

  .sm\:w-144 {
    width: 144px;
  }

  .sm\:w-160 {
    width: 160px;
  }

  .sm\:w-176 {
    width: 176px;
  }

  .sm\:w-192 {
    width: 192px;
  }

  .sm\:w-208 {
    width: 208px;
  }

  .sm\:w-224 {
    width: 224px;
  }

  .sm\:w-240 {
    width: 240px;
  }

  .sm\:w-256 {
    width: 256px;
  }

  .sm\:w-272 {
    width: 272px;
  }

  .sm\:w-288 {
    width: 288px;
  }

  .sm\:w-304 {
    width: 304px;
  }

  .sm\:w-320 {
    width: 320px;
  }

  .sm\:w-336 {
    width: 336px;
  }

  .sm\:w-352 {
    width: 352px;
  }

  .sm\:w-368 {
    width: 368px;
  }

  .sm\:w-384 {
    width: 384px;
  }

  .sm\:w-400 {
    width: 400px;
  }

  .sm\:w-416 {
    width: 416px;
  }

  .sm\:w-432 {
    width: 432px;
  }

  .sm\:w-448 {
    width: 448px;
  }

  .sm\:w-464 {
    width: 464px;
  }

  .sm\:w-480 {
    width: 480px;
  }

  .sm\:w-496 {
    width: 496px;
  }

  .sm\:w-512 {
    width: 512px;
  }

  .sm\:w-528 {
    width: 528px;
  }

  .sm\:w-544 {
    width: 544px;
  }

  .sm\:w-560 {
    width: 560px;
  }

  .sm\:w-576 {
    width: 576px;
  }

  .sm\:w-592 {
    width: 592px;
  }

  .sm\:w-608 {
    width: 608px;
  }

  .sm\:w-624 {
    width: 624px;
  }

  .sm\:w-640 {
    width: 640px;
  }

  .sm\:w-672 {
    width: 672px;
  }

  .sm\:w-704 {
    width: 704px;
  }

  .sm\:w-736 {
    width: 736px;
  }

  .sm\:w-768 {
    width: 768px;
  }

  .sm\:w-800 {
    width: 800px;
  }

  .sm\:w-832 {
    width: 832px;
  }

  .sm\:w-864 {
    width: 864px;
  }

  .sm\:w-896 {
    width: 896px;
  }

  .sm\:w-928 {
    width: 928px;
  }

  .sm\:w-960 {
    width: 960px;
  }

  .sm\:w-992 {
    width: 992px;
  }

  .sm\:w-1024 {
    width: 1024px;
  }

  .sm\:w-1088 {
    width: 1088px;
  }

  .sm\:w-1152 {
    width: 1152px;
  }

  .sm\:w-1216 {
    width: 1216px;
  }

  .sm\:w-1280 {
    width: 1280px;
  }

  .sm\:w-1344 {
    width: 1344px;
  }

  .sm\:w-1408 {
    width: 1408px;
  }

  .sm\:w-1472 {
    width: 1472px;
  }

  .sm\:w-1536 {
    width: 1536px;
  }

  .sm\:w-1600 {
    width: 1600px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-1 {
    z-index: 1;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm\:transform-none {
    -webkit-transform: none;
            transform: none;
  }

  .sm\:origin-center {
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .sm\:origin-top {
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .sm\:origin-top-right {
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .sm\:origin-right {
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .sm\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .sm\:origin-left {
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .sm\:origin-top-left {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .sm\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .sm\:rotate-0 {
    --transform-rotate: 0;
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .sm\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .sm\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .sm\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .sm\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .sm\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .sm\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .sm\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .sm\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .sm\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .sm\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .sm\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .sm\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .sm\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .sm\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .sm\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .sm\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .sm\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .sm\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .sm\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .sm\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .sm\:transition-none {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .sm\:transition-all {
    -webkit-transition-property: all;
    transition-property: all;
  }

  .sm\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
  }

  .sm\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:transition-opacity {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .sm\:transition-shadow {
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
  }

  .sm\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .sm\:ease-linear {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .sm\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:duration-75 {
    -webkit-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .sm\:duration-100 {
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .sm\:duration-150 {
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .sm\:duration-200 {
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .sm\:duration-300 {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .sm\:duration-500 {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .sm\:duration-700 {
    -webkit-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}

@media (min-width: 768px) {
  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-black {
    background-color: #000000;
  }

  .md\:bg-black-90 {
    background-color: #000000E6;
  }

  .md\:bg-black-80 {
    background-color: #000000CD;
  }

  .md\:bg-black-70 {
    background-color: #000000B3;
  }

  .md\:bg-black-60 {
    background-color: #0000009A;
  }

  .md\:bg-black-50 {
    background-color: #00000080;
  }

  .md\:bg-black-40 {
    background-color: #00000066;
  }

  .md\:bg-black-30 {
    background-color: #0000004D;
  }

  .md\:bg-black-20 {
    background-color: #00000033;
  }

  .md\:bg-black-10 {
    background-color: #0000001A;
  }

  .md\:bg-white {
    background-color: #FFFFFF;
  }

  .md\:bg-white-90 {
    background-color: #FFFFFFE6;
  }

  .md\:bg-white-80 {
    background-color: #FFFFFFCD;
  }

  .md\:bg-white-70 {
    background-color: #FFFFFFB3;
  }

  .md\:bg-white-60 {
    background-color: #FFFFFF9A;
  }

  .md\:bg-white-50 {
    background-color: #FFFFFF80;
  }

  .md\:bg-white-40 {
    background-color: #FFFFFF66;
  }

  .md\:bg-white-30 {
    background-color: #FFFFFF4D;
  }

  .md\:bg-white-20 {
    background-color: #FFFFFF33;
  }

  .md\:bg-white-10 {
    background-color: #FFFFFF1A;
  }

  .md\:bg-blue-100 {
    background-color: #DEEFF7;
  }

  .md\:bg-blue-125 {
    background-color: #D0ECF7;
  }

  .md\:bg-blue-150 {
    background-color: #C4E8F7;
  }

  .md\:bg-blue-200 {
    background-color: #A7DFF7;
  }

  .md\:bg-blue-300 {
    background-color: #6DCCF5;
  }

  .md\:bg-blue-400 {
    background-color: #37B8F0;
  }

  .md\:bg-blue-500 {
    background-color: #12A4E2;
  }

  .md\:bg-blue-600 {
    background-color: #0990CA;
  }

  .md\:bg-blue-700 {
    background-color: #0575A5;
  }

  .md\:bg-blue-800 {
    background-color: #035273;
  }

  .md\:bg-blue-900 {
    background-color: #023043;
  }

  .md\:bg-gray-100 {
    background-color: #ECEEEE;
  }

  .md\:bg-gray-125 {
    background-color: #E7E9E9;
  }

  .md\:bg-gray-150 {
    background-color: #E1E4E5;
  }

  .md\:bg-gray-200 {
    background-color: #D3D7D9;
  }

  .md\:bg-gray-300 {
    background-color: #B8BFC1;
  }

  .md\:bg-gray-400 {
    background-color: #9EA6AA;
  }

  .md\:bg-gray-500 {
    background-color: #858F93;
  }

  .md\:bg-gray-600 {
    background-color: #6C757A;
  }

  .md\:bg-gray-700 {
    background-color: #565E61;
  }

  .md\:bg-gray-800 {
    background-color: #3C4144;
  }

  .md\:bg-gray-900 {
    background-color: #242729;
  }

  .md\:bg-red-100 {
    background-color: #FFECEC;
  }

  .md\:bg-red-125 {
    background-color: #FFE3E3;
  }

  .md\:bg-red-150 {
    background-color: #FFDADA;
  }

  .md\:bg-red-200 {
    background-color: #FFC7C7;
  }

  .md\:bg-red-300 {
    background-color: #FFA2A2;
  }

  .md\:bg-red-400 {
    background-color: #FF7D7D;
  }

  .md\:bg-red-500 {
    background-color: #FF5858;
  }

  .md\:bg-red-600 {
    background-color: #D33C3C;
  }

  .md\:bg-red-700 {
    background-color: #A42424;
  }

  .md\:bg-red-800 {
    background-color: #761212;
  }

  .md\:bg-red-900 {
    background-color: #460606;
  }

  .md\:bg-green-100 {
    background-color: #E4F1E8;
  }

  .md\:bg-green-200 {
    background-color: #B4E4C4;
  }

  .md\:bg-green-300 {
    background-color: #86D6A0;
  }

  .md\:bg-green-400 {
    background-color: #60C883;
  }

  .md\:bg-green-500 {
    background-color: #3EBB68;
  }

  .md\:bg-green-600 {
    background-color: #2B9D51;
  }

  .md\:bg-green-700 {
    background-color: #1D813E;
  }

  .md\:bg-green-800 {
    background-color: #11622C;
  }

  .md\:bg-green-900 {
    background-color: #08441C;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-black:hover {
    background-color: #000000;
  }

  .md\:hover\:bg-black-90:hover {
    background-color: #000000E6;
  }

  .md\:hover\:bg-black-80:hover {
    background-color: #000000CD;
  }

  .md\:hover\:bg-black-70:hover {
    background-color: #000000B3;
  }

  .md\:hover\:bg-black-60:hover {
    background-color: #0000009A;
  }

  .md\:hover\:bg-black-50:hover {
    background-color: #00000080;
  }

  .md\:hover\:bg-black-40:hover {
    background-color: #00000066;
  }

  .md\:hover\:bg-black-30:hover {
    background-color: #0000004D;
  }

  .md\:hover\:bg-black-20:hover {
    background-color: #00000033;
  }

  .md\:hover\:bg-black-10:hover {
    background-color: #0000001A;
  }

  .md\:hover\:bg-white:hover {
    background-color: #FFFFFF;
  }

  .md\:hover\:bg-white-90:hover {
    background-color: #FFFFFFE6;
  }

  .md\:hover\:bg-white-80:hover {
    background-color: #FFFFFFCD;
  }

  .md\:hover\:bg-white-70:hover {
    background-color: #FFFFFFB3;
  }

  .md\:hover\:bg-white-60:hover {
    background-color: #FFFFFF9A;
  }

  .md\:hover\:bg-white-50:hover {
    background-color: #FFFFFF80;
  }

  .md\:hover\:bg-white-40:hover {
    background-color: #FFFFFF66;
  }

  .md\:hover\:bg-white-30:hover {
    background-color: #FFFFFF4D;
  }

  .md\:hover\:bg-white-20:hover {
    background-color: #FFFFFF33;
  }

  .md\:hover\:bg-white-10:hover {
    background-color: #FFFFFF1A;
  }

  .md\:hover\:bg-blue-100:hover {
    background-color: #DEEFF7;
  }

  .md\:hover\:bg-blue-125:hover {
    background-color: #D0ECF7;
  }

  .md\:hover\:bg-blue-150:hover {
    background-color: #C4E8F7;
  }

  .md\:hover\:bg-blue-200:hover {
    background-color: #A7DFF7;
  }

  .md\:hover\:bg-blue-300:hover {
    background-color: #6DCCF5;
  }

  .md\:hover\:bg-blue-400:hover {
    background-color: #37B8F0;
  }

  .md\:hover\:bg-blue-500:hover {
    background-color: #12A4E2;
  }

  .md\:hover\:bg-blue-600:hover {
    background-color: #0990CA;
  }

  .md\:hover\:bg-blue-700:hover {
    background-color: #0575A5;
  }

  .md\:hover\:bg-blue-800:hover {
    background-color: #035273;
  }

  .md\:hover\:bg-blue-900:hover {
    background-color: #023043;
  }

  .md\:hover\:bg-gray-100:hover {
    background-color: #ECEEEE;
  }

  .md\:hover\:bg-gray-125:hover {
    background-color: #E7E9E9;
  }

  .md\:hover\:bg-gray-150:hover {
    background-color: #E1E4E5;
  }

  .md\:hover\:bg-gray-200:hover {
    background-color: #D3D7D9;
  }

  .md\:hover\:bg-gray-300:hover {
    background-color: #B8BFC1;
  }

  .md\:hover\:bg-gray-400:hover {
    background-color: #9EA6AA;
  }

  .md\:hover\:bg-gray-500:hover {
    background-color: #858F93;
  }

  .md\:hover\:bg-gray-600:hover {
    background-color: #6C757A;
  }

  .md\:hover\:bg-gray-700:hover {
    background-color: #565E61;
  }

  .md\:hover\:bg-gray-800:hover {
    background-color: #3C4144;
  }

  .md\:hover\:bg-gray-900:hover {
    background-color: #242729;
  }

  .md\:hover\:bg-red-100:hover {
    background-color: #FFECEC;
  }

  .md\:hover\:bg-red-125:hover {
    background-color: #FFE3E3;
  }

  .md\:hover\:bg-red-150:hover {
    background-color: #FFDADA;
  }

  .md\:hover\:bg-red-200:hover {
    background-color: #FFC7C7;
  }

  .md\:hover\:bg-red-300:hover {
    background-color: #FFA2A2;
  }

  .md\:hover\:bg-red-400:hover {
    background-color: #FF7D7D;
  }

  .md\:hover\:bg-red-500:hover {
    background-color: #FF5858;
  }

  .md\:hover\:bg-red-600:hover {
    background-color: #D33C3C;
  }

  .md\:hover\:bg-red-700:hover {
    background-color: #A42424;
  }

  .md\:hover\:bg-red-800:hover {
    background-color: #761212;
  }

  .md\:hover\:bg-red-900:hover {
    background-color: #460606;
  }

  .md\:hover\:bg-green-100:hover {
    background-color: #E4F1E8;
  }

  .md\:hover\:bg-green-200:hover {
    background-color: #B4E4C4;
  }

  .md\:hover\:bg-green-300:hover {
    background-color: #86D6A0;
  }

  .md\:hover\:bg-green-400:hover {
    background-color: #60C883;
  }

  .md\:hover\:bg-green-500:hover {
    background-color: #3EBB68;
  }

  .md\:hover\:bg-green-600:hover {
    background-color: #2B9D51;
  }

  .md\:hover\:bg-green-700:hover {
    background-color: #1D813E;
  }

  .md\:hover\:bg-green-800:hover {
    background-color: #11622C;
  }

  .md\:hover\:bg-green-900:hover {
    background-color: #08441C;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-black:focus {
    background-color: #000000;
  }

  .md\:focus\:bg-black-90:focus {
    background-color: #000000E6;
  }

  .md\:focus\:bg-black-80:focus {
    background-color: #000000CD;
  }

  .md\:focus\:bg-black-70:focus {
    background-color: #000000B3;
  }

  .md\:focus\:bg-black-60:focus {
    background-color: #0000009A;
  }

  .md\:focus\:bg-black-50:focus {
    background-color: #00000080;
  }

  .md\:focus\:bg-black-40:focus {
    background-color: #00000066;
  }

  .md\:focus\:bg-black-30:focus {
    background-color: #0000004D;
  }

  .md\:focus\:bg-black-20:focus {
    background-color: #00000033;
  }

  .md\:focus\:bg-black-10:focus {
    background-color: #0000001A;
  }

  .md\:focus\:bg-white:focus {
    background-color: #FFFFFF;
  }

  .md\:focus\:bg-white-90:focus {
    background-color: #FFFFFFE6;
  }

  .md\:focus\:bg-white-80:focus {
    background-color: #FFFFFFCD;
  }

  .md\:focus\:bg-white-70:focus {
    background-color: #FFFFFFB3;
  }

  .md\:focus\:bg-white-60:focus {
    background-color: #FFFFFF9A;
  }

  .md\:focus\:bg-white-50:focus {
    background-color: #FFFFFF80;
  }

  .md\:focus\:bg-white-40:focus {
    background-color: #FFFFFF66;
  }

  .md\:focus\:bg-white-30:focus {
    background-color: #FFFFFF4D;
  }

  .md\:focus\:bg-white-20:focus {
    background-color: #FFFFFF33;
  }

  .md\:focus\:bg-white-10:focus {
    background-color: #FFFFFF1A;
  }

  .md\:focus\:bg-blue-100:focus {
    background-color: #DEEFF7;
  }

  .md\:focus\:bg-blue-125:focus {
    background-color: #D0ECF7;
  }

  .md\:focus\:bg-blue-150:focus {
    background-color: #C4E8F7;
  }

  .md\:focus\:bg-blue-200:focus {
    background-color: #A7DFF7;
  }

  .md\:focus\:bg-blue-300:focus {
    background-color: #6DCCF5;
  }

  .md\:focus\:bg-blue-400:focus {
    background-color: #37B8F0;
  }

  .md\:focus\:bg-blue-500:focus {
    background-color: #12A4E2;
  }

  .md\:focus\:bg-blue-600:focus {
    background-color: #0990CA;
  }

  .md\:focus\:bg-blue-700:focus {
    background-color: #0575A5;
  }

  .md\:focus\:bg-blue-800:focus {
    background-color: #035273;
  }

  .md\:focus\:bg-blue-900:focus {
    background-color: #023043;
  }

  .md\:focus\:bg-gray-100:focus {
    background-color: #ECEEEE;
  }

  .md\:focus\:bg-gray-125:focus {
    background-color: #E7E9E9;
  }

  .md\:focus\:bg-gray-150:focus {
    background-color: #E1E4E5;
  }

  .md\:focus\:bg-gray-200:focus {
    background-color: #D3D7D9;
  }

  .md\:focus\:bg-gray-300:focus {
    background-color: #B8BFC1;
  }

  .md\:focus\:bg-gray-400:focus {
    background-color: #9EA6AA;
  }

  .md\:focus\:bg-gray-500:focus {
    background-color: #858F93;
  }

  .md\:focus\:bg-gray-600:focus {
    background-color: #6C757A;
  }

  .md\:focus\:bg-gray-700:focus {
    background-color: #565E61;
  }

  .md\:focus\:bg-gray-800:focus {
    background-color: #3C4144;
  }

  .md\:focus\:bg-gray-900:focus {
    background-color: #242729;
  }

  .md\:focus\:bg-red-100:focus {
    background-color: #FFECEC;
  }

  .md\:focus\:bg-red-125:focus {
    background-color: #FFE3E3;
  }

  .md\:focus\:bg-red-150:focus {
    background-color: #FFDADA;
  }

  .md\:focus\:bg-red-200:focus {
    background-color: #FFC7C7;
  }

  .md\:focus\:bg-red-300:focus {
    background-color: #FFA2A2;
  }

  .md\:focus\:bg-red-400:focus {
    background-color: #FF7D7D;
  }

  .md\:focus\:bg-red-500:focus {
    background-color: #FF5858;
  }

  .md\:focus\:bg-red-600:focus {
    background-color: #D33C3C;
  }

  .md\:focus\:bg-red-700:focus {
    background-color: #A42424;
  }

  .md\:focus\:bg-red-800:focus {
    background-color: #761212;
  }

  .md\:focus\:bg-red-900:focus {
    background-color: #460606;
  }

  .md\:focus\:bg-green-100:focus {
    background-color: #E4F1E8;
  }

  .md\:focus\:bg-green-200:focus {
    background-color: #B4E4C4;
  }

  .md\:focus\:bg-green-300:focus {
    background-color: #86D6A0;
  }

  .md\:focus\:bg-green-400:focus {
    background-color: #60C883;
  }

  .md\:focus\:bg-green-500:focus {
    background-color: #3EBB68;
  }

  .md\:focus\:bg-green-600:focus {
    background-color: #2B9D51;
  }

  .md\:focus\:bg-green-700:focus {
    background-color: #1D813E;
  }

  .md\:focus\:bg-green-800:focus {
    background-color: #11622C;
  }

  .md\:focus\:bg-green-900:focus {
    background-color: #08441C;
  }

  .md\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .md\:active\:bg-black:active {
    background-color: #000000;
  }

  .md\:active\:bg-black-90:active {
    background-color: #000000E6;
  }

  .md\:active\:bg-black-80:active {
    background-color: #000000CD;
  }

  .md\:active\:bg-black-70:active {
    background-color: #000000B3;
  }

  .md\:active\:bg-black-60:active {
    background-color: #0000009A;
  }

  .md\:active\:bg-black-50:active {
    background-color: #00000080;
  }

  .md\:active\:bg-black-40:active {
    background-color: #00000066;
  }

  .md\:active\:bg-black-30:active {
    background-color: #0000004D;
  }

  .md\:active\:bg-black-20:active {
    background-color: #00000033;
  }

  .md\:active\:bg-black-10:active {
    background-color: #0000001A;
  }

  .md\:active\:bg-white:active {
    background-color: #FFFFFF;
  }

  .md\:active\:bg-white-90:active {
    background-color: #FFFFFFE6;
  }

  .md\:active\:bg-white-80:active {
    background-color: #FFFFFFCD;
  }

  .md\:active\:bg-white-70:active {
    background-color: #FFFFFFB3;
  }

  .md\:active\:bg-white-60:active {
    background-color: #FFFFFF9A;
  }

  .md\:active\:bg-white-50:active {
    background-color: #FFFFFF80;
  }

  .md\:active\:bg-white-40:active {
    background-color: #FFFFFF66;
  }

  .md\:active\:bg-white-30:active {
    background-color: #FFFFFF4D;
  }

  .md\:active\:bg-white-20:active {
    background-color: #FFFFFF33;
  }

  .md\:active\:bg-white-10:active {
    background-color: #FFFFFF1A;
  }

  .md\:active\:bg-blue-100:active {
    background-color: #DEEFF7;
  }

  .md\:active\:bg-blue-125:active {
    background-color: #D0ECF7;
  }

  .md\:active\:bg-blue-150:active {
    background-color: #C4E8F7;
  }

  .md\:active\:bg-blue-200:active {
    background-color: #A7DFF7;
  }

  .md\:active\:bg-blue-300:active {
    background-color: #6DCCF5;
  }

  .md\:active\:bg-blue-400:active {
    background-color: #37B8F0;
  }

  .md\:active\:bg-blue-500:active {
    background-color: #12A4E2;
  }

  .md\:active\:bg-blue-600:active {
    background-color: #0990CA;
  }

  .md\:active\:bg-blue-700:active {
    background-color: #0575A5;
  }

  .md\:active\:bg-blue-800:active {
    background-color: #035273;
  }

  .md\:active\:bg-blue-900:active {
    background-color: #023043;
  }

  .md\:active\:bg-gray-100:active {
    background-color: #ECEEEE;
  }

  .md\:active\:bg-gray-125:active {
    background-color: #E7E9E9;
  }

  .md\:active\:bg-gray-150:active {
    background-color: #E1E4E5;
  }

  .md\:active\:bg-gray-200:active {
    background-color: #D3D7D9;
  }

  .md\:active\:bg-gray-300:active {
    background-color: #B8BFC1;
  }

  .md\:active\:bg-gray-400:active {
    background-color: #9EA6AA;
  }

  .md\:active\:bg-gray-500:active {
    background-color: #858F93;
  }

  .md\:active\:bg-gray-600:active {
    background-color: #6C757A;
  }

  .md\:active\:bg-gray-700:active {
    background-color: #565E61;
  }

  .md\:active\:bg-gray-800:active {
    background-color: #3C4144;
  }

  .md\:active\:bg-gray-900:active {
    background-color: #242729;
  }

  .md\:active\:bg-red-100:active {
    background-color: #FFECEC;
  }

  .md\:active\:bg-red-125:active {
    background-color: #FFE3E3;
  }

  .md\:active\:bg-red-150:active {
    background-color: #FFDADA;
  }

  .md\:active\:bg-red-200:active {
    background-color: #FFC7C7;
  }

  .md\:active\:bg-red-300:active {
    background-color: #FFA2A2;
  }

  .md\:active\:bg-red-400:active {
    background-color: #FF7D7D;
  }

  .md\:active\:bg-red-500:active {
    background-color: #FF5858;
  }

  .md\:active\:bg-red-600:active {
    background-color: #D33C3C;
  }

  .md\:active\:bg-red-700:active {
    background-color: #A42424;
  }

  .md\:active\:bg-red-800:active {
    background-color: #761212;
  }

  .md\:active\:bg-red-900:active {
    background-color: #460606;
  }

  .md\:active\:bg-green-100:active {
    background-color: #E4F1E8;
  }

  .md\:active\:bg-green-200:active {
    background-color: #B4E4C4;
  }

  .md\:active\:bg-green-300:active {
    background-color: #86D6A0;
  }

  .md\:active\:bg-green-400:active {
    background-color: #60C883;
  }

  .md\:active\:bg-green-500:active {
    background-color: #3EBB68;
  }

  .md\:active\:bg-green-600:active {
    background-color: #2B9D51;
  }

  .md\:active\:bg-green-700:active {
    background-color: #1D813E;
  }

  .md\:active\:bg-green-800:active {
    background-color: #11622C;
  }

  .md\:active\:bg-green-900:active {
    background-color: #08441C;
  }

  .md\:rounded {
    border-radius: 3px;
  }

  .md\:rounded-3px {
    border-radius: 3px;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .md\:rounded-r {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .md\:rounded-l {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .md\:rounded-t-3px {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .md\:rounded-r-3px {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .md\:rounded-b-3px {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .md\:rounded-l-3px {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl {
    border-top-left-radius: 3px;
  }

  .md\:rounded-tr {
    border-top-right-radius: 3px;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 3px;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 3px;
  }

  .md\:rounded-tl-3px {
    border-top-left-radius: 3px;
  }

  .md\:rounded-tr-3px {
    border-top-right-radius: 3px;
  }

  .md\:rounded-br-3px {
    border-bottom-right-radius: 3px;
  }

  .md\:rounded-bl-3px {
    border-bottom-left-radius: 3px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: -webkit-box;
    display: flex;
  }

  .md\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:table {
    display: table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .md\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .md\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .md\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .md\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .md\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .md\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .md\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .md\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .md\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .md\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .md\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .md\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .md\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .md\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .md\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .md\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .md\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 1px;
  }

  .md\:h-2 {
    height: 2px;
  }

  .md\:h-3 {
    height: 3px;
  }

  .md\:h-4 {
    height: 4px;
  }

  .md\:h-5 {
    height: 5px;
  }

  .md\:h-6 {
    height: 6px;
  }

  .md\:h-7 {
    height: 7px;
  }

  .md\:h-8 {
    height: 8px;
  }

  .md\:h-10 {
    height: 10px;
  }

  .md\:h-12 {
    height: 12px;
  }

  .md\:h-14 {
    height: 14px;
  }

  .md\:h-16 {
    height: 16px;
  }

  .md\:h-18 {
    height: 18px;
  }

  .md\:h-20 {
    height: 20px;
  }

  .md\:h-24 {
    height: 24px;
  }

  .md\:h-28 {
    height: 28px;
  }

  .md\:h-32 {
    height: 32px;
  }

  .md\:h-36 {
    height: 36px;
  }

  .md\:h-40 {
    height: 40px;
  }

  .md\:h-44 {
    height: 44px;
  }

  .md\:h-48 {
    height: 48px;
  }

  .md\:h-52 {
    height: 52px;
  }

  .md\:h-56 {
    height: 56px;
  }

  .md\:h-60 {
    height: 60px;
  }

  .md\:h-64 {
    height: 64px;
  }

  .md\:h-72 {
    height: 72px;
  }

  .md\:h-80 {
    height: 80px;
  }

  .md\:h-88 {
    height: 88px;
  }

  .md\:h-96 {
    height: 96px;
  }

  .md\:h-104 {
    height: 104px;
  }

  .md\:h-112 {
    height: 112px;
  }

  .md\:h-120 {
    height: 120px;
  }

  .md\:h-128 {
    height: 128px;
  }

  .md\:h-144 {
    height: 144px;
  }

  .md\:h-160 {
    height: 160px;
  }

  .md\:h-176 {
    height: 176px;
  }

  .md\:h-192 {
    height: 192px;
  }

  .md\:h-208 {
    height: 208px;
  }

  .md\:h-224 {
    height: 224px;
  }

  .md\:h-240 {
    height: 240px;
  }

  .md\:h-256 {
    height: 256px;
  }

  .md\:h-272 {
    height: 272px;
  }

  .md\:h-288 {
    height: 288px;
  }

  .md\:h-304 {
    height: 304px;
  }

  .md\:h-320 {
    height: 320px;
  }

  .md\:h-336 {
    height: 336px;
  }

  .md\:h-352 {
    height: 352px;
  }

  .md\:h-368 {
    height: 368px;
  }

  .md\:h-384 {
    height: 384px;
  }

  .md\:h-400 {
    height: 400px;
  }

  .md\:h-416 {
    height: 416px;
  }

  .md\:h-432 {
    height: 432px;
  }

  .md\:h-448 {
    height: 448px;
  }

  .md\:h-464 {
    height: 464px;
  }

  .md\:h-480 {
    height: 480px;
  }

  .md\:h-496 {
    height: 496px;
  }

  .md\:h-512 {
    height: 512px;
  }

  .md\:h-528 {
    height: 528px;
  }

  .md\:h-544 {
    height: 544px;
  }

  .md\:h-560 {
    height: 560px;
  }

  .md\:h-576 {
    height: 576px;
  }

  .md\:h-592 {
    height: 592px;
  }

  .md\:h-608 {
    height: 608px;
  }

  .md\:h-624 {
    height: 624px;
  }

  .md\:h-640 {
    height: 640px;
  }

  .md\:h-672 {
    height: 672px;
  }

  .md\:h-704 {
    height: 704px;
  }

  .md\:h-736 {
    height: 736px;
  }

  .md\:h-768 {
    height: 768px;
  }

  .md\:h-800 {
    height: 800px;
  }

  .md\:h-832 {
    height: 832px;
  }

  .md\:h-864 {
    height: 864px;
  }

  .md\:h-896 {
    height: 896px;
  }

  .md\:h-928 {
    height: 928px;
  }

  .md\:h-960 {
    height: 960px;
  }

  .md\:h-992 {
    height: 992px;
  }

  .md\:h-1024 {
    height: 1024px;
  }

  .md\:h-1088 {
    height: 1088px;
  }

  .md\:h-1152 {
    height: 1152px;
  }

  .md\:h-1216 {
    height: 1216px;
  }

  .md\:h-1280 {
    height: 1280px;
  }

  .md\:h-1344 {
    height: 1344px;
  }

  .md\:h-1408 {
    height: 1408px;
  }

  .md\:h-1472 {
    height: 1472px;
  }

  .md\:h-1536 {
    height: 1536px;
  }

  .md\:h-1600 {
    height: 1600px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-1\/12 {
    height: 8.333333%;
  }

  .md\:h-2\/12 {
    height: 16.666667%;
  }

  .md\:h-3\/12 {
    height: 25%;
  }

  .md\:h-4\/12 {
    height: 33.333333%;
  }

  .md\:h-5\/12 {
    height: 41.666667%;
  }

  .md\:h-6\/12 {
    height: 50%;
  }

  .md\:h-7\/12 {
    height: 58.333333%;
  }

  .md\:h-8\/12 {
    height: 66.666667%;
  }

  .md\:h-9\/12 {
    height: 75%;
  }

  .md\:h-10\/12 {
    height: 83.333333%;
  }

  .md\:h-11\/12 {
    height: 91.666667%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 1px;
  }

  .md\:m-2 {
    margin: 2px;
  }

  .md\:m-3 {
    margin: 3px;
  }

  .md\:m-4 {
    margin: 4px;
  }

  .md\:m-5 {
    margin: 5px;
  }

  .md\:m-6 {
    margin: 6px;
  }

  .md\:m-7 {
    margin: 7px;
  }

  .md\:m-8 {
    margin: 8px;
  }

  .md\:m-10 {
    margin: 10px;
  }

  .md\:m-12 {
    margin: 12px;
  }

  .md\:m-14 {
    margin: 14px;
  }

  .md\:m-16 {
    margin: 16px;
  }

  .md\:m-18 {
    margin: 18px;
  }

  .md\:m-20 {
    margin: 20px;
  }

  .md\:m-24 {
    margin: 24px;
  }

  .md\:m-28 {
    margin: 28px;
  }

  .md\:m-32 {
    margin: 32px;
  }

  .md\:m-36 {
    margin: 36px;
  }

  .md\:m-40 {
    margin: 40px;
  }

  .md\:m-44 {
    margin: 44px;
  }

  .md\:m-48 {
    margin: 48px;
  }

  .md\:m-52 {
    margin: 52px;
  }

  .md\:m-56 {
    margin: 56px;
  }

  .md\:m-60 {
    margin: 60px;
  }

  .md\:m-64 {
    margin: 64px;
  }

  .md\:m-72 {
    margin: 72px;
  }

  .md\:m-80 {
    margin: 80px;
  }

  .md\:m-88 {
    margin: 88px;
  }

  .md\:m-96 {
    margin: 96px;
  }

  .md\:m-104 {
    margin: 104px;
  }

  .md\:m-112 {
    margin: 112px;
  }

  .md\:m-120 {
    margin: 120px;
  }

  .md\:m-128 {
    margin: 128px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:-m-1 {
    margin: -1px;
  }

  .md\:-m-2 {
    margin: -2px;
  }

  .md\:-m-3 {
    margin: -3px;
  }

  .md\:-m-4 {
    margin: -4px;
  }

  .md\:-m-5 {
    margin: -5px;
  }

  .md\:-m-6 {
    margin: -6px;
  }

  .md\:-m-7 {
    margin: -7px;
  }

  .md\:-m-8 {
    margin: -8px;
  }

  .md\:-m-10 {
    margin: -10px;
  }

  .md\:-m-12 {
    margin: -12px;
  }

  .md\:-m-14 {
    margin: -14px;
  }

  .md\:-m-16 {
    margin: -16px;
  }

  .md\:-m-18 {
    margin: -18px;
  }

  .md\:-m-20 {
    margin: -20px;
  }

  .md\:-m-24 {
    margin: -24px;
  }

  .md\:-m-28 {
    margin: -28px;
  }

  .md\:-m-32 {
    margin: -32px;
  }

  .md\:-m-36 {
    margin: -36px;
  }

  .md\:-m-40 {
    margin: -40px;
  }

  .md\:-m-44 {
    margin: -44px;
  }

  .md\:-m-48 {
    margin: -48px;
  }

  .md\:-m-52 {
    margin: -52px;
  }

  .md\:-m-56 {
    margin: -56px;
  }

  .md\:-m-60 {
    margin: -60px;
  }

  .md\:-m-64 {
    margin: -64px;
  }

  .md\:-m-72 {
    margin: -72px;
  }

  .md\:-m-80 {
    margin: -80px;
  }

  .md\:-m-88 {
    margin: -88px;
  }

  .md\:-m-96 {
    margin: -96px;
  }

  .md\:-m-104 {
    margin: -104px;
  }

  .md\:-m-112 {
    margin: -112px;
  }

  .md\:-m-120 {
    margin: -120px;
  }

  .md\:-m-128 {
    margin: -128px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .md\:mx-2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .md\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:my-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .md\:mx-7 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .md\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .md\:mx-44 {
    margin-left: 44px;
    margin-right: 44px;
  }

  .md\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md\:my-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .md\:mx-52 {
    margin-left: 52px;
    margin-right: 52px;
  }

  .md\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md\:my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .md\:mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .md\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:my-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .md\:mx-88 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .md\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md\:my-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }

  .md\:mx-104 {
    margin-left: 104px;
    margin-right: 104px;
  }

  .md\:my-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .md\:mx-112 {
    margin-left: 112px;
    margin-right: 112px;
  }

  .md\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-my-1 {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-1 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-2 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .md\:-mx-2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .md\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md\:-my-7 {
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .md\:-mx-7 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .md\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:-my-44 {
    margin-top: -44px;
    margin-bottom: -44px;
  }

  .md\:-mx-44 {
    margin-left: -44px;
    margin-right: -44px;
  }

  .md\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md\:-my-52 {
    margin-top: -52px;
    margin-bottom: -52px;
  }

  .md\:-mx-52 {
    margin-left: -52px;
    margin-right: -52px;
  }

  .md\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md\:-my-72 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .md\:-mx-72 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .md\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:-my-88 {
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .md\:-mx-88 {
    margin-left: -88px;
    margin-right: -88px;
  }

  .md\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md\:-my-104 {
    margin-top: -104px;
    margin-bottom: -104px;
  }

  .md\:-mx-104 {
    margin-left: -104px;
    margin-right: -104px;
  }

  .md\:-my-112 {
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .md\:-mx-112 {
    margin-left: -112px;
    margin-right: -112px;
  }

  .md\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: 1px;
  }

  .md\:mr-1 {
    margin-right: 1px;
  }

  .md\:mb-1 {
    margin-bottom: 1px;
  }

  .md\:ml-1 {
    margin-left: 1px;
  }

  .md\:mt-2 {
    margin-top: 2px;
  }

  .md\:mr-2 {
    margin-right: 2px;
  }

  .md\:mb-2 {
    margin-bottom: 2px;
  }

  .md\:ml-2 {
    margin-left: 2px;
  }

  .md\:mt-3 {
    margin-top: 3px;
  }

  .md\:mr-3 {
    margin-right: 3px;
  }

  .md\:mb-3 {
    margin-bottom: 3px;
  }

  .md\:ml-3 {
    margin-left: 3px;
  }

  .md\:mt-4 {
    margin-top: 4px;
  }

  .md\:mr-4 {
    margin-right: 4px;
  }

  .md\:mb-4 {
    margin-bottom: 4px;
  }

  .md\:ml-4 {
    margin-left: 4px;
  }

  .md\:mt-5 {
    margin-top: 5px;
  }

  .md\:mr-5 {
    margin-right: 5px;
  }

  .md\:mb-5 {
    margin-bottom: 5px;
  }

  .md\:ml-5 {
    margin-left: 5px;
  }

  .md\:mt-6 {
    margin-top: 6px;
  }

  .md\:mr-6 {
    margin-right: 6px;
  }

  .md\:mb-6 {
    margin-bottom: 6px;
  }

  .md\:ml-6 {
    margin-left: 6px;
  }

  .md\:mt-7 {
    margin-top: 7px;
  }

  .md\:mr-7 {
    margin-right: 7px;
  }

  .md\:mb-7 {
    margin-bottom: 7px;
  }

  .md\:ml-7 {
    margin-left: 7px;
  }

  .md\:mt-8 {
    margin-top: 8px;
  }

  .md\:mr-8 {
    margin-right: 8px;
  }

  .md\:mb-8 {
    margin-bottom: 8px;
  }

  .md\:ml-8 {
    margin-left: 8px;
  }

  .md\:mt-10 {
    margin-top: 10px;
  }

  .md\:mr-10 {
    margin-right: 10px;
  }

  .md\:mb-10 {
    margin-bottom: 10px;
  }

  .md\:ml-10 {
    margin-left: 10px;
  }

  .md\:mt-12 {
    margin-top: 12px;
  }

  .md\:mr-12 {
    margin-right: 12px;
  }

  .md\:mb-12 {
    margin-bottom: 12px;
  }

  .md\:ml-12 {
    margin-left: 12px;
  }

  .md\:mt-14 {
    margin-top: 14px;
  }

  .md\:mr-14 {
    margin-right: 14px;
  }

  .md\:mb-14 {
    margin-bottom: 14px;
  }

  .md\:ml-14 {
    margin-left: 14px;
  }

  .md\:mt-16 {
    margin-top: 16px;
  }

  .md\:mr-16 {
    margin-right: 16px;
  }

  .md\:mb-16 {
    margin-bottom: 16px;
  }

  .md\:ml-16 {
    margin-left: 16px;
  }

  .md\:mt-18 {
    margin-top: 18px;
  }

  .md\:mr-18 {
    margin-right: 18px;
  }

  .md\:mb-18 {
    margin-bottom: 18px;
  }

  .md\:ml-18 {
    margin-left: 18px;
  }

  .md\:mt-20 {
    margin-top: 20px;
  }

  .md\:mr-20 {
    margin-right: 20px;
  }

  .md\:mb-20 {
    margin-bottom: 20px;
  }

  .md\:ml-20 {
    margin-left: 20px;
  }

  .md\:mt-24 {
    margin-top: 24px;
  }

  .md\:mr-24 {
    margin-right: 24px;
  }

  .md\:mb-24 {
    margin-bottom: 24px;
  }

  .md\:ml-24 {
    margin-left: 24px;
  }

  .md\:mt-28 {
    margin-top: 28px;
  }

  .md\:mr-28 {
    margin-right: 28px;
  }

  .md\:mb-28 {
    margin-bottom: 28px;
  }

  .md\:ml-28 {
    margin-left: 28px;
  }

  .md\:mt-32 {
    margin-top: 32px;
  }

  .md\:mr-32 {
    margin-right: 32px;
  }

  .md\:mb-32 {
    margin-bottom: 32px;
  }

  .md\:ml-32 {
    margin-left: 32px;
  }

  .md\:mt-36 {
    margin-top: 36px;
  }

  .md\:mr-36 {
    margin-right: 36px;
  }

  .md\:mb-36 {
    margin-bottom: 36px;
  }

  .md\:ml-36 {
    margin-left: 36px;
  }

  .md\:mt-40 {
    margin-top: 40px;
  }

  .md\:mr-40 {
    margin-right: 40px;
  }

  .md\:mb-40 {
    margin-bottom: 40px;
  }

  .md\:ml-40 {
    margin-left: 40px;
  }

  .md\:mt-44 {
    margin-top: 44px;
  }

  .md\:mr-44 {
    margin-right: 44px;
  }

  .md\:mb-44 {
    margin-bottom: 44px;
  }

  .md\:ml-44 {
    margin-left: 44px;
  }

  .md\:mt-48 {
    margin-top: 48px;
  }

  .md\:mr-48 {
    margin-right: 48px;
  }

  .md\:mb-48 {
    margin-bottom: 48px;
  }

  .md\:ml-48 {
    margin-left: 48px;
  }

  .md\:mt-52 {
    margin-top: 52px;
  }

  .md\:mr-52 {
    margin-right: 52px;
  }

  .md\:mb-52 {
    margin-bottom: 52px;
  }

  .md\:ml-52 {
    margin-left: 52px;
  }

  .md\:mt-56 {
    margin-top: 56px;
  }

  .md\:mr-56 {
    margin-right: 56px;
  }

  .md\:mb-56 {
    margin-bottom: 56px;
  }

  .md\:ml-56 {
    margin-left: 56px;
  }

  .md\:mt-60 {
    margin-top: 60px;
  }

  .md\:mr-60 {
    margin-right: 60px;
  }

  .md\:mb-60 {
    margin-bottom: 60px;
  }

  .md\:ml-60 {
    margin-left: 60px;
  }

  .md\:mt-64 {
    margin-top: 64px;
  }

  .md\:mr-64 {
    margin-right: 64px;
  }

  .md\:mb-64 {
    margin-bottom: 64px;
  }

  .md\:ml-64 {
    margin-left: 64px;
  }

  .md\:mt-72 {
    margin-top: 72px;
  }

  .md\:mr-72 {
    margin-right: 72px;
  }

  .md\:mb-72 {
    margin-bottom: 72px;
  }

  .md\:ml-72 {
    margin-left: 72px;
  }

  .md\:mt-80 {
    margin-top: 80px;
  }

  .md\:mr-80 {
    margin-right: 80px;
  }

  .md\:mb-80 {
    margin-bottom: 80px;
  }

  .md\:ml-80 {
    margin-left: 80px;
  }

  .md\:mt-88 {
    margin-top: 88px;
  }

  .md\:mr-88 {
    margin-right: 88px;
  }

  .md\:mb-88 {
    margin-bottom: 88px;
  }

  .md\:ml-88 {
    margin-left: 88px;
  }

  .md\:mt-96 {
    margin-top: 96px;
  }

  .md\:mr-96 {
    margin-right: 96px;
  }

  .md\:mb-96 {
    margin-bottom: 96px;
  }

  .md\:ml-96 {
    margin-left: 96px;
  }

  .md\:mt-104 {
    margin-top: 104px;
  }

  .md\:mr-104 {
    margin-right: 104px;
  }

  .md\:mb-104 {
    margin-bottom: 104px;
  }

  .md\:ml-104 {
    margin-left: 104px;
  }

  .md\:mt-112 {
    margin-top: 112px;
  }

  .md\:mr-112 {
    margin-right: 112px;
  }

  .md\:mb-112 {
    margin-bottom: 112px;
  }

  .md\:ml-112 {
    margin-left: 112px;
  }

  .md\:mt-120 {
    margin-top: 120px;
  }

  .md\:mr-120 {
    margin-right: 120px;
  }

  .md\:mb-120 {
    margin-bottom: 120px;
  }

  .md\:ml-120 {
    margin-left: 120px;
  }

  .md\:mt-128 {
    margin-top: 128px;
  }

  .md\:mr-128 {
    margin-right: 128px;
  }

  .md\:mb-128 {
    margin-bottom: 128px;
  }

  .md\:ml-128 {
    margin-left: 128px;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:-mt-1 {
    margin-top: -1px;
  }

  .md\:-mr-1 {
    margin-right: -1px;
  }

  .md\:-mb-1 {
    margin-bottom: -1px;
  }

  .md\:-ml-1 {
    margin-left: -1px;
  }

  .md\:-mt-2 {
    margin-top: -2px;
  }

  .md\:-mr-2 {
    margin-right: -2px;
  }

  .md\:-mb-2 {
    margin-bottom: -2px;
  }

  .md\:-ml-2 {
    margin-left: -2px;
  }

  .md\:-mt-3 {
    margin-top: -3px;
  }

  .md\:-mr-3 {
    margin-right: -3px;
  }

  .md\:-mb-3 {
    margin-bottom: -3px;
  }

  .md\:-ml-3 {
    margin-left: -3px;
  }

  .md\:-mt-4 {
    margin-top: -4px;
  }

  .md\:-mr-4 {
    margin-right: -4px;
  }

  .md\:-mb-4 {
    margin-bottom: -4px;
  }

  .md\:-ml-4 {
    margin-left: -4px;
  }

  .md\:-mt-5 {
    margin-top: -5px;
  }

  .md\:-mr-5 {
    margin-right: -5px;
  }

  .md\:-mb-5 {
    margin-bottom: -5px;
  }

  .md\:-ml-5 {
    margin-left: -5px;
  }

  .md\:-mt-6 {
    margin-top: -6px;
  }

  .md\:-mr-6 {
    margin-right: -6px;
  }

  .md\:-mb-6 {
    margin-bottom: -6px;
  }

  .md\:-ml-6 {
    margin-left: -6px;
  }

  .md\:-mt-7 {
    margin-top: -7px;
  }

  .md\:-mr-7 {
    margin-right: -7px;
  }

  .md\:-mb-7 {
    margin-bottom: -7px;
  }

  .md\:-ml-7 {
    margin-left: -7px;
  }

  .md\:-mt-8 {
    margin-top: -8px;
  }

  .md\:-mr-8 {
    margin-right: -8px;
  }

  .md\:-mb-8 {
    margin-bottom: -8px;
  }

  .md\:-ml-8 {
    margin-left: -8px;
  }

  .md\:-mt-10 {
    margin-top: -10px;
  }

  .md\:-mr-10 {
    margin-right: -10px;
  }

  .md\:-mb-10 {
    margin-bottom: -10px;
  }

  .md\:-ml-10 {
    margin-left: -10px;
  }

  .md\:-mt-12 {
    margin-top: -12px;
  }

  .md\:-mr-12 {
    margin-right: -12px;
  }

  .md\:-mb-12 {
    margin-bottom: -12px;
  }

  .md\:-ml-12 {
    margin-left: -12px;
  }

  .md\:-mt-14 {
    margin-top: -14px;
  }

  .md\:-mr-14 {
    margin-right: -14px;
  }

  .md\:-mb-14 {
    margin-bottom: -14px;
  }

  .md\:-ml-14 {
    margin-left: -14px;
  }

  .md\:-mt-16 {
    margin-top: -16px;
  }

  .md\:-mr-16 {
    margin-right: -16px;
  }

  .md\:-mb-16 {
    margin-bottom: -16px;
  }

  .md\:-ml-16 {
    margin-left: -16px;
  }

  .md\:-mt-18 {
    margin-top: -18px;
  }

  .md\:-mr-18 {
    margin-right: -18px;
  }

  .md\:-mb-18 {
    margin-bottom: -18px;
  }

  .md\:-ml-18 {
    margin-left: -18px;
  }

  .md\:-mt-20 {
    margin-top: -20px;
  }

  .md\:-mr-20 {
    margin-right: -20px;
  }

  .md\:-mb-20 {
    margin-bottom: -20px;
  }

  .md\:-ml-20 {
    margin-left: -20px;
  }

  .md\:-mt-24 {
    margin-top: -24px;
  }

  .md\:-mr-24 {
    margin-right: -24px;
  }

  .md\:-mb-24 {
    margin-bottom: -24px;
  }

  .md\:-ml-24 {
    margin-left: -24px;
  }

  .md\:-mt-28 {
    margin-top: -28px;
  }

  .md\:-mr-28 {
    margin-right: -28px;
  }

  .md\:-mb-28 {
    margin-bottom: -28px;
  }

  .md\:-ml-28 {
    margin-left: -28px;
  }

  .md\:-mt-32 {
    margin-top: -32px;
  }

  .md\:-mr-32 {
    margin-right: -32px;
  }

  .md\:-mb-32 {
    margin-bottom: -32px;
  }

  .md\:-ml-32 {
    margin-left: -32px;
  }

  .md\:-mt-36 {
    margin-top: -36px;
  }

  .md\:-mr-36 {
    margin-right: -36px;
  }

  .md\:-mb-36 {
    margin-bottom: -36px;
  }

  .md\:-ml-36 {
    margin-left: -36px;
  }

  .md\:-mt-40 {
    margin-top: -40px;
  }

  .md\:-mr-40 {
    margin-right: -40px;
  }

  .md\:-mb-40 {
    margin-bottom: -40px;
  }

  .md\:-ml-40 {
    margin-left: -40px;
  }

  .md\:-mt-44 {
    margin-top: -44px;
  }

  .md\:-mr-44 {
    margin-right: -44px;
  }

  .md\:-mb-44 {
    margin-bottom: -44px;
  }

  .md\:-ml-44 {
    margin-left: -44px;
  }

  .md\:-mt-48 {
    margin-top: -48px;
  }

  .md\:-mr-48 {
    margin-right: -48px;
  }

  .md\:-mb-48 {
    margin-bottom: -48px;
  }

  .md\:-ml-48 {
    margin-left: -48px;
  }

  .md\:-mt-52 {
    margin-top: -52px;
  }

  .md\:-mr-52 {
    margin-right: -52px;
  }

  .md\:-mb-52 {
    margin-bottom: -52px;
  }

  .md\:-ml-52 {
    margin-left: -52px;
  }

  .md\:-mt-56 {
    margin-top: -56px;
  }

  .md\:-mr-56 {
    margin-right: -56px;
  }

  .md\:-mb-56 {
    margin-bottom: -56px;
  }

  .md\:-ml-56 {
    margin-left: -56px;
  }

  .md\:-mt-60 {
    margin-top: -60px;
  }

  .md\:-mr-60 {
    margin-right: -60px;
  }

  .md\:-mb-60 {
    margin-bottom: -60px;
  }

  .md\:-ml-60 {
    margin-left: -60px;
  }

  .md\:-mt-64 {
    margin-top: -64px;
  }

  .md\:-mr-64 {
    margin-right: -64px;
  }

  .md\:-mb-64 {
    margin-bottom: -64px;
  }

  .md\:-ml-64 {
    margin-left: -64px;
  }

  .md\:-mt-72 {
    margin-top: -72px;
  }

  .md\:-mr-72 {
    margin-right: -72px;
  }

  .md\:-mb-72 {
    margin-bottom: -72px;
  }

  .md\:-ml-72 {
    margin-left: -72px;
  }

  .md\:-mt-80 {
    margin-top: -80px;
  }

  .md\:-mr-80 {
    margin-right: -80px;
  }

  .md\:-mb-80 {
    margin-bottom: -80px;
  }

  .md\:-ml-80 {
    margin-left: -80px;
  }

  .md\:-mt-88 {
    margin-top: -88px;
  }

  .md\:-mr-88 {
    margin-right: -88px;
  }

  .md\:-mb-88 {
    margin-bottom: -88px;
  }

  .md\:-ml-88 {
    margin-left: -88px;
  }

  .md\:-mt-96 {
    margin-top: -96px;
  }

  .md\:-mr-96 {
    margin-right: -96px;
  }

  .md\:-mb-96 {
    margin-bottom: -96px;
  }

  .md\:-ml-96 {
    margin-left: -96px;
  }

  .md\:-mt-104 {
    margin-top: -104px;
  }

  .md\:-mr-104 {
    margin-right: -104px;
  }

  .md\:-mb-104 {
    margin-bottom: -104px;
  }

  .md\:-ml-104 {
    margin-left: -104px;
  }

  .md\:-mt-112 {
    margin-top: -112px;
  }

  .md\:-mr-112 {
    margin-right: -112px;
  }

  .md\:-mb-112 {
    margin-bottom: -112px;
  }

  .md\:-ml-112 {
    margin-left: -112px;
  }

  .md\:-mt-120 {
    margin-top: -120px;
  }

  .md\:-mr-120 {
    margin-right: -120px;
  }

  .md\:-mb-120 {
    margin-bottom: -120px;
  }

  .md\:-ml-120 {
    margin-left: -120px;
  }

  .md\:-mt-128 {
    margin-top: -128px;
  }

  .md\:-mr-128 {
    margin-right: -128px;
  }

  .md\:-mb-128 {
    margin-bottom: -128px;
  }

  .md\:-ml-128 {
    margin-left: -128px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-0 {
    max-width: 0;
  }

  .md\:max-w-1 {
    max-width: 1px;
  }

  .md\:max-w-2 {
    max-width: 2px;
  }

  .md\:max-w-3 {
    max-width: 3px;
  }

  .md\:max-w-4 {
    max-width: 4px;
  }

  .md\:max-w-5 {
    max-width: 5px;
  }

  .md\:max-w-6 {
    max-width: 6px;
  }

  .md\:max-w-7 {
    max-width: 7px;
  }

  .md\:max-w-8 {
    max-width: 8px;
  }

  .md\:max-w-10 {
    max-width: 10px;
  }

  .md\:max-w-12 {
    max-width: 12px;
  }

  .md\:max-w-14 {
    max-width: 14px;
  }

  .md\:max-w-16 {
    max-width: 16px;
  }

  .md\:max-w-18 {
    max-width: 18px;
  }

  .md\:max-w-20 {
    max-width: 20px;
  }

  .md\:max-w-24 {
    max-width: 24px;
  }

  .md\:max-w-28 {
    max-width: 28px;
  }

  .md\:max-w-32 {
    max-width: 32px;
  }

  .md\:max-w-36 {
    max-width: 36px;
  }

  .md\:max-w-40 {
    max-width: 40px;
  }

  .md\:max-w-44 {
    max-width: 44px;
  }

  .md\:max-w-48 {
    max-width: 48px;
  }

  .md\:max-w-52 {
    max-width: 52px;
  }

  .md\:max-w-56 {
    max-width: 56px;
  }

  .md\:max-w-60 {
    max-width: 60px;
  }

  .md\:max-w-64 {
    max-width: 64px;
  }

  .md\:max-w-72 {
    max-width: 72px;
  }

  .md\:max-w-80 {
    max-width: 80px;
  }

  .md\:max-w-88 {
    max-width: 88px;
  }

  .md\:max-w-96 {
    max-width: 96px;
  }

  .md\:max-w-104 {
    max-width: 104px;
  }

  .md\:max-w-112 {
    max-width: 112px;
  }

  .md\:max-w-120 {
    max-width: 120px;
  }

  .md\:max-w-128 {
    max-width: 128px;
  }

  .md\:max-w-144 {
    max-width: 144px;
  }

  .md\:max-w-160 {
    max-width: 160px;
  }

  .md\:max-w-176 {
    max-width: 176px;
  }

  .md\:max-w-192 {
    max-width: 192px;
  }

  .md\:max-w-208 {
    max-width: 208px;
  }

  .md\:max-w-224 {
    max-width: 224px;
  }

  .md\:max-w-240 {
    max-width: 240px;
  }

  .md\:max-w-256 {
    max-width: 256px;
  }

  .md\:max-w-272 {
    max-width: 272px;
  }

  .md\:max-w-288 {
    max-width: 288px;
  }

  .md\:max-w-304 {
    max-width: 304px;
  }

  .md\:max-w-320 {
    max-width: 320px;
  }

  .md\:max-w-336 {
    max-width: 336px;
  }

  .md\:max-w-352 {
    max-width: 352px;
  }

  .md\:max-w-368 {
    max-width: 368px;
  }

  .md\:max-w-384 {
    max-width: 384px;
  }

  .md\:max-w-400 {
    max-width: 400px;
  }

  .md\:max-w-416 {
    max-width: 416px;
  }

  .md\:max-w-432 {
    max-width: 432px;
  }

  .md\:max-w-448 {
    max-width: 448px;
  }

  .md\:max-w-464 {
    max-width: 464px;
  }

  .md\:max-w-480 {
    max-width: 480px;
  }

  .md\:max-w-496 {
    max-width: 496px;
  }

  .md\:max-w-512 {
    max-width: 512px;
  }

  .md\:max-w-528 {
    max-width: 528px;
  }

  .md\:max-w-544 {
    max-width: 544px;
  }

  .md\:max-w-560 {
    max-width: 560px;
  }

  .md\:max-w-576 {
    max-width: 576px;
  }

  .md\:max-w-592 {
    max-width: 592px;
  }

  .md\:max-w-608 {
    max-width: 608px;
  }

  .md\:max-w-624 {
    max-width: 624px;
  }

  .md\:max-w-640 {
    max-width: 640px;
  }

  .md\:max-w-672 {
    max-width: 672px;
  }

  .md\:max-w-704 {
    max-width: 704px;
  }

  .md\:max-w-736 {
    max-width: 736px;
  }

  .md\:max-w-768 {
    max-width: 768px;
  }

  .md\:max-w-800 {
    max-width: 800px;
  }

  .md\:max-w-832 {
    max-width: 832px;
  }

  .md\:max-w-864 {
    max-width: 864px;
  }

  .md\:max-w-896 {
    max-width: 896px;
  }

  .md\:max-w-928 {
    max-width: 928px;
  }

  .md\:max-w-960 {
    max-width: 960px;
  }

  .md\:max-w-992 {
    max-width: 992px;
  }

  .md\:max-w-1024 {
    max-width: 1024px;
  }

  .md\:max-w-1088 {
    max-width: 1088px;
  }

  .md\:max-w-1152 {
    max-width: 1152px;
  }

  .md\:max-w-1216 {
    max-width: 1216px;
  }

  .md\:max-w-1280 {
    max-width: 1280px;
  }

  .md\:max-w-1344 {
    max-width: 1344px;
  }

  .md\:max-w-1408 {
    max-width: 1408px;
  }

  .md\:max-w-1472 {
    max-width: 1472px;
  }

  .md\:max-w-1536 {
    max-width: 1536px;
  }

  .md\:max-w-1600 {
    max-width: 1600px;
  }

  .md\:max-w-auto {
    max-width: auto;
  }

  .md\:max-w-1\/2 {
    max-width: 50%;
  }

  .md\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .md\:max-w-2\/3 {
    max-width: 66.666667%;
  }

  .md\:max-w-1\/4 {
    max-width: 25%;
  }

  .md\:max-w-2\/4 {
    max-width: 50%;
  }

  .md\:max-w-3\/4 {
    max-width: 75%;
  }

  .md\:max-w-1\/5 {
    max-width: 20%;
  }

  .md\:max-w-2\/5 {
    max-width: 40%;
  }

  .md\:max-w-3\/5 {
    max-width: 60%;
  }

  .md\:max-w-4\/5 {
    max-width: 80%;
  }

  .md\:max-w-1\/6 {
    max-width: 16.666667%;
  }

  .md\:max-w-2\/6 {
    max-width: 33.333333%;
  }

  .md\:max-w-3\/6 {
    max-width: 50%;
  }

  .md\:max-w-4\/6 {
    max-width: 66.666667%;
  }

  .md\:max-w-5\/6 {
    max-width: 83.333333%;
  }

  .md\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .md\:max-w-2\/12 {
    max-width: 16.666667%;
  }

  .md\:max-w-3\/12 {
    max-width: 25%;
  }

  .md\:max-w-4\/12 {
    max-width: 33.333333%;
  }

  .md\:max-w-5\/12 {
    max-width: 41.666667%;
  }

  .md\:max-w-6\/12 {
    max-width: 50%;
  }

  .md\:max-w-7\/12 {
    max-width: 58.333333%;
  }

  .md\:max-w-8\/12 {
    max-width: 66.666667%;
  }

  .md\:max-w-9\/12 {
    max-width: 75%;
  }

  .md\:max-w-10\/12 {
    max-width: 83.333333%;
  }

  .md\:max-w-11\/12 {
    max-width: 91.666667%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-screen {
    max-width: 100vw;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 1px;
  }

  .md\:p-2 {
    padding: 2px;
  }

  .md\:p-3 {
    padding: 3px;
  }

  .md\:p-4 {
    padding: 4px;
  }

  .md\:p-5 {
    padding: 5px;
  }

  .md\:p-6 {
    padding: 6px;
  }

  .md\:p-7 {
    padding: 7px;
  }

  .md\:p-8 {
    padding: 8px;
  }

  .md\:p-10 {
    padding: 10px;
  }

  .md\:p-12 {
    padding: 12px;
  }

  .md\:p-14 {
    padding: 14px;
  }

  .md\:p-16 {
    padding: 16px;
  }

  .md\:p-18 {
    padding: 18px;
  }

  .md\:p-20 {
    padding: 20px;
  }

  .md\:p-24 {
    padding: 24px;
  }

  .md\:p-28 {
    padding: 28px;
  }

  .md\:p-32 {
    padding: 32px;
  }

  .md\:p-36 {
    padding: 36px;
  }

  .md\:p-40 {
    padding: 40px;
  }

  .md\:p-44 {
    padding: 44px;
  }

  .md\:p-48 {
    padding: 48px;
  }

  .md\:p-52 {
    padding: 52px;
  }

  .md\:p-56 {
    padding: 56px;
  }

  .md\:p-60 {
    padding: 60px;
  }

  .md\:p-64 {
    padding: 64px;
  }

  .md\:p-72 {
    padding: 72px;
  }

  .md\:p-80 {
    padding: 80px;
  }

  .md\:p-88 {
    padding: 88px;
  }

  .md\:p-96 {
    padding: 96px;
  }

  .md\:p-104 {
    padding: 104px;
  }

  .md\:p-112 {
    padding: 112px;
  }

  .md\:p-120 {
    padding: 120px;
  }

  .md\:p-128 {
    padding: 128px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:py-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .md\:px-7 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .md\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .md\:px-44 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .md\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:py-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .md\:px-52 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .md\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .md\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .md\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .md\:px-88 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .md\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md\:py-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .md\:px-104 {
    padding-left: 104px;
    padding-right: 104px;
  }

  .md\:py-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .md\:px-112 {
    padding-left: 112px;
    padding-right: 112px;
  }

  .md\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: 1px;
  }

  .md\:pr-1 {
    padding-right: 1px;
  }

  .md\:pb-1 {
    padding-bottom: 1px;
  }

  .md\:pl-1 {
    padding-left: 1px;
  }

  .md\:pt-2 {
    padding-top: 2px;
  }

  .md\:pr-2 {
    padding-right: 2px;
  }

  .md\:pb-2 {
    padding-bottom: 2px;
  }

  .md\:pl-2 {
    padding-left: 2px;
  }

  .md\:pt-3 {
    padding-top: 3px;
  }

  .md\:pr-3 {
    padding-right: 3px;
  }

  .md\:pb-3 {
    padding-bottom: 3px;
  }

  .md\:pl-3 {
    padding-left: 3px;
  }

  .md\:pt-4 {
    padding-top: 4px;
  }

  .md\:pr-4 {
    padding-right: 4px;
  }

  .md\:pb-4 {
    padding-bottom: 4px;
  }

  .md\:pl-4 {
    padding-left: 4px;
  }

  .md\:pt-5 {
    padding-top: 5px;
  }

  .md\:pr-5 {
    padding-right: 5px;
  }

  .md\:pb-5 {
    padding-bottom: 5px;
  }

  .md\:pl-5 {
    padding-left: 5px;
  }

  .md\:pt-6 {
    padding-top: 6px;
  }

  .md\:pr-6 {
    padding-right: 6px;
  }

  .md\:pb-6 {
    padding-bottom: 6px;
  }

  .md\:pl-6 {
    padding-left: 6px;
  }

  .md\:pt-7 {
    padding-top: 7px;
  }

  .md\:pr-7 {
    padding-right: 7px;
  }

  .md\:pb-7 {
    padding-bottom: 7px;
  }

  .md\:pl-7 {
    padding-left: 7px;
  }

  .md\:pt-8 {
    padding-top: 8px;
  }

  .md\:pr-8 {
    padding-right: 8px;
  }

  .md\:pb-8 {
    padding-bottom: 8px;
  }

  .md\:pl-8 {
    padding-left: 8px;
  }

  .md\:pt-10 {
    padding-top: 10px;
  }

  .md\:pr-10 {
    padding-right: 10px;
  }

  .md\:pb-10 {
    padding-bottom: 10px;
  }

  .md\:pl-10 {
    padding-left: 10px;
  }

  .md\:pt-12 {
    padding-top: 12px;
  }

  .md\:pr-12 {
    padding-right: 12px;
  }

  .md\:pb-12 {
    padding-bottom: 12px;
  }

  .md\:pl-12 {
    padding-left: 12px;
  }

  .md\:pt-14 {
    padding-top: 14px;
  }

  .md\:pr-14 {
    padding-right: 14px;
  }

  .md\:pb-14 {
    padding-bottom: 14px;
  }

  .md\:pl-14 {
    padding-left: 14px;
  }

  .md\:pt-16 {
    padding-top: 16px;
  }

  .md\:pr-16 {
    padding-right: 16px;
  }

  .md\:pb-16 {
    padding-bottom: 16px;
  }

  .md\:pl-16 {
    padding-left: 16px;
  }

  .md\:pt-18 {
    padding-top: 18px;
  }

  .md\:pr-18 {
    padding-right: 18px;
  }

  .md\:pb-18 {
    padding-bottom: 18px;
  }

  .md\:pl-18 {
    padding-left: 18px;
  }

  .md\:pt-20 {
    padding-top: 20px;
  }

  .md\:pr-20 {
    padding-right: 20px;
  }

  .md\:pb-20 {
    padding-bottom: 20px;
  }

  .md\:pl-20 {
    padding-left: 20px;
  }

  .md\:pt-24 {
    padding-top: 24px;
  }

  .md\:pr-24 {
    padding-right: 24px;
  }

  .md\:pb-24 {
    padding-bottom: 24px;
  }

  .md\:pl-24 {
    padding-left: 24px;
  }

  .md\:pt-28 {
    padding-top: 28px;
  }

  .md\:pr-28 {
    padding-right: 28px;
  }

  .md\:pb-28 {
    padding-bottom: 28px;
  }

  .md\:pl-28 {
    padding-left: 28px;
  }

  .md\:pt-32 {
    padding-top: 32px;
  }

  .md\:pr-32 {
    padding-right: 32px;
  }

  .md\:pb-32 {
    padding-bottom: 32px;
  }

  .md\:pl-32 {
    padding-left: 32px;
  }

  .md\:pt-36 {
    padding-top: 36px;
  }

  .md\:pr-36 {
    padding-right: 36px;
  }

  .md\:pb-36 {
    padding-bottom: 36px;
  }

  .md\:pl-36 {
    padding-left: 36px;
  }

  .md\:pt-40 {
    padding-top: 40px;
  }

  .md\:pr-40 {
    padding-right: 40px;
  }

  .md\:pb-40 {
    padding-bottom: 40px;
  }

  .md\:pl-40 {
    padding-left: 40px;
  }

  .md\:pt-44 {
    padding-top: 44px;
  }

  .md\:pr-44 {
    padding-right: 44px;
  }

  .md\:pb-44 {
    padding-bottom: 44px;
  }

  .md\:pl-44 {
    padding-left: 44px;
  }

  .md\:pt-48 {
    padding-top: 48px;
  }

  .md\:pr-48 {
    padding-right: 48px;
  }

  .md\:pb-48 {
    padding-bottom: 48px;
  }

  .md\:pl-48 {
    padding-left: 48px;
  }

  .md\:pt-52 {
    padding-top: 52px;
  }

  .md\:pr-52 {
    padding-right: 52px;
  }

  .md\:pb-52 {
    padding-bottom: 52px;
  }

  .md\:pl-52 {
    padding-left: 52px;
  }

  .md\:pt-56 {
    padding-top: 56px;
  }

  .md\:pr-56 {
    padding-right: 56px;
  }

  .md\:pb-56 {
    padding-bottom: 56px;
  }

  .md\:pl-56 {
    padding-left: 56px;
  }

  .md\:pt-60 {
    padding-top: 60px;
  }

  .md\:pr-60 {
    padding-right: 60px;
  }

  .md\:pb-60 {
    padding-bottom: 60px;
  }

  .md\:pl-60 {
    padding-left: 60px;
  }

  .md\:pt-64 {
    padding-top: 64px;
  }

  .md\:pr-64 {
    padding-right: 64px;
  }

  .md\:pb-64 {
    padding-bottom: 64px;
  }

  .md\:pl-64 {
    padding-left: 64px;
  }

  .md\:pt-72 {
    padding-top: 72px;
  }

  .md\:pr-72 {
    padding-right: 72px;
  }

  .md\:pb-72 {
    padding-bottom: 72px;
  }

  .md\:pl-72 {
    padding-left: 72px;
  }

  .md\:pt-80 {
    padding-top: 80px;
  }

  .md\:pr-80 {
    padding-right: 80px;
  }

  .md\:pb-80 {
    padding-bottom: 80px;
  }

  .md\:pl-80 {
    padding-left: 80px;
  }

  .md\:pt-88 {
    padding-top: 88px;
  }

  .md\:pr-88 {
    padding-right: 88px;
  }

  .md\:pb-88 {
    padding-bottom: 88px;
  }

  .md\:pl-88 {
    padding-left: 88px;
  }

  .md\:pt-96 {
    padding-top: 96px;
  }

  .md\:pr-96 {
    padding-right: 96px;
  }

  .md\:pb-96 {
    padding-bottom: 96px;
  }

  .md\:pl-96 {
    padding-left: 96px;
  }

  .md\:pt-104 {
    padding-top: 104px;
  }

  .md\:pr-104 {
    padding-right: 104px;
  }

  .md\:pb-104 {
    padding-bottom: 104px;
  }

  .md\:pl-104 {
    padding-left: 104px;
  }

  .md\:pt-112 {
    padding-top: 112px;
  }

  .md\:pr-112 {
    padding-right: 112px;
  }

  .md\:pb-112 {
    padding-bottom: 112px;
  }

  .md\:pl-112 {
    padding-left: 112px;
  }

  .md\:pt-120 {
    padding-top: 120px;
  }

  .md\:pr-120 {
    padding-right: 120px;
  }

  .md\:pb-120 {
    padding-bottom: 120px;
  }

  .md\:pl-120 {
    padding-left: 120px;
  }

  .md\:pt-128 {
    padding-top: 128px;
  }

  .md\:pr-128 {
    padding-right: 128px;
  }

  .md\:pb-128 {
    padding-bottom: 128px;
  }

  .md\:pl-128 {
    padding-left: 128px;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:shadow-1 {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .md\:shadow-2 {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .md\:shadow-4 {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .md\:shadow-8 {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .md\:shadow-16 {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .md\:shadow-32 {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:shadow-contrast {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .md\:shadow-contrast-inset {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .md\:shadow-1-inset {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .md\:shadow-2-inset {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .md\:shadow-4-inset {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .md\:shadow-8-inset {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .md\:shadow-16-inset {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .md\:shadow-32-inset {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .md\:hover\:shadow-1:hover {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .md\:hover\:shadow-2:hover {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .md\:hover\:shadow-4:hover {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .md\:hover\:shadow-8:hover {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .md\:hover\:shadow-16:hover {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .md\:hover\:shadow-32:hover {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:hover\:shadow-contrast:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .md\:hover\:shadow-contrast-inset:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .md\:hover\:shadow-1-inset:hover {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .md\:hover\:shadow-2-inset:hover {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .md\:hover\:shadow-4-inset:hover {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .md\:hover\:shadow-8-inset:hover {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .md\:hover\:shadow-16-inset:hover {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .md\:hover\:shadow-32-inset:hover {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .md\:focus\:shadow-1:focus {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .md\:focus\:shadow-2:focus {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .md\:focus\:shadow-4:focus {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .md\:focus\:shadow-8:focus {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .md\:focus\:shadow-16:focus {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .md\:focus\:shadow-32:focus {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md\:focus\:shadow-contrast:focus {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .md\:focus\:shadow-contrast-inset:focus {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .md\:focus\:shadow-1-inset:focus {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .md\:focus\:shadow-2-inset:focus {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .md\:focus\:shadow-4-inset:focus {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .md\:focus\:shadow-8-inset:focus {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .md\:focus\:shadow-16-inset:focus {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .md\:focus\:shadow-32-inset:focus {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .md\:active\:shadow-1:active {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .md\:active\:shadow-2:active {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .md\:active\:shadow-4:active {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .md\:active\:shadow-8:active {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .md\:active\:shadow-16:active {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .md\:active\:shadow-32:active {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .md\:active\:shadow-none:active {
    box-shadow: none;
  }

  .md\:active\:shadow-contrast:active {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .md\:active\:shadow-contrast-inset:active {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .md\:active\:shadow-1-inset:active {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .md\:active\:shadow-2-inset:active {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .md\:active\:shadow-4-inset:active {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .md\:active\:shadow-8-inset:active {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .md\:active\:shadow-16-inset:active {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .md\:active\:shadow-32-inset:active {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black {
    color: #000000;
  }

  .md\:text-black-90 {
    color: #000000E6;
  }

  .md\:text-black-80 {
    color: #000000CD;
  }

  .md\:text-black-70 {
    color: #000000B3;
  }

  .md\:text-black-60 {
    color: #0000009A;
  }

  .md\:text-black-50 {
    color: #00000080;
  }

  .md\:text-black-40 {
    color: #00000066;
  }

  .md\:text-black-30 {
    color: #0000004D;
  }

  .md\:text-black-20 {
    color: #00000033;
  }

  .md\:text-black-10 {
    color: #0000001A;
  }

  .md\:text-white {
    color: #FFFFFF;
  }

  .md\:text-white-90 {
    color: #FFFFFFE6;
  }

  .md\:text-white-80 {
    color: #FFFFFFCD;
  }

  .md\:text-white-70 {
    color: #FFFFFFB3;
  }

  .md\:text-white-60 {
    color: #FFFFFF9A;
  }

  .md\:text-white-50 {
    color: #FFFFFF80;
  }

  .md\:text-white-40 {
    color: #FFFFFF66;
  }

  .md\:text-white-30 {
    color: #FFFFFF4D;
  }

  .md\:text-white-20 {
    color: #FFFFFF33;
  }

  .md\:text-white-10 {
    color: #FFFFFF1A;
  }

  .md\:text-blue-100 {
    color: #DEEFF7;
  }

  .md\:text-blue-125 {
    color: #D0ECF7;
  }

  .md\:text-blue-150 {
    color: #C4E8F7;
  }

  .md\:text-blue-200 {
    color: #A7DFF7;
  }

  .md\:text-blue-300 {
    color: #6DCCF5;
  }

  .md\:text-blue-400 {
    color: #37B8F0;
  }

  .md\:text-blue-500 {
    color: #12A4E2;
  }

  .md\:text-blue-600 {
    color: #0990CA;
  }

  .md\:text-blue-700 {
    color: #0575A5;
  }

  .md\:text-blue-800 {
    color: #035273;
  }

  .md\:text-blue-900 {
    color: #023043;
  }

  .md\:text-gray-100 {
    color: #ECEEEE;
  }

  .md\:text-gray-125 {
    color: #E7E9E9;
  }

  .md\:text-gray-150 {
    color: #E1E4E5;
  }

  .md\:text-gray-200 {
    color: #D3D7D9;
  }

  .md\:text-gray-300 {
    color: #B8BFC1;
  }

  .md\:text-gray-400 {
    color: #9EA6AA;
  }

  .md\:text-gray-500 {
    color: #858F93;
  }

  .md\:text-gray-600 {
    color: #6C757A;
  }

  .md\:text-gray-700 {
    color: #565E61;
  }

  .md\:text-gray-800 {
    color: #3C4144;
  }

  .md\:text-gray-900 {
    color: #242729;
  }

  .md\:text-red-100 {
    color: #FFECEC;
  }

  .md\:text-red-125 {
    color: #FFE3E3;
  }

  .md\:text-red-150 {
    color: #FFDADA;
  }

  .md\:text-red-200 {
    color: #FFC7C7;
  }

  .md\:text-red-300 {
    color: #FFA2A2;
  }

  .md\:text-red-400 {
    color: #FF7D7D;
  }

  .md\:text-red-500 {
    color: #FF5858;
  }

  .md\:text-red-600 {
    color: #D33C3C;
  }

  .md\:text-red-700 {
    color: #A42424;
  }

  .md\:text-red-800 {
    color: #761212;
  }

  .md\:text-red-900 {
    color: #460606;
  }

  .md\:text-green-100 {
    color: #E4F1E8;
  }

  .md\:text-green-200 {
    color: #B4E4C4;
  }

  .md\:text-green-300 {
    color: #86D6A0;
  }

  .md\:text-green-400 {
    color: #60C883;
  }

  .md\:text-green-500 {
    color: #3EBB68;
  }

  .md\:text-green-600 {
    color: #2B9D51;
  }

  .md\:text-green-700 {
    color: #1D813E;
  }

  .md\:text-green-800 {
    color: #11622C;
  }

  .md\:text-green-900 {
    color: #08441C;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    color: #000000;
  }

  .md\:hover\:text-black-90:hover {
    color: #000000E6;
  }

  .md\:hover\:text-black-80:hover {
    color: #000000CD;
  }

  .md\:hover\:text-black-70:hover {
    color: #000000B3;
  }

  .md\:hover\:text-black-60:hover {
    color: #0000009A;
  }

  .md\:hover\:text-black-50:hover {
    color: #00000080;
  }

  .md\:hover\:text-black-40:hover {
    color: #00000066;
  }

  .md\:hover\:text-black-30:hover {
    color: #0000004D;
  }

  .md\:hover\:text-black-20:hover {
    color: #00000033;
  }

  .md\:hover\:text-black-10:hover {
    color: #0000001A;
  }

  .md\:hover\:text-white:hover {
    color: #FFFFFF;
  }

  .md\:hover\:text-white-90:hover {
    color: #FFFFFFE6;
  }

  .md\:hover\:text-white-80:hover {
    color: #FFFFFFCD;
  }

  .md\:hover\:text-white-70:hover {
    color: #FFFFFFB3;
  }

  .md\:hover\:text-white-60:hover {
    color: #FFFFFF9A;
  }

  .md\:hover\:text-white-50:hover {
    color: #FFFFFF80;
  }

  .md\:hover\:text-white-40:hover {
    color: #FFFFFF66;
  }

  .md\:hover\:text-white-30:hover {
    color: #FFFFFF4D;
  }

  .md\:hover\:text-white-20:hover {
    color: #FFFFFF33;
  }

  .md\:hover\:text-white-10:hover {
    color: #FFFFFF1A;
  }

  .md\:hover\:text-blue-100:hover {
    color: #DEEFF7;
  }

  .md\:hover\:text-blue-125:hover {
    color: #D0ECF7;
  }

  .md\:hover\:text-blue-150:hover {
    color: #C4E8F7;
  }

  .md\:hover\:text-blue-200:hover {
    color: #A7DFF7;
  }

  .md\:hover\:text-blue-300:hover {
    color: #6DCCF5;
  }

  .md\:hover\:text-blue-400:hover {
    color: #37B8F0;
  }

  .md\:hover\:text-blue-500:hover {
    color: #12A4E2;
  }

  .md\:hover\:text-blue-600:hover {
    color: #0990CA;
  }

  .md\:hover\:text-blue-700:hover {
    color: #0575A5;
  }

  .md\:hover\:text-blue-800:hover {
    color: #035273;
  }

  .md\:hover\:text-blue-900:hover {
    color: #023043;
  }

  .md\:hover\:text-gray-100:hover {
    color: #ECEEEE;
  }

  .md\:hover\:text-gray-125:hover {
    color: #E7E9E9;
  }

  .md\:hover\:text-gray-150:hover {
    color: #E1E4E5;
  }

  .md\:hover\:text-gray-200:hover {
    color: #D3D7D9;
  }

  .md\:hover\:text-gray-300:hover {
    color: #B8BFC1;
  }

  .md\:hover\:text-gray-400:hover {
    color: #9EA6AA;
  }

  .md\:hover\:text-gray-500:hover {
    color: #858F93;
  }

  .md\:hover\:text-gray-600:hover {
    color: #6C757A;
  }

  .md\:hover\:text-gray-700:hover {
    color: #565E61;
  }

  .md\:hover\:text-gray-800:hover {
    color: #3C4144;
  }

  .md\:hover\:text-gray-900:hover {
    color: #242729;
  }

  .md\:hover\:text-red-100:hover {
    color: #FFECEC;
  }

  .md\:hover\:text-red-125:hover {
    color: #FFE3E3;
  }

  .md\:hover\:text-red-150:hover {
    color: #FFDADA;
  }

  .md\:hover\:text-red-200:hover {
    color: #FFC7C7;
  }

  .md\:hover\:text-red-300:hover {
    color: #FFA2A2;
  }

  .md\:hover\:text-red-400:hover {
    color: #FF7D7D;
  }

  .md\:hover\:text-red-500:hover {
    color: #FF5858;
  }

  .md\:hover\:text-red-600:hover {
    color: #D33C3C;
  }

  .md\:hover\:text-red-700:hover {
    color: #A42424;
  }

  .md\:hover\:text-red-800:hover {
    color: #761212;
  }

  .md\:hover\:text-red-900:hover {
    color: #460606;
  }

  .md\:hover\:text-green-100:hover {
    color: #E4F1E8;
  }

  .md\:hover\:text-green-200:hover {
    color: #B4E4C4;
  }

  .md\:hover\:text-green-300:hover {
    color: #86D6A0;
  }

  .md\:hover\:text-green-400:hover {
    color: #60C883;
  }

  .md\:hover\:text-green-500:hover {
    color: #3EBB68;
  }

  .md\:hover\:text-green-600:hover {
    color: #2B9D51;
  }

  .md\:hover\:text-green-700:hover {
    color: #1D813E;
  }

  .md\:hover\:text-green-800:hover {
    color: #11622C;
  }

  .md\:hover\:text-green-900:hover {
    color: #08441C;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    color: #000000;
  }

  .md\:focus\:text-black-90:focus {
    color: #000000E6;
  }

  .md\:focus\:text-black-80:focus {
    color: #000000CD;
  }

  .md\:focus\:text-black-70:focus {
    color: #000000B3;
  }

  .md\:focus\:text-black-60:focus {
    color: #0000009A;
  }

  .md\:focus\:text-black-50:focus {
    color: #00000080;
  }

  .md\:focus\:text-black-40:focus {
    color: #00000066;
  }

  .md\:focus\:text-black-30:focus {
    color: #0000004D;
  }

  .md\:focus\:text-black-20:focus {
    color: #00000033;
  }

  .md\:focus\:text-black-10:focus {
    color: #0000001A;
  }

  .md\:focus\:text-white:focus {
    color: #FFFFFF;
  }

  .md\:focus\:text-white-90:focus {
    color: #FFFFFFE6;
  }

  .md\:focus\:text-white-80:focus {
    color: #FFFFFFCD;
  }

  .md\:focus\:text-white-70:focus {
    color: #FFFFFFB3;
  }

  .md\:focus\:text-white-60:focus {
    color: #FFFFFF9A;
  }

  .md\:focus\:text-white-50:focus {
    color: #FFFFFF80;
  }

  .md\:focus\:text-white-40:focus {
    color: #FFFFFF66;
  }

  .md\:focus\:text-white-30:focus {
    color: #FFFFFF4D;
  }

  .md\:focus\:text-white-20:focus {
    color: #FFFFFF33;
  }

  .md\:focus\:text-white-10:focus {
    color: #FFFFFF1A;
  }

  .md\:focus\:text-blue-100:focus {
    color: #DEEFF7;
  }

  .md\:focus\:text-blue-125:focus {
    color: #D0ECF7;
  }

  .md\:focus\:text-blue-150:focus {
    color: #C4E8F7;
  }

  .md\:focus\:text-blue-200:focus {
    color: #A7DFF7;
  }

  .md\:focus\:text-blue-300:focus {
    color: #6DCCF5;
  }

  .md\:focus\:text-blue-400:focus {
    color: #37B8F0;
  }

  .md\:focus\:text-blue-500:focus {
    color: #12A4E2;
  }

  .md\:focus\:text-blue-600:focus {
    color: #0990CA;
  }

  .md\:focus\:text-blue-700:focus {
    color: #0575A5;
  }

  .md\:focus\:text-blue-800:focus {
    color: #035273;
  }

  .md\:focus\:text-blue-900:focus {
    color: #023043;
  }

  .md\:focus\:text-gray-100:focus {
    color: #ECEEEE;
  }

  .md\:focus\:text-gray-125:focus {
    color: #E7E9E9;
  }

  .md\:focus\:text-gray-150:focus {
    color: #E1E4E5;
  }

  .md\:focus\:text-gray-200:focus {
    color: #D3D7D9;
  }

  .md\:focus\:text-gray-300:focus {
    color: #B8BFC1;
  }

  .md\:focus\:text-gray-400:focus {
    color: #9EA6AA;
  }

  .md\:focus\:text-gray-500:focus {
    color: #858F93;
  }

  .md\:focus\:text-gray-600:focus {
    color: #6C757A;
  }

  .md\:focus\:text-gray-700:focus {
    color: #565E61;
  }

  .md\:focus\:text-gray-800:focus {
    color: #3C4144;
  }

  .md\:focus\:text-gray-900:focus {
    color: #242729;
  }

  .md\:focus\:text-red-100:focus {
    color: #FFECEC;
  }

  .md\:focus\:text-red-125:focus {
    color: #FFE3E3;
  }

  .md\:focus\:text-red-150:focus {
    color: #FFDADA;
  }

  .md\:focus\:text-red-200:focus {
    color: #FFC7C7;
  }

  .md\:focus\:text-red-300:focus {
    color: #FFA2A2;
  }

  .md\:focus\:text-red-400:focus {
    color: #FF7D7D;
  }

  .md\:focus\:text-red-500:focus {
    color: #FF5858;
  }

  .md\:focus\:text-red-600:focus {
    color: #D33C3C;
  }

  .md\:focus\:text-red-700:focus {
    color: #A42424;
  }

  .md\:focus\:text-red-800:focus {
    color: #761212;
  }

  .md\:focus\:text-red-900:focus {
    color: #460606;
  }

  .md\:focus\:text-green-100:focus {
    color: #E4F1E8;
  }

  .md\:focus\:text-green-200:focus {
    color: #B4E4C4;
  }

  .md\:focus\:text-green-300:focus {
    color: #86D6A0;
  }

  .md\:focus\:text-green-400:focus {
    color: #60C883;
  }

  .md\:focus\:text-green-500:focus {
    color: #3EBB68;
  }

  .md\:focus\:text-green-600:focus {
    color: #2B9D51;
  }

  .md\:focus\:text-green-700:focus {
    color: #1D813E;
  }

  .md\:focus\:text-green-800:focus {
    color: #11622C;
  }

  .md\:focus\:text-green-900:focus {
    color: #08441C;
  }

  .md\:active\:text-transparent:active {
    color: transparent;
  }

  .md\:active\:text-black:active {
    color: #000000;
  }

  .md\:active\:text-black-90:active {
    color: #000000E6;
  }

  .md\:active\:text-black-80:active {
    color: #000000CD;
  }

  .md\:active\:text-black-70:active {
    color: #000000B3;
  }

  .md\:active\:text-black-60:active {
    color: #0000009A;
  }

  .md\:active\:text-black-50:active {
    color: #00000080;
  }

  .md\:active\:text-black-40:active {
    color: #00000066;
  }

  .md\:active\:text-black-30:active {
    color: #0000004D;
  }

  .md\:active\:text-black-20:active {
    color: #00000033;
  }

  .md\:active\:text-black-10:active {
    color: #0000001A;
  }

  .md\:active\:text-white:active {
    color: #FFFFFF;
  }

  .md\:active\:text-white-90:active {
    color: #FFFFFFE6;
  }

  .md\:active\:text-white-80:active {
    color: #FFFFFFCD;
  }

  .md\:active\:text-white-70:active {
    color: #FFFFFFB3;
  }

  .md\:active\:text-white-60:active {
    color: #FFFFFF9A;
  }

  .md\:active\:text-white-50:active {
    color: #FFFFFF80;
  }

  .md\:active\:text-white-40:active {
    color: #FFFFFF66;
  }

  .md\:active\:text-white-30:active {
    color: #FFFFFF4D;
  }

  .md\:active\:text-white-20:active {
    color: #FFFFFF33;
  }

  .md\:active\:text-white-10:active {
    color: #FFFFFF1A;
  }

  .md\:active\:text-blue-100:active {
    color: #DEEFF7;
  }

  .md\:active\:text-blue-125:active {
    color: #D0ECF7;
  }

  .md\:active\:text-blue-150:active {
    color: #C4E8F7;
  }

  .md\:active\:text-blue-200:active {
    color: #A7DFF7;
  }

  .md\:active\:text-blue-300:active {
    color: #6DCCF5;
  }

  .md\:active\:text-blue-400:active {
    color: #37B8F0;
  }

  .md\:active\:text-blue-500:active {
    color: #12A4E2;
  }

  .md\:active\:text-blue-600:active {
    color: #0990CA;
  }

  .md\:active\:text-blue-700:active {
    color: #0575A5;
  }

  .md\:active\:text-blue-800:active {
    color: #035273;
  }

  .md\:active\:text-blue-900:active {
    color: #023043;
  }

  .md\:active\:text-gray-100:active {
    color: #ECEEEE;
  }

  .md\:active\:text-gray-125:active {
    color: #E7E9E9;
  }

  .md\:active\:text-gray-150:active {
    color: #E1E4E5;
  }

  .md\:active\:text-gray-200:active {
    color: #D3D7D9;
  }

  .md\:active\:text-gray-300:active {
    color: #B8BFC1;
  }

  .md\:active\:text-gray-400:active {
    color: #9EA6AA;
  }

  .md\:active\:text-gray-500:active {
    color: #858F93;
  }

  .md\:active\:text-gray-600:active {
    color: #6C757A;
  }

  .md\:active\:text-gray-700:active {
    color: #565E61;
  }

  .md\:active\:text-gray-800:active {
    color: #3C4144;
  }

  .md\:active\:text-gray-900:active {
    color: #242729;
  }

  .md\:active\:text-red-100:active {
    color: #FFECEC;
  }

  .md\:active\:text-red-125:active {
    color: #FFE3E3;
  }

  .md\:active\:text-red-150:active {
    color: #FFDADA;
  }

  .md\:active\:text-red-200:active {
    color: #FFC7C7;
  }

  .md\:active\:text-red-300:active {
    color: #FFA2A2;
  }

  .md\:active\:text-red-400:active {
    color: #FF7D7D;
  }

  .md\:active\:text-red-500:active {
    color: #FF5858;
  }

  .md\:active\:text-red-600:active {
    color: #D33C3C;
  }

  .md\:active\:text-red-700:active {
    color: #A42424;
  }

  .md\:active\:text-red-800:active {
    color: #761212;
  }

  .md\:active\:text-red-900:active {
    color: #460606;
  }

  .md\:active\:text-green-100:active {
    color: #E4F1E8;
  }

  .md\:active\:text-green-200:active {
    color: #B4E4C4;
  }

  .md\:active\:text-green-300:active {
    color: #86D6A0;
  }

  .md\:active\:text-green-400:active {
    color: #60C883;
  }

  .md\:active\:text-green-500:active {
    color: #3EBB68;
  }

  .md\:active\:text-green-600:active {
    color: #2B9D51;
  }

  .md\:active\:text-green-700:active {
    color: #1D813E;
  }

  .md\:active\:text-green-800:active {
    color: #11622C;
  }

  .md\:active\:text-green-900:active {
    color: #08441C;
  }

  .md\:text-12 {
    font-size: 12px;
  }

  .md\:text-14 {
    font-size: 14px;
  }

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-18 {
    font-size: 18px;
  }

  .md\:text-20 {
    font-size: 20px;
  }

  .md\:text-24 {
    font-size: 24px;
  }

  .md\:text-28 {
    font-size: 28px;
  }

  .md\:text-32 {
    font-size: 32px;
  }

  .md\:text-40 {
    font-size: 40px;
  }

  .md\:text-48 {
    font-size: 48px;
  }

  .md\:text-56 {
    font-size: 56px;
  }

  .md\:text-64 {
    font-size: 64px;
  }

  .md\:text-72 {
    font-size: 72px;
  }

  .md\:text-96 {
    font-size: 96px;
  }

  .md\:text-128 {
    font-size: 128px;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 1px;
  }

  .md\:w-2 {
    width: 2px;
  }

  .md\:w-3 {
    width: 3px;
  }

  .md\:w-4 {
    width: 4px;
  }

  .md\:w-5 {
    width: 5px;
  }

  .md\:w-6 {
    width: 6px;
  }

  .md\:w-7 {
    width: 7px;
  }

  .md\:w-8 {
    width: 8px;
  }

  .md\:w-10 {
    width: 10px;
  }

  .md\:w-12 {
    width: 12px;
  }

  .md\:w-14 {
    width: 14px;
  }

  .md\:w-16 {
    width: 16px;
  }

  .md\:w-18 {
    width: 18px;
  }

  .md\:w-20 {
    width: 20px;
  }

  .md\:w-24 {
    width: 24px;
  }

  .md\:w-28 {
    width: 28px;
  }

  .md\:w-32 {
    width: 32px;
  }

  .md\:w-36 {
    width: 36px;
  }

  .md\:w-40 {
    width: 40px;
  }

  .md\:w-44 {
    width: 44px;
  }

  .md\:w-48 {
    width: 48px;
  }

  .md\:w-52 {
    width: 52px;
  }

  .md\:w-56 {
    width: 56px;
  }

  .md\:w-60 {
    width: 60px;
  }

  .md\:w-64 {
    width: 64px;
  }

  .md\:w-72 {
    width: 72px;
  }

  .md\:w-80 {
    width: 80px;
  }

  .md\:w-88 {
    width: 88px;
  }

  .md\:w-96 {
    width: 96px;
  }

  .md\:w-104 {
    width: 104px;
  }

  .md\:w-112 {
    width: 112px;
  }

  .md\:w-120 {
    width: 120px;
  }

  .md\:w-128 {
    width: 128px;
  }

  .md\:w-144 {
    width: 144px;
  }

  .md\:w-160 {
    width: 160px;
  }

  .md\:w-176 {
    width: 176px;
  }

  .md\:w-192 {
    width: 192px;
  }

  .md\:w-208 {
    width: 208px;
  }

  .md\:w-224 {
    width: 224px;
  }

  .md\:w-240 {
    width: 240px;
  }

  .md\:w-256 {
    width: 256px;
  }

  .md\:w-272 {
    width: 272px;
  }

  .md\:w-288 {
    width: 288px;
  }

  .md\:w-304 {
    width: 304px;
  }

  .md\:w-320 {
    width: 320px;
  }

  .md\:w-336 {
    width: 336px;
  }

  .md\:w-352 {
    width: 352px;
  }

  .md\:w-368 {
    width: 368px;
  }

  .md\:w-384 {
    width: 384px;
  }

  .md\:w-400 {
    width: 400px;
  }

  .md\:w-416 {
    width: 416px;
  }

  .md\:w-432 {
    width: 432px;
  }

  .md\:w-448 {
    width: 448px;
  }

  .md\:w-464 {
    width: 464px;
  }

  .md\:w-480 {
    width: 480px;
  }

  .md\:w-496 {
    width: 496px;
  }

  .md\:w-512 {
    width: 512px;
  }

  .md\:w-528 {
    width: 528px;
  }

  .md\:w-544 {
    width: 544px;
  }

  .md\:w-560 {
    width: 560px;
  }

  .md\:w-576 {
    width: 576px;
  }

  .md\:w-592 {
    width: 592px;
  }

  .md\:w-608 {
    width: 608px;
  }

  .md\:w-624 {
    width: 624px;
  }

  .md\:w-640 {
    width: 640px;
  }

  .md\:w-672 {
    width: 672px;
  }

  .md\:w-704 {
    width: 704px;
  }

  .md\:w-736 {
    width: 736px;
  }

  .md\:w-768 {
    width: 768px;
  }

  .md\:w-800 {
    width: 800px;
  }

  .md\:w-832 {
    width: 832px;
  }

  .md\:w-864 {
    width: 864px;
  }

  .md\:w-896 {
    width: 896px;
  }

  .md\:w-928 {
    width: 928px;
  }

  .md\:w-960 {
    width: 960px;
  }

  .md\:w-992 {
    width: 992px;
  }

  .md\:w-1024 {
    width: 1024px;
  }

  .md\:w-1088 {
    width: 1088px;
  }

  .md\:w-1152 {
    width: 1152px;
  }

  .md\:w-1216 {
    width: 1216px;
  }

  .md\:w-1280 {
    width: 1280px;
  }

  .md\:w-1344 {
    width: 1344px;
  }

  .md\:w-1408 {
    width: 1408px;
  }

  .md\:w-1472 {
    width: 1472px;
  }

  .md\:w-1536 {
    width: 1536px;
  }

  .md\:w-1600 {
    width: 1600px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-1 {
    z-index: 1;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:transform-none {
    -webkit-transform: none;
            transform: none;
  }

  .md\:origin-center {
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .md\:origin-top {
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .md\:origin-top-right {
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .md\:origin-right {
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .md\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .md\:origin-bottom {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .md\:origin-left {
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .md\:origin-top-left {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .md\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .md\:rotate-0 {
    --transform-rotate: 0;
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .md\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .md\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .md\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .md\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .md\:transition-none {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .md\:transition-all {
    -webkit-transition-property: all;
    transition-property: all;
  }

  .md\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
  }

  .md\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-opacity {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .md\:transition-shadow {
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
  }

  .md\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .md\:ease-linear {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .md\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75 {
    -webkit-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .md\:duration-100 {
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .md\:duration-150 {
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .md\:duration-200 {
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .md\:duration-300 {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .md\:duration-500 {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .md\:duration-700 {
    -webkit-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .md\:duration-1000 {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}

@media (min-width: 1024px) {
  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-black {
    background-color: #000000;
  }

  .lg\:bg-black-90 {
    background-color: #000000E6;
  }

  .lg\:bg-black-80 {
    background-color: #000000CD;
  }

  .lg\:bg-black-70 {
    background-color: #000000B3;
  }

  .lg\:bg-black-60 {
    background-color: #0000009A;
  }

  .lg\:bg-black-50 {
    background-color: #00000080;
  }

  .lg\:bg-black-40 {
    background-color: #00000066;
  }

  .lg\:bg-black-30 {
    background-color: #0000004D;
  }

  .lg\:bg-black-20 {
    background-color: #00000033;
  }

  .lg\:bg-black-10 {
    background-color: #0000001A;
  }

  .lg\:bg-white {
    background-color: #FFFFFF;
  }

  .lg\:bg-white-90 {
    background-color: #FFFFFFE6;
  }

  .lg\:bg-white-80 {
    background-color: #FFFFFFCD;
  }

  .lg\:bg-white-70 {
    background-color: #FFFFFFB3;
  }

  .lg\:bg-white-60 {
    background-color: #FFFFFF9A;
  }

  .lg\:bg-white-50 {
    background-color: #FFFFFF80;
  }

  .lg\:bg-white-40 {
    background-color: #FFFFFF66;
  }

  .lg\:bg-white-30 {
    background-color: #FFFFFF4D;
  }

  .lg\:bg-white-20 {
    background-color: #FFFFFF33;
  }

  .lg\:bg-white-10 {
    background-color: #FFFFFF1A;
  }

  .lg\:bg-blue-100 {
    background-color: #DEEFF7;
  }

  .lg\:bg-blue-125 {
    background-color: #D0ECF7;
  }

  .lg\:bg-blue-150 {
    background-color: #C4E8F7;
  }

  .lg\:bg-blue-200 {
    background-color: #A7DFF7;
  }

  .lg\:bg-blue-300 {
    background-color: #6DCCF5;
  }

  .lg\:bg-blue-400 {
    background-color: #37B8F0;
  }

  .lg\:bg-blue-500 {
    background-color: #12A4E2;
  }

  .lg\:bg-blue-600 {
    background-color: #0990CA;
  }

  .lg\:bg-blue-700 {
    background-color: #0575A5;
  }

  .lg\:bg-blue-800 {
    background-color: #035273;
  }

  .lg\:bg-blue-900 {
    background-color: #023043;
  }

  .lg\:bg-gray-100 {
    background-color: #ECEEEE;
  }

  .lg\:bg-gray-125 {
    background-color: #E7E9E9;
  }

  .lg\:bg-gray-150 {
    background-color: #E1E4E5;
  }

  .lg\:bg-gray-200 {
    background-color: #D3D7D9;
  }

  .lg\:bg-gray-300 {
    background-color: #B8BFC1;
  }

  .lg\:bg-gray-400 {
    background-color: #9EA6AA;
  }

  .lg\:bg-gray-500 {
    background-color: #858F93;
  }

  .lg\:bg-gray-600 {
    background-color: #6C757A;
  }

  .lg\:bg-gray-700 {
    background-color: #565E61;
  }

  .lg\:bg-gray-800 {
    background-color: #3C4144;
  }

  .lg\:bg-gray-900 {
    background-color: #242729;
  }

  .lg\:bg-red-100 {
    background-color: #FFECEC;
  }

  .lg\:bg-red-125 {
    background-color: #FFE3E3;
  }

  .lg\:bg-red-150 {
    background-color: #FFDADA;
  }

  .lg\:bg-red-200 {
    background-color: #FFC7C7;
  }

  .lg\:bg-red-300 {
    background-color: #FFA2A2;
  }

  .lg\:bg-red-400 {
    background-color: #FF7D7D;
  }

  .lg\:bg-red-500 {
    background-color: #FF5858;
  }

  .lg\:bg-red-600 {
    background-color: #D33C3C;
  }

  .lg\:bg-red-700 {
    background-color: #A42424;
  }

  .lg\:bg-red-800 {
    background-color: #761212;
  }

  .lg\:bg-red-900 {
    background-color: #460606;
  }

  .lg\:bg-green-100 {
    background-color: #E4F1E8;
  }

  .lg\:bg-green-200 {
    background-color: #B4E4C4;
  }

  .lg\:bg-green-300 {
    background-color: #86D6A0;
  }

  .lg\:bg-green-400 {
    background-color: #60C883;
  }

  .lg\:bg-green-500 {
    background-color: #3EBB68;
  }

  .lg\:bg-green-600 {
    background-color: #2B9D51;
  }

  .lg\:bg-green-700 {
    background-color: #1D813E;
  }

  .lg\:bg-green-800 {
    background-color: #11622C;
  }

  .lg\:bg-green-900 {
    background-color: #08441C;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000000;
  }

  .lg\:hover\:bg-black-90:hover {
    background-color: #000000E6;
  }

  .lg\:hover\:bg-black-80:hover {
    background-color: #000000CD;
  }

  .lg\:hover\:bg-black-70:hover {
    background-color: #000000B3;
  }

  .lg\:hover\:bg-black-60:hover {
    background-color: #0000009A;
  }

  .lg\:hover\:bg-black-50:hover {
    background-color: #00000080;
  }

  .lg\:hover\:bg-black-40:hover {
    background-color: #00000066;
  }

  .lg\:hover\:bg-black-30:hover {
    background-color: #0000004D;
  }

  .lg\:hover\:bg-black-20:hover {
    background-color: #00000033;
  }

  .lg\:hover\:bg-black-10:hover {
    background-color: #0000001A;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #FFFFFF;
  }

  .lg\:hover\:bg-white-90:hover {
    background-color: #FFFFFFE6;
  }

  .lg\:hover\:bg-white-80:hover {
    background-color: #FFFFFFCD;
  }

  .lg\:hover\:bg-white-70:hover {
    background-color: #FFFFFFB3;
  }

  .lg\:hover\:bg-white-60:hover {
    background-color: #FFFFFF9A;
  }

  .lg\:hover\:bg-white-50:hover {
    background-color: #FFFFFF80;
  }

  .lg\:hover\:bg-white-40:hover {
    background-color: #FFFFFF66;
  }

  .lg\:hover\:bg-white-30:hover {
    background-color: #FFFFFF4D;
  }

  .lg\:hover\:bg-white-20:hover {
    background-color: #FFFFFF33;
  }

  .lg\:hover\:bg-white-10:hover {
    background-color: #FFFFFF1A;
  }

  .lg\:hover\:bg-blue-100:hover {
    background-color: #DEEFF7;
  }

  .lg\:hover\:bg-blue-125:hover {
    background-color: #D0ECF7;
  }

  .lg\:hover\:bg-blue-150:hover {
    background-color: #C4E8F7;
  }

  .lg\:hover\:bg-blue-200:hover {
    background-color: #A7DFF7;
  }

  .lg\:hover\:bg-blue-300:hover {
    background-color: #6DCCF5;
  }

  .lg\:hover\:bg-blue-400:hover {
    background-color: #37B8F0;
  }

  .lg\:hover\:bg-blue-500:hover {
    background-color: #12A4E2;
  }

  .lg\:hover\:bg-blue-600:hover {
    background-color: #0990CA;
  }

  .lg\:hover\:bg-blue-700:hover {
    background-color: #0575A5;
  }

  .lg\:hover\:bg-blue-800:hover {
    background-color: #035273;
  }

  .lg\:hover\:bg-blue-900:hover {
    background-color: #023043;
  }

  .lg\:hover\:bg-gray-100:hover {
    background-color: #ECEEEE;
  }

  .lg\:hover\:bg-gray-125:hover {
    background-color: #E7E9E9;
  }

  .lg\:hover\:bg-gray-150:hover {
    background-color: #E1E4E5;
  }

  .lg\:hover\:bg-gray-200:hover {
    background-color: #D3D7D9;
  }

  .lg\:hover\:bg-gray-300:hover {
    background-color: #B8BFC1;
  }

  .lg\:hover\:bg-gray-400:hover {
    background-color: #9EA6AA;
  }

  .lg\:hover\:bg-gray-500:hover {
    background-color: #858F93;
  }

  .lg\:hover\:bg-gray-600:hover {
    background-color: #6C757A;
  }

  .lg\:hover\:bg-gray-700:hover {
    background-color: #565E61;
  }

  .lg\:hover\:bg-gray-800:hover {
    background-color: #3C4144;
  }

  .lg\:hover\:bg-gray-900:hover {
    background-color: #242729;
  }

  .lg\:hover\:bg-red-100:hover {
    background-color: #FFECEC;
  }

  .lg\:hover\:bg-red-125:hover {
    background-color: #FFE3E3;
  }

  .lg\:hover\:bg-red-150:hover {
    background-color: #FFDADA;
  }

  .lg\:hover\:bg-red-200:hover {
    background-color: #FFC7C7;
  }

  .lg\:hover\:bg-red-300:hover {
    background-color: #FFA2A2;
  }

  .lg\:hover\:bg-red-400:hover {
    background-color: #FF7D7D;
  }

  .lg\:hover\:bg-red-500:hover {
    background-color: #FF5858;
  }

  .lg\:hover\:bg-red-600:hover {
    background-color: #D33C3C;
  }

  .lg\:hover\:bg-red-700:hover {
    background-color: #A42424;
  }

  .lg\:hover\:bg-red-800:hover {
    background-color: #761212;
  }

  .lg\:hover\:bg-red-900:hover {
    background-color: #460606;
  }

  .lg\:hover\:bg-green-100:hover {
    background-color: #E4F1E8;
  }

  .lg\:hover\:bg-green-200:hover {
    background-color: #B4E4C4;
  }

  .lg\:hover\:bg-green-300:hover {
    background-color: #86D6A0;
  }

  .lg\:hover\:bg-green-400:hover {
    background-color: #60C883;
  }

  .lg\:hover\:bg-green-500:hover {
    background-color: #3EBB68;
  }

  .lg\:hover\:bg-green-600:hover {
    background-color: #2B9D51;
  }

  .lg\:hover\:bg-green-700:hover {
    background-color: #1D813E;
  }

  .lg\:hover\:bg-green-800:hover {
    background-color: #11622C;
  }

  .lg\:hover\:bg-green-900:hover {
    background-color: #08441C;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #000000;
  }

  .lg\:focus\:bg-black-90:focus {
    background-color: #000000E6;
  }

  .lg\:focus\:bg-black-80:focus {
    background-color: #000000CD;
  }

  .lg\:focus\:bg-black-70:focus {
    background-color: #000000B3;
  }

  .lg\:focus\:bg-black-60:focus {
    background-color: #0000009A;
  }

  .lg\:focus\:bg-black-50:focus {
    background-color: #00000080;
  }

  .lg\:focus\:bg-black-40:focus {
    background-color: #00000066;
  }

  .lg\:focus\:bg-black-30:focus {
    background-color: #0000004D;
  }

  .lg\:focus\:bg-black-20:focus {
    background-color: #00000033;
  }

  .lg\:focus\:bg-black-10:focus {
    background-color: #0000001A;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #FFFFFF;
  }

  .lg\:focus\:bg-white-90:focus {
    background-color: #FFFFFFE6;
  }

  .lg\:focus\:bg-white-80:focus {
    background-color: #FFFFFFCD;
  }

  .lg\:focus\:bg-white-70:focus {
    background-color: #FFFFFFB3;
  }

  .lg\:focus\:bg-white-60:focus {
    background-color: #FFFFFF9A;
  }

  .lg\:focus\:bg-white-50:focus {
    background-color: #FFFFFF80;
  }

  .lg\:focus\:bg-white-40:focus {
    background-color: #FFFFFF66;
  }

  .lg\:focus\:bg-white-30:focus {
    background-color: #FFFFFF4D;
  }

  .lg\:focus\:bg-white-20:focus {
    background-color: #FFFFFF33;
  }

  .lg\:focus\:bg-white-10:focus {
    background-color: #FFFFFF1A;
  }

  .lg\:focus\:bg-blue-100:focus {
    background-color: #DEEFF7;
  }

  .lg\:focus\:bg-blue-125:focus {
    background-color: #D0ECF7;
  }

  .lg\:focus\:bg-blue-150:focus {
    background-color: #C4E8F7;
  }

  .lg\:focus\:bg-blue-200:focus {
    background-color: #A7DFF7;
  }

  .lg\:focus\:bg-blue-300:focus {
    background-color: #6DCCF5;
  }

  .lg\:focus\:bg-blue-400:focus {
    background-color: #37B8F0;
  }

  .lg\:focus\:bg-blue-500:focus {
    background-color: #12A4E2;
  }

  .lg\:focus\:bg-blue-600:focus {
    background-color: #0990CA;
  }

  .lg\:focus\:bg-blue-700:focus {
    background-color: #0575A5;
  }

  .lg\:focus\:bg-blue-800:focus {
    background-color: #035273;
  }

  .lg\:focus\:bg-blue-900:focus {
    background-color: #023043;
  }

  .lg\:focus\:bg-gray-100:focus {
    background-color: #ECEEEE;
  }

  .lg\:focus\:bg-gray-125:focus {
    background-color: #E7E9E9;
  }

  .lg\:focus\:bg-gray-150:focus {
    background-color: #E1E4E5;
  }

  .lg\:focus\:bg-gray-200:focus {
    background-color: #D3D7D9;
  }

  .lg\:focus\:bg-gray-300:focus {
    background-color: #B8BFC1;
  }

  .lg\:focus\:bg-gray-400:focus {
    background-color: #9EA6AA;
  }

  .lg\:focus\:bg-gray-500:focus {
    background-color: #858F93;
  }

  .lg\:focus\:bg-gray-600:focus {
    background-color: #6C757A;
  }

  .lg\:focus\:bg-gray-700:focus {
    background-color: #565E61;
  }

  .lg\:focus\:bg-gray-800:focus {
    background-color: #3C4144;
  }

  .lg\:focus\:bg-gray-900:focus {
    background-color: #242729;
  }

  .lg\:focus\:bg-red-100:focus {
    background-color: #FFECEC;
  }

  .lg\:focus\:bg-red-125:focus {
    background-color: #FFE3E3;
  }

  .lg\:focus\:bg-red-150:focus {
    background-color: #FFDADA;
  }

  .lg\:focus\:bg-red-200:focus {
    background-color: #FFC7C7;
  }

  .lg\:focus\:bg-red-300:focus {
    background-color: #FFA2A2;
  }

  .lg\:focus\:bg-red-400:focus {
    background-color: #FF7D7D;
  }

  .lg\:focus\:bg-red-500:focus {
    background-color: #FF5858;
  }

  .lg\:focus\:bg-red-600:focus {
    background-color: #D33C3C;
  }

  .lg\:focus\:bg-red-700:focus {
    background-color: #A42424;
  }

  .lg\:focus\:bg-red-800:focus {
    background-color: #761212;
  }

  .lg\:focus\:bg-red-900:focus {
    background-color: #460606;
  }

  .lg\:focus\:bg-green-100:focus {
    background-color: #E4F1E8;
  }

  .lg\:focus\:bg-green-200:focus {
    background-color: #B4E4C4;
  }

  .lg\:focus\:bg-green-300:focus {
    background-color: #86D6A0;
  }

  .lg\:focus\:bg-green-400:focus {
    background-color: #60C883;
  }

  .lg\:focus\:bg-green-500:focus {
    background-color: #3EBB68;
  }

  .lg\:focus\:bg-green-600:focus {
    background-color: #2B9D51;
  }

  .lg\:focus\:bg-green-700:focus {
    background-color: #1D813E;
  }

  .lg\:focus\:bg-green-800:focus {
    background-color: #11622C;
  }

  .lg\:focus\:bg-green-900:focus {
    background-color: #08441C;
  }

  .lg\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .lg\:active\:bg-black:active {
    background-color: #000000;
  }

  .lg\:active\:bg-black-90:active {
    background-color: #000000E6;
  }

  .lg\:active\:bg-black-80:active {
    background-color: #000000CD;
  }

  .lg\:active\:bg-black-70:active {
    background-color: #000000B3;
  }

  .lg\:active\:bg-black-60:active {
    background-color: #0000009A;
  }

  .lg\:active\:bg-black-50:active {
    background-color: #00000080;
  }

  .lg\:active\:bg-black-40:active {
    background-color: #00000066;
  }

  .lg\:active\:bg-black-30:active {
    background-color: #0000004D;
  }

  .lg\:active\:bg-black-20:active {
    background-color: #00000033;
  }

  .lg\:active\:bg-black-10:active {
    background-color: #0000001A;
  }

  .lg\:active\:bg-white:active {
    background-color: #FFFFFF;
  }

  .lg\:active\:bg-white-90:active {
    background-color: #FFFFFFE6;
  }

  .lg\:active\:bg-white-80:active {
    background-color: #FFFFFFCD;
  }

  .lg\:active\:bg-white-70:active {
    background-color: #FFFFFFB3;
  }

  .lg\:active\:bg-white-60:active {
    background-color: #FFFFFF9A;
  }

  .lg\:active\:bg-white-50:active {
    background-color: #FFFFFF80;
  }

  .lg\:active\:bg-white-40:active {
    background-color: #FFFFFF66;
  }

  .lg\:active\:bg-white-30:active {
    background-color: #FFFFFF4D;
  }

  .lg\:active\:bg-white-20:active {
    background-color: #FFFFFF33;
  }

  .lg\:active\:bg-white-10:active {
    background-color: #FFFFFF1A;
  }

  .lg\:active\:bg-blue-100:active {
    background-color: #DEEFF7;
  }

  .lg\:active\:bg-blue-125:active {
    background-color: #D0ECF7;
  }

  .lg\:active\:bg-blue-150:active {
    background-color: #C4E8F7;
  }

  .lg\:active\:bg-blue-200:active {
    background-color: #A7DFF7;
  }

  .lg\:active\:bg-blue-300:active {
    background-color: #6DCCF5;
  }

  .lg\:active\:bg-blue-400:active {
    background-color: #37B8F0;
  }

  .lg\:active\:bg-blue-500:active {
    background-color: #12A4E2;
  }

  .lg\:active\:bg-blue-600:active {
    background-color: #0990CA;
  }

  .lg\:active\:bg-blue-700:active {
    background-color: #0575A5;
  }

  .lg\:active\:bg-blue-800:active {
    background-color: #035273;
  }

  .lg\:active\:bg-blue-900:active {
    background-color: #023043;
  }

  .lg\:active\:bg-gray-100:active {
    background-color: #ECEEEE;
  }

  .lg\:active\:bg-gray-125:active {
    background-color: #E7E9E9;
  }

  .lg\:active\:bg-gray-150:active {
    background-color: #E1E4E5;
  }

  .lg\:active\:bg-gray-200:active {
    background-color: #D3D7D9;
  }

  .lg\:active\:bg-gray-300:active {
    background-color: #B8BFC1;
  }

  .lg\:active\:bg-gray-400:active {
    background-color: #9EA6AA;
  }

  .lg\:active\:bg-gray-500:active {
    background-color: #858F93;
  }

  .lg\:active\:bg-gray-600:active {
    background-color: #6C757A;
  }

  .lg\:active\:bg-gray-700:active {
    background-color: #565E61;
  }

  .lg\:active\:bg-gray-800:active {
    background-color: #3C4144;
  }

  .lg\:active\:bg-gray-900:active {
    background-color: #242729;
  }

  .lg\:active\:bg-red-100:active {
    background-color: #FFECEC;
  }

  .lg\:active\:bg-red-125:active {
    background-color: #FFE3E3;
  }

  .lg\:active\:bg-red-150:active {
    background-color: #FFDADA;
  }

  .lg\:active\:bg-red-200:active {
    background-color: #FFC7C7;
  }

  .lg\:active\:bg-red-300:active {
    background-color: #FFA2A2;
  }

  .lg\:active\:bg-red-400:active {
    background-color: #FF7D7D;
  }

  .lg\:active\:bg-red-500:active {
    background-color: #FF5858;
  }

  .lg\:active\:bg-red-600:active {
    background-color: #D33C3C;
  }

  .lg\:active\:bg-red-700:active {
    background-color: #A42424;
  }

  .lg\:active\:bg-red-800:active {
    background-color: #761212;
  }

  .lg\:active\:bg-red-900:active {
    background-color: #460606;
  }

  .lg\:active\:bg-green-100:active {
    background-color: #E4F1E8;
  }

  .lg\:active\:bg-green-200:active {
    background-color: #B4E4C4;
  }

  .lg\:active\:bg-green-300:active {
    background-color: #86D6A0;
  }

  .lg\:active\:bg-green-400:active {
    background-color: #60C883;
  }

  .lg\:active\:bg-green-500:active {
    background-color: #3EBB68;
  }

  .lg\:active\:bg-green-600:active {
    background-color: #2B9D51;
  }

  .lg\:active\:bg-green-700:active {
    background-color: #1D813E;
  }

  .lg\:active\:bg-green-800:active {
    background-color: #11622C;
  }

  .lg\:active\:bg-green-900:active {
    background-color: #08441C;
  }

  .lg\:rounded {
    border-radius: 3px;
  }

  .lg\:rounded-3px {
    border-radius: 3px;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .lg\:rounded-r {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .lg\:rounded-l {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .lg\:rounded-t-3px {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .lg\:rounded-r-3px {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .lg\:rounded-b-3px {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .lg\:rounded-l-3px {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 3px;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 3px;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 3px;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 3px;
  }

  .lg\:rounded-tl-3px {
    border-top-left-radius: 3px;
  }

  .lg\:rounded-tr-3px {
    border-top-right-radius: 3px;
  }

  .lg\:rounded-br-3px {
    border-bottom-right-radius: 3px;
  }

  .lg\:rounded-bl-3px {
    border-bottom-left-radius: 3px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: -webkit-box;
    display: flex;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .lg\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .lg\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .lg\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .lg\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .lg\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .lg\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .lg\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .lg\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .lg\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .lg\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .lg\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .lg\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .lg\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 1px;
  }

  .lg\:h-2 {
    height: 2px;
  }

  .lg\:h-3 {
    height: 3px;
  }

  .lg\:h-4 {
    height: 4px;
  }

  .lg\:h-5 {
    height: 5px;
  }

  .lg\:h-6 {
    height: 6px;
  }

  .lg\:h-7 {
    height: 7px;
  }

  .lg\:h-8 {
    height: 8px;
  }

  .lg\:h-10 {
    height: 10px;
  }

  .lg\:h-12 {
    height: 12px;
  }

  .lg\:h-14 {
    height: 14px;
  }

  .lg\:h-16 {
    height: 16px;
  }

  .lg\:h-18 {
    height: 18px;
  }

  .lg\:h-20 {
    height: 20px;
  }

  .lg\:h-24 {
    height: 24px;
  }

  .lg\:h-28 {
    height: 28px;
  }

  .lg\:h-32 {
    height: 32px;
  }

  .lg\:h-36 {
    height: 36px;
  }

  .lg\:h-40 {
    height: 40px;
  }

  .lg\:h-44 {
    height: 44px;
  }

  .lg\:h-48 {
    height: 48px;
  }

  .lg\:h-52 {
    height: 52px;
  }

  .lg\:h-56 {
    height: 56px;
  }

  .lg\:h-60 {
    height: 60px;
  }

  .lg\:h-64 {
    height: 64px;
  }

  .lg\:h-72 {
    height: 72px;
  }

  .lg\:h-80 {
    height: 80px;
  }

  .lg\:h-88 {
    height: 88px;
  }

  .lg\:h-96 {
    height: 96px;
  }

  .lg\:h-104 {
    height: 104px;
  }

  .lg\:h-112 {
    height: 112px;
  }

  .lg\:h-120 {
    height: 120px;
  }

  .lg\:h-128 {
    height: 128px;
  }

  .lg\:h-144 {
    height: 144px;
  }

  .lg\:h-160 {
    height: 160px;
  }

  .lg\:h-176 {
    height: 176px;
  }

  .lg\:h-192 {
    height: 192px;
  }

  .lg\:h-208 {
    height: 208px;
  }

  .lg\:h-224 {
    height: 224px;
  }

  .lg\:h-240 {
    height: 240px;
  }

  .lg\:h-256 {
    height: 256px;
  }

  .lg\:h-272 {
    height: 272px;
  }

  .lg\:h-288 {
    height: 288px;
  }

  .lg\:h-304 {
    height: 304px;
  }

  .lg\:h-320 {
    height: 320px;
  }

  .lg\:h-336 {
    height: 336px;
  }

  .lg\:h-352 {
    height: 352px;
  }

  .lg\:h-368 {
    height: 368px;
  }

  .lg\:h-384 {
    height: 384px;
  }

  .lg\:h-400 {
    height: 400px;
  }

  .lg\:h-416 {
    height: 416px;
  }

  .lg\:h-432 {
    height: 432px;
  }

  .lg\:h-448 {
    height: 448px;
  }

  .lg\:h-464 {
    height: 464px;
  }

  .lg\:h-480 {
    height: 480px;
  }

  .lg\:h-496 {
    height: 496px;
  }

  .lg\:h-512 {
    height: 512px;
  }

  .lg\:h-528 {
    height: 528px;
  }

  .lg\:h-544 {
    height: 544px;
  }

  .lg\:h-560 {
    height: 560px;
  }

  .lg\:h-576 {
    height: 576px;
  }

  .lg\:h-592 {
    height: 592px;
  }

  .lg\:h-608 {
    height: 608px;
  }

  .lg\:h-624 {
    height: 624px;
  }

  .lg\:h-640 {
    height: 640px;
  }

  .lg\:h-672 {
    height: 672px;
  }

  .lg\:h-704 {
    height: 704px;
  }

  .lg\:h-736 {
    height: 736px;
  }

  .lg\:h-768 {
    height: 768px;
  }

  .lg\:h-800 {
    height: 800px;
  }

  .lg\:h-832 {
    height: 832px;
  }

  .lg\:h-864 {
    height: 864px;
  }

  .lg\:h-896 {
    height: 896px;
  }

  .lg\:h-928 {
    height: 928px;
  }

  .lg\:h-960 {
    height: 960px;
  }

  .lg\:h-992 {
    height: 992px;
  }

  .lg\:h-1024 {
    height: 1024px;
  }

  .lg\:h-1088 {
    height: 1088px;
  }

  .lg\:h-1152 {
    height: 1152px;
  }

  .lg\:h-1216 {
    height: 1216px;
  }

  .lg\:h-1280 {
    height: 1280px;
  }

  .lg\:h-1344 {
    height: 1344px;
  }

  .lg\:h-1408 {
    height: 1408px;
  }

  .lg\:h-1472 {
    height: 1472px;
  }

  .lg\:h-1536 {
    height: 1536px;
  }

  .lg\:h-1600 {
    height: 1600px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-1\/12 {
    height: 8.333333%;
  }

  .lg\:h-2\/12 {
    height: 16.666667%;
  }

  .lg\:h-3\/12 {
    height: 25%;
  }

  .lg\:h-4\/12 {
    height: 33.333333%;
  }

  .lg\:h-5\/12 {
    height: 41.666667%;
  }

  .lg\:h-6\/12 {
    height: 50%;
  }

  .lg\:h-7\/12 {
    height: 58.333333%;
  }

  .lg\:h-8\/12 {
    height: 66.666667%;
  }

  .lg\:h-9\/12 {
    height: 75%;
  }

  .lg\:h-10\/12 {
    height: 83.333333%;
  }

  .lg\:h-11\/12 {
    height: 91.666667%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 1px;
  }

  .lg\:m-2 {
    margin: 2px;
  }

  .lg\:m-3 {
    margin: 3px;
  }

  .lg\:m-4 {
    margin: 4px;
  }

  .lg\:m-5 {
    margin: 5px;
  }

  .lg\:m-6 {
    margin: 6px;
  }

  .lg\:m-7 {
    margin: 7px;
  }

  .lg\:m-8 {
    margin: 8px;
  }

  .lg\:m-10 {
    margin: 10px;
  }

  .lg\:m-12 {
    margin: 12px;
  }

  .lg\:m-14 {
    margin: 14px;
  }

  .lg\:m-16 {
    margin: 16px;
  }

  .lg\:m-18 {
    margin: 18px;
  }

  .lg\:m-20 {
    margin: 20px;
  }

  .lg\:m-24 {
    margin: 24px;
  }

  .lg\:m-28 {
    margin: 28px;
  }

  .lg\:m-32 {
    margin: 32px;
  }

  .lg\:m-36 {
    margin: 36px;
  }

  .lg\:m-40 {
    margin: 40px;
  }

  .lg\:m-44 {
    margin: 44px;
  }

  .lg\:m-48 {
    margin: 48px;
  }

  .lg\:m-52 {
    margin: 52px;
  }

  .lg\:m-56 {
    margin: 56px;
  }

  .lg\:m-60 {
    margin: 60px;
  }

  .lg\:m-64 {
    margin: 64px;
  }

  .lg\:m-72 {
    margin: 72px;
  }

  .lg\:m-80 {
    margin: 80px;
  }

  .lg\:m-88 {
    margin: 88px;
  }

  .lg\:m-96 {
    margin: 96px;
  }

  .lg\:m-104 {
    margin: 104px;
  }

  .lg\:m-112 {
    margin: 112px;
  }

  .lg\:m-120 {
    margin: 120px;
  }

  .lg\:m-128 {
    margin: 128px;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:-m-1 {
    margin: -1px;
  }

  .lg\:-m-2 {
    margin: -2px;
  }

  .lg\:-m-3 {
    margin: -3px;
  }

  .lg\:-m-4 {
    margin: -4px;
  }

  .lg\:-m-5 {
    margin: -5px;
  }

  .lg\:-m-6 {
    margin: -6px;
  }

  .lg\:-m-7 {
    margin: -7px;
  }

  .lg\:-m-8 {
    margin: -8px;
  }

  .lg\:-m-10 {
    margin: -10px;
  }

  .lg\:-m-12 {
    margin: -12px;
  }

  .lg\:-m-14 {
    margin: -14px;
  }

  .lg\:-m-16 {
    margin: -16px;
  }

  .lg\:-m-18 {
    margin: -18px;
  }

  .lg\:-m-20 {
    margin: -20px;
  }

  .lg\:-m-24 {
    margin: -24px;
  }

  .lg\:-m-28 {
    margin: -28px;
  }

  .lg\:-m-32 {
    margin: -32px;
  }

  .lg\:-m-36 {
    margin: -36px;
  }

  .lg\:-m-40 {
    margin: -40px;
  }

  .lg\:-m-44 {
    margin: -44px;
  }

  .lg\:-m-48 {
    margin: -48px;
  }

  .lg\:-m-52 {
    margin: -52px;
  }

  .lg\:-m-56 {
    margin: -56px;
  }

  .lg\:-m-60 {
    margin: -60px;
  }

  .lg\:-m-64 {
    margin: -64px;
  }

  .lg\:-m-72 {
    margin: -72px;
  }

  .lg\:-m-80 {
    margin: -80px;
  }

  .lg\:-m-88 {
    margin: -88px;
  }

  .lg\:-m-96 {
    margin: -96px;
  }

  .lg\:-m-104 {
    margin: -104px;
  }

  .lg\:-m-112 {
    margin: -112px;
  }

  .lg\:-m-120 {
    margin: -120px;
  }

  .lg\:-m-128 {
    margin: -128px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .lg\:mx-2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .lg\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .lg\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:my-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .lg\:mx-7 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .lg\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .lg\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .lg\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .lg\:mx-44 {
    margin-left: 44px;
    margin-right: 44px;
  }

  .lg\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .lg\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .lg\:my-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .lg\:mx-52 {
    margin-left: 52px;
    margin-right: 52px;
  }

  .lg\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .lg\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .lg\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .lg\:my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .lg\:mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .lg\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:my-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .lg\:mx-88 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .lg\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .lg\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .lg\:my-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }

  .lg\:mx-104 {
    margin-left: 104px;
    margin-right: 104px;
  }

  .lg\:my-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .lg\:mx-112 {
    margin-left: 112px;
    margin-right: 112px;
  }

  .lg\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .lg\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-my-1 {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-1 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-2 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .lg\:-mx-2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .lg\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .lg\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .lg\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .lg\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .lg\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .lg\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .lg\:-my-7 {
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .lg\:-mx-7 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .lg\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .lg\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .lg\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .lg\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .lg\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .lg\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:-my-44 {
    margin-top: -44px;
    margin-bottom: -44px;
  }

  .lg\:-mx-44 {
    margin-left: -44px;
    margin-right: -44px;
  }

  .lg\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .lg\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .lg\:-my-52 {
    margin-top: -52px;
    margin-bottom: -52px;
  }

  .lg\:-mx-52 {
    margin-left: -52px;
    margin-right: -52px;
  }

  .lg\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .lg\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .lg\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .lg\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .lg\:-my-72 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .lg\:-mx-72 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .lg\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:-my-88 {
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .lg\:-mx-88 {
    margin-left: -88px;
    margin-right: -88px;
  }

  .lg\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .lg\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .lg\:-my-104 {
    margin-top: -104px;
    margin-bottom: -104px;
  }

  .lg\:-mx-104 {
    margin-left: -104px;
    margin-right: -104px;
  }

  .lg\:-my-112 {
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .lg\:-mx-112 {
    margin-left: -112px;
    margin-right: -112px;
  }

  .lg\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .lg\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .lg\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .lg\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: 1px;
  }

  .lg\:mr-1 {
    margin-right: 1px;
  }

  .lg\:mb-1 {
    margin-bottom: 1px;
  }

  .lg\:ml-1 {
    margin-left: 1px;
  }

  .lg\:mt-2 {
    margin-top: 2px;
  }

  .lg\:mr-2 {
    margin-right: 2px;
  }

  .lg\:mb-2 {
    margin-bottom: 2px;
  }

  .lg\:ml-2 {
    margin-left: 2px;
  }

  .lg\:mt-3 {
    margin-top: 3px;
  }

  .lg\:mr-3 {
    margin-right: 3px;
  }

  .lg\:mb-3 {
    margin-bottom: 3px;
  }

  .lg\:ml-3 {
    margin-left: 3px;
  }

  .lg\:mt-4 {
    margin-top: 4px;
  }

  .lg\:mr-4 {
    margin-right: 4px;
  }

  .lg\:mb-4 {
    margin-bottom: 4px;
  }

  .lg\:ml-4 {
    margin-left: 4px;
  }

  .lg\:mt-5 {
    margin-top: 5px;
  }

  .lg\:mr-5 {
    margin-right: 5px;
  }

  .lg\:mb-5 {
    margin-bottom: 5px;
  }

  .lg\:ml-5 {
    margin-left: 5px;
  }

  .lg\:mt-6 {
    margin-top: 6px;
  }

  .lg\:mr-6 {
    margin-right: 6px;
  }

  .lg\:mb-6 {
    margin-bottom: 6px;
  }

  .lg\:ml-6 {
    margin-left: 6px;
  }

  .lg\:mt-7 {
    margin-top: 7px;
  }

  .lg\:mr-7 {
    margin-right: 7px;
  }

  .lg\:mb-7 {
    margin-bottom: 7px;
  }

  .lg\:ml-7 {
    margin-left: 7px;
  }

  .lg\:mt-8 {
    margin-top: 8px;
  }

  .lg\:mr-8 {
    margin-right: 8px;
  }

  .lg\:mb-8 {
    margin-bottom: 8px;
  }

  .lg\:ml-8 {
    margin-left: 8px;
  }

  .lg\:mt-10 {
    margin-top: 10px;
  }

  .lg\:mr-10 {
    margin-right: 10px;
  }

  .lg\:mb-10 {
    margin-bottom: 10px;
  }

  .lg\:ml-10 {
    margin-left: 10px;
  }

  .lg\:mt-12 {
    margin-top: 12px;
  }

  .lg\:mr-12 {
    margin-right: 12px;
  }

  .lg\:mb-12 {
    margin-bottom: 12px;
  }

  .lg\:ml-12 {
    margin-left: 12px;
  }

  .lg\:mt-14 {
    margin-top: 14px;
  }

  .lg\:mr-14 {
    margin-right: 14px;
  }

  .lg\:mb-14 {
    margin-bottom: 14px;
  }

  .lg\:ml-14 {
    margin-left: 14px;
  }

  .lg\:mt-16 {
    margin-top: 16px;
  }

  .lg\:mr-16 {
    margin-right: 16px;
  }

  .lg\:mb-16 {
    margin-bottom: 16px;
  }

  .lg\:ml-16 {
    margin-left: 16px;
  }

  .lg\:mt-18 {
    margin-top: 18px;
  }

  .lg\:mr-18 {
    margin-right: 18px;
  }

  .lg\:mb-18 {
    margin-bottom: 18px;
  }

  .lg\:ml-18 {
    margin-left: 18px;
  }

  .lg\:mt-20 {
    margin-top: 20px;
  }

  .lg\:mr-20 {
    margin-right: 20px;
  }

  .lg\:mb-20 {
    margin-bottom: 20px;
  }

  .lg\:ml-20 {
    margin-left: 20px;
  }

  .lg\:mt-24 {
    margin-top: 24px;
  }

  .lg\:mr-24 {
    margin-right: 24px;
  }

  .lg\:mb-24 {
    margin-bottom: 24px;
  }

  .lg\:ml-24 {
    margin-left: 24px;
  }

  .lg\:mt-28 {
    margin-top: 28px;
  }

  .lg\:mr-28 {
    margin-right: 28px;
  }

  .lg\:mb-28 {
    margin-bottom: 28px;
  }

  .lg\:ml-28 {
    margin-left: 28px;
  }

  .lg\:mt-32 {
    margin-top: 32px;
  }

  .lg\:mr-32 {
    margin-right: 32px;
  }

  .lg\:mb-32 {
    margin-bottom: 32px;
  }

  .lg\:ml-32 {
    margin-left: 32px;
  }

  .lg\:mt-36 {
    margin-top: 36px;
  }

  .lg\:mr-36 {
    margin-right: 36px;
  }

  .lg\:mb-36 {
    margin-bottom: 36px;
  }

  .lg\:ml-36 {
    margin-left: 36px;
  }

  .lg\:mt-40 {
    margin-top: 40px;
  }

  .lg\:mr-40 {
    margin-right: 40px;
  }

  .lg\:mb-40 {
    margin-bottom: 40px;
  }

  .lg\:ml-40 {
    margin-left: 40px;
  }

  .lg\:mt-44 {
    margin-top: 44px;
  }

  .lg\:mr-44 {
    margin-right: 44px;
  }

  .lg\:mb-44 {
    margin-bottom: 44px;
  }

  .lg\:ml-44 {
    margin-left: 44px;
  }

  .lg\:mt-48 {
    margin-top: 48px;
  }

  .lg\:mr-48 {
    margin-right: 48px;
  }

  .lg\:mb-48 {
    margin-bottom: 48px;
  }

  .lg\:ml-48 {
    margin-left: 48px;
  }

  .lg\:mt-52 {
    margin-top: 52px;
  }

  .lg\:mr-52 {
    margin-right: 52px;
  }

  .lg\:mb-52 {
    margin-bottom: 52px;
  }

  .lg\:ml-52 {
    margin-left: 52px;
  }

  .lg\:mt-56 {
    margin-top: 56px;
  }

  .lg\:mr-56 {
    margin-right: 56px;
  }

  .lg\:mb-56 {
    margin-bottom: 56px;
  }

  .lg\:ml-56 {
    margin-left: 56px;
  }

  .lg\:mt-60 {
    margin-top: 60px;
  }

  .lg\:mr-60 {
    margin-right: 60px;
  }

  .lg\:mb-60 {
    margin-bottom: 60px;
  }

  .lg\:ml-60 {
    margin-left: 60px;
  }

  .lg\:mt-64 {
    margin-top: 64px;
  }

  .lg\:mr-64 {
    margin-right: 64px;
  }

  .lg\:mb-64 {
    margin-bottom: 64px;
  }

  .lg\:ml-64 {
    margin-left: 64px;
  }

  .lg\:mt-72 {
    margin-top: 72px;
  }

  .lg\:mr-72 {
    margin-right: 72px;
  }

  .lg\:mb-72 {
    margin-bottom: 72px;
  }

  .lg\:ml-72 {
    margin-left: 72px;
  }

  .lg\:mt-80 {
    margin-top: 80px;
  }

  .lg\:mr-80 {
    margin-right: 80px;
  }

  .lg\:mb-80 {
    margin-bottom: 80px;
  }

  .lg\:ml-80 {
    margin-left: 80px;
  }

  .lg\:mt-88 {
    margin-top: 88px;
  }

  .lg\:mr-88 {
    margin-right: 88px;
  }

  .lg\:mb-88 {
    margin-bottom: 88px;
  }

  .lg\:ml-88 {
    margin-left: 88px;
  }

  .lg\:mt-96 {
    margin-top: 96px;
  }

  .lg\:mr-96 {
    margin-right: 96px;
  }

  .lg\:mb-96 {
    margin-bottom: 96px;
  }

  .lg\:ml-96 {
    margin-left: 96px;
  }

  .lg\:mt-104 {
    margin-top: 104px;
  }

  .lg\:mr-104 {
    margin-right: 104px;
  }

  .lg\:mb-104 {
    margin-bottom: 104px;
  }

  .lg\:ml-104 {
    margin-left: 104px;
  }

  .lg\:mt-112 {
    margin-top: 112px;
  }

  .lg\:mr-112 {
    margin-right: 112px;
  }

  .lg\:mb-112 {
    margin-bottom: 112px;
  }

  .lg\:ml-112 {
    margin-left: 112px;
  }

  .lg\:mt-120 {
    margin-top: 120px;
  }

  .lg\:mr-120 {
    margin-right: 120px;
  }

  .lg\:mb-120 {
    margin-bottom: 120px;
  }

  .lg\:ml-120 {
    margin-left: 120px;
  }

  .lg\:mt-128 {
    margin-top: 128px;
  }

  .lg\:mr-128 {
    margin-right: 128px;
  }

  .lg\:mb-128 {
    margin-bottom: 128px;
  }

  .lg\:ml-128 {
    margin-left: 128px;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:-mt-1 {
    margin-top: -1px;
  }

  .lg\:-mr-1 {
    margin-right: -1px;
  }

  .lg\:-mb-1 {
    margin-bottom: -1px;
  }

  .lg\:-ml-1 {
    margin-left: -1px;
  }

  .lg\:-mt-2 {
    margin-top: -2px;
  }

  .lg\:-mr-2 {
    margin-right: -2px;
  }

  .lg\:-mb-2 {
    margin-bottom: -2px;
  }

  .lg\:-ml-2 {
    margin-left: -2px;
  }

  .lg\:-mt-3 {
    margin-top: -3px;
  }

  .lg\:-mr-3 {
    margin-right: -3px;
  }

  .lg\:-mb-3 {
    margin-bottom: -3px;
  }

  .lg\:-ml-3 {
    margin-left: -3px;
  }

  .lg\:-mt-4 {
    margin-top: -4px;
  }

  .lg\:-mr-4 {
    margin-right: -4px;
  }

  .lg\:-mb-4 {
    margin-bottom: -4px;
  }

  .lg\:-ml-4 {
    margin-left: -4px;
  }

  .lg\:-mt-5 {
    margin-top: -5px;
  }

  .lg\:-mr-5 {
    margin-right: -5px;
  }

  .lg\:-mb-5 {
    margin-bottom: -5px;
  }

  .lg\:-ml-5 {
    margin-left: -5px;
  }

  .lg\:-mt-6 {
    margin-top: -6px;
  }

  .lg\:-mr-6 {
    margin-right: -6px;
  }

  .lg\:-mb-6 {
    margin-bottom: -6px;
  }

  .lg\:-ml-6 {
    margin-left: -6px;
  }

  .lg\:-mt-7 {
    margin-top: -7px;
  }

  .lg\:-mr-7 {
    margin-right: -7px;
  }

  .lg\:-mb-7 {
    margin-bottom: -7px;
  }

  .lg\:-ml-7 {
    margin-left: -7px;
  }

  .lg\:-mt-8 {
    margin-top: -8px;
  }

  .lg\:-mr-8 {
    margin-right: -8px;
  }

  .lg\:-mb-8 {
    margin-bottom: -8px;
  }

  .lg\:-ml-8 {
    margin-left: -8px;
  }

  .lg\:-mt-10 {
    margin-top: -10px;
  }

  .lg\:-mr-10 {
    margin-right: -10px;
  }

  .lg\:-mb-10 {
    margin-bottom: -10px;
  }

  .lg\:-ml-10 {
    margin-left: -10px;
  }

  .lg\:-mt-12 {
    margin-top: -12px;
  }

  .lg\:-mr-12 {
    margin-right: -12px;
  }

  .lg\:-mb-12 {
    margin-bottom: -12px;
  }

  .lg\:-ml-12 {
    margin-left: -12px;
  }

  .lg\:-mt-14 {
    margin-top: -14px;
  }

  .lg\:-mr-14 {
    margin-right: -14px;
  }

  .lg\:-mb-14 {
    margin-bottom: -14px;
  }

  .lg\:-ml-14 {
    margin-left: -14px;
  }

  .lg\:-mt-16 {
    margin-top: -16px;
  }

  .lg\:-mr-16 {
    margin-right: -16px;
  }

  .lg\:-mb-16 {
    margin-bottom: -16px;
  }

  .lg\:-ml-16 {
    margin-left: -16px;
  }

  .lg\:-mt-18 {
    margin-top: -18px;
  }

  .lg\:-mr-18 {
    margin-right: -18px;
  }

  .lg\:-mb-18 {
    margin-bottom: -18px;
  }

  .lg\:-ml-18 {
    margin-left: -18px;
  }

  .lg\:-mt-20 {
    margin-top: -20px;
  }

  .lg\:-mr-20 {
    margin-right: -20px;
  }

  .lg\:-mb-20 {
    margin-bottom: -20px;
  }

  .lg\:-ml-20 {
    margin-left: -20px;
  }

  .lg\:-mt-24 {
    margin-top: -24px;
  }

  .lg\:-mr-24 {
    margin-right: -24px;
  }

  .lg\:-mb-24 {
    margin-bottom: -24px;
  }

  .lg\:-ml-24 {
    margin-left: -24px;
  }

  .lg\:-mt-28 {
    margin-top: -28px;
  }

  .lg\:-mr-28 {
    margin-right: -28px;
  }

  .lg\:-mb-28 {
    margin-bottom: -28px;
  }

  .lg\:-ml-28 {
    margin-left: -28px;
  }

  .lg\:-mt-32 {
    margin-top: -32px;
  }

  .lg\:-mr-32 {
    margin-right: -32px;
  }

  .lg\:-mb-32 {
    margin-bottom: -32px;
  }

  .lg\:-ml-32 {
    margin-left: -32px;
  }

  .lg\:-mt-36 {
    margin-top: -36px;
  }

  .lg\:-mr-36 {
    margin-right: -36px;
  }

  .lg\:-mb-36 {
    margin-bottom: -36px;
  }

  .lg\:-ml-36 {
    margin-left: -36px;
  }

  .lg\:-mt-40 {
    margin-top: -40px;
  }

  .lg\:-mr-40 {
    margin-right: -40px;
  }

  .lg\:-mb-40 {
    margin-bottom: -40px;
  }

  .lg\:-ml-40 {
    margin-left: -40px;
  }

  .lg\:-mt-44 {
    margin-top: -44px;
  }

  .lg\:-mr-44 {
    margin-right: -44px;
  }

  .lg\:-mb-44 {
    margin-bottom: -44px;
  }

  .lg\:-ml-44 {
    margin-left: -44px;
  }

  .lg\:-mt-48 {
    margin-top: -48px;
  }

  .lg\:-mr-48 {
    margin-right: -48px;
  }

  .lg\:-mb-48 {
    margin-bottom: -48px;
  }

  .lg\:-ml-48 {
    margin-left: -48px;
  }

  .lg\:-mt-52 {
    margin-top: -52px;
  }

  .lg\:-mr-52 {
    margin-right: -52px;
  }

  .lg\:-mb-52 {
    margin-bottom: -52px;
  }

  .lg\:-ml-52 {
    margin-left: -52px;
  }

  .lg\:-mt-56 {
    margin-top: -56px;
  }

  .lg\:-mr-56 {
    margin-right: -56px;
  }

  .lg\:-mb-56 {
    margin-bottom: -56px;
  }

  .lg\:-ml-56 {
    margin-left: -56px;
  }

  .lg\:-mt-60 {
    margin-top: -60px;
  }

  .lg\:-mr-60 {
    margin-right: -60px;
  }

  .lg\:-mb-60 {
    margin-bottom: -60px;
  }

  .lg\:-ml-60 {
    margin-left: -60px;
  }

  .lg\:-mt-64 {
    margin-top: -64px;
  }

  .lg\:-mr-64 {
    margin-right: -64px;
  }

  .lg\:-mb-64 {
    margin-bottom: -64px;
  }

  .lg\:-ml-64 {
    margin-left: -64px;
  }

  .lg\:-mt-72 {
    margin-top: -72px;
  }

  .lg\:-mr-72 {
    margin-right: -72px;
  }

  .lg\:-mb-72 {
    margin-bottom: -72px;
  }

  .lg\:-ml-72 {
    margin-left: -72px;
  }

  .lg\:-mt-80 {
    margin-top: -80px;
  }

  .lg\:-mr-80 {
    margin-right: -80px;
  }

  .lg\:-mb-80 {
    margin-bottom: -80px;
  }

  .lg\:-ml-80 {
    margin-left: -80px;
  }

  .lg\:-mt-88 {
    margin-top: -88px;
  }

  .lg\:-mr-88 {
    margin-right: -88px;
  }

  .lg\:-mb-88 {
    margin-bottom: -88px;
  }

  .lg\:-ml-88 {
    margin-left: -88px;
  }

  .lg\:-mt-96 {
    margin-top: -96px;
  }

  .lg\:-mr-96 {
    margin-right: -96px;
  }

  .lg\:-mb-96 {
    margin-bottom: -96px;
  }

  .lg\:-ml-96 {
    margin-left: -96px;
  }

  .lg\:-mt-104 {
    margin-top: -104px;
  }

  .lg\:-mr-104 {
    margin-right: -104px;
  }

  .lg\:-mb-104 {
    margin-bottom: -104px;
  }

  .lg\:-ml-104 {
    margin-left: -104px;
  }

  .lg\:-mt-112 {
    margin-top: -112px;
  }

  .lg\:-mr-112 {
    margin-right: -112px;
  }

  .lg\:-mb-112 {
    margin-bottom: -112px;
  }

  .lg\:-ml-112 {
    margin-left: -112px;
  }

  .lg\:-mt-120 {
    margin-top: -120px;
  }

  .lg\:-mr-120 {
    margin-right: -120px;
  }

  .lg\:-mb-120 {
    margin-bottom: -120px;
  }

  .lg\:-ml-120 {
    margin-left: -120px;
  }

  .lg\:-mt-128 {
    margin-top: -128px;
  }

  .lg\:-mr-128 {
    margin-right: -128px;
  }

  .lg\:-mb-128 {
    margin-bottom: -128px;
  }

  .lg\:-ml-128 {
    margin-left: -128px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-0 {
    max-width: 0;
  }

  .lg\:max-w-1 {
    max-width: 1px;
  }

  .lg\:max-w-2 {
    max-width: 2px;
  }

  .lg\:max-w-3 {
    max-width: 3px;
  }

  .lg\:max-w-4 {
    max-width: 4px;
  }

  .lg\:max-w-5 {
    max-width: 5px;
  }

  .lg\:max-w-6 {
    max-width: 6px;
  }

  .lg\:max-w-7 {
    max-width: 7px;
  }

  .lg\:max-w-8 {
    max-width: 8px;
  }

  .lg\:max-w-10 {
    max-width: 10px;
  }

  .lg\:max-w-12 {
    max-width: 12px;
  }

  .lg\:max-w-14 {
    max-width: 14px;
  }

  .lg\:max-w-16 {
    max-width: 16px;
  }

  .lg\:max-w-18 {
    max-width: 18px;
  }

  .lg\:max-w-20 {
    max-width: 20px;
  }

  .lg\:max-w-24 {
    max-width: 24px;
  }

  .lg\:max-w-28 {
    max-width: 28px;
  }

  .lg\:max-w-32 {
    max-width: 32px;
  }

  .lg\:max-w-36 {
    max-width: 36px;
  }

  .lg\:max-w-40 {
    max-width: 40px;
  }

  .lg\:max-w-44 {
    max-width: 44px;
  }

  .lg\:max-w-48 {
    max-width: 48px;
  }

  .lg\:max-w-52 {
    max-width: 52px;
  }

  .lg\:max-w-56 {
    max-width: 56px;
  }

  .lg\:max-w-60 {
    max-width: 60px;
  }

  .lg\:max-w-64 {
    max-width: 64px;
  }

  .lg\:max-w-72 {
    max-width: 72px;
  }

  .lg\:max-w-80 {
    max-width: 80px;
  }

  .lg\:max-w-88 {
    max-width: 88px;
  }

  .lg\:max-w-96 {
    max-width: 96px;
  }

  .lg\:max-w-104 {
    max-width: 104px;
  }

  .lg\:max-w-112 {
    max-width: 112px;
  }

  .lg\:max-w-120 {
    max-width: 120px;
  }

  .lg\:max-w-128 {
    max-width: 128px;
  }

  .lg\:max-w-144 {
    max-width: 144px;
  }

  .lg\:max-w-160 {
    max-width: 160px;
  }

  .lg\:max-w-176 {
    max-width: 176px;
  }

  .lg\:max-w-192 {
    max-width: 192px;
  }

  .lg\:max-w-208 {
    max-width: 208px;
  }

  .lg\:max-w-224 {
    max-width: 224px;
  }

  .lg\:max-w-240 {
    max-width: 240px;
  }

  .lg\:max-w-256 {
    max-width: 256px;
  }

  .lg\:max-w-272 {
    max-width: 272px;
  }

  .lg\:max-w-288 {
    max-width: 288px;
  }

  .lg\:max-w-304 {
    max-width: 304px;
  }

  .lg\:max-w-320 {
    max-width: 320px;
  }

  .lg\:max-w-336 {
    max-width: 336px;
  }

  .lg\:max-w-352 {
    max-width: 352px;
  }

  .lg\:max-w-368 {
    max-width: 368px;
  }

  .lg\:max-w-384 {
    max-width: 384px;
  }

  .lg\:max-w-400 {
    max-width: 400px;
  }

  .lg\:max-w-416 {
    max-width: 416px;
  }

  .lg\:max-w-432 {
    max-width: 432px;
  }

  .lg\:max-w-448 {
    max-width: 448px;
  }

  .lg\:max-w-464 {
    max-width: 464px;
  }

  .lg\:max-w-480 {
    max-width: 480px;
  }

  .lg\:max-w-496 {
    max-width: 496px;
  }

  .lg\:max-w-512 {
    max-width: 512px;
  }

  .lg\:max-w-528 {
    max-width: 528px;
  }

  .lg\:max-w-544 {
    max-width: 544px;
  }

  .lg\:max-w-560 {
    max-width: 560px;
  }

  .lg\:max-w-576 {
    max-width: 576px;
  }

  .lg\:max-w-592 {
    max-width: 592px;
  }

  .lg\:max-w-608 {
    max-width: 608px;
  }

  .lg\:max-w-624 {
    max-width: 624px;
  }

  .lg\:max-w-640 {
    max-width: 640px;
  }

  .lg\:max-w-672 {
    max-width: 672px;
  }

  .lg\:max-w-704 {
    max-width: 704px;
  }

  .lg\:max-w-736 {
    max-width: 736px;
  }

  .lg\:max-w-768 {
    max-width: 768px;
  }

  .lg\:max-w-800 {
    max-width: 800px;
  }

  .lg\:max-w-832 {
    max-width: 832px;
  }

  .lg\:max-w-864 {
    max-width: 864px;
  }

  .lg\:max-w-896 {
    max-width: 896px;
  }

  .lg\:max-w-928 {
    max-width: 928px;
  }

  .lg\:max-w-960 {
    max-width: 960px;
  }

  .lg\:max-w-992 {
    max-width: 992px;
  }

  .lg\:max-w-1024 {
    max-width: 1024px;
  }

  .lg\:max-w-1088 {
    max-width: 1088px;
  }

  .lg\:max-w-1152 {
    max-width: 1152px;
  }

  .lg\:max-w-1216 {
    max-width: 1216px;
  }

  .lg\:max-w-1280 {
    max-width: 1280px;
  }

  .lg\:max-w-1344 {
    max-width: 1344px;
  }

  .lg\:max-w-1408 {
    max-width: 1408px;
  }

  .lg\:max-w-1472 {
    max-width: 1472px;
  }

  .lg\:max-w-1536 {
    max-width: 1536px;
  }

  .lg\:max-w-1600 {
    max-width: 1600px;
  }

  .lg\:max-w-auto {
    max-width: auto;
  }

  .lg\:max-w-1\/2 {
    max-width: 50%;
  }

  .lg\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .lg\:max-w-2\/3 {
    max-width: 66.666667%;
  }

  .lg\:max-w-1\/4 {
    max-width: 25%;
  }

  .lg\:max-w-2\/4 {
    max-width: 50%;
  }

  .lg\:max-w-3\/4 {
    max-width: 75%;
  }

  .lg\:max-w-1\/5 {
    max-width: 20%;
  }

  .lg\:max-w-2\/5 {
    max-width: 40%;
  }

  .lg\:max-w-3\/5 {
    max-width: 60%;
  }

  .lg\:max-w-4\/5 {
    max-width: 80%;
  }

  .lg\:max-w-1\/6 {
    max-width: 16.666667%;
  }

  .lg\:max-w-2\/6 {
    max-width: 33.333333%;
  }

  .lg\:max-w-3\/6 {
    max-width: 50%;
  }

  .lg\:max-w-4\/6 {
    max-width: 66.666667%;
  }

  .lg\:max-w-5\/6 {
    max-width: 83.333333%;
  }

  .lg\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .lg\:max-w-2\/12 {
    max-width: 16.666667%;
  }

  .lg\:max-w-3\/12 {
    max-width: 25%;
  }

  .lg\:max-w-4\/12 {
    max-width: 33.333333%;
  }

  .lg\:max-w-5\/12 {
    max-width: 41.666667%;
  }

  .lg\:max-w-6\/12 {
    max-width: 50%;
  }

  .lg\:max-w-7\/12 {
    max-width: 58.333333%;
  }

  .lg\:max-w-8\/12 {
    max-width: 66.666667%;
  }

  .lg\:max-w-9\/12 {
    max-width: 75%;
  }

  .lg\:max-w-10\/12 {
    max-width: 83.333333%;
  }

  .lg\:max-w-11\/12 {
    max-width: 91.666667%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-screen {
    max-width: 100vw;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 1px;
  }

  .lg\:p-2 {
    padding: 2px;
  }

  .lg\:p-3 {
    padding: 3px;
  }

  .lg\:p-4 {
    padding: 4px;
  }

  .lg\:p-5 {
    padding: 5px;
  }

  .lg\:p-6 {
    padding: 6px;
  }

  .lg\:p-7 {
    padding: 7px;
  }

  .lg\:p-8 {
    padding: 8px;
  }

  .lg\:p-10 {
    padding: 10px;
  }

  .lg\:p-12 {
    padding: 12px;
  }

  .lg\:p-14 {
    padding: 14px;
  }

  .lg\:p-16 {
    padding: 16px;
  }

  .lg\:p-18 {
    padding: 18px;
  }

  .lg\:p-20 {
    padding: 20px;
  }

  .lg\:p-24 {
    padding: 24px;
  }

  .lg\:p-28 {
    padding: 28px;
  }

  .lg\:p-32 {
    padding: 32px;
  }

  .lg\:p-36 {
    padding: 36px;
  }

  .lg\:p-40 {
    padding: 40px;
  }

  .lg\:p-44 {
    padding: 44px;
  }

  .lg\:p-48 {
    padding: 48px;
  }

  .lg\:p-52 {
    padding: 52px;
  }

  .lg\:p-56 {
    padding: 56px;
  }

  .lg\:p-60 {
    padding: 60px;
  }

  .lg\:p-64 {
    padding: 64px;
  }

  .lg\:p-72 {
    padding: 72px;
  }

  .lg\:p-80 {
    padding: 80px;
  }

  .lg\:p-88 {
    padding: 88px;
  }

  .lg\:p-96 {
    padding: 96px;
  }

  .lg\:p-104 {
    padding: 104px;
  }

  .lg\:p-112 {
    padding: 112px;
  }

  .lg\:p-120 {
    padding: 120px;
  }

  .lg\:p-128 {
    padding: 128px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lg\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .lg\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:py-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lg\:px-7 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .lg\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .lg\:px-44 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .lg\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lg\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:py-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .lg\:px-52 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .lg\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lg\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .lg\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .lg\:px-88 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .lg\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .lg\:py-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .lg\:px-104 {
    padding-left: 104px;
    padding-right: 104px;
  }

  .lg\:py-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .lg\:px-112 {
    padding-left: 112px;
    padding-right: 112px;
  }

  .lg\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .lg\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: 1px;
  }

  .lg\:pr-1 {
    padding-right: 1px;
  }

  .lg\:pb-1 {
    padding-bottom: 1px;
  }

  .lg\:pl-1 {
    padding-left: 1px;
  }

  .lg\:pt-2 {
    padding-top: 2px;
  }

  .lg\:pr-2 {
    padding-right: 2px;
  }

  .lg\:pb-2 {
    padding-bottom: 2px;
  }

  .lg\:pl-2 {
    padding-left: 2px;
  }

  .lg\:pt-3 {
    padding-top: 3px;
  }

  .lg\:pr-3 {
    padding-right: 3px;
  }

  .lg\:pb-3 {
    padding-bottom: 3px;
  }

  .lg\:pl-3 {
    padding-left: 3px;
  }

  .lg\:pt-4 {
    padding-top: 4px;
  }

  .lg\:pr-4 {
    padding-right: 4px;
  }

  .lg\:pb-4 {
    padding-bottom: 4px;
  }

  .lg\:pl-4 {
    padding-left: 4px;
  }

  .lg\:pt-5 {
    padding-top: 5px;
  }

  .lg\:pr-5 {
    padding-right: 5px;
  }

  .lg\:pb-5 {
    padding-bottom: 5px;
  }

  .lg\:pl-5 {
    padding-left: 5px;
  }

  .lg\:pt-6 {
    padding-top: 6px;
  }

  .lg\:pr-6 {
    padding-right: 6px;
  }

  .lg\:pb-6 {
    padding-bottom: 6px;
  }

  .lg\:pl-6 {
    padding-left: 6px;
  }

  .lg\:pt-7 {
    padding-top: 7px;
  }

  .lg\:pr-7 {
    padding-right: 7px;
  }

  .lg\:pb-7 {
    padding-bottom: 7px;
  }

  .lg\:pl-7 {
    padding-left: 7px;
  }

  .lg\:pt-8 {
    padding-top: 8px;
  }

  .lg\:pr-8 {
    padding-right: 8px;
  }

  .lg\:pb-8 {
    padding-bottom: 8px;
  }

  .lg\:pl-8 {
    padding-left: 8px;
  }

  .lg\:pt-10 {
    padding-top: 10px;
  }

  .lg\:pr-10 {
    padding-right: 10px;
  }

  .lg\:pb-10 {
    padding-bottom: 10px;
  }

  .lg\:pl-10 {
    padding-left: 10px;
  }

  .lg\:pt-12 {
    padding-top: 12px;
  }

  .lg\:pr-12 {
    padding-right: 12px;
  }

  .lg\:pb-12 {
    padding-bottom: 12px;
  }

  .lg\:pl-12 {
    padding-left: 12px;
  }

  .lg\:pt-14 {
    padding-top: 14px;
  }

  .lg\:pr-14 {
    padding-right: 14px;
  }

  .lg\:pb-14 {
    padding-bottom: 14px;
  }

  .lg\:pl-14 {
    padding-left: 14px;
  }

  .lg\:pt-16 {
    padding-top: 16px;
  }

  .lg\:pr-16 {
    padding-right: 16px;
  }

  .lg\:pb-16 {
    padding-bottom: 16px;
  }

  .lg\:pl-16 {
    padding-left: 16px;
  }

  .lg\:pt-18 {
    padding-top: 18px;
  }

  .lg\:pr-18 {
    padding-right: 18px;
  }

  .lg\:pb-18 {
    padding-bottom: 18px;
  }

  .lg\:pl-18 {
    padding-left: 18px;
  }

  .lg\:pt-20 {
    padding-top: 20px;
  }

  .lg\:pr-20 {
    padding-right: 20px;
  }

  .lg\:pb-20 {
    padding-bottom: 20px;
  }

  .lg\:pl-20 {
    padding-left: 20px;
  }

  .lg\:pt-24 {
    padding-top: 24px;
  }

  .lg\:pr-24 {
    padding-right: 24px;
  }

  .lg\:pb-24 {
    padding-bottom: 24px;
  }

  .lg\:pl-24 {
    padding-left: 24px;
  }

  .lg\:pt-28 {
    padding-top: 28px;
  }

  .lg\:pr-28 {
    padding-right: 28px;
  }

  .lg\:pb-28 {
    padding-bottom: 28px;
  }

  .lg\:pl-28 {
    padding-left: 28px;
  }

  .lg\:pt-32 {
    padding-top: 32px;
  }

  .lg\:pr-32 {
    padding-right: 32px;
  }

  .lg\:pb-32 {
    padding-bottom: 32px;
  }

  .lg\:pl-32 {
    padding-left: 32px;
  }

  .lg\:pt-36 {
    padding-top: 36px;
  }

  .lg\:pr-36 {
    padding-right: 36px;
  }

  .lg\:pb-36 {
    padding-bottom: 36px;
  }

  .lg\:pl-36 {
    padding-left: 36px;
  }

  .lg\:pt-40 {
    padding-top: 40px;
  }

  .lg\:pr-40 {
    padding-right: 40px;
  }

  .lg\:pb-40 {
    padding-bottom: 40px;
  }

  .lg\:pl-40 {
    padding-left: 40px;
  }

  .lg\:pt-44 {
    padding-top: 44px;
  }

  .lg\:pr-44 {
    padding-right: 44px;
  }

  .lg\:pb-44 {
    padding-bottom: 44px;
  }

  .lg\:pl-44 {
    padding-left: 44px;
  }

  .lg\:pt-48 {
    padding-top: 48px;
  }

  .lg\:pr-48 {
    padding-right: 48px;
  }

  .lg\:pb-48 {
    padding-bottom: 48px;
  }

  .lg\:pl-48 {
    padding-left: 48px;
  }

  .lg\:pt-52 {
    padding-top: 52px;
  }

  .lg\:pr-52 {
    padding-right: 52px;
  }

  .lg\:pb-52 {
    padding-bottom: 52px;
  }

  .lg\:pl-52 {
    padding-left: 52px;
  }

  .lg\:pt-56 {
    padding-top: 56px;
  }

  .lg\:pr-56 {
    padding-right: 56px;
  }

  .lg\:pb-56 {
    padding-bottom: 56px;
  }

  .lg\:pl-56 {
    padding-left: 56px;
  }

  .lg\:pt-60 {
    padding-top: 60px;
  }

  .lg\:pr-60 {
    padding-right: 60px;
  }

  .lg\:pb-60 {
    padding-bottom: 60px;
  }

  .lg\:pl-60 {
    padding-left: 60px;
  }

  .lg\:pt-64 {
    padding-top: 64px;
  }

  .lg\:pr-64 {
    padding-right: 64px;
  }

  .lg\:pb-64 {
    padding-bottom: 64px;
  }

  .lg\:pl-64 {
    padding-left: 64px;
  }

  .lg\:pt-72 {
    padding-top: 72px;
  }

  .lg\:pr-72 {
    padding-right: 72px;
  }

  .lg\:pb-72 {
    padding-bottom: 72px;
  }

  .lg\:pl-72 {
    padding-left: 72px;
  }

  .lg\:pt-80 {
    padding-top: 80px;
  }

  .lg\:pr-80 {
    padding-right: 80px;
  }

  .lg\:pb-80 {
    padding-bottom: 80px;
  }

  .lg\:pl-80 {
    padding-left: 80px;
  }

  .lg\:pt-88 {
    padding-top: 88px;
  }

  .lg\:pr-88 {
    padding-right: 88px;
  }

  .lg\:pb-88 {
    padding-bottom: 88px;
  }

  .lg\:pl-88 {
    padding-left: 88px;
  }

  .lg\:pt-96 {
    padding-top: 96px;
  }

  .lg\:pr-96 {
    padding-right: 96px;
  }

  .lg\:pb-96 {
    padding-bottom: 96px;
  }

  .lg\:pl-96 {
    padding-left: 96px;
  }

  .lg\:pt-104 {
    padding-top: 104px;
  }

  .lg\:pr-104 {
    padding-right: 104px;
  }

  .lg\:pb-104 {
    padding-bottom: 104px;
  }

  .lg\:pl-104 {
    padding-left: 104px;
  }

  .lg\:pt-112 {
    padding-top: 112px;
  }

  .lg\:pr-112 {
    padding-right: 112px;
  }

  .lg\:pb-112 {
    padding-bottom: 112px;
  }

  .lg\:pl-112 {
    padding-left: 112px;
  }

  .lg\:pt-120 {
    padding-top: 120px;
  }

  .lg\:pr-120 {
    padding-right: 120px;
  }

  .lg\:pb-120 {
    padding-bottom: 120px;
  }

  .lg\:pl-120 {
    padding-left: 120px;
  }

  .lg\:pt-128 {
    padding-top: 128px;
  }

  .lg\:pr-128 {
    padding-right: 128px;
  }

  .lg\:pb-128 {
    padding-bottom: 128px;
  }

  .lg\:pl-128 {
    padding-left: 128px;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:shadow-1 {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .lg\:shadow-2 {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .lg\:shadow-4 {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .lg\:shadow-8 {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .lg\:shadow-16 {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .lg\:shadow-32 {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:shadow-contrast {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .lg\:shadow-contrast-inset {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .lg\:shadow-1-inset {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .lg\:shadow-2-inset {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .lg\:shadow-4-inset {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .lg\:shadow-8-inset {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .lg\:shadow-16-inset {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .lg\:shadow-32-inset {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .lg\:hover\:shadow-1:hover {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .lg\:hover\:shadow-2:hover {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .lg\:hover\:shadow-4:hover {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .lg\:hover\:shadow-8:hover {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .lg\:hover\:shadow-16:hover {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .lg\:hover\:shadow-32:hover {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:hover\:shadow-contrast:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .lg\:hover\:shadow-contrast-inset:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .lg\:hover\:shadow-1-inset:hover {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .lg\:hover\:shadow-2-inset:hover {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .lg\:hover\:shadow-4-inset:hover {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .lg\:hover\:shadow-8-inset:hover {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .lg\:hover\:shadow-16-inset:hover {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .lg\:hover\:shadow-32-inset:hover {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .lg\:focus\:shadow-1:focus {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .lg\:focus\:shadow-2:focus {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .lg\:focus\:shadow-4:focus {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .lg\:focus\:shadow-8:focus {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .lg\:focus\:shadow-16:focus {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .lg\:focus\:shadow-32:focus {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .lg\:focus\:shadow-contrast:focus {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .lg\:focus\:shadow-contrast-inset:focus {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .lg\:focus\:shadow-1-inset:focus {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .lg\:focus\:shadow-2-inset:focus {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .lg\:focus\:shadow-4-inset:focus {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .lg\:focus\:shadow-8-inset:focus {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .lg\:focus\:shadow-16-inset:focus {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .lg\:focus\:shadow-32-inset:focus {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .lg\:active\:shadow-1:active {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .lg\:active\:shadow-2:active {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .lg\:active\:shadow-4:active {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .lg\:active\:shadow-8:active {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .lg\:active\:shadow-16:active {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .lg\:active\:shadow-32:active {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .lg\:active\:shadow-none:active {
    box-shadow: none;
  }

  .lg\:active\:shadow-contrast:active {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .lg\:active\:shadow-contrast-inset:active {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .lg\:active\:shadow-1-inset:active {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .lg\:active\:shadow-2-inset:active {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .lg\:active\:shadow-4-inset:active {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .lg\:active\:shadow-8-inset:active {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .lg\:active\:shadow-16-inset:active {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .lg\:active\:shadow-32-inset:active {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: #000000;
  }

  .lg\:text-black-90 {
    color: #000000E6;
  }

  .lg\:text-black-80 {
    color: #000000CD;
  }

  .lg\:text-black-70 {
    color: #000000B3;
  }

  .lg\:text-black-60 {
    color: #0000009A;
  }

  .lg\:text-black-50 {
    color: #00000080;
  }

  .lg\:text-black-40 {
    color: #00000066;
  }

  .lg\:text-black-30 {
    color: #0000004D;
  }

  .lg\:text-black-20 {
    color: #00000033;
  }

  .lg\:text-black-10 {
    color: #0000001A;
  }

  .lg\:text-white {
    color: #FFFFFF;
  }

  .lg\:text-white-90 {
    color: #FFFFFFE6;
  }

  .lg\:text-white-80 {
    color: #FFFFFFCD;
  }

  .lg\:text-white-70 {
    color: #FFFFFFB3;
  }

  .lg\:text-white-60 {
    color: #FFFFFF9A;
  }

  .lg\:text-white-50 {
    color: #FFFFFF80;
  }

  .lg\:text-white-40 {
    color: #FFFFFF66;
  }

  .lg\:text-white-30 {
    color: #FFFFFF4D;
  }

  .lg\:text-white-20 {
    color: #FFFFFF33;
  }

  .lg\:text-white-10 {
    color: #FFFFFF1A;
  }

  .lg\:text-blue-100 {
    color: #DEEFF7;
  }

  .lg\:text-blue-125 {
    color: #D0ECF7;
  }

  .lg\:text-blue-150 {
    color: #C4E8F7;
  }

  .lg\:text-blue-200 {
    color: #A7DFF7;
  }

  .lg\:text-blue-300 {
    color: #6DCCF5;
  }

  .lg\:text-blue-400 {
    color: #37B8F0;
  }

  .lg\:text-blue-500 {
    color: #12A4E2;
  }

  .lg\:text-blue-600 {
    color: #0990CA;
  }

  .lg\:text-blue-700 {
    color: #0575A5;
  }

  .lg\:text-blue-800 {
    color: #035273;
  }

  .lg\:text-blue-900 {
    color: #023043;
  }

  .lg\:text-gray-100 {
    color: #ECEEEE;
  }

  .lg\:text-gray-125 {
    color: #E7E9E9;
  }

  .lg\:text-gray-150 {
    color: #E1E4E5;
  }

  .lg\:text-gray-200 {
    color: #D3D7D9;
  }

  .lg\:text-gray-300 {
    color: #B8BFC1;
  }

  .lg\:text-gray-400 {
    color: #9EA6AA;
  }

  .lg\:text-gray-500 {
    color: #858F93;
  }

  .lg\:text-gray-600 {
    color: #6C757A;
  }

  .lg\:text-gray-700 {
    color: #565E61;
  }

  .lg\:text-gray-800 {
    color: #3C4144;
  }

  .lg\:text-gray-900 {
    color: #242729;
  }

  .lg\:text-red-100 {
    color: #FFECEC;
  }

  .lg\:text-red-125 {
    color: #FFE3E3;
  }

  .lg\:text-red-150 {
    color: #FFDADA;
  }

  .lg\:text-red-200 {
    color: #FFC7C7;
  }

  .lg\:text-red-300 {
    color: #FFA2A2;
  }

  .lg\:text-red-400 {
    color: #FF7D7D;
  }

  .lg\:text-red-500 {
    color: #FF5858;
  }

  .lg\:text-red-600 {
    color: #D33C3C;
  }

  .lg\:text-red-700 {
    color: #A42424;
  }

  .lg\:text-red-800 {
    color: #761212;
  }

  .lg\:text-red-900 {
    color: #460606;
  }

  .lg\:text-green-100 {
    color: #E4F1E8;
  }

  .lg\:text-green-200 {
    color: #B4E4C4;
  }

  .lg\:text-green-300 {
    color: #86D6A0;
  }

  .lg\:text-green-400 {
    color: #60C883;
  }

  .lg\:text-green-500 {
    color: #3EBB68;
  }

  .lg\:text-green-600 {
    color: #2B9D51;
  }

  .lg\:text-green-700 {
    color: #1D813E;
  }

  .lg\:text-green-800 {
    color: #11622C;
  }

  .lg\:text-green-900 {
    color: #08441C;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: #000000;
  }

  .lg\:hover\:text-black-90:hover {
    color: #000000E6;
  }

  .lg\:hover\:text-black-80:hover {
    color: #000000CD;
  }

  .lg\:hover\:text-black-70:hover {
    color: #000000B3;
  }

  .lg\:hover\:text-black-60:hover {
    color: #0000009A;
  }

  .lg\:hover\:text-black-50:hover {
    color: #00000080;
  }

  .lg\:hover\:text-black-40:hover {
    color: #00000066;
  }

  .lg\:hover\:text-black-30:hover {
    color: #0000004D;
  }

  .lg\:hover\:text-black-20:hover {
    color: #00000033;
  }

  .lg\:hover\:text-black-10:hover {
    color: #0000001A;
  }

  .lg\:hover\:text-white:hover {
    color: #FFFFFF;
  }

  .lg\:hover\:text-white-90:hover {
    color: #FFFFFFE6;
  }

  .lg\:hover\:text-white-80:hover {
    color: #FFFFFFCD;
  }

  .lg\:hover\:text-white-70:hover {
    color: #FFFFFFB3;
  }

  .lg\:hover\:text-white-60:hover {
    color: #FFFFFF9A;
  }

  .lg\:hover\:text-white-50:hover {
    color: #FFFFFF80;
  }

  .lg\:hover\:text-white-40:hover {
    color: #FFFFFF66;
  }

  .lg\:hover\:text-white-30:hover {
    color: #FFFFFF4D;
  }

  .lg\:hover\:text-white-20:hover {
    color: #FFFFFF33;
  }

  .lg\:hover\:text-white-10:hover {
    color: #FFFFFF1A;
  }

  .lg\:hover\:text-blue-100:hover {
    color: #DEEFF7;
  }

  .lg\:hover\:text-blue-125:hover {
    color: #D0ECF7;
  }

  .lg\:hover\:text-blue-150:hover {
    color: #C4E8F7;
  }

  .lg\:hover\:text-blue-200:hover {
    color: #A7DFF7;
  }

  .lg\:hover\:text-blue-300:hover {
    color: #6DCCF5;
  }

  .lg\:hover\:text-blue-400:hover {
    color: #37B8F0;
  }

  .lg\:hover\:text-blue-500:hover {
    color: #12A4E2;
  }

  .lg\:hover\:text-blue-600:hover {
    color: #0990CA;
  }

  .lg\:hover\:text-blue-700:hover {
    color: #0575A5;
  }

  .lg\:hover\:text-blue-800:hover {
    color: #035273;
  }

  .lg\:hover\:text-blue-900:hover {
    color: #023043;
  }

  .lg\:hover\:text-gray-100:hover {
    color: #ECEEEE;
  }

  .lg\:hover\:text-gray-125:hover {
    color: #E7E9E9;
  }

  .lg\:hover\:text-gray-150:hover {
    color: #E1E4E5;
  }

  .lg\:hover\:text-gray-200:hover {
    color: #D3D7D9;
  }

  .lg\:hover\:text-gray-300:hover {
    color: #B8BFC1;
  }

  .lg\:hover\:text-gray-400:hover {
    color: #9EA6AA;
  }

  .lg\:hover\:text-gray-500:hover {
    color: #858F93;
  }

  .lg\:hover\:text-gray-600:hover {
    color: #6C757A;
  }

  .lg\:hover\:text-gray-700:hover {
    color: #565E61;
  }

  .lg\:hover\:text-gray-800:hover {
    color: #3C4144;
  }

  .lg\:hover\:text-gray-900:hover {
    color: #242729;
  }

  .lg\:hover\:text-red-100:hover {
    color: #FFECEC;
  }

  .lg\:hover\:text-red-125:hover {
    color: #FFE3E3;
  }

  .lg\:hover\:text-red-150:hover {
    color: #FFDADA;
  }

  .lg\:hover\:text-red-200:hover {
    color: #FFC7C7;
  }

  .lg\:hover\:text-red-300:hover {
    color: #FFA2A2;
  }

  .lg\:hover\:text-red-400:hover {
    color: #FF7D7D;
  }

  .lg\:hover\:text-red-500:hover {
    color: #FF5858;
  }

  .lg\:hover\:text-red-600:hover {
    color: #D33C3C;
  }

  .lg\:hover\:text-red-700:hover {
    color: #A42424;
  }

  .lg\:hover\:text-red-800:hover {
    color: #761212;
  }

  .lg\:hover\:text-red-900:hover {
    color: #460606;
  }

  .lg\:hover\:text-green-100:hover {
    color: #E4F1E8;
  }

  .lg\:hover\:text-green-200:hover {
    color: #B4E4C4;
  }

  .lg\:hover\:text-green-300:hover {
    color: #86D6A0;
  }

  .lg\:hover\:text-green-400:hover {
    color: #60C883;
  }

  .lg\:hover\:text-green-500:hover {
    color: #3EBB68;
  }

  .lg\:hover\:text-green-600:hover {
    color: #2B9D51;
  }

  .lg\:hover\:text-green-700:hover {
    color: #1D813E;
  }

  .lg\:hover\:text-green-800:hover {
    color: #11622C;
  }

  .lg\:hover\:text-green-900:hover {
    color: #08441C;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    color: #000000;
  }

  .lg\:focus\:text-black-90:focus {
    color: #000000E6;
  }

  .lg\:focus\:text-black-80:focus {
    color: #000000CD;
  }

  .lg\:focus\:text-black-70:focus {
    color: #000000B3;
  }

  .lg\:focus\:text-black-60:focus {
    color: #0000009A;
  }

  .lg\:focus\:text-black-50:focus {
    color: #00000080;
  }

  .lg\:focus\:text-black-40:focus {
    color: #00000066;
  }

  .lg\:focus\:text-black-30:focus {
    color: #0000004D;
  }

  .lg\:focus\:text-black-20:focus {
    color: #00000033;
  }

  .lg\:focus\:text-black-10:focus {
    color: #0000001A;
  }

  .lg\:focus\:text-white:focus {
    color: #FFFFFF;
  }

  .lg\:focus\:text-white-90:focus {
    color: #FFFFFFE6;
  }

  .lg\:focus\:text-white-80:focus {
    color: #FFFFFFCD;
  }

  .lg\:focus\:text-white-70:focus {
    color: #FFFFFFB3;
  }

  .lg\:focus\:text-white-60:focus {
    color: #FFFFFF9A;
  }

  .lg\:focus\:text-white-50:focus {
    color: #FFFFFF80;
  }

  .lg\:focus\:text-white-40:focus {
    color: #FFFFFF66;
  }

  .lg\:focus\:text-white-30:focus {
    color: #FFFFFF4D;
  }

  .lg\:focus\:text-white-20:focus {
    color: #FFFFFF33;
  }

  .lg\:focus\:text-white-10:focus {
    color: #FFFFFF1A;
  }

  .lg\:focus\:text-blue-100:focus {
    color: #DEEFF7;
  }

  .lg\:focus\:text-blue-125:focus {
    color: #D0ECF7;
  }

  .lg\:focus\:text-blue-150:focus {
    color: #C4E8F7;
  }

  .lg\:focus\:text-blue-200:focus {
    color: #A7DFF7;
  }

  .lg\:focus\:text-blue-300:focus {
    color: #6DCCF5;
  }

  .lg\:focus\:text-blue-400:focus {
    color: #37B8F0;
  }

  .lg\:focus\:text-blue-500:focus {
    color: #12A4E2;
  }

  .lg\:focus\:text-blue-600:focus {
    color: #0990CA;
  }

  .lg\:focus\:text-blue-700:focus {
    color: #0575A5;
  }

  .lg\:focus\:text-blue-800:focus {
    color: #035273;
  }

  .lg\:focus\:text-blue-900:focus {
    color: #023043;
  }

  .lg\:focus\:text-gray-100:focus {
    color: #ECEEEE;
  }

  .lg\:focus\:text-gray-125:focus {
    color: #E7E9E9;
  }

  .lg\:focus\:text-gray-150:focus {
    color: #E1E4E5;
  }

  .lg\:focus\:text-gray-200:focus {
    color: #D3D7D9;
  }

  .lg\:focus\:text-gray-300:focus {
    color: #B8BFC1;
  }

  .lg\:focus\:text-gray-400:focus {
    color: #9EA6AA;
  }

  .lg\:focus\:text-gray-500:focus {
    color: #858F93;
  }

  .lg\:focus\:text-gray-600:focus {
    color: #6C757A;
  }

  .lg\:focus\:text-gray-700:focus {
    color: #565E61;
  }

  .lg\:focus\:text-gray-800:focus {
    color: #3C4144;
  }

  .lg\:focus\:text-gray-900:focus {
    color: #242729;
  }

  .lg\:focus\:text-red-100:focus {
    color: #FFECEC;
  }

  .lg\:focus\:text-red-125:focus {
    color: #FFE3E3;
  }

  .lg\:focus\:text-red-150:focus {
    color: #FFDADA;
  }

  .lg\:focus\:text-red-200:focus {
    color: #FFC7C7;
  }

  .lg\:focus\:text-red-300:focus {
    color: #FFA2A2;
  }

  .lg\:focus\:text-red-400:focus {
    color: #FF7D7D;
  }

  .lg\:focus\:text-red-500:focus {
    color: #FF5858;
  }

  .lg\:focus\:text-red-600:focus {
    color: #D33C3C;
  }

  .lg\:focus\:text-red-700:focus {
    color: #A42424;
  }

  .lg\:focus\:text-red-800:focus {
    color: #761212;
  }

  .lg\:focus\:text-red-900:focus {
    color: #460606;
  }

  .lg\:focus\:text-green-100:focus {
    color: #E4F1E8;
  }

  .lg\:focus\:text-green-200:focus {
    color: #B4E4C4;
  }

  .lg\:focus\:text-green-300:focus {
    color: #86D6A0;
  }

  .lg\:focus\:text-green-400:focus {
    color: #60C883;
  }

  .lg\:focus\:text-green-500:focus {
    color: #3EBB68;
  }

  .lg\:focus\:text-green-600:focus {
    color: #2B9D51;
  }

  .lg\:focus\:text-green-700:focus {
    color: #1D813E;
  }

  .lg\:focus\:text-green-800:focus {
    color: #11622C;
  }

  .lg\:focus\:text-green-900:focus {
    color: #08441C;
  }

  .lg\:active\:text-transparent:active {
    color: transparent;
  }

  .lg\:active\:text-black:active {
    color: #000000;
  }

  .lg\:active\:text-black-90:active {
    color: #000000E6;
  }

  .lg\:active\:text-black-80:active {
    color: #000000CD;
  }

  .lg\:active\:text-black-70:active {
    color: #000000B3;
  }

  .lg\:active\:text-black-60:active {
    color: #0000009A;
  }

  .lg\:active\:text-black-50:active {
    color: #00000080;
  }

  .lg\:active\:text-black-40:active {
    color: #00000066;
  }

  .lg\:active\:text-black-30:active {
    color: #0000004D;
  }

  .lg\:active\:text-black-20:active {
    color: #00000033;
  }

  .lg\:active\:text-black-10:active {
    color: #0000001A;
  }

  .lg\:active\:text-white:active {
    color: #FFFFFF;
  }

  .lg\:active\:text-white-90:active {
    color: #FFFFFFE6;
  }

  .lg\:active\:text-white-80:active {
    color: #FFFFFFCD;
  }

  .lg\:active\:text-white-70:active {
    color: #FFFFFFB3;
  }

  .lg\:active\:text-white-60:active {
    color: #FFFFFF9A;
  }

  .lg\:active\:text-white-50:active {
    color: #FFFFFF80;
  }

  .lg\:active\:text-white-40:active {
    color: #FFFFFF66;
  }

  .lg\:active\:text-white-30:active {
    color: #FFFFFF4D;
  }

  .lg\:active\:text-white-20:active {
    color: #FFFFFF33;
  }

  .lg\:active\:text-white-10:active {
    color: #FFFFFF1A;
  }

  .lg\:active\:text-blue-100:active {
    color: #DEEFF7;
  }

  .lg\:active\:text-blue-125:active {
    color: #D0ECF7;
  }

  .lg\:active\:text-blue-150:active {
    color: #C4E8F7;
  }

  .lg\:active\:text-blue-200:active {
    color: #A7DFF7;
  }

  .lg\:active\:text-blue-300:active {
    color: #6DCCF5;
  }

  .lg\:active\:text-blue-400:active {
    color: #37B8F0;
  }

  .lg\:active\:text-blue-500:active {
    color: #12A4E2;
  }

  .lg\:active\:text-blue-600:active {
    color: #0990CA;
  }

  .lg\:active\:text-blue-700:active {
    color: #0575A5;
  }

  .lg\:active\:text-blue-800:active {
    color: #035273;
  }

  .lg\:active\:text-blue-900:active {
    color: #023043;
  }

  .lg\:active\:text-gray-100:active {
    color: #ECEEEE;
  }

  .lg\:active\:text-gray-125:active {
    color: #E7E9E9;
  }

  .lg\:active\:text-gray-150:active {
    color: #E1E4E5;
  }

  .lg\:active\:text-gray-200:active {
    color: #D3D7D9;
  }

  .lg\:active\:text-gray-300:active {
    color: #B8BFC1;
  }

  .lg\:active\:text-gray-400:active {
    color: #9EA6AA;
  }

  .lg\:active\:text-gray-500:active {
    color: #858F93;
  }

  .lg\:active\:text-gray-600:active {
    color: #6C757A;
  }

  .lg\:active\:text-gray-700:active {
    color: #565E61;
  }

  .lg\:active\:text-gray-800:active {
    color: #3C4144;
  }

  .lg\:active\:text-gray-900:active {
    color: #242729;
  }

  .lg\:active\:text-red-100:active {
    color: #FFECEC;
  }

  .lg\:active\:text-red-125:active {
    color: #FFE3E3;
  }

  .lg\:active\:text-red-150:active {
    color: #FFDADA;
  }

  .lg\:active\:text-red-200:active {
    color: #FFC7C7;
  }

  .lg\:active\:text-red-300:active {
    color: #FFA2A2;
  }

  .lg\:active\:text-red-400:active {
    color: #FF7D7D;
  }

  .lg\:active\:text-red-500:active {
    color: #FF5858;
  }

  .lg\:active\:text-red-600:active {
    color: #D33C3C;
  }

  .lg\:active\:text-red-700:active {
    color: #A42424;
  }

  .lg\:active\:text-red-800:active {
    color: #761212;
  }

  .lg\:active\:text-red-900:active {
    color: #460606;
  }

  .lg\:active\:text-green-100:active {
    color: #E4F1E8;
  }

  .lg\:active\:text-green-200:active {
    color: #B4E4C4;
  }

  .lg\:active\:text-green-300:active {
    color: #86D6A0;
  }

  .lg\:active\:text-green-400:active {
    color: #60C883;
  }

  .lg\:active\:text-green-500:active {
    color: #3EBB68;
  }

  .lg\:active\:text-green-600:active {
    color: #2B9D51;
  }

  .lg\:active\:text-green-700:active {
    color: #1D813E;
  }

  .lg\:active\:text-green-800:active {
    color: #11622C;
  }

  .lg\:active\:text-green-900:active {
    color: #08441C;
  }

  .lg\:text-12 {
    font-size: 12px;
  }

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-20 {
    font-size: 20px;
  }

  .lg\:text-24 {
    font-size: 24px;
  }

  .lg\:text-28 {
    font-size: 28px;
  }

  .lg\:text-32 {
    font-size: 32px;
  }

  .lg\:text-40 {
    font-size: 40px;
  }

  .lg\:text-48 {
    font-size: 48px;
  }

  .lg\:text-56 {
    font-size: 56px;
  }

  .lg\:text-64 {
    font-size: 64px;
  }

  .lg\:text-72 {
    font-size: 72px;
  }

  .lg\:text-96 {
    font-size: 96px;
  }

  .lg\:text-128 {
    font-size: 128px;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 1px;
  }

  .lg\:w-2 {
    width: 2px;
  }

  .lg\:w-3 {
    width: 3px;
  }

  .lg\:w-4 {
    width: 4px;
  }

  .lg\:w-5 {
    width: 5px;
  }

  .lg\:w-6 {
    width: 6px;
  }

  .lg\:w-7 {
    width: 7px;
  }

  .lg\:w-8 {
    width: 8px;
  }

  .lg\:w-10 {
    width: 10px;
  }

  .lg\:w-12 {
    width: 12px;
  }

  .lg\:w-14 {
    width: 14px;
  }

  .lg\:w-16 {
    width: 16px;
  }

  .lg\:w-18 {
    width: 18px;
  }

  .lg\:w-20 {
    width: 20px;
  }

  .lg\:w-24 {
    width: 24px;
  }

  .lg\:w-28 {
    width: 28px;
  }

  .lg\:w-32 {
    width: 32px;
  }

  .lg\:w-36 {
    width: 36px;
  }

  .lg\:w-40 {
    width: 40px;
  }

  .lg\:w-44 {
    width: 44px;
  }

  .lg\:w-48 {
    width: 48px;
  }

  .lg\:w-52 {
    width: 52px;
  }

  .lg\:w-56 {
    width: 56px;
  }

  .lg\:w-60 {
    width: 60px;
  }

  .lg\:w-64 {
    width: 64px;
  }

  .lg\:w-72 {
    width: 72px;
  }

  .lg\:w-80 {
    width: 80px;
  }

  .lg\:w-88 {
    width: 88px;
  }

  .lg\:w-96 {
    width: 96px;
  }

  .lg\:w-104 {
    width: 104px;
  }

  .lg\:w-112 {
    width: 112px;
  }

  .lg\:w-120 {
    width: 120px;
  }

  .lg\:w-128 {
    width: 128px;
  }

  .lg\:w-144 {
    width: 144px;
  }

  .lg\:w-160 {
    width: 160px;
  }

  .lg\:w-176 {
    width: 176px;
  }

  .lg\:w-192 {
    width: 192px;
  }

  .lg\:w-208 {
    width: 208px;
  }

  .lg\:w-224 {
    width: 224px;
  }

  .lg\:w-240 {
    width: 240px;
  }

  .lg\:w-256 {
    width: 256px;
  }

  .lg\:w-272 {
    width: 272px;
  }

  .lg\:w-288 {
    width: 288px;
  }

  .lg\:w-304 {
    width: 304px;
  }

  .lg\:w-320 {
    width: 320px;
  }

  .lg\:w-336 {
    width: 336px;
  }

  .lg\:w-352 {
    width: 352px;
  }

  .lg\:w-368 {
    width: 368px;
  }

  .lg\:w-384 {
    width: 384px;
  }

  .lg\:w-400 {
    width: 400px;
  }

  .lg\:w-416 {
    width: 416px;
  }

  .lg\:w-432 {
    width: 432px;
  }

  .lg\:w-448 {
    width: 448px;
  }

  .lg\:w-464 {
    width: 464px;
  }

  .lg\:w-480 {
    width: 480px;
  }

  .lg\:w-496 {
    width: 496px;
  }

  .lg\:w-512 {
    width: 512px;
  }

  .lg\:w-528 {
    width: 528px;
  }

  .lg\:w-544 {
    width: 544px;
  }

  .lg\:w-560 {
    width: 560px;
  }

  .lg\:w-576 {
    width: 576px;
  }

  .lg\:w-592 {
    width: 592px;
  }

  .lg\:w-608 {
    width: 608px;
  }

  .lg\:w-624 {
    width: 624px;
  }

  .lg\:w-640 {
    width: 640px;
  }

  .lg\:w-672 {
    width: 672px;
  }

  .lg\:w-704 {
    width: 704px;
  }

  .lg\:w-736 {
    width: 736px;
  }

  .lg\:w-768 {
    width: 768px;
  }

  .lg\:w-800 {
    width: 800px;
  }

  .lg\:w-832 {
    width: 832px;
  }

  .lg\:w-864 {
    width: 864px;
  }

  .lg\:w-896 {
    width: 896px;
  }

  .lg\:w-928 {
    width: 928px;
  }

  .lg\:w-960 {
    width: 960px;
  }

  .lg\:w-992 {
    width: 992px;
  }

  .lg\:w-1024 {
    width: 1024px;
  }

  .lg\:w-1088 {
    width: 1088px;
  }

  .lg\:w-1152 {
    width: 1152px;
  }

  .lg\:w-1216 {
    width: 1216px;
  }

  .lg\:w-1280 {
    width: 1280px;
  }

  .lg\:w-1344 {
    width: 1344px;
  }

  .lg\:w-1408 {
    width: 1408px;
  }

  .lg\:w-1472 {
    width: 1472px;
  }

  .lg\:w-1536 {
    width: 1536px;
  }

  .lg\:w-1600 {
    width: 1600px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-1 {
    z-index: 1;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:transform-none {
    -webkit-transform: none;
            transform: none;
  }

  .lg\:origin-center {
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .lg\:origin-top {
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .lg\:origin-top-right {
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .lg\:origin-right {
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .lg\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .lg\:origin-left {
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .lg\:origin-top-left {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .lg\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .lg\:rotate-0 {
    --transform-rotate: 0;
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .lg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .lg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .lg\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .lg\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .lg\:transition-none {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .lg\:transition-all {
    -webkit-transition-property: all;
    transition-property: all;
  }

  .lg\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
  }

  .lg\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:transition-opacity {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .lg\:transition-shadow {
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
  }

  .lg\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .lg\:ease-linear {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .lg\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75 {
    -webkit-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .lg\:duration-100 {
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .lg\:duration-150 {
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .lg\:duration-200 {
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .lg\:duration-300 {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .lg\:duration-500 {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .lg\:duration-700 {
    -webkit-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}

@media (min-width: 1280px) {
  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    background-color: #000000;
  }

  .xl\:bg-black-90 {
    background-color: #000000E6;
  }

  .xl\:bg-black-80 {
    background-color: #000000CD;
  }

  .xl\:bg-black-70 {
    background-color: #000000B3;
  }

  .xl\:bg-black-60 {
    background-color: #0000009A;
  }

  .xl\:bg-black-50 {
    background-color: #00000080;
  }

  .xl\:bg-black-40 {
    background-color: #00000066;
  }

  .xl\:bg-black-30 {
    background-color: #0000004D;
  }

  .xl\:bg-black-20 {
    background-color: #00000033;
  }

  .xl\:bg-black-10 {
    background-color: #0000001A;
  }

  .xl\:bg-white {
    background-color: #FFFFFF;
  }

  .xl\:bg-white-90 {
    background-color: #FFFFFFE6;
  }

  .xl\:bg-white-80 {
    background-color: #FFFFFFCD;
  }

  .xl\:bg-white-70 {
    background-color: #FFFFFFB3;
  }

  .xl\:bg-white-60 {
    background-color: #FFFFFF9A;
  }

  .xl\:bg-white-50 {
    background-color: #FFFFFF80;
  }

  .xl\:bg-white-40 {
    background-color: #FFFFFF66;
  }

  .xl\:bg-white-30 {
    background-color: #FFFFFF4D;
  }

  .xl\:bg-white-20 {
    background-color: #FFFFFF33;
  }

  .xl\:bg-white-10 {
    background-color: #FFFFFF1A;
  }

  .xl\:bg-blue-100 {
    background-color: #DEEFF7;
  }

  .xl\:bg-blue-125 {
    background-color: #D0ECF7;
  }

  .xl\:bg-blue-150 {
    background-color: #C4E8F7;
  }

  .xl\:bg-blue-200 {
    background-color: #A7DFF7;
  }

  .xl\:bg-blue-300 {
    background-color: #6DCCF5;
  }

  .xl\:bg-blue-400 {
    background-color: #37B8F0;
  }

  .xl\:bg-blue-500 {
    background-color: #12A4E2;
  }

  .xl\:bg-blue-600 {
    background-color: #0990CA;
  }

  .xl\:bg-blue-700 {
    background-color: #0575A5;
  }

  .xl\:bg-blue-800 {
    background-color: #035273;
  }

  .xl\:bg-blue-900 {
    background-color: #023043;
  }

  .xl\:bg-gray-100 {
    background-color: #ECEEEE;
  }

  .xl\:bg-gray-125 {
    background-color: #E7E9E9;
  }

  .xl\:bg-gray-150 {
    background-color: #E1E4E5;
  }

  .xl\:bg-gray-200 {
    background-color: #D3D7D9;
  }

  .xl\:bg-gray-300 {
    background-color: #B8BFC1;
  }

  .xl\:bg-gray-400 {
    background-color: #9EA6AA;
  }

  .xl\:bg-gray-500 {
    background-color: #858F93;
  }

  .xl\:bg-gray-600 {
    background-color: #6C757A;
  }

  .xl\:bg-gray-700 {
    background-color: #565E61;
  }

  .xl\:bg-gray-800 {
    background-color: #3C4144;
  }

  .xl\:bg-gray-900 {
    background-color: #242729;
  }

  .xl\:bg-red-100 {
    background-color: #FFECEC;
  }

  .xl\:bg-red-125 {
    background-color: #FFE3E3;
  }

  .xl\:bg-red-150 {
    background-color: #FFDADA;
  }

  .xl\:bg-red-200 {
    background-color: #FFC7C7;
  }

  .xl\:bg-red-300 {
    background-color: #FFA2A2;
  }

  .xl\:bg-red-400 {
    background-color: #FF7D7D;
  }

  .xl\:bg-red-500 {
    background-color: #FF5858;
  }

  .xl\:bg-red-600 {
    background-color: #D33C3C;
  }

  .xl\:bg-red-700 {
    background-color: #A42424;
  }

  .xl\:bg-red-800 {
    background-color: #761212;
  }

  .xl\:bg-red-900 {
    background-color: #460606;
  }

  .xl\:bg-green-100 {
    background-color: #E4F1E8;
  }

  .xl\:bg-green-200 {
    background-color: #B4E4C4;
  }

  .xl\:bg-green-300 {
    background-color: #86D6A0;
  }

  .xl\:bg-green-400 {
    background-color: #60C883;
  }

  .xl\:bg-green-500 {
    background-color: #3EBB68;
  }

  .xl\:bg-green-600 {
    background-color: #2B9D51;
  }

  .xl\:bg-green-700 {
    background-color: #1D813E;
  }

  .xl\:bg-green-800 {
    background-color: #11622C;
  }

  .xl\:bg-green-900 {
    background-color: #08441C;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000000;
  }

  .xl\:hover\:bg-black-90:hover {
    background-color: #000000E6;
  }

  .xl\:hover\:bg-black-80:hover {
    background-color: #000000CD;
  }

  .xl\:hover\:bg-black-70:hover {
    background-color: #000000B3;
  }

  .xl\:hover\:bg-black-60:hover {
    background-color: #0000009A;
  }

  .xl\:hover\:bg-black-50:hover {
    background-color: #00000080;
  }

  .xl\:hover\:bg-black-40:hover {
    background-color: #00000066;
  }

  .xl\:hover\:bg-black-30:hover {
    background-color: #0000004D;
  }

  .xl\:hover\:bg-black-20:hover {
    background-color: #00000033;
  }

  .xl\:hover\:bg-black-10:hover {
    background-color: #0000001A;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #FFFFFF;
  }

  .xl\:hover\:bg-white-90:hover {
    background-color: #FFFFFFE6;
  }

  .xl\:hover\:bg-white-80:hover {
    background-color: #FFFFFFCD;
  }

  .xl\:hover\:bg-white-70:hover {
    background-color: #FFFFFFB3;
  }

  .xl\:hover\:bg-white-60:hover {
    background-color: #FFFFFF9A;
  }

  .xl\:hover\:bg-white-50:hover {
    background-color: #FFFFFF80;
  }

  .xl\:hover\:bg-white-40:hover {
    background-color: #FFFFFF66;
  }

  .xl\:hover\:bg-white-30:hover {
    background-color: #FFFFFF4D;
  }

  .xl\:hover\:bg-white-20:hover {
    background-color: #FFFFFF33;
  }

  .xl\:hover\:bg-white-10:hover {
    background-color: #FFFFFF1A;
  }

  .xl\:hover\:bg-blue-100:hover {
    background-color: #DEEFF7;
  }

  .xl\:hover\:bg-blue-125:hover {
    background-color: #D0ECF7;
  }

  .xl\:hover\:bg-blue-150:hover {
    background-color: #C4E8F7;
  }

  .xl\:hover\:bg-blue-200:hover {
    background-color: #A7DFF7;
  }

  .xl\:hover\:bg-blue-300:hover {
    background-color: #6DCCF5;
  }

  .xl\:hover\:bg-blue-400:hover {
    background-color: #37B8F0;
  }

  .xl\:hover\:bg-blue-500:hover {
    background-color: #12A4E2;
  }

  .xl\:hover\:bg-blue-600:hover {
    background-color: #0990CA;
  }

  .xl\:hover\:bg-blue-700:hover {
    background-color: #0575A5;
  }

  .xl\:hover\:bg-blue-800:hover {
    background-color: #035273;
  }

  .xl\:hover\:bg-blue-900:hover {
    background-color: #023043;
  }

  .xl\:hover\:bg-gray-100:hover {
    background-color: #ECEEEE;
  }

  .xl\:hover\:bg-gray-125:hover {
    background-color: #E7E9E9;
  }

  .xl\:hover\:bg-gray-150:hover {
    background-color: #E1E4E5;
  }

  .xl\:hover\:bg-gray-200:hover {
    background-color: #D3D7D9;
  }

  .xl\:hover\:bg-gray-300:hover {
    background-color: #B8BFC1;
  }

  .xl\:hover\:bg-gray-400:hover {
    background-color: #9EA6AA;
  }

  .xl\:hover\:bg-gray-500:hover {
    background-color: #858F93;
  }

  .xl\:hover\:bg-gray-600:hover {
    background-color: #6C757A;
  }

  .xl\:hover\:bg-gray-700:hover {
    background-color: #565E61;
  }

  .xl\:hover\:bg-gray-800:hover {
    background-color: #3C4144;
  }

  .xl\:hover\:bg-gray-900:hover {
    background-color: #242729;
  }

  .xl\:hover\:bg-red-100:hover {
    background-color: #FFECEC;
  }

  .xl\:hover\:bg-red-125:hover {
    background-color: #FFE3E3;
  }

  .xl\:hover\:bg-red-150:hover {
    background-color: #FFDADA;
  }

  .xl\:hover\:bg-red-200:hover {
    background-color: #FFC7C7;
  }

  .xl\:hover\:bg-red-300:hover {
    background-color: #FFA2A2;
  }

  .xl\:hover\:bg-red-400:hover {
    background-color: #FF7D7D;
  }

  .xl\:hover\:bg-red-500:hover {
    background-color: #FF5858;
  }

  .xl\:hover\:bg-red-600:hover {
    background-color: #D33C3C;
  }

  .xl\:hover\:bg-red-700:hover {
    background-color: #A42424;
  }

  .xl\:hover\:bg-red-800:hover {
    background-color: #761212;
  }

  .xl\:hover\:bg-red-900:hover {
    background-color: #460606;
  }

  .xl\:hover\:bg-green-100:hover {
    background-color: #E4F1E8;
  }

  .xl\:hover\:bg-green-200:hover {
    background-color: #B4E4C4;
  }

  .xl\:hover\:bg-green-300:hover {
    background-color: #86D6A0;
  }

  .xl\:hover\:bg-green-400:hover {
    background-color: #60C883;
  }

  .xl\:hover\:bg-green-500:hover {
    background-color: #3EBB68;
  }

  .xl\:hover\:bg-green-600:hover {
    background-color: #2B9D51;
  }

  .xl\:hover\:bg-green-700:hover {
    background-color: #1D813E;
  }

  .xl\:hover\:bg-green-800:hover {
    background-color: #11622C;
  }

  .xl\:hover\:bg-green-900:hover {
    background-color: #08441C;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #000000;
  }

  .xl\:focus\:bg-black-90:focus {
    background-color: #000000E6;
  }

  .xl\:focus\:bg-black-80:focus {
    background-color: #000000CD;
  }

  .xl\:focus\:bg-black-70:focus {
    background-color: #000000B3;
  }

  .xl\:focus\:bg-black-60:focus {
    background-color: #0000009A;
  }

  .xl\:focus\:bg-black-50:focus {
    background-color: #00000080;
  }

  .xl\:focus\:bg-black-40:focus {
    background-color: #00000066;
  }

  .xl\:focus\:bg-black-30:focus {
    background-color: #0000004D;
  }

  .xl\:focus\:bg-black-20:focus {
    background-color: #00000033;
  }

  .xl\:focus\:bg-black-10:focus {
    background-color: #0000001A;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #FFFFFF;
  }

  .xl\:focus\:bg-white-90:focus {
    background-color: #FFFFFFE6;
  }

  .xl\:focus\:bg-white-80:focus {
    background-color: #FFFFFFCD;
  }

  .xl\:focus\:bg-white-70:focus {
    background-color: #FFFFFFB3;
  }

  .xl\:focus\:bg-white-60:focus {
    background-color: #FFFFFF9A;
  }

  .xl\:focus\:bg-white-50:focus {
    background-color: #FFFFFF80;
  }

  .xl\:focus\:bg-white-40:focus {
    background-color: #FFFFFF66;
  }

  .xl\:focus\:bg-white-30:focus {
    background-color: #FFFFFF4D;
  }

  .xl\:focus\:bg-white-20:focus {
    background-color: #FFFFFF33;
  }

  .xl\:focus\:bg-white-10:focus {
    background-color: #FFFFFF1A;
  }

  .xl\:focus\:bg-blue-100:focus {
    background-color: #DEEFF7;
  }

  .xl\:focus\:bg-blue-125:focus {
    background-color: #D0ECF7;
  }

  .xl\:focus\:bg-blue-150:focus {
    background-color: #C4E8F7;
  }

  .xl\:focus\:bg-blue-200:focus {
    background-color: #A7DFF7;
  }

  .xl\:focus\:bg-blue-300:focus {
    background-color: #6DCCF5;
  }

  .xl\:focus\:bg-blue-400:focus {
    background-color: #37B8F0;
  }

  .xl\:focus\:bg-blue-500:focus {
    background-color: #12A4E2;
  }

  .xl\:focus\:bg-blue-600:focus {
    background-color: #0990CA;
  }

  .xl\:focus\:bg-blue-700:focus {
    background-color: #0575A5;
  }

  .xl\:focus\:bg-blue-800:focus {
    background-color: #035273;
  }

  .xl\:focus\:bg-blue-900:focus {
    background-color: #023043;
  }

  .xl\:focus\:bg-gray-100:focus {
    background-color: #ECEEEE;
  }

  .xl\:focus\:bg-gray-125:focus {
    background-color: #E7E9E9;
  }

  .xl\:focus\:bg-gray-150:focus {
    background-color: #E1E4E5;
  }

  .xl\:focus\:bg-gray-200:focus {
    background-color: #D3D7D9;
  }

  .xl\:focus\:bg-gray-300:focus {
    background-color: #B8BFC1;
  }

  .xl\:focus\:bg-gray-400:focus {
    background-color: #9EA6AA;
  }

  .xl\:focus\:bg-gray-500:focus {
    background-color: #858F93;
  }

  .xl\:focus\:bg-gray-600:focus {
    background-color: #6C757A;
  }

  .xl\:focus\:bg-gray-700:focus {
    background-color: #565E61;
  }

  .xl\:focus\:bg-gray-800:focus {
    background-color: #3C4144;
  }

  .xl\:focus\:bg-gray-900:focus {
    background-color: #242729;
  }

  .xl\:focus\:bg-red-100:focus {
    background-color: #FFECEC;
  }

  .xl\:focus\:bg-red-125:focus {
    background-color: #FFE3E3;
  }

  .xl\:focus\:bg-red-150:focus {
    background-color: #FFDADA;
  }

  .xl\:focus\:bg-red-200:focus {
    background-color: #FFC7C7;
  }

  .xl\:focus\:bg-red-300:focus {
    background-color: #FFA2A2;
  }

  .xl\:focus\:bg-red-400:focus {
    background-color: #FF7D7D;
  }

  .xl\:focus\:bg-red-500:focus {
    background-color: #FF5858;
  }

  .xl\:focus\:bg-red-600:focus {
    background-color: #D33C3C;
  }

  .xl\:focus\:bg-red-700:focus {
    background-color: #A42424;
  }

  .xl\:focus\:bg-red-800:focus {
    background-color: #761212;
  }

  .xl\:focus\:bg-red-900:focus {
    background-color: #460606;
  }

  .xl\:focus\:bg-green-100:focus {
    background-color: #E4F1E8;
  }

  .xl\:focus\:bg-green-200:focus {
    background-color: #B4E4C4;
  }

  .xl\:focus\:bg-green-300:focus {
    background-color: #86D6A0;
  }

  .xl\:focus\:bg-green-400:focus {
    background-color: #60C883;
  }

  .xl\:focus\:bg-green-500:focus {
    background-color: #3EBB68;
  }

  .xl\:focus\:bg-green-600:focus {
    background-color: #2B9D51;
  }

  .xl\:focus\:bg-green-700:focus {
    background-color: #1D813E;
  }

  .xl\:focus\:bg-green-800:focus {
    background-color: #11622C;
  }

  .xl\:focus\:bg-green-900:focus {
    background-color: #08441C;
  }

  .xl\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .xl\:active\:bg-black:active {
    background-color: #000000;
  }

  .xl\:active\:bg-black-90:active {
    background-color: #000000E6;
  }

  .xl\:active\:bg-black-80:active {
    background-color: #000000CD;
  }

  .xl\:active\:bg-black-70:active {
    background-color: #000000B3;
  }

  .xl\:active\:bg-black-60:active {
    background-color: #0000009A;
  }

  .xl\:active\:bg-black-50:active {
    background-color: #00000080;
  }

  .xl\:active\:bg-black-40:active {
    background-color: #00000066;
  }

  .xl\:active\:bg-black-30:active {
    background-color: #0000004D;
  }

  .xl\:active\:bg-black-20:active {
    background-color: #00000033;
  }

  .xl\:active\:bg-black-10:active {
    background-color: #0000001A;
  }

  .xl\:active\:bg-white:active {
    background-color: #FFFFFF;
  }

  .xl\:active\:bg-white-90:active {
    background-color: #FFFFFFE6;
  }

  .xl\:active\:bg-white-80:active {
    background-color: #FFFFFFCD;
  }

  .xl\:active\:bg-white-70:active {
    background-color: #FFFFFFB3;
  }

  .xl\:active\:bg-white-60:active {
    background-color: #FFFFFF9A;
  }

  .xl\:active\:bg-white-50:active {
    background-color: #FFFFFF80;
  }

  .xl\:active\:bg-white-40:active {
    background-color: #FFFFFF66;
  }

  .xl\:active\:bg-white-30:active {
    background-color: #FFFFFF4D;
  }

  .xl\:active\:bg-white-20:active {
    background-color: #FFFFFF33;
  }

  .xl\:active\:bg-white-10:active {
    background-color: #FFFFFF1A;
  }

  .xl\:active\:bg-blue-100:active {
    background-color: #DEEFF7;
  }

  .xl\:active\:bg-blue-125:active {
    background-color: #D0ECF7;
  }

  .xl\:active\:bg-blue-150:active {
    background-color: #C4E8F7;
  }

  .xl\:active\:bg-blue-200:active {
    background-color: #A7DFF7;
  }

  .xl\:active\:bg-blue-300:active {
    background-color: #6DCCF5;
  }

  .xl\:active\:bg-blue-400:active {
    background-color: #37B8F0;
  }

  .xl\:active\:bg-blue-500:active {
    background-color: #12A4E2;
  }

  .xl\:active\:bg-blue-600:active {
    background-color: #0990CA;
  }

  .xl\:active\:bg-blue-700:active {
    background-color: #0575A5;
  }

  .xl\:active\:bg-blue-800:active {
    background-color: #035273;
  }

  .xl\:active\:bg-blue-900:active {
    background-color: #023043;
  }

  .xl\:active\:bg-gray-100:active {
    background-color: #ECEEEE;
  }

  .xl\:active\:bg-gray-125:active {
    background-color: #E7E9E9;
  }

  .xl\:active\:bg-gray-150:active {
    background-color: #E1E4E5;
  }

  .xl\:active\:bg-gray-200:active {
    background-color: #D3D7D9;
  }

  .xl\:active\:bg-gray-300:active {
    background-color: #B8BFC1;
  }

  .xl\:active\:bg-gray-400:active {
    background-color: #9EA6AA;
  }

  .xl\:active\:bg-gray-500:active {
    background-color: #858F93;
  }

  .xl\:active\:bg-gray-600:active {
    background-color: #6C757A;
  }

  .xl\:active\:bg-gray-700:active {
    background-color: #565E61;
  }

  .xl\:active\:bg-gray-800:active {
    background-color: #3C4144;
  }

  .xl\:active\:bg-gray-900:active {
    background-color: #242729;
  }

  .xl\:active\:bg-red-100:active {
    background-color: #FFECEC;
  }

  .xl\:active\:bg-red-125:active {
    background-color: #FFE3E3;
  }

  .xl\:active\:bg-red-150:active {
    background-color: #FFDADA;
  }

  .xl\:active\:bg-red-200:active {
    background-color: #FFC7C7;
  }

  .xl\:active\:bg-red-300:active {
    background-color: #FFA2A2;
  }

  .xl\:active\:bg-red-400:active {
    background-color: #FF7D7D;
  }

  .xl\:active\:bg-red-500:active {
    background-color: #FF5858;
  }

  .xl\:active\:bg-red-600:active {
    background-color: #D33C3C;
  }

  .xl\:active\:bg-red-700:active {
    background-color: #A42424;
  }

  .xl\:active\:bg-red-800:active {
    background-color: #761212;
  }

  .xl\:active\:bg-red-900:active {
    background-color: #460606;
  }

  .xl\:active\:bg-green-100:active {
    background-color: #E4F1E8;
  }

  .xl\:active\:bg-green-200:active {
    background-color: #B4E4C4;
  }

  .xl\:active\:bg-green-300:active {
    background-color: #86D6A0;
  }

  .xl\:active\:bg-green-400:active {
    background-color: #60C883;
  }

  .xl\:active\:bg-green-500:active {
    background-color: #3EBB68;
  }

  .xl\:active\:bg-green-600:active {
    background-color: #2B9D51;
  }

  .xl\:active\:bg-green-700:active {
    background-color: #1D813E;
  }

  .xl\:active\:bg-green-800:active {
    background-color: #11622C;
  }

  .xl\:active\:bg-green-900:active {
    background-color: #08441C;
  }

  .xl\:rounded {
    border-radius: 3px;
  }

  .xl\:rounded-3px {
    border-radius: 3px;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .xl\:rounded-r {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .xl\:rounded-l {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .xl\:rounded-t-3px {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .xl\:rounded-r-3px {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .xl\:rounded-b-3px {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .xl\:rounded-l-3px {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 3px;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 3px;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 3px;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 3px;
  }

  .xl\:rounded-tl-3px {
    border-top-left-radius: 3px;
  }

  .xl\:rounded-tr-3px {
    border-top-right-radius: 3px;
  }

  .xl\:rounded-br-3px {
    border-bottom-right-radius: 3px;
  }

  .xl\:rounded-bl-3px {
    border-bottom-left-radius: 3px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:box-border {
    box-sizing: border-box;
  }

  .xl\:box-content {
    box-sizing: content-box;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: -webkit-box;
    display: flex;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-caption {
    display: table-caption;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:table-column {
    display: table-column;
  }

  .xl\:table-column-group {
    display: table-column-group;
  }

  .xl\:table-footer-group {
    display: table-footer-group;
  }

  .xl\:table-header-group {
    display: table-header-group;
  }

  .xl\:table-row-group {
    display: table-row-group;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .xl\:items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .xl\:items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .xl\:justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .xl\:justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-evenly {
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .xl\:flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .xl\:order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .xl\:order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .xl\:order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .xl\:order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .xl\:order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .xl\:order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .xl\:order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .xl\:order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .xl\:order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .xl\:order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .xl\:order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .xl\:order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 1px;
  }

  .xl\:h-2 {
    height: 2px;
  }

  .xl\:h-3 {
    height: 3px;
  }

  .xl\:h-4 {
    height: 4px;
  }

  .xl\:h-5 {
    height: 5px;
  }

  .xl\:h-6 {
    height: 6px;
  }

  .xl\:h-7 {
    height: 7px;
  }

  .xl\:h-8 {
    height: 8px;
  }

  .xl\:h-10 {
    height: 10px;
  }

  .xl\:h-12 {
    height: 12px;
  }

  .xl\:h-14 {
    height: 14px;
  }

  .xl\:h-16 {
    height: 16px;
  }

  .xl\:h-18 {
    height: 18px;
  }

  .xl\:h-20 {
    height: 20px;
  }

  .xl\:h-24 {
    height: 24px;
  }

  .xl\:h-28 {
    height: 28px;
  }

  .xl\:h-32 {
    height: 32px;
  }

  .xl\:h-36 {
    height: 36px;
  }

  .xl\:h-40 {
    height: 40px;
  }

  .xl\:h-44 {
    height: 44px;
  }

  .xl\:h-48 {
    height: 48px;
  }

  .xl\:h-52 {
    height: 52px;
  }

  .xl\:h-56 {
    height: 56px;
  }

  .xl\:h-60 {
    height: 60px;
  }

  .xl\:h-64 {
    height: 64px;
  }

  .xl\:h-72 {
    height: 72px;
  }

  .xl\:h-80 {
    height: 80px;
  }

  .xl\:h-88 {
    height: 88px;
  }

  .xl\:h-96 {
    height: 96px;
  }

  .xl\:h-104 {
    height: 104px;
  }

  .xl\:h-112 {
    height: 112px;
  }

  .xl\:h-120 {
    height: 120px;
  }

  .xl\:h-128 {
    height: 128px;
  }

  .xl\:h-144 {
    height: 144px;
  }

  .xl\:h-160 {
    height: 160px;
  }

  .xl\:h-176 {
    height: 176px;
  }

  .xl\:h-192 {
    height: 192px;
  }

  .xl\:h-208 {
    height: 208px;
  }

  .xl\:h-224 {
    height: 224px;
  }

  .xl\:h-240 {
    height: 240px;
  }

  .xl\:h-256 {
    height: 256px;
  }

  .xl\:h-272 {
    height: 272px;
  }

  .xl\:h-288 {
    height: 288px;
  }

  .xl\:h-304 {
    height: 304px;
  }

  .xl\:h-320 {
    height: 320px;
  }

  .xl\:h-336 {
    height: 336px;
  }

  .xl\:h-352 {
    height: 352px;
  }

  .xl\:h-368 {
    height: 368px;
  }

  .xl\:h-384 {
    height: 384px;
  }

  .xl\:h-400 {
    height: 400px;
  }

  .xl\:h-416 {
    height: 416px;
  }

  .xl\:h-432 {
    height: 432px;
  }

  .xl\:h-448 {
    height: 448px;
  }

  .xl\:h-464 {
    height: 464px;
  }

  .xl\:h-480 {
    height: 480px;
  }

  .xl\:h-496 {
    height: 496px;
  }

  .xl\:h-512 {
    height: 512px;
  }

  .xl\:h-528 {
    height: 528px;
  }

  .xl\:h-544 {
    height: 544px;
  }

  .xl\:h-560 {
    height: 560px;
  }

  .xl\:h-576 {
    height: 576px;
  }

  .xl\:h-592 {
    height: 592px;
  }

  .xl\:h-608 {
    height: 608px;
  }

  .xl\:h-624 {
    height: 624px;
  }

  .xl\:h-640 {
    height: 640px;
  }

  .xl\:h-672 {
    height: 672px;
  }

  .xl\:h-704 {
    height: 704px;
  }

  .xl\:h-736 {
    height: 736px;
  }

  .xl\:h-768 {
    height: 768px;
  }

  .xl\:h-800 {
    height: 800px;
  }

  .xl\:h-832 {
    height: 832px;
  }

  .xl\:h-864 {
    height: 864px;
  }

  .xl\:h-896 {
    height: 896px;
  }

  .xl\:h-928 {
    height: 928px;
  }

  .xl\:h-960 {
    height: 960px;
  }

  .xl\:h-992 {
    height: 992px;
  }

  .xl\:h-1024 {
    height: 1024px;
  }

  .xl\:h-1088 {
    height: 1088px;
  }

  .xl\:h-1152 {
    height: 1152px;
  }

  .xl\:h-1216 {
    height: 1216px;
  }

  .xl\:h-1280 {
    height: 1280px;
  }

  .xl\:h-1344 {
    height: 1344px;
  }

  .xl\:h-1408 {
    height: 1408px;
  }

  .xl\:h-1472 {
    height: 1472px;
  }

  .xl\:h-1536 {
    height: 1536px;
  }

  .xl\:h-1600 {
    height: 1600px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-1\/3 {
    height: 33.333333%;
  }

  .xl\:h-2\/3 {
    height: 66.666667%;
  }

  .xl\:h-1\/4 {
    height: 25%;
  }

  .xl\:h-2\/4 {
    height: 50%;
  }

  .xl\:h-3\/4 {
    height: 75%;
  }

  .xl\:h-1\/5 {
    height: 20%;
  }

  .xl\:h-2\/5 {
    height: 40%;
  }

  .xl\:h-3\/5 {
    height: 60%;
  }

  .xl\:h-4\/5 {
    height: 80%;
  }

  .xl\:h-1\/6 {
    height: 16.666667%;
  }

  .xl\:h-2\/6 {
    height: 33.333333%;
  }

  .xl\:h-3\/6 {
    height: 50%;
  }

  .xl\:h-4\/6 {
    height: 66.666667%;
  }

  .xl\:h-5\/6 {
    height: 83.333333%;
  }

  .xl\:h-1\/12 {
    height: 8.333333%;
  }

  .xl\:h-2\/12 {
    height: 16.666667%;
  }

  .xl\:h-3\/12 {
    height: 25%;
  }

  .xl\:h-4\/12 {
    height: 33.333333%;
  }

  .xl\:h-5\/12 {
    height: 41.666667%;
  }

  .xl\:h-6\/12 {
    height: 50%;
  }

  .xl\:h-7\/12 {
    height: 58.333333%;
  }

  .xl\:h-8\/12 {
    height: 66.666667%;
  }

  .xl\:h-9\/12 {
    height: 75%;
  }

  .xl\:h-10\/12 {
    height: 83.333333%;
  }

  .xl\:h-11\/12 {
    height: 91.666667%;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: 1px;
  }

  .xl\:m-2 {
    margin: 2px;
  }

  .xl\:m-3 {
    margin: 3px;
  }

  .xl\:m-4 {
    margin: 4px;
  }

  .xl\:m-5 {
    margin: 5px;
  }

  .xl\:m-6 {
    margin: 6px;
  }

  .xl\:m-7 {
    margin: 7px;
  }

  .xl\:m-8 {
    margin: 8px;
  }

  .xl\:m-10 {
    margin: 10px;
  }

  .xl\:m-12 {
    margin: 12px;
  }

  .xl\:m-14 {
    margin: 14px;
  }

  .xl\:m-16 {
    margin: 16px;
  }

  .xl\:m-18 {
    margin: 18px;
  }

  .xl\:m-20 {
    margin: 20px;
  }

  .xl\:m-24 {
    margin: 24px;
  }

  .xl\:m-28 {
    margin: 28px;
  }

  .xl\:m-32 {
    margin: 32px;
  }

  .xl\:m-36 {
    margin: 36px;
  }

  .xl\:m-40 {
    margin: 40px;
  }

  .xl\:m-44 {
    margin: 44px;
  }

  .xl\:m-48 {
    margin: 48px;
  }

  .xl\:m-52 {
    margin: 52px;
  }

  .xl\:m-56 {
    margin: 56px;
  }

  .xl\:m-60 {
    margin: 60px;
  }

  .xl\:m-64 {
    margin: 64px;
  }

  .xl\:m-72 {
    margin: 72px;
  }

  .xl\:m-80 {
    margin: 80px;
  }

  .xl\:m-88 {
    margin: 88px;
  }

  .xl\:m-96 {
    margin: 96px;
  }

  .xl\:m-104 {
    margin: 104px;
  }

  .xl\:m-112 {
    margin: 112px;
  }

  .xl\:m-120 {
    margin: 120px;
  }

  .xl\:m-128 {
    margin: 128px;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:-m-1 {
    margin: -1px;
  }

  .xl\:-m-2 {
    margin: -2px;
  }

  .xl\:-m-3 {
    margin: -3px;
  }

  .xl\:-m-4 {
    margin: -4px;
  }

  .xl\:-m-5 {
    margin: -5px;
  }

  .xl\:-m-6 {
    margin: -6px;
  }

  .xl\:-m-7 {
    margin: -7px;
  }

  .xl\:-m-8 {
    margin: -8px;
  }

  .xl\:-m-10 {
    margin: -10px;
  }

  .xl\:-m-12 {
    margin: -12px;
  }

  .xl\:-m-14 {
    margin: -14px;
  }

  .xl\:-m-16 {
    margin: -16px;
  }

  .xl\:-m-18 {
    margin: -18px;
  }

  .xl\:-m-20 {
    margin: -20px;
  }

  .xl\:-m-24 {
    margin: -24px;
  }

  .xl\:-m-28 {
    margin: -28px;
  }

  .xl\:-m-32 {
    margin: -32px;
  }

  .xl\:-m-36 {
    margin: -36px;
  }

  .xl\:-m-40 {
    margin: -40px;
  }

  .xl\:-m-44 {
    margin: -44px;
  }

  .xl\:-m-48 {
    margin: -48px;
  }

  .xl\:-m-52 {
    margin: -52px;
  }

  .xl\:-m-56 {
    margin: -56px;
  }

  .xl\:-m-60 {
    margin: -60px;
  }

  .xl\:-m-64 {
    margin: -64px;
  }

  .xl\:-m-72 {
    margin: -72px;
  }

  .xl\:-m-80 {
    margin: -80px;
  }

  .xl\:-m-88 {
    margin: -88px;
  }

  .xl\:-m-96 {
    margin: -96px;
  }

  .xl\:-m-104 {
    margin: -104px;
  }

  .xl\:-m-112 {
    margin: -112px;
  }

  .xl\:-m-120 {
    margin: -120px;
  }

  .xl\:-m-128 {
    margin: -128px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl\:mx-2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xl\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .xl\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xl\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .xl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xl\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xl\:my-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xl\:mx-7 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .xl\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xl\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xl\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xl\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xl\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xl\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xl\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .xl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xl\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xl\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xl\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .xl\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xl\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xl\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xl\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .xl\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xl\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xl\:my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .xl\:mx-44 {
    margin-left: 44px;
    margin-right: 44px;
  }

  .xl\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xl\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .xl\:my-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .xl\:mx-52 {
    margin-left: 52px;
    margin-right: 52px;
  }

  .xl\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xl\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .xl\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xl\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xl\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .xl\:my-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .xl\:mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }

  .xl\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xl\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xl\:my-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .xl\:mx-88 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .xl\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .xl\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .xl\:my-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }

  .xl\:mx-104 {
    margin-left: 104px;
    margin-right: 104px;
  }

  .xl\:my-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .xl\:mx-112 {
    margin-left: 112px;
    margin-right: 112px;
  }

  .xl\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xl\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xl\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .xl\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:-my-1 {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-1 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-2 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xl\:-mx-2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xl\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xl\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .xl\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xl\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .xl\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xl\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xl\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xl\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .xl\:-my-7 {
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .xl\:-mx-7 {
    margin-left: -7px;
    margin-right: -7px;
  }

  .xl\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xl\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xl\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xl\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xl\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xl\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xl\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xl\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xl\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xl\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xl\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xl\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .xl\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xl\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xl\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .xl\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .xl\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xl\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xl\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xl\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .xl\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xl\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .xl\:-my-44 {
    margin-top: -44px;
    margin-bottom: -44px;
  }

  .xl\:-mx-44 {
    margin-left: -44px;
    margin-right: -44px;
  }

  .xl\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xl\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .xl\:-my-52 {
    margin-top: -52px;
    margin-bottom: -52px;
  }

  .xl\:-mx-52 {
    margin-left: -52px;
    margin-right: -52px;
  }

  .xl\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .xl\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .xl\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xl\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xl\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .xl\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .xl\:-my-72 {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .xl\:-mx-72 {
    margin-left: -72px;
    margin-right: -72px;
  }

  .xl\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xl\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .xl\:-my-88 {
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .xl\:-mx-88 {
    margin-left: -88px;
    margin-right: -88px;
  }

  .xl\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .xl\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .xl\:-my-104 {
    margin-top: -104px;
    margin-bottom: -104px;
  }

  .xl\:-mx-104 {
    margin-left: -104px;
    margin-right: -104px;
  }

  .xl\:-my-112 {
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .xl\:-mx-112 {
    margin-left: -112px;
    margin-right: -112px;
  }

  .xl\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xl\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xl\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .xl\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: 1px;
  }

  .xl\:mr-1 {
    margin-right: 1px;
  }

  .xl\:mb-1 {
    margin-bottom: 1px;
  }

  .xl\:ml-1 {
    margin-left: 1px;
  }

  .xl\:mt-2 {
    margin-top: 2px;
  }

  .xl\:mr-2 {
    margin-right: 2px;
  }

  .xl\:mb-2 {
    margin-bottom: 2px;
  }

  .xl\:ml-2 {
    margin-left: 2px;
  }

  .xl\:mt-3 {
    margin-top: 3px;
  }

  .xl\:mr-3 {
    margin-right: 3px;
  }

  .xl\:mb-3 {
    margin-bottom: 3px;
  }

  .xl\:ml-3 {
    margin-left: 3px;
  }

  .xl\:mt-4 {
    margin-top: 4px;
  }

  .xl\:mr-4 {
    margin-right: 4px;
  }

  .xl\:mb-4 {
    margin-bottom: 4px;
  }

  .xl\:ml-4 {
    margin-left: 4px;
  }

  .xl\:mt-5 {
    margin-top: 5px;
  }

  .xl\:mr-5 {
    margin-right: 5px;
  }

  .xl\:mb-5 {
    margin-bottom: 5px;
  }

  .xl\:ml-5 {
    margin-left: 5px;
  }

  .xl\:mt-6 {
    margin-top: 6px;
  }

  .xl\:mr-6 {
    margin-right: 6px;
  }

  .xl\:mb-6 {
    margin-bottom: 6px;
  }

  .xl\:ml-6 {
    margin-left: 6px;
  }

  .xl\:mt-7 {
    margin-top: 7px;
  }

  .xl\:mr-7 {
    margin-right: 7px;
  }

  .xl\:mb-7 {
    margin-bottom: 7px;
  }

  .xl\:ml-7 {
    margin-left: 7px;
  }

  .xl\:mt-8 {
    margin-top: 8px;
  }

  .xl\:mr-8 {
    margin-right: 8px;
  }

  .xl\:mb-8 {
    margin-bottom: 8px;
  }

  .xl\:ml-8 {
    margin-left: 8px;
  }

  .xl\:mt-10 {
    margin-top: 10px;
  }

  .xl\:mr-10 {
    margin-right: 10px;
  }

  .xl\:mb-10 {
    margin-bottom: 10px;
  }

  .xl\:ml-10 {
    margin-left: 10px;
  }

  .xl\:mt-12 {
    margin-top: 12px;
  }

  .xl\:mr-12 {
    margin-right: 12px;
  }

  .xl\:mb-12 {
    margin-bottom: 12px;
  }

  .xl\:ml-12 {
    margin-left: 12px;
  }

  .xl\:mt-14 {
    margin-top: 14px;
  }

  .xl\:mr-14 {
    margin-right: 14px;
  }

  .xl\:mb-14 {
    margin-bottom: 14px;
  }

  .xl\:ml-14 {
    margin-left: 14px;
  }

  .xl\:mt-16 {
    margin-top: 16px;
  }

  .xl\:mr-16 {
    margin-right: 16px;
  }

  .xl\:mb-16 {
    margin-bottom: 16px;
  }

  .xl\:ml-16 {
    margin-left: 16px;
  }

  .xl\:mt-18 {
    margin-top: 18px;
  }

  .xl\:mr-18 {
    margin-right: 18px;
  }

  .xl\:mb-18 {
    margin-bottom: 18px;
  }

  .xl\:ml-18 {
    margin-left: 18px;
  }

  .xl\:mt-20 {
    margin-top: 20px;
  }

  .xl\:mr-20 {
    margin-right: 20px;
  }

  .xl\:mb-20 {
    margin-bottom: 20px;
  }

  .xl\:ml-20 {
    margin-left: 20px;
  }

  .xl\:mt-24 {
    margin-top: 24px;
  }

  .xl\:mr-24 {
    margin-right: 24px;
  }

  .xl\:mb-24 {
    margin-bottom: 24px;
  }

  .xl\:ml-24 {
    margin-left: 24px;
  }

  .xl\:mt-28 {
    margin-top: 28px;
  }

  .xl\:mr-28 {
    margin-right: 28px;
  }

  .xl\:mb-28 {
    margin-bottom: 28px;
  }

  .xl\:ml-28 {
    margin-left: 28px;
  }

  .xl\:mt-32 {
    margin-top: 32px;
  }

  .xl\:mr-32 {
    margin-right: 32px;
  }

  .xl\:mb-32 {
    margin-bottom: 32px;
  }

  .xl\:ml-32 {
    margin-left: 32px;
  }

  .xl\:mt-36 {
    margin-top: 36px;
  }

  .xl\:mr-36 {
    margin-right: 36px;
  }

  .xl\:mb-36 {
    margin-bottom: 36px;
  }

  .xl\:ml-36 {
    margin-left: 36px;
  }

  .xl\:mt-40 {
    margin-top: 40px;
  }

  .xl\:mr-40 {
    margin-right: 40px;
  }

  .xl\:mb-40 {
    margin-bottom: 40px;
  }

  .xl\:ml-40 {
    margin-left: 40px;
  }

  .xl\:mt-44 {
    margin-top: 44px;
  }

  .xl\:mr-44 {
    margin-right: 44px;
  }

  .xl\:mb-44 {
    margin-bottom: 44px;
  }

  .xl\:ml-44 {
    margin-left: 44px;
  }

  .xl\:mt-48 {
    margin-top: 48px;
  }

  .xl\:mr-48 {
    margin-right: 48px;
  }

  .xl\:mb-48 {
    margin-bottom: 48px;
  }

  .xl\:ml-48 {
    margin-left: 48px;
  }

  .xl\:mt-52 {
    margin-top: 52px;
  }

  .xl\:mr-52 {
    margin-right: 52px;
  }

  .xl\:mb-52 {
    margin-bottom: 52px;
  }

  .xl\:ml-52 {
    margin-left: 52px;
  }

  .xl\:mt-56 {
    margin-top: 56px;
  }

  .xl\:mr-56 {
    margin-right: 56px;
  }

  .xl\:mb-56 {
    margin-bottom: 56px;
  }

  .xl\:ml-56 {
    margin-left: 56px;
  }

  .xl\:mt-60 {
    margin-top: 60px;
  }

  .xl\:mr-60 {
    margin-right: 60px;
  }

  .xl\:mb-60 {
    margin-bottom: 60px;
  }

  .xl\:ml-60 {
    margin-left: 60px;
  }

  .xl\:mt-64 {
    margin-top: 64px;
  }

  .xl\:mr-64 {
    margin-right: 64px;
  }

  .xl\:mb-64 {
    margin-bottom: 64px;
  }

  .xl\:ml-64 {
    margin-left: 64px;
  }

  .xl\:mt-72 {
    margin-top: 72px;
  }

  .xl\:mr-72 {
    margin-right: 72px;
  }

  .xl\:mb-72 {
    margin-bottom: 72px;
  }

  .xl\:ml-72 {
    margin-left: 72px;
  }

  .xl\:mt-80 {
    margin-top: 80px;
  }

  .xl\:mr-80 {
    margin-right: 80px;
  }

  .xl\:mb-80 {
    margin-bottom: 80px;
  }

  .xl\:ml-80 {
    margin-left: 80px;
  }

  .xl\:mt-88 {
    margin-top: 88px;
  }

  .xl\:mr-88 {
    margin-right: 88px;
  }

  .xl\:mb-88 {
    margin-bottom: 88px;
  }

  .xl\:ml-88 {
    margin-left: 88px;
  }

  .xl\:mt-96 {
    margin-top: 96px;
  }

  .xl\:mr-96 {
    margin-right: 96px;
  }

  .xl\:mb-96 {
    margin-bottom: 96px;
  }

  .xl\:ml-96 {
    margin-left: 96px;
  }

  .xl\:mt-104 {
    margin-top: 104px;
  }

  .xl\:mr-104 {
    margin-right: 104px;
  }

  .xl\:mb-104 {
    margin-bottom: 104px;
  }

  .xl\:ml-104 {
    margin-left: 104px;
  }

  .xl\:mt-112 {
    margin-top: 112px;
  }

  .xl\:mr-112 {
    margin-right: 112px;
  }

  .xl\:mb-112 {
    margin-bottom: 112px;
  }

  .xl\:ml-112 {
    margin-left: 112px;
  }

  .xl\:mt-120 {
    margin-top: 120px;
  }

  .xl\:mr-120 {
    margin-right: 120px;
  }

  .xl\:mb-120 {
    margin-bottom: 120px;
  }

  .xl\:ml-120 {
    margin-left: 120px;
  }

  .xl\:mt-128 {
    margin-top: 128px;
  }

  .xl\:mr-128 {
    margin-right: 128px;
  }

  .xl\:mb-128 {
    margin-bottom: 128px;
  }

  .xl\:ml-128 {
    margin-left: 128px;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:-mt-1 {
    margin-top: -1px;
  }

  .xl\:-mr-1 {
    margin-right: -1px;
  }

  .xl\:-mb-1 {
    margin-bottom: -1px;
  }

  .xl\:-ml-1 {
    margin-left: -1px;
  }

  .xl\:-mt-2 {
    margin-top: -2px;
  }

  .xl\:-mr-2 {
    margin-right: -2px;
  }

  .xl\:-mb-2 {
    margin-bottom: -2px;
  }

  .xl\:-ml-2 {
    margin-left: -2px;
  }

  .xl\:-mt-3 {
    margin-top: -3px;
  }

  .xl\:-mr-3 {
    margin-right: -3px;
  }

  .xl\:-mb-3 {
    margin-bottom: -3px;
  }

  .xl\:-ml-3 {
    margin-left: -3px;
  }

  .xl\:-mt-4 {
    margin-top: -4px;
  }

  .xl\:-mr-4 {
    margin-right: -4px;
  }

  .xl\:-mb-4 {
    margin-bottom: -4px;
  }

  .xl\:-ml-4 {
    margin-left: -4px;
  }

  .xl\:-mt-5 {
    margin-top: -5px;
  }

  .xl\:-mr-5 {
    margin-right: -5px;
  }

  .xl\:-mb-5 {
    margin-bottom: -5px;
  }

  .xl\:-ml-5 {
    margin-left: -5px;
  }

  .xl\:-mt-6 {
    margin-top: -6px;
  }

  .xl\:-mr-6 {
    margin-right: -6px;
  }

  .xl\:-mb-6 {
    margin-bottom: -6px;
  }

  .xl\:-ml-6 {
    margin-left: -6px;
  }

  .xl\:-mt-7 {
    margin-top: -7px;
  }

  .xl\:-mr-7 {
    margin-right: -7px;
  }

  .xl\:-mb-7 {
    margin-bottom: -7px;
  }

  .xl\:-ml-7 {
    margin-left: -7px;
  }

  .xl\:-mt-8 {
    margin-top: -8px;
  }

  .xl\:-mr-8 {
    margin-right: -8px;
  }

  .xl\:-mb-8 {
    margin-bottom: -8px;
  }

  .xl\:-ml-8 {
    margin-left: -8px;
  }

  .xl\:-mt-10 {
    margin-top: -10px;
  }

  .xl\:-mr-10 {
    margin-right: -10px;
  }

  .xl\:-mb-10 {
    margin-bottom: -10px;
  }

  .xl\:-ml-10 {
    margin-left: -10px;
  }

  .xl\:-mt-12 {
    margin-top: -12px;
  }

  .xl\:-mr-12 {
    margin-right: -12px;
  }

  .xl\:-mb-12 {
    margin-bottom: -12px;
  }

  .xl\:-ml-12 {
    margin-left: -12px;
  }

  .xl\:-mt-14 {
    margin-top: -14px;
  }

  .xl\:-mr-14 {
    margin-right: -14px;
  }

  .xl\:-mb-14 {
    margin-bottom: -14px;
  }

  .xl\:-ml-14 {
    margin-left: -14px;
  }

  .xl\:-mt-16 {
    margin-top: -16px;
  }

  .xl\:-mr-16 {
    margin-right: -16px;
  }

  .xl\:-mb-16 {
    margin-bottom: -16px;
  }

  .xl\:-ml-16 {
    margin-left: -16px;
  }

  .xl\:-mt-18 {
    margin-top: -18px;
  }

  .xl\:-mr-18 {
    margin-right: -18px;
  }

  .xl\:-mb-18 {
    margin-bottom: -18px;
  }

  .xl\:-ml-18 {
    margin-left: -18px;
  }

  .xl\:-mt-20 {
    margin-top: -20px;
  }

  .xl\:-mr-20 {
    margin-right: -20px;
  }

  .xl\:-mb-20 {
    margin-bottom: -20px;
  }

  .xl\:-ml-20 {
    margin-left: -20px;
  }

  .xl\:-mt-24 {
    margin-top: -24px;
  }

  .xl\:-mr-24 {
    margin-right: -24px;
  }

  .xl\:-mb-24 {
    margin-bottom: -24px;
  }

  .xl\:-ml-24 {
    margin-left: -24px;
  }

  .xl\:-mt-28 {
    margin-top: -28px;
  }

  .xl\:-mr-28 {
    margin-right: -28px;
  }

  .xl\:-mb-28 {
    margin-bottom: -28px;
  }

  .xl\:-ml-28 {
    margin-left: -28px;
  }

  .xl\:-mt-32 {
    margin-top: -32px;
  }

  .xl\:-mr-32 {
    margin-right: -32px;
  }

  .xl\:-mb-32 {
    margin-bottom: -32px;
  }

  .xl\:-ml-32 {
    margin-left: -32px;
  }

  .xl\:-mt-36 {
    margin-top: -36px;
  }

  .xl\:-mr-36 {
    margin-right: -36px;
  }

  .xl\:-mb-36 {
    margin-bottom: -36px;
  }

  .xl\:-ml-36 {
    margin-left: -36px;
  }

  .xl\:-mt-40 {
    margin-top: -40px;
  }

  .xl\:-mr-40 {
    margin-right: -40px;
  }

  .xl\:-mb-40 {
    margin-bottom: -40px;
  }

  .xl\:-ml-40 {
    margin-left: -40px;
  }

  .xl\:-mt-44 {
    margin-top: -44px;
  }

  .xl\:-mr-44 {
    margin-right: -44px;
  }

  .xl\:-mb-44 {
    margin-bottom: -44px;
  }

  .xl\:-ml-44 {
    margin-left: -44px;
  }

  .xl\:-mt-48 {
    margin-top: -48px;
  }

  .xl\:-mr-48 {
    margin-right: -48px;
  }

  .xl\:-mb-48 {
    margin-bottom: -48px;
  }

  .xl\:-ml-48 {
    margin-left: -48px;
  }

  .xl\:-mt-52 {
    margin-top: -52px;
  }

  .xl\:-mr-52 {
    margin-right: -52px;
  }

  .xl\:-mb-52 {
    margin-bottom: -52px;
  }

  .xl\:-ml-52 {
    margin-left: -52px;
  }

  .xl\:-mt-56 {
    margin-top: -56px;
  }

  .xl\:-mr-56 {
    margin-right: -56px;
  }

  .xl\:-mb-56 {
    margin-bottom: -56px;
  }

  .xl\:-ml-56 {
    margin-left: -56px;
  }

  .xl\:-mt-60 {
    margin-top: -60px;
  }

  .xl\:-mr-60 {
    margin-right: -60px;
  }

  .xl\:-mb-60 {
    margin-bottom: -60px;
  }

  .xl\:-ml-60 {
    margin-left: -60px;
  }

  .xl\:-mt-64 {
    margin-top: -64px;
  }

  .xl\:-mr-64 {
    margin-right: -64px;
  }

  .xl\:-mb-64 {
    margin-bottom: -64px;
  }

  .xl\:-ml-64 {
    margin-left: -64px;
  }

  .xl\:-mt-72 {
    margin-top: -72px;
  }

  .xl\:-mr-72 {
    margin-right: -72px;
  }

  .xl\:-mb-72 {
    margin-bottom: -72px;
  }

  .xl\:-ml-72 {
    margin-left: -72px;
  }

  .xl\:-mt-80 {
    margin-top: -80px;
  }

  .xl\:-mr-80 {
    margin-right: -80px;
  }

  .xl\:-mb-80 {
    margin-bottom: -80px;
  }

  .xl\:-ml-80 {
    margin-left: -80px;
  }

  .xl\:-mt-88 {
    margin-top: -88px;
  }

  .xl\:-mr-88 {
    margin-right: -88px;
  }

  .xl\:-mb-88 {
    margin-bottom: -88px;
  }

  .xl\:-ml-88 {
    margin-left: -88px;
  }

  .xl\:-mt-96 {
    margin-top: -96px;
  }

  .xl\:-mr-96 {
    margin-right: -96px;
  }

  .xl\:-mb-96 {
    margin-bottom: -96px;
  }

  .xl\:-ml-96 {
    margin-left: -96px;
  }

  .xl\:-mt-104 {
    margin-top: -104px;
  }

  .xl\:-mr-104 {
    margin-right: -104px;
  }

  .xl\:-mb-104 {
    margin-bottom: -104px;
  }

  .xl\:-ml-104 {
    margin-left: -104px;
  }

  .xl\:-mt-112 {
    margin-top: -112px;
  }

  .xl\:-mr-112 {
    margin-right: -112px;
  }

  .xl\:-mb-112 {
    margin-bottom: -112px;
  }

  .xl\:-ml-112 {
    margin-left: -112px;
  }

  .xl\:-mt-120 {
    margin-top: -120px;
  }

  .xl\:-mr-120 {
    margin-right: -120px;
  }

  .xl\:-mb-120 {
    margin-bottom: -120px;
  }

  .xl\:-ml-120 {
    margin-left: -120px;
  }

  .xl\:-mt-128 {
    margin-top: -128px;
  }

  .xl\:-mr-128 {
    margin-right: -128px;
  }

  .xl\:-mb-128 {
    margin-bottom: -128px;
  }

  .xl\:-ml-128 {
    margin-left: -128px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-0 {
    max-width: 0;
  }

  .xl\:max-w-1 {
    max-width: 1px;
  }

  .xl\:max-w-2 {
    max-width: 2px;
  }

  .xl\:max-w-3 {
    max-width: 3px;
  }

  .xl\:max-w-4 {
    max-width: 4px;
  }

  .xl\:max-w-5 {
    max-width: 5px;
  }

  .xl\:max-w-6 {
    max-width: 6px;
  }

  .xl\:max-w-7 {
    max-width: 7px;
  }

  .xl\:max-w-8 {
    max-width: 8px;
  }

  .xl\:max-w-10 {
    max-width: 10px;
  }

  .xl\:max-w-12 {
    max-width: 12px;
  }

  .xl\:max-w-14 {
    max-width: 14px;
  }

  .xl\:max-w-16 {
    max-width: 16px;
  }

  .xl\:max-w-18 {
    max-width: 18px;
  }

  .xl\:max-w-20 {
    max-width: 20px;
  }

  .xl\:max-w-24 {
    max-width: 24px;
  }

  .xl\:max-w-28 {
    max-width: 28px;
  }

  .xl\:max-w-32 {
    max-width: 32px;
  }

  .xl\:max-w-36 {
    max-width: 36px;
  }

  .xl\:max-w-40 {
    max-width: 40px;
  }

  .xl\:max-w-44 {
    max-width: 44px;
  }

  .xl\:max-w-48 {
    max-width: 48px;
  }

  .xl\:max-w-52 {
    max-width: 52px;
  }

  .xl\:max-w-56 {
    max-width: 56px;
  }

  .xl\:max-w-60 {
    max-width: 60px;
  }

  .xl\:max-w-64 {
    max-width: 64px;
  }

  .xl\:max-w-72 {
    max-width: 72px;
  }

  .xl\:max-w-80 {
    max-width: 80px;
  }

  .xl\:max-w-88 {
    max-width: 88px;
  }

  .xl\:max-w-96 {
    max-width: 96px;
  }

  .xl\:max-w-104 {
    max-width: 104px;
  }

  .xl\:max-w-112 {
    max-width: 112px;
  }

  .xl\:max-w-120 {
    max-width: 120px;
  }

  .xl\:max-w-128 {
    max-width: 128px;
  }

  .xl\:max-w-144 {
    max-width: 144px;
  }

  .xl\:max-w-160 {
    max-width: 160px;
  }

  .xl\:max-w-176 {
    max-width: 176px;
  }

  .xl\:max-w-192 {
    max-width: 192px;
  }

  .xl\:max-w-208 {
    max-width: 208px;
  }

  .xl\:max-w-224 {
    max-width: 224px;
  }

  .xl\:max-w-240 {
    max-width: 240px;
  }

  .xl\:max-w-256 {
    max-width: 256px;
  }

  .xl\:max-w-272 {
    max-width: 272px;
  }

  .xl\:max-w-288 {
    max-width: 288px;
  }

  .xl\:max-w-304 {
    max-width: 304px;
  }

  .xl\:max-w-320 {
    max-width: 320px;
  }

  .xl\:max-w-336 {
    max-width: 336px;
  }

  .xl\:max-w-352 {
    max-width: 352px;
  }

  .xl\:max-w-368 {
    max-width: 368px;
  }

  .xl\:max-w-384 {
    max-width: 384px;
  }

  .xl\:max-w-400 {
    max-width: 400px;
  }

  .xl\:max-w-416 {
    max-width: 416px;
  }

  .xl\:max-w-432 {
    max-width: 432px;
  }

  .xl\:max-w-448 {
    max-width: 448px;
  }

  .xl\:max-w-464 {
    max-width: 464px;
  }

  .xl\:max-w-480 {
    max-width: 480px;
  }

  .xl\:max-w-496 {
    max-width: 496px;
  }

  .xl\:max-w-512 {
    max-width: 512px;
  }

  .xl\:max-w-528 {
    max-width: 528px;
  }

  .xl\:max-w-544 {
    max-width: 544px;
  }

  .xl\:max-w-560 {
    max-width: 560px;
  }

  .xl\:max-w-576 {
    max-width: 576px;
  }

  .xl\:max-w-592 {
    max-width: 592px;
  }

  .xl\:max-w-608 {
    max-width: 608px;
  }

  .xl\:max-w-624 {
    max-width: 624px;
  }

  .xl\:max-w-640 {
    max-width: 640px;
  }

  .xl\:max-w-672 {
    max-width: 672px;
  }

  .xl\:max-w-704 {
    max-width: 704px;
  }

  .xl\:max-w-736 {
    max-width: 736px;
  }

  .xl\:max-w-768 {
    max-width: 768px;
  }

  .xl\:max-w-800 {
    max-width: 800px;
  }

  .xl\:max-w-832 {
    max-width: 832px;
  }

  .xl\:max-w-864 {
    max-width: 864px;
  }

  .xl\:max-w-896 {
    max-width: 896px;
  }

  .xl\:max-w-928 {
    max-width: 928px;
  }

  .xl\:max-w-960 {
    max-width: 960px;
  }

  .xl\:max-w-992 {
    max-width: 992px;
  }

  .xl\:max-w-1024 {
    max-width: 1024px;
  }

  .xl\:max-w-1088 {
    max-width: 1088px;
  }

  .xl\:max-w-1152 {
    max-width: 1152px;
  }

  .xl\:max-w-1216 {
    max-width: 1216px;
  }

  .xl\:max-w-1280 {
    max-width: 1280px;
  }

  .xl\:max-w-1344 {
    max-width: 1344px;
  }

  .xl\:max-w-1408 {
    max-width: 1408px;
  }

  .xl\:max-w-1472 {
    max-width: 1472px;
  }

  .xl\:max-w-1536 {
    max-width: 1536px;
  }

  .xl\:max-w-1600 {
    max-width: 1600px;
  }

  .xl\:max-w-auto {
    max-width: auto;
  }

  .xl\:max-w-1\/2 {
    max-width: 50%;
  }

  .xl\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .xl\:max-w-2\/3 {
    max-width: 66.666667%;
  }

  .xl\:max-w-1\/4 {
    max-width: 25%;
  }

  .xl\:max-w-2\/4 {
    max-width: 50%;
  }

  .xl\:max-w-3\/4 {
    max-width: 75%;
  }

  .xl\:max-w-1\/5 {
    max-width: 20%;
  }

  .xl\:max-w-2\/5 {
    max-width: 40%;
  }

  .xl\:max-w-3\/5 {
    max-width: 60%;
  }

  .xl\:max-w-4\/5 {
    max-width: 80%;
  }

  .xl\:max-w-1\/6 {
    max-width: 16.666667%;
  }

  .xl\:max-w-2\/6 {
    max-width: 33.333333%;
  }

  .xl\:max-w-3\/6 {
    max-width: 50%;
  }

  .xl\:max-w-4\/6 {
    max-width: 66.666667%;
  }

  .xl\:max-w-5\/6 {
    max-width: 83.333333%;
  }

  .xl\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .xl\:max-w-2\/12 {
    max-width: 16.666667%;
  }

  .xl\:max-w-3\/12 {
    max-width: 25%;
  }

  .xl\:max-w-4\/12 {
    max-width: 33.333333%;
  }

  .xl\:max-w-5\/12 {
    max-width: 41.666667%;
  }

  .xl\:max-w-6\/12 {
    max-width: 50%;
  }

  .xl\:max-w-7\/12 {
    max-width: 58.333333%;
  }

  .xl\:max-w-8\/12 {
    max-width: 66.666667%;
  }

  .xl\:max-w-9\/12 {
    max-width: 75%;
  }

  .xl\:max-w-10\/12 {
    max-width: 83.333333%;
  }

  .xl\:max-w-11\/12 {
    max-width: 91.666667%;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-screen {
    max-width: 100vw;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 1px;
  }

  .xl\:p-2 {
    padding: 2px;
  }

  .xl\:p-3 {
    padding: 3px;
  }

  .xl\:p-4 {
    padding: 4px;
  }

  .xl\:p-5 {
    padding: 5px;
  }

  .xl\:p-6 {
    padding: 6px;
  }

  .xl\:p-7 {
    padding: 7px;
  }

  .xl\:p-8 {
    padding: 8px;
  }

  .xl\:p-10 {
    padding: 10px;
  }

  .xl\:p-12 {
    padding: 12px;
  }

  .xl\:p-14 {
    padding: 14px;
  }

  .xl\:p-16 {
    padding: 16px;
  }

  .xl\:p-18 {
    padding: 18px;
  }

  .xl\:p-20 {
    padding: 20px;
  }

  .xl\:p-24 {
    padding: 24px;
  }

  .xl\:p-28 {
    padding: 28px;
  }

  .xl\:p-32 {
    padding: 32px;
  }

  .xl\:p-36 {
    padding: 36px;
  }

  .xl\:p-40 {
    padding: 40px;
  }

  .xl\:p-44 {
    padding: 44px;
  }

  .xl\:p-48 {
    padding: 48px;
  }

  .xl\:p-52 {
    padding: 52px;
  }

  .xl\:p-56 {
    padding: 56px;
  }

  .xl\:p-60 {
    padding: 60px;
  }

  .xl\:p-64 {
    padding: 64px;
  }

  .xl\:p-72 {
    padding: 72px;
  }

  .xl\:p-80 {
    padding: 80px;
  }

  .xl\:p-88 {
    padding: 88px;
  }

  .xl\:p-96 {
    padding: 96px;
  }

  .xl\:p-104 {
    padding: 104px;
  }

  .xl\:p-112 {
    padding: 112px;
  }

  .xl\:p-120 {
    padding: 120px;
  }

  .xl\:p-128 {
    padding: 128px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xl\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .xl\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xl\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .xl\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xl\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xl\:py-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xl\:px-7 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .xl\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xl\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xl\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xl\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xl\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .xl\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xl\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .xl\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .xl\:px-44 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .xl\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xl\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xl\:py-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .xl\:px-52 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .xl\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xl\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .xl\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xl\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .xl\:py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .xl\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .xl\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:py-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .xl\:px-88 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .xl\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .xl\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .xl\:py-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .xl\:px-104 {
    padding-left: 104px;
    padding-right: 104px;
  }

  .xl\:py-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .xl\:px-112 {
    padding-left: 112px;
    padding-right: 112px;
  }

  .xl\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .xl\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: 1px;
  }

  .xl\:pr-1 {
    padding-right: 1px;
  }

  .xl\:pb-1 {
    padding-bottom: 1px;
  }

  .xl\:pl-1 {
    padding-left: 1px;
  }

  .xl\:pt-2 {
    padding-top: 2px;
  }

  .xl\:pr-2 {
    padding-right: 2px;
  }

  .xl\:pb-2 {
    padding-bottom: 2px;
  }

  .xl\:pl-2 {
    padding-left: 2px;
  }

  .xl\:pt-3 {
    padding-top: 3px;
  }

  .xl\:pr-3 {
    padding-right: 3px;
  }

  .xl\:pb-3 {
    padding-bottom: 3px;
  }

  .xl\:pl-3 {
    padding-left: 3px;
  }

  .xl\:pt-4 {
    padding-top: 4px;
  }

  .xl\:pr-4 {
    padding-right: 4px;
  }

  .xl\:pb-4 {
    padding-bottom: 4px;
  }

  .xl\:pl-4 {
    padding-left: 4px;
  }

  .xl\:pt-5 {
    padding-top: 5px;
  }

  .xl\:pr-5 {
    padding-right: 5px;
  }

  .xl\:pb-5 {
    padding-bottom: 5px;
  }

  .xl\:pl-5 {
    padding-left: 5px;
  }

  .xl\:pt-6 {
    padding-top: 6px;
  }

  .xl\:pr-6 {
    padding-right: 6px;
  }

  .xl\:pb-6 {
    padding-bottom: 6px;
  }

  .xl\:pl-6 {
    padding-left: 6px;
  }

  .xl\:pt-7 {
    padding-top: 7px;
  }

  .xl\:pr-7 {
    padding-right: 7px;
  }

  .xl\:pb-7 {
    padding-bottom: 7px;
  }

  .xl\:pl-7 {
    padding-left: 7px;
  }

  .xl\:pt-8 {
    padding-top: 8px;
  }

  .xl\:pr-8 {
    padding-right: 8px;
  }

  .xl\:pb-8 {
    padding-bottom: 8px;
  }

  .xl\:pl-8 {
    padding-left: 8px;
  }

  .xl\:pt-10 {
    padding-top: 10px;
  }

  .xl\:pr-10 {
    padding-right: 10px;
  }

  .xl\:pb-10 {
    padding-bottom: 10px;
  }

  .xl\:pl-10 {
    padding-left: 10px;
  }

  .xl\:pt-12 {
    padding-top: 12px;
  }

  .xl\:pr-12 {
    padding-right: 12px;
  }

  .xl\:pb-12 {
    padding-bottom: 12px;
  }

  .xl\:pl-12 {
    padding-left: 12px;
  }

  .xl\:pt-14 {
    padding-top: 14px;
  }

  .xl\:pr-14 {
    padding-right: 14px;
  }

  .xl\:pb-14 {
    padding-bottom: 14px;
  }

  .xl\:pl-14 {
    padding-left: 14px;
  }

  .xl\:pt-16 {
    padding-top: 16px;
  }

  .xl\:pr-16 {
    padding-right: 16px;
  }

  .xl\:pb-16 {
    padding-bottom: 16px;
  }

  .xl\:pl-16 {
    padding-left: 16px;
  }

  .xl\:pt-18 {
    padding-top: 18px;
  }

  .xl\:pr-18 {
    padding-right: 18px;
  }

  .xl\:pb-18 {
    padding-bottom: 18px;
  }

  .xl\:pl-18 {
    padding-left: 18px;
  }

  .xl\:pt-20 {
    padding-top: 20px;
  }

  .xl\:pr-20 {
    padding-right: 20px;
  }

  .xl\:pb-20 {
    padding-bottom: 20px;
  }

  .xl\:pl-20 {
    padding-left: 20px;
  }

  .xl\:pt-24 {
    padding-top: 24px;
  }

  .xl\:pr-24 {
    padding-right: 24px;
  }

  .xl\:pb-24 {
    padding-bottom: 24px;
  }

  .xl\:pl-24 {
    padding-left: 24px;
  }

  .xl\:pt-28 {
    padding-top: 28px;
  }

  .xl\:pr-28 {
    padding-right: 28px;
  }

  .xl\:pb-28 {
    padding-bottom: 28px;
  }

  .xl\:pl-28 {
    padding-left: 28px;
  }

  .xl\:pt-32 {
    padding-top: 32px;
  }

  .xl\:pr-32 {
    padding-right: 32px;
  }

  .xl\:pb-32 {
    padding-bottom: 32px;
  }

  .xl\:pl-32 {
    padding-left: 32px;
  }

  .xl\:pt-36 {
    padding-top: 36px;
  }

  .xl\:pr-36 {
    padding-right: 36px;
  }

  .xl\:pb-36 {
    padding-bottom: 36px;
  }

  .xl\:pl-36 {
    padding-left: 36px;
  }

  .xl\:pt-40 {
    padding-top: 40px;
  }

  .xl\:pr-40 {
    padding-right: 40px;
  }

  .xl\:pb-40 {
    padding-bottom: 40px;
  }

  .xl\:pl-40 {
    padding-left: 40px;
  }

  .xl\:pt-44 {
    padding-top: 44px;
  }

  .xl\:pr-44 {
    padding-right: 44px;
  }

  .xl\:pb-44 {
    padding-bottom: 44px;
  }

  .xl\:pl-44 {
    padding-left: 44px;
  }

  .xl\:pt-48 {
    padding-top: 48px;
  }

  .xl\:pr-48 {
    padding-right: 48px;
  }

  .xl\:pb-48 {
    padding-bottom: 48px;
  }

  .xl\:pl-48 {
    padding-left: 48px;
  }

  .xl\:pt-52 {
    padding-top: 52px;
  }

  .xl\:pr-52 {
    padding-right: 52px;
  }

  .xl\:pb-52 {
    padding-bottom: 52px;
  }

  .xl\:pl-52 {
    padding-left: 52px;
  }

  .xl\:pt-56 {
    padding-top: 56px;
  }

  .xl\:pr-56 {
    padding-right: 56px;
  }

  .xl\:pb-56 {
    padding-bottom: 56px;
  }

  .xl\:pl-56 {
    padding-left: 56px;
  }

  .xl\:pt-60 {
    padding-top: 60px;
  }

  .xl\:pr-60 {
    padding-right: 60px;
  }

  .xl\:pb-60 {
    padding-bottom: 60px;
  }

  .xl\:pl-60 {
    padding-left: 60px;
  }

  .xl\:pt-64 {
    padding-top: 64px;
  }

  .xl\:pr-64 {
    padding-right: 64px;
  }

  .xl\:pb-64 {
    padding-bottom: 64px;
  }

  .xl\:pl-64 {
    padding-left: 64px;
  }

  .xl\:pt-72 {
    padding-top: 72px;
  }

  .xl\:pr-72 {
    padding-right: 72px;
  }

  .xl\:pb-72 {
    padding-bottom: 72px;
  }

  .xl\:pl-72 {
    padding-left: 72px;
  }

  .xl\:pt-80 {
    padding-top: 80px;
  }

  .xl\:pr-80 {
    padding-right: 80px;
  }

  .xl\:pb-80 {
    padding-bottom: 80px;
  }

  .xl\:pl-80 {
    padding-left: 80px;
  }

  .xl\:pt-88 {
    padding-top: 88px;
  }

  .xl\:pr-88 {
    padding-right: 88px;
  }

  .xl\:pb-88 {
    padding-bottom: 88px;
  }

  .xl\:pl-88 {
    padding-left: 88px;
  }

  .xl\:pt-96 {
    padding-top: 96px;
  }

  .xl\:pr-96 {
    padding-right: 96px;
  }

  .xl\:pb-96 {
    padding-bottom: 96px;
  }

  .xl\:pl-96 {
    padding-left: 96px;
  }

  .xl\:pt-104 {
    padding-top: 104px;
  }

  .xl\:pr-104 {
    padding-right: 104px;
  }

  .xl\:pb-104 {
    padding-bottom: 104px;
  }

  .xl\:pl-104 {
    padding-left: 104px;
  }

  .xl\:pt-112 {
    padding-top: 112px;
  }

  .xl\:pr-112 {
    padding-right: 112px;
  }

  .xl\:pb-112 {
    padding-bottom: 112px;
  }

  .xl\:pl-112 {
    padding-left: 112px;
  }

  .xl\:pt-120 {
    padding-top: 120px;
  }

  .xl\:pr-120 {
    padding-right: 120px;
  }

  .xl\:pb-120 {
    padding-bottom: 120px;
  }

  .xl\:pl-120 {
    padding-left: 120px;
  }

  .xl\:pt-128 {
    padding-top: 128px;
  }

  .xl\:pr-128 {
    padding-right: 128px;
  }

  .xl\:pb-128 {
    padding-bottom: 128px;
  }

  .xl\:pl-128 {
    padding-left: 128px;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:shadow-1 {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .xl\:shadow-2 {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .xl\:shadow-4 {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .xl\:shadow-8 {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .xl\:shadow-16 {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .xl\:shadow-32 {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:shadow-contrast {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .xl\:shadow-contrast-inset {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .xl\:shadow-1-inset {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .xl\:shadow-2-inset {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .xl\:shadow-4-inset {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .xl\:shadow-8-inset {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .xl\:shadow-16-inset {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .xl\:shadow-32-inset {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .xl\:hover\:shadow-1:hover {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .xl\:hover\:shadow-2:hover {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .xl\:hover\:shadow-4:hover {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .xl\:hover\:shadow-8:hover {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .xl\:hover\:shadow-16:hover {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .xl\:hover\:shadow-32:hover {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:hover\:shadow-contrast:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .xl\:hover\:shadow-contrast-inset:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .xl\:hover\:shadow-1-inset:hover {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .xl\:hover\:shadow-2-inset:hover {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .xl\:hover\:shadow-4-inset:hover {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .xl\:hover\:shadow-8-inset:hover {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .xl\:hover\:shadow-16-inset:hover {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .xl\:hover\:shadow-32-inset:hover {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .xl\:focus\:shadow-1:focus {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .xl\:focus\:shadow-2:focus {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .xl\:focus\:shadow-4:focus {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .xl\:focus\:shadow-8:focus {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .xl\:focus\:shadow-16:focus {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .xl\:focus\:shadow-32:focus {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xl\:focus\:shadow-contrast:focus {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .xl\:focus\:shadow-contrast-inset:focus {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .xl\:focus\:shadow-1-inset:focus {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .xl\:focus\:shadow-2-inset:focus {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .xl\:focus\:shadow-4-inset:focus {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .xl\:focus\:shadow-8-inset:focus {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .xl\:focus\:shadow-16-inset:focus {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .xl\:focus\:shadow-32-inset:focus {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .xl\:active\:shadow-1:active {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  .xl\:active\:shadow-2:active {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15);
  }

  .xl\:active\:shadow-4:active {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14);
  }

  .xl\:active\:shadow-8:active {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17);
  }

  .xl\:active\:shadow-16:active {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17);
  }

  .xl\:active\:shadow-32:active {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15);
  }

  .xl\:active\:shadow-none:active {
    box-shadow: none;
  }

  .xl\:active\:shadow-contrast:active {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
  }

  .xl\:active\:shadow-contrast-inset:active {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
  }

  .xl\:active\:shadow-1-inset:active {
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2) inset;
  }

  .xl\:active\:shadow-2-inset:active {
    box-shadow: 0 1px 3px -0.5px rgba(0,0,0,0.15) inset;
  }

  .xl\:active\:shadow-4-inset:active {
    box-shadow: 0 2px 4px -0.5px rgba(0,0,0,0.14) inset;
  }

  .xl\:active\:shadow-8-inset:active {
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.17) inset;
  }

  .xl\:active\:shadow-16-inset:active {
    box-shadow: 0 8px 12px -4px rgba(0,0,0,0.17) inset;
  }

  .xl\:active\:shadow-32-inset:active {
    box-shadow: 0 16px 24px -8px rgba(0,0,0,0.15) inset;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: #000000;
  }

  .xl\:text-black-90 {
    color: #000000E6;
  }

  .xl\:text-black-80 {
    color: #000000CD;
  }

  .xl\:text-black-70 {
    color: #000000B3;
  }

  .xl\:text-black-60 {
    color: #0000009A;
  }

  .xl\:text-black-50 {
    color: #00000080;
  }

  .xl\:text-black-40 {
    color: #00000066;
  }

  .xl\:text-black-30 {
    color: #0000004D;
  }

  .xl\:text-black-20 {
    color: #00000033;
  }

  .xl\:text-black-10 {
    color: #0000001A;
  }

  .xl\:text-white {
    color: #FFFFFF;
  }

  .xl\:text-white-90 {
    color: #FFFFFFE6;
  }

  .xl\:text-white-80 {
    color: #FFFFFFCD;
  }

  .xl\:text-white-70 {
    color: #FFFFFFB3;
  }

  .xl\:text-white-60 {
    color: #FFFFFF9A;
  }

  .xl\:text-white-50 {
    color: #FFFFFF80;
  }

  .xl\:text-white-40 {
    color: #FFFFFF66;
  }

  .xl\:text-white-30 {
    color: #FFFFFF4D;
  }

  .xl\:text-white-20 {
    color: #FFFFFF33;
  }

  .xl\:text-white-10 {
    color: #FFFFFF1A;
  }

  .xl\:text-blue-100 {
    color: #DEEFF7;
  }

  .xl\:text-blue-125 {
    color: #D0ECF7;
  }

  .xl\:text-blue-150 {
    color: #C4E8F7;
  }

  .xl\:text-blue-200 {
    color: #A7DFF7;
  }

  .xl\:text-blue-300 {
    color: #6DCCF5;
  }

  .xl\:text-blue-400 {
    color: #37B8F0;
  }

  .xl\:text-blue-500 {
    color: #12A4E2;
  }

  .xl\:text-blue-600 {
    color: #0990CA;
  }

  .xl\:text-blue-700 {
    color: #0575A5;
  }

  .xl\:text-blue-800 {
    color: #035273;
  }

  .xl\:text-blue-900 {
    color: #023043;
  }

  .xl\:text-gray-100 {
    color: #ECEEEE;
  }

  .xl\:text-gray-125 {
    color: #E7E9E9;
  }

  .xl\:text-gray-150 {
    color: #E1E4E5;
  }

  .xl\:text-gray-200 {
    color: #D3D7D9;
  }

  .xl\:text-gray-300 {
    color: #B8BFC1;
  }

  .xl\:text-gray-400 {
    color: #9EA6AA;
  }

  .xl\:text-gray-500 {
    color: #858F93;
  }

  .xl\:text-gray-600 {
    color: #6C757A;
  }

  .xl\:text-gray-700 {
    color: #565E61;
  }

  .xl\:text-gray-800 {
    color: #3C4144;
  }

  .xl\:text-gray-900 {
    color: #242729;
  }

  .xl\:text-red-100 {
    color: #FFECEC;
  }

  .xl\:text-red-125 {
    color: #FFE3E3;
  }

  .xl\:text-red-150 {
    color: #FFDADA;
  }

  .xl\:text-red-200 {
    color: #FFC7C7;
  }

  .xl\:text-red-300 {
    color: #FFA2A2;
  }

  .xl\:text-red-400 {
    color: #FF7D7D;
  }

  .xl\:text-red-500 {
    color: #FF5858;
  }

  .xl\:text-red-600 {
    color: #D33C3C;
  }

  .xl\:text-red-700 {
    color: #A42424;
  }

  .xl\:text-red-800 {
    color: #761212;
  }

  .xl\:text-red-900 {
    color: #460606;
  }

  .xl\:text-green-100 {
    color: #E4F1E8;
  }

  .xl\:text-green-200 {
    color: #B4E4C4;
  }

  .xl\:text-green-300 {
    color: #86D6A0;
  }

  .xl\:text-green-400 {
    color: #60C883;
  }

  .xl\:text-green-500 {
    color: #3EBB68;
  }

  .xl\:text-green-600 {
    color: #2B9D51;
  }

  .xl\:text-green-700 {
    color: #1D813E;
  }

  .xl\:text-green-800 {
    color: #11622C;
  }

  .xl\:text-green-900 {
    color: #08441C;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: #000000;
  }

  .xl\:hover\:text-black-90:hover {
    color: #000000E6;
  }

  .xl\:hover\:text-black-80:hover {
    color: #000000CD;
  }

  .xl\:hover\:text-black-70:hover {
    color: #000000B3;
  }

  .xl\:hover\:text-black-60:hover {
    color: #0000009A;
  }

  .xl\:hover\:text-black-50:hover {
    color: #00000080;
  }

  .xl\:hover\:text-black-40:hover {
    color: #00000066;
  }

  .xl\:hover\:text-black-30:hover {
    color: #0000004D;
  }

  .xl\:hover\:text-black-20:hover {
    color: #00000033;
  }

  .xl\:hover\:text-black-10:hover {
    color: #0000001A;
  }

  .xl\:hover\:text-white:hover {
    color: #FFFFFF;
  }

  .xl\:hover\:text-white-90:hover {
    color: #FFFFFFE6;
  }

  .xl\:hover\:text-white-80:hover {
    color: #FFFFFFCD;
  }

  .xl\:hover\:text-white-70:hover {
    color: #FFFFFFB3;
  }

  .xl\:hover\:text-white-60:hover {
    color: #FFFFFF9A;
  }

  .xl\:hover\:text-white-50:hover {
    color: #FFFFFF80;
  }

  .xl\:hover\:text-white-40:hover {
    color: #FFFFFF66;
  }

  .xl\:hover\:text-white-30:hover {
    color: #FFFFFF4D;
  }

  .xl\:hover\:text-white-20:hover {
    color: #FFFFFF33;
  }

  .xl\:hover\:text-white-10:hover {
    color: #FFFFFF1A;
  }

  .xl\:hover\:text-blue-100:hover {
    color: #DEEFF7;
  }

  .xl\:hover\:text-blue-125:hover {
    color: #D0ECF7;
  }

  .xl\:hover\:text-blue-150:hover {
    color: #C4E8F7;
  }

  .xl\:hover\:text-blue-200:hover {
    color: #A7DFF7;
  }

  .xl\:hover\:text-blue-300:hover {
    color: #6DCCF5;
  }

  .xl\:hover\:text-blue-400:hover {
    color: #37B8F0;
  }

  .xl\:hover\:text-blue-500:hover {
    color: #12A4E2;
  }

  .xl\:hover\:text-blue-600:hover {
    color: #0990CA;
  }

  .xl\:hover\:text-blue-700:hover {
    color: #0575A5;
  }

  .xl\:hover\:text-blue-800:hover {
    color: #035273;
  }

  .xl\:hover\:text-blue-900:hover {
    color: #023043;
  }

  .xl\:hover\:text-gray-100:hover {
    color: #ECEEEE;
  }

  .xl\:hover\:text-gray-125:hover {
    color: #E7E9E9;
  }

  .xl\:hover\:text-gray-150:hover {
    color: #E1E4E5;
  }

  .xl\:hover\:text-gray-200:hover {
    color: #D3D7D9;
  }

  .xl\:hover\:text-gray-300:hover {
    color: #B8BFC1;
  }

  .xl\:hover\:text-gray-400:hover {
    color: #9EA6AA;
  }

  .xl\:hover\:text-gray-500:hover {
    color: #858F93;
  }

  .xl\:hover\:text-gray-600:hover {
    color: #6C757A;
  }

  .xl\:hover\:text-gray-700:hover {
    color: #565E61;
  }

  .xl\:hover\:text-gray-800:hover {
    color: #3C4144;
  }

  .xl\:hover\:text-gray-900:hover {
    color: #242729;
  }

  .xl\:hover\:text-red-100:hover {
    color: #FFECEC;
  }

  .xl\:hover\:text-red-125:hover {
    color: #FFE3E3;
  }

  .xl\:hover\:text-red-150:hover {
    color: #FFDADA;
  }

  .xl\:hover\:text-red-200:hover {
    color: #FFC7C7;
  }

  .xl\:hover\:text-red-300:hover {
    color: #FFA2A2;
  }

  .xl\:hover\:text-red-400:hover {
    color: #FF7D7D;
  }

  .xl\:hover\:text-red-500:hover {
    color: #FF5858;
  }

  .xl\:hover\:text-red-600:hover {
    color: #D33C3C;
  }

  .xl\:hover\:text-red-700:hover {
    color: #A42424;
  }

  .xl\:hover\:text-red-800:hover {
    color: #761212;
  }

  .xl\:hover\:text-red-900:hover {
    color: #460606;
  }

  .xl\:hover\:text-green-100:hover {
    color: #E4F1E8;
  }

  .xl\:hover\:text-green-200:hover {
    color: #B4E4C4;
  }

  .xl\:hover\:text-green-300:hover {
    color: #86D6A0;
  }

  .xl\:hover\:text-green-400:hover {
    color: #60C883;
  }

  .xl\:hover\:text-green-500:hover {
    color: #3EBB68;
  }

  .xl\:hover\:text-green-600:hover {
    color: #2B9D51;
  }

  .xl\:hover\:text-green-700:hover {
    color: #1D813E;
  }

  .xl\:hover\:text-green-800:hover {
    color: #11622C;
  }

  .xl\:hover\:text-green-900:hover {
    color: #08441C;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    color: #000000;
  }

  .xl\:focus\:text-black-90:focus {
    color: #000000E6;
  }

  .xl\:focus\:text-black-80:focus {
    color: #000000CD;
  }

  .xl\:focus\:text-black-70:focus {
    color: #000000B3;
  }

  .xl\:focus\:text-black-60:focus {
    color: #0000009A;
  }

  .xl\:focus\:text-black-50:focus {
    color: #00000080;
  }

  .xl\:focus\:text-black-40:focus {
    color: #00000066;
  }

  .xl\:focus\:text-black-30:focus {
    color: #0000004D;
  }

  .xl\:focus\:text-black-20:focus {
    color: #00000033;
  }

  .xl\:focus\:text-black-10:focus {
    color: #0000001A;
  }

  .xl\:focus\:text-white:focus {
    color: #FFFFFF;
  }

  .xl\:focus\:text-white-90:focus {
    color: #FFFFFFE6;
  }

  .xl\:focus\:text-white-80:focus {
    color: #FFFFFFCD;
  }

  .xl\:focus\:text-white-70:focus {
    color: #FFFFFFB3;
  }

  .xl\:focus\:text-white-60:focus {
    color: #FFFFFF9A;
  }

  .xl\:focus\:text-white-50:focus {
    color: #FFFFFF80;
  }

  .xl\:focus\:text-white-40:focus {
    color: #FFFFFF66;
  }

  .xl\:focus\:text-white-30:focus {
    color: #FFFFFF4D;
  }

  .xl\:focus\:text-white-20:focus {
    color: #FFFFFF33;
  }

  .xl\:focus\:text-white-10:focus {
    color: #FFFFFF1A;
  }

  .xl\:focus\:text-blue-100:focus {
    color: #DEEFF7;
  }

  .xl\:focus\:text-blue-125:focus {
    color: #D0ECF7;
  }

  .xl\:focus\:text-blue-150:focus {
    color: #C4E8F7;
  }

  .xl\:focus\:text-blue-200:focus {
    color: #A7DFF7;
  }

  .xl\:focus\:text-blue-300:focus {
    color: #6DCCF5;
  }

  .xl\:focus\:text-blue-400:focus {
    color: #37B8F0;
  }

  .xl\:focus\:text-blue-500:focus {
    color: #12A4E2;
  }

  .xl\:focus\:text-blue-600:focus {
    color: #0990CA;
  }

  .xl\:focus\:text-blue-700:focus {
    color: #0575A5;
  }

  .xl\:focus\:text-blue-800:focus {
    color: #035273;
  }

  .xl\:focus\:text-blue-900:focus {
    color: #023043;
  }

  .xl\:focus\:text-gray-100:focus {
    color: #ECEEEE;
  }

  .xl\:focus\:text-gray-125:focus {
    color: #E7E9E9;
  }

  .xl\:focus\:text-gray-150:focus {
    color: #E1E4E5;
  }

  .xl\:focus\:text-gray-200:focus {
    color: #D3D7D9;
  }

  .xl\:focus\:text-gray-300:focus {
    color: #B8BFC1;
  }

  .xl\:focus\:text-gray-400:focus {
    color: #9EA6AA;
  }

  .xl\:focus\:text-gray-500:focus {
    color: #858F93;
  }

  .xl\:focus\:text-gray-600:focus {
    color: #6C757A;
  }

  .xl\:focus\:text-gray-700:focus {
    color: #565E61;
  }

  .xl\:focus\:text-gray-800:focus {
    color: #3C4144;
  }

  .xl\:focus\:text-gray-900:focus {
    color: #242729;
  }

  .xl\:focus\:text-red-100:focus {
    color: #FFECEC;
  }

  .xl\:focus\:text-red-125:focus {
    color: #FFE3E3;
  }

  .xl\:focus\:text-red-150:focus {
    color: #FFDADA;
  }

  .xl\:focus\:text-red-200:focus {
    color: #FFC7C7;
  }

  .xl\:focus\:text-red-300:focus {
    color: #FFA2A2;
  }

  .xl\:focus\:text-red-400:focus {
    color: #FF7D7D;
  }

  .xl\:focus\:text-red-500:focus {
    color: #FF5858;
  }

  .xl\:focus\:text-red-600:focus {
    color: #D33C3C;
  }

  .xl\:focus\:text-red-700:focus {
    color: #A42424;
  }

  .xl\:focus\:text-red-800:focus {
    color: #761212;
  }

  .xl\:focus\:text-red-900:focus {
    color: #460606;
  }

  .xl\:focus\:text-green-100:focus {
    color: #E4F1E8;
  }

  .xl\:focus\:text-green-200:focus {
    color: #B4E4C4;
  }

  .xl\:focus\:text-green-300:focus {
    color: #86D6A0;
  }

  .xl\:focus\:text-green-400:focus {
    color: #60C883;
  }

  .xl\:focus\:text-green-500:focus {
    color: #3EBB68;
  }

  .xl\:focus\:text-green-600:focus {
    color: #2B9D51;
  }

  .xl\:focus\:text-green-700:focus {
    color: #1D813E;
  }

  .xl\:focus\:text-green-800:focus {
    color: #11622C;
  }

  .xl\:focus\:text-green-900:focus {
    color: #08441C;
  }

  .xl\:active\:text-transparent:active {
    color: transparent;
  }

  .xl\:active\:text-black:active {
    color: #000000;
  }

  .xl\:active\:text-black-90:active {
    color: #000000E6;
  }

  .xl\:active\:text-black-80:active {
    color: #000000CD;
  }

  .xl\:active\:text-black-70:active {
    color: #000000B3;
  }

  .xl\:active\:text-black-60:active {
    color: #0000009A;
  }

  .xl\:active\:text-black-50:active {
    color: #00000080;
  }

  .xl\:active\:text-black-40:active {
    color: #00000066;
  }

  .xl\:active\:text-black-30:active {
    color: #0000004D;
  }

  .xl\:active\:text-black-20:active {
    color: #00000033;
  }

  .xl\:active\:text-black-10:active {
    color: #0000001A;
  }

  .xl\:active\:text-white:active {
    color: #FFFFFF;
  }

  .xl\:active\:text-white-90:active {
    color: #FFFFFFE6;
  }

  .xl\:active\:text-white-80:active {
    color: #FFFFFFCD;
  }

  .xl\:active\:text-white-70:active {
    color: #FFFFFFB3;
  }

  .xl\:active\:text-white-60:active {
    color: #FFFFFF9A;
  }

  .xl\:active\:text-white-50:active {
    color: #FFFFFF80;
  }

  .xl\:active\:text-white-40:active {
    color: #FFFFFF66;
  }

  .xl\:active\:text-white-30:active {
    color: #FFFFFF4D;
  }

  .xl\:active\:text-white-20:active {
    color: #FFFFFF33;
  }

  .xl\:active\:text-white-10:active {
    color: #FFFFFF1A;
  }

  .xl\:active\:text-blue-100:active {
    color: #DEEFF7;
  }

  .xl\:active\:text-blue-125:active {
    color: #D0ECF7;
  }

  .xl\:active\:text-blue-150:active {
    color: #C4E8F7;
  }

  .xl\:active\:text-blue-200:active {
    color: #A7DFF7;
  }

  .xl\:active\:text-blue-300:active {
    color: #6DCCF5;
  }

  .xl\:active\:text-blue-400:active {
    color: #37B8F0;
  }

  .xl\:active\:text-blue-500:active {
    color: #12A4E2;
  }

  .xl\:active\:text-blue-600:active {
    color: #0990CA;
  }

  .xl\:active\:text-blue-700:active {
    color: #0575A5;
  }

  .xl\:active\:text-blue-800:active {
    color: #035273;
  }

  .xl\:active\:text-blue-900:active {
    color: #023043;
  }

  .xl\:active\:text-gray-100:active {
    color: #ECEEEE;
  }

  .xl\:active\:text-gray-125:active {
    color: #E7E9E9;
  }

  .xl\:active\:text-gray-150:active {
    color: #E1E4E5;
  }

  .xl\:active\:text-gray-200:active {
    color: #D3D7D9;
  }

  .xl\:active\:text-gray-300:active {
    color: #B8BFC1;
  }

  .xl\:active\:text-gray-400:active {
    color: #9EA6AA;
  }

  .xl\:active\:text-gray-500:active {
    color: #858F93;
  }

  .xl\:active\:text-gray-600:active {
    color: #6C757A;
  }

  .xl\:active\:text-gray-700:active {
    color: #565E61;
  }

  .xl\:active\:text-gray-800:active {
    color: #3C4144;
  }

  .xl\:active\:text-gray-900:active {
    color: #242729;
  }

  .xl\:active\:text-red-100:active {
    color: #FFECEC;
  }

  .xl\:active\:text-red-125:active {
    color: #FFE3E3;
  }

  .xl\:active\:text-red-150:active {
    color: #FFDADA;
  }

  .xl\:active\:text-red-200:active {
    color: #FFC7C7;
  }

  .xl\:active\:text-red-300:active {
    color: #FFA2A2;
  }

  .xl\:active\:text-red-400:active {
    color: #FF7D7D;
  }

  .xl\:active\:text-red-500:active {
    color: #FF5858;
  }

  .xl\:active\:text-red-600:active {
    color: #D33C3C;
  }

  .xl\:active\:text-red-700:active {
    color: #A42424;
  }

  .xl\:active\:text-red-800:active {
    color: #761212;
  }

  .xl\:active\:text-red-900:active {
    color: #460606;
  }

  .xl\:active\:text-green-100:active {
    color: #E4F1E8;
  }

  .xl\:active\:text-green-200:active {
    color: #B4E4C4;
  }

  .xl\:active\:text-green-300:active {
    color: #86D6A0;
  }

  .xl\:active\:text-green-400:active {
    color: #60C883;
  }

  .xl\:active\:text-green-500:active {
    color: #3EBB68;
  }

  .xl\:active\:text-green-600:active {
    color: #2B9D51;
  }

  .xl\:active\:text-green-700:active {
    color: #1D813E;
  }

  .xl\:active\:text-green-800:active {
    color: #11622C;
  }

  .xl\:active\:text-green-900:active {
    color: #08441C;
  }

  .xl\:text-12 {
    font-size: 12px;
  }

  .xl\:text-14 {
    font-size: 14px;
  }

  .xl\:text-16 {
    font-size: 16px;
  }

  .xl\:text-18 {
    font-size: 18px;
  }

  .xl\:text-20 {
    font-size: 20px;
  }

  .xl\:text-24 {
    font-size: 24px;
  }

  .xl\:text-28 {
    font-size: 28px;
  }

  .xl\:text-32 {
    font-size: 32px;
  }

  .xl\:text-40 {
    font-size: 40px;
  }

  .xl\:text-48 {
    font-size: 48px;
  }

  .xl\:text-56 {
    font-size: 56px;
  }

  .xl\:text-64 {
    font-size: 64px;
  }

  .xl\:text-72 {
    font-size: 72px;
  }

  .xl\:text-96 {
    font-size: 96px;
  }

  .xl\:text-128 {
    font-size: 128px;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 1px;
  }

  .xl\:w-2 {
    width: 2px;
  }

  .xl\:w-3 {
    width: 3px;
  }

  .xl\:w-4 {
    width: 4px;
  }

  .xl\:w-5 {
    width: 5px;
  }

  .xl\:w-6 {
    width: 6px;
  }

  .xl\:w-7 {
    width: 7px;
  }

  .xl\:w-8 {
    width: 8px;
  }

  .xl\:w-10 {
    width: 10px;
  }

  .xl\:w-12 {
    width: 12px;
  }

  .xl\:w-14 {
    width: 14px;
  }

  .xl\:w-16 {
    width: 16px;
  }

  .xl\:w-18 {
    width: 18px;
  }

  .xl\:w-20 {
    width: 20px;
  }

  .xl\:w-24 {
    width: 24px;
  }

  .xl\:w-28 {
    width: 28px;
  }

  .xl\:w-32 {
    width: 32px;
  }

  .xl\:w-36 {
    width: 36px;
  }

  .xl\:w-40 {
    width: 40px;
  }

  .xl\:w-44 {
    width: 44px;
  }

  .xl\:w-48 {
    width: 48px;
  }

  .xl\:w-52 {
    width: 52px;
  }

  .xl\:w-56 {
    width: 56px;
  }

  .xl\:w-60 {
    width: 60px;
  }

  .xl\:w-64 {
    width: 64px;
  }

  .xl\:w-72 {
    width: 72px;
  }

  .xl\:w-80 {
    width: 80px;
  }

  .xl\:w-88 {
    width: 88px;
  }

  .xl\:w-96 {
    width: 96px;
  }

  .xl\:w-104 {
    width: 104px;
  }

  .xl\:w-112 {
    width: 112px;
  }

  .xl\:w-120 {
    width: 120px;
  }

  .xl\:w-128 {
    width: 128px;
  }

  .xl\:w-144 {
    width: 144px;
  }

  .xl\:w-160 {
    width: 160px;
  }

  .xl\:w-176 {
    width: 176px;
  }

  .xl\:w-192 {
    width: 192px;
  }

  .xl\:w-208 {
    width: 208px;
  }

  .xl\:w-224 {
    width: 224px;
  }

  .xl\:w-240 {
    width: 240px;
  }

  .xl\:w-256 {
    width: 256px;
  }

  .xl\:w-272 {
    width: 272px;
  }

  .xl\:w-288 {
    width: 288px;
  }

  .xl\:w-304 {
    width: 304px;
  }

  .xl\:w-320 {
    width: 320px;
  }

  .xl\:w-336 {
    width: 336px;
  }

  .xl\:w-352 {
    width: 352px;
  }

  .xl\:w-368 {
    width: 368px;
  }

  .xl\:w-384 {
    width: 384px;
  }

  .xl\:w-400 {
    width: 400px;
  }

  .xl\:w-416 {
    width: 416px;
  }

  .xl\:w-432 {
    width: 432px;
  }

  .xl\:w-448 {
    width: 448px;
  }

  .xl\:w-464 {
    width: 464px;
  }

  .xl\:w-480 {
    width: 480px;
  }

  .xl\:w-496 {
    width: 496px;
  }

  .xl\:w-512 {
    width: 512px;
  }

  .xl\:w-528 {
    width: 528px;
  }

  .xl\:w-544 {
    width: 544px;
  }

  .xl\:w-560 {
    width: 560px;
  }

  .xl\:w-576 {
    width: 576px;
  }

  .xl\:w-592 {
    width: 592px;
  }

  .xl\:w-608 {
    width: 608px;
  }

  .xl\:w-624 {
    width: 624px;
  }

  .xl\:w-640 {
    width: 640px;
  }

  .xl\:w-672 {
    width: 672px;
  }

  .xl\:w-704 {
    width: 704px;
  }

  .xl\:w-736 {
    width: 736px;
  }

  .xl\:w-768 {
    width: 768px;
  }

  .xl\:w-800 {
    width: 800px;
  }

  .xl\:w-832 {
    width: 832px;
  }

  .xl\:w-864 {
    width: 864px;
  }

  .xl\:w-896 {
    width: 896px;
  }

  .xl\:w-928 {
    width: 928px;
  }

  .xl\:w-960 {
    width: 960px;
  }

  .xl\:w-992 {
    width: 992px;
  }

  .xl\:w-1024 {
    width: 1024px;
  }

  .xl\:w-1088 {
    width: 1088px;
  }

  .xl\:w-1152 {
    width: 1152px;
  }

  .xl\:w-1216 {
    width: 1216px;
  }

  .xl\:w-1280 {
    width: 1280px;
  }

  .xl\:w-1344 {
    width: 1344px;
  }

  .xl\:w-1408 {
    width: 1408px;
  }

  .xl\:w-1472 {
    width: 1472px;
  }

  .xl\:w-1536 {
    width: 1536px;
  }

  .xl\:w-1600 {
    width: 1600px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-1 {
    z-index: 1;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xl\:transform-none {
    -webkit-transform: none;
            transform: none;
  }

  .xl\:origin-center {
    -webkit-transform-origin: center;
            transform-origin: center;
  }

  .xl\:origin-top {
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  .xl\:origin-top-right {
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  .xl\:origin-right {
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .xl\:origin-bottom-right {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  .xl\:origin-left {
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .xl\:origin-top-left {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  .xl\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xl\:rotate-0 {
    --transform-rotate: 0;
  }

  .xl\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xl\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xl\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xl\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xl\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xl\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xl\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xl\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xl\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xl\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xl\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xl\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xl\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xl\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xl\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .xl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .xl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xl\:transition-none {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .xl\:transition-all {
    -webkit-transition-property: all;
    transition-property: all;
  }

  .xl\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
  }

  .xl\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke;
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:transition-opacity {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .xl\:transition-shadow {
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
  }

  .xl\:transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  .xl\:ease-linear {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .xl\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75 {
    -webkit-transition-duration: 75ms;
            transition-duration: 75ms;
  }

  .xl\:duration-100 {
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
  }

  .xl\:duration-150 {
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  .xl\:duration-200 {
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }

  .xl\:duration-300 {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }

  .xl\:duration-500 {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }

  .xl\:duration-700 {
    -webkit-transition-duration: 700ms;
            transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
  }
}
